summaryrefslogtreecommitdiffstats
path: root/gst/matroska
Commit message (Expand)AuthorAgeFilesLines
* matroskademux: Fix late tags findingThiago Santos2009-10-141-2/+3
* matroskademux: fix strstr() usage on possibly unterminated stringRené Stadler2009-10-081-1/+1
* matroskademux: Change one GST_WARNING to a GST_DEBUGSebastian Dröge2009-10-031-1/+1
* matroskademux: use proper order for no-more-pads and newsegment and tag sendingMark Nauwelaerts2009-09-232-12/+48
* matroskademux: sprinkle a few branch prediction macrosMark Nauwelaerts2009-09-231-8/+7
* matroskamux: Don't get stuck in an infinite loop with DiracJan Schmidt2009-09-221-2/+7
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-09-052-2/+2
* matroskademux: Correctly handle NULL GstIndexSebastian Dröge2009-09-041-1/+1
* matroska: remove dead assignmentsEdward Hervey2009-08-101-3/+2
* matroska: Adds support to muxing/demuxing WMAThiago Santos2009-08-093-20/+92
* matroskamux: adds support for wmv familyThiago Santos2009-08-091-2/+20
* matroska: add kate subtitle support to matroska muxer and demuxerVincent Penquerc'h2009-08-083-1/+185
* matroskademux: Answer SEEKING queries in the original formatSebastian Dröge2009-07-211-1/+1
* matroskademux: Implement SEEKING querySebastian Dröge2009-07-201-0/+16
* matroska: and the new headers tooWim Taymans2009-06-231-2/+2
* matroske: fix compiler errorWim Taymans2009-06-231-4/+4
* matroskademux: avoid leaking buffersWim Taymans2009-06-231-2/+11
* matroska-demux: post container-format tagsTim-Philipp Müller2009-06-221-5/+4
* matroskademux: Fix leaking of the Matroska TITLE elementSebastian Dröge2009-06-171-0/+1
* docs: Remove gtk-doc comment markerJan Schmidt2009-06-111-5/+5
* matroskademux: Populate a GstIndex that is set on matroskademuxSebastian Dröge2009-05-223-3/+111
* matroskademux: Recognise PGS subpicture streams - the bluray format.Jan Schmidt2009-05-212-1/+4
* matroskademux: Only search for the index entry onceSebastian Dröge2009-05-111-4/+7
* matroskademux: Use the first index entry if it's after the seek positionSebastian Dröge2009-05-111-0/+3
* matroskademux: Improve/optimize seekingSebastian Dröge2009-05-112-51/+57
* matroska: fix printf format to agree with argumentDavid Schleef2009-05-091-1/+1
* Add RANKS for various encoders and muxersChristian Schaller2009-05-071-1/+1
* matroskademux: add some debuggingWim Taymans2009-05-071-1/+12
* matroskademux: parse xiph headers length correctlyWim Taymans2009-05-071-14/+26
* matroskademux: Remove useless variable.Edward Hervey2009-04-181-7/+4
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-4/+1
* Add initial support for muxing/demuxing Speex audioSebastian Dröge2009-04-133-0/+134
* matroska: don't leak serialized values when writing tagsStefan Kost2009-03-311-0/+1
* matroska: don't alter passed data and especialy don't leak.Stefan Kost2009-03-311-3/+5
* matroska: init endianess as such and signedness as boolean.Stefan Kost2009-03-311-2/+3
* matroska: don't leak read data in demuxerStefan Kost2009-03-311-0/+2
* matroskademux: Remove gst_util_dump_mem() calls.Edward Hervey2009-02-271-4/+0
* Don't do crazy things with 0/1 frameratesArnout Vandecappelle2009-02-231-1/+2
* matroskademux: Unref the buffer and not the memory address of the bufferSebastian Dröge2009-02-221-1/+1
* Read Matroska Title element for the TITLE tagRobin Stocker2009-02-041-1/+15
* Fix Forte compiler warnings.Jan Schmidt2009-01-302-7/+7
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-2/+0
* gst/matroska/: Some cleanups, refactoring and minor enhancements in caps hand...Mark Nauwelaerts2009-01-082-76/+154
* gst/matroska/matroska-mux.*: Remove internal taglist and fully use tagsetter ...Mark Nauwelaerts2009-01-062-17/+8
* Add documentation for matroskamux and matroskademux and update the inspection...Sebastian Dröge2008-12-054-0/+34
* gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_i...Jan Schmidt2008-11-201-1/+2
* gst/matroska/: Make mkvdemux aware of E-AC3.Edward Hervey2008-11-162-0/+5
* gst/matroska/matroska-mux.c: Fix muxing of Dirac streams if the input already...Sebastian Dröge2008-11-111-29/+36
* gst/matroska/matroska-mux.c: Fix mapping AAC profile to Matroska codec id.Mark Nauwelaerts2008-11-101-4/+58
* gst/matroska/: Implement Dirac muxing into Matroska comforming to the spec, i...Sebastian Dröge2008-11-052-0/+75