summaryrefslogtreecommitdiff
path: root/gst/matroska
AgeCommit message (Expand)AuthorFilesLines
2009-09-05Remove Ronald Bultje from Authors fieldDavid Schleef2-2/+2
2009-09-04matroskademux: Correctly handle NULL GstIndexSebastian Dröge1-1/+1
2009-08-10matroska: remove dead assignmentsEdward Hervey1-3/+2
2009-08-09matroska: Adds support to muxing/demuxing WMAThiago Santos3-20/+92
2009-08-09matroskamux: adds support for wmv familyThiago Santos1-2/+20
2009-08-08matroska: add kate subtitle support to matroska muxer and demuxerVincent Penquerc'h3-1/+185
2009-07-21matroskademux: Answer SEEKING queries in the original formatSebastian Dröge1-1/+1
2009-07-20matroskademux: Implement SEEKING querySebastian Dröge1-0/+16
2009-06-23matroska: and the new headers tooWim Taymans1-2/+2
2009-06-23matroske: fix compiler errorWim Taymans1-4/+4
2009-06-23matroskademux: avoid leaking buffersWim Taymans1-2/+11
2009-06-22matroska-demux: post container-format tagsTim-Philipp Müller1-5/+4
2009-06-17matroskademux: Fix leaking of the Matroska TITLE elementSebastian Dröge1-0/+1
2009-06-11docs: Remove gtk-doc comment markerJan Schmidt1-5/+5
2009-05-22matroskademux: Populate a GstIndex that is set on matroskademuxSebastian Dröge3-3/+111
2009-05-21matroskademux: Recognise PGS subpicture streams - the bluray format.Jan Schmidt2-1/+4
2009-05-11matroskademux: Only search for the index entry onceSebastian Dröge1-4/+7
2009-05-11matroskademux: Use the first index entry if it's after the seek positionSebastian Dröge1-0/+3
2009-05-11matroskademux: Improve/optimize seekingSebastian Dröge2-51/+57
2009-05-09matroska: fix printf format to agree with argumentDavid Schleef1-1/+1
2009-05-07Add RANKS for various encoders and muxersChristian Schaller1-1/+1
2009-05-07matroskademux: add some debuggingWim Taymans1-1/+12
2009-05-07matroskademux: parse xiph headers length correctlyWim Taymans1-14/+26
2009-04-18matroskademux: Remove useless variable.Edward Hervey1-7/+4
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-4/+1
2009-04-13Add initial support for muxing/demuxing Speex audioSebastian Dröge3-0/+134
2009-03-31matroska: don't leak serialized values when writing tagsStefan Kost1-0/+1
2009-03-31matroska: don't alter passed data and especialy don't leak.Stefan Kost1-3/+5
2009-03-31matroska: init endianess as such and signedness as boolean.Stefan Kost1-2/+3
2009-03-31matroska: don't leak read data in demuxerStefan Kost1-0/+2
2009-02-27matroskademux: Remove gst_util_dump_mem() calls.Edward Hervey1-4/+0
2009-02-23Don't do crazy things with 0/1 frameratesArnout Vandecappelle1-1/+2
2009-02-22matroskademux: Unref the buffer and not the memory address of the bufferSebastian Dröge1-1/+1
2009-02-04Read Matroska Title element for the TITLE tagRobin Stocker1-1/+15
2009-01-30Fix Forte compiler warnings.Jan Schmidt2-7/+7
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost1-2/+0
2009-01-08gst/matroska/: Some cleanups, refactoring and minor enhancements in caps hand...Mark Nauwelaerts2-76/+154
2009-01-06gst/matroska/matroska-mux.*: Remove internal taglist and fully use tagsetter ...Mark Nauwelaerts2-17/+8
2008-12-05Add documentation for matroskamux and matroskademux and update the inspection...Sebastian Dröge4-0/+34
2008-11-20gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_i...Jan Schmidt1-1/+2
2008-11-16gst/matroska/: Make mkvdemux aware of E-AC3.Edward Hervey2-0/+5
2008-11-11gst/matroska/matroska-mux.c: Fix muxing of Dirac streams if the input already...Sebastian Dröge1-29/+36
2008-11-10gst/matroska/matroska-mux.c: Fix mapping AAC profile to Matroska codec id.Mark Nauwelaerts1-4/+58
2008-11-05gst/matroska/: Implement Dirac muxing into Matroska comforming to the spec, i...Sebastian Dröge2-0/+75
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+2
2008-10-27gst/matroska/matroska-demux.c: Forward unknown events upstream.Wim Taymans1-3/+4
2008-10-27gst/matroska/matroska-mux.c: Fix a memory leak when pads are requested but th...Peter Kjellerstedt1-10/+7
2008-09-17gst/: Fix build flags order.Jan Schmidt1-3/+3
2008-08-30Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2-10/+5
2008-08-25gst/matroska/: Add Real[Audio|Video] support to Matroska containers.Edward Hervey2-1/+147