summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-demux.c
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-231-12/+47
* matroskademux: sprinkle a few branch prediction macrosMark Nauwelaerts2009-09-231-8/+7
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-09-051-1/+1
* 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-091-11/+15
* matroska: add kate subtitle support to matroska muxer and demuxerVincent Penquerc'h2009-08-081-1/+5
* matroskademux: Answer SEEKING queries in the original formatSebastian Dröge2009-07-211-1/+1
* matroskademux: Implement SEEKING querySebastian Dröge2009-07-201-0/+16
* 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
* matroskademux: Populate a GstIndex that is set on matroskademuxSebastian Dröge2009-05-221-3/+106
* matroskademux: Recognise PGS subpicture streams - the bluray format.Jan Schmidt2009-05-211-1/+3
* 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-111-51/+55
* matroska: fix printf format to agree with argumentDavid Schleef2009-05-091-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
* Add initial support for muxing/demuxing Speex audioSebastian Dröge2009-04-131-0/+43
* matroska: don't alter passed data and especialy don't leak.Stefan Kost2009-03-311-3/+5
* 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
* 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-301-6/+6
* gst/matroska/: Some cleanups, refactoring and minor enhancements in caps hand...Mark Nauwelaerts2009-01-081-0/+7
* Add documentation for matroskamux and matroskademux and update the inspection...Sebastian Dröge2008-12-051-0/+14
* gst/matroska/: Make mkvdemux aware of E-AC3.Edward Hervey2008-11-161-0/+4
* gst/matroska/matroska-demux.c: Forward unknown events upstream.Wim Taymans2008-10-271-3/+4
* Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2008-08-301-4/+3
* gst/matroska/: Add Real[Audio|Video] support to Matroska containers.Edward Hervey2008-08-251-0/+64
* gst/matroska/ebml-read.c: Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT ...Sebastian Dröge2008-08-221-3/+4
* gst/matroska/matroska-demux.c: If the duration of a block is unknown only use...Sebastian Dröge2008-08-211-1/+3
* gst/matroska/matroska-demux.c: Don't calculate the default duration of a fram...Sebastian Dröge2008-08-211-4/+0
* gst/matroska/matroska-demux.c: Allow zero sized blocks instead of returning G...Sebastian Dröge2008-08-211-4/+1
* gst/matroska/matroska-demux.*: Close the current segment if we're doing a non...Sebastian Dröge2008-08-081-31/+66
* gst/matroska/matroska-demux.c: When receiving a SEEK event on a specific pad ...Sebastian Dröge2008-08-021-13/+25
* Decode the codec private data and following ContentEncoding if necessary.Sebastian Dröge2008-08-021-108/+345
* gst/matroska/matroska-demux.*: Allow an infinite number of stream inside Matr...Sebastian Dröge2008-08-021-46/+73
* gst/matroska/: Fix indention everywhere. A broken indent version has added ne...Sebastian Dröge2008-08-021-154/+5
* gst/matroska/matroska-demux.c: If no Tracks are found error out instead of tr...Sebastian Dröge2008-08-021-2/+2
* gst/matroska/matroska-demux.c: Fix demuxing of raw integer audio. The samples...Sebastian Dröge2008-08-021-1/+1
* gst/matroska/matroska-demux.c: Handle position and duration query in DEFAULT ...Sebastian Dröge2008-07-021-32/+69