summaryrefslogtreecommitdiffstats
path: root/gst/matroska
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+2
* gst/matroska/matroska-demux.c: Forward unknown events upstream.Wim Taymans2008-10-271-3/+4
* gst/matroska/matroska-mux.c: Fix a memory leak when pads are requested but th...Peter Kjellerstedt2008-10-271-10/+7
* gst/: Fix build flags order.Jan Schmidt2008-09-171-3/+3
* Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2008-08-302-10/+5
* gst/matroska/: Add Real[Audio|Video] support to Matroska containers.Edward Hervey2008-08-252-1/+147
* gst/matroska/ebml-read.c: Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT ...Sebastian Dröge2008-08-222-25/+26
* 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-mux.c: We need to drop one additional buffer for FLAC a...Sebastian Dröge2008-08-091-3/+9
* gst/matroska/matroska-mux.c: Add support for muxing FLAC into Matroska contai...Sebastian Dröge2008-08-091-0/+89
* gst/matroska/matroska-demux.*: Close the current segment if we're doing a non...Sebastian Dröge2008-08-082-37/+69
* gst/matroska/matroska-demux.c: When receiving a SEEK event on a specific pad ...Sebastian Dröge2008-08-021-13/+25
* Build depend on core CVS for the attachment tag.Sebastian Dröge2008-08-022-10/+0
* Decode the codec private data and following ContentEncoding if necessary.Sebastian Dröge2008-08-025-110/+686
* gst/matroska/matroska-mux.c: Fix muxing of MP3/MP2 with different MPEG versio...Sebastian Dröge2008-08-021-10/+21
* gst/matroska/matroska-demux.*: Allow an infinite number of stream inside Matr...Sebastian Dröge2008-08-022-51/+74
* gst/matroska/: Fix indention everywhere. A broken indent version has added ne...Sebastian Dröge2008-08-024-266/+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-mux.c: Add more raw YUV formats to the list of supporte...Sebastian Dröge2008-08-021-1/+2