summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-mux.c
Commit message (Expand)AuthorAgeFilesLines
...
* gst/matroska/matroska-mux.c: Fix timestamping of B-frames, use signed integer...Josef Zlomek2006-04-251-4/+12
* configure.ac: clean up, use AS_VERSION and AS_NANOThomas Vander Stichele2006-04-011-1/+1
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-2/+2
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-241-1/+2
* gst/matroska/matroska-mux.c: Fix possible deadlock in matroska muxer (#327825).Tim-Philipp Müller2006-01-231-29/+42
* gst/matroska/matroska-mux.c: Look for pixel-aspect-ratio in caps, not pixel_w...Jan Schmidt2005-11-281-4/+2
* gst/matroska/matroska-mux.c: From Michal Benes: frame duration should be GST_...Jan Schmidt2005-11-281-2/+2
* Fixes for API changesJan Schmidt2005-11-231-1/+1
* More fractional framerate conversionsJan Schmidt2005-11-221-4/+8
* Fix for collect pads API change. Also fix textoverlay state change function.Tim-Philipp Müller2005-11-211-7/+7
* gst/matroska/matroska-mux.c: ReplaceJulien Moutte2005-11-201-1/+2
* gst/matroska/matroska-mux.c: Fix forJulien Moutte2005-11-201-2/+1
* gst/matroska/matroska-mux.c: Don't try to ready buffer duration from buffer t...Tim-Philipp Müller2005-11-101-4/+2
* Fix leaks and invalid memory access as reported by valgrindThomas Vander Stichele2005-11-011-11/+18
* add a unit test for matroskamux fix the bugs that the unit test exposedMichal Benes2005-11-011-8/+4
* gst/matroska/: Set timestamps on outgoing ebml headers as well, so that the e...Tim-Philipp Müller2005-11-011-0/+3
* gst/matroska/: Add SimpleBlock support to matroska demuxer and muxer (part ofTim-Philipp Müller2005-10-281-20/+83
* gst/matroska/matroska-demux.c: Fix duration query; fix basetime in newsegment...Tim-Philipp Müller2005-10-201-15/+23
* API change fix.Wim Taymans2005-10-191-3/+3
* gst/matroska/matroska-mux.c: Fix mpeg4 input handling (#318847); also, while ...Tim-Philipp Müller2005-10-181-3/+9
* Port matroska muxer to 0.9 (#318847).Tim-Philipp Müller2005-10-141-237/+537
* All plugins updated for element state changes.Andy Wingo2005-09-021-8/+9
* ext/alsa/gstalsa.c: Reset variables on READY.Ronald S. Bultje2005-01-091-1/+6
* ext/dv/gstdvdec.c: Fix audio caps i just broke (missing ',')Stéphane Loeuillet2005-01-071-1/+3
* set correct buffer durations in mp3parse, set default_duration in matroskamux...Arwed v. Merkatz2004-12-061-0/+6
* use audio/x-ttafile and audio/x-tta for tta instead of audio/x-tta and audio/...Arwed v. Merkatz2004-09-151-2/+2
* Write meta-seek information (seek heads).Arwed v. Merkatz2004-09-091-0/+59
* Write multiple blocks/frames per cluster.Arwed v. Merkatz2004-09-091-10/+38
* Create cue entries for audio only files.Arwed v. Merkatz2004-09-011-4/+17
* Write track and segment UIDs, write muxing date, write TRACKDEFAULTDURATION f...Arwed v. Merkatz2004-09-011-6/+64
* Mux video/x-divx and video/x-xvid in VFW compatibility mode so it actually worksArwed v. Merkatz2004-08-271-4/+32
* Fix byte order reversion for writing ebml floats.Arwed v. Merkatz2004-08-261-10/+61
* add debug categories to matroskaThomas Vander Stichele2004-07-181-0/+6
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-105/+105
* gst-indentThomas Vander Stichele2004-03-141-236/+207
* Merge CAPS branchDavid Schleef2003-12-221-265/+222
* configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje2003-12-211-7/+84
* Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje2003-12-181-1/+1
* Riff, EBML, fourcc etc. work. Not fully finished, but better than what we use...Ronald S. Bultje2003-12-071-0/+961