summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-mux.c
Commit message (Expand)AuthorAgeFilesLines
* matroskamux: Don't get stuck in an infinite loop with DiracJan Schmidt2009-09-221-2/+7
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-09-051-1/+1
* matroska: Adds support to muxing/demuxing WMAThiago Santos2009-08-091-9/+75
* matroskamux: adds support for wmv familyThiago Santos2009-08-091-2/+20
* matroska: add kate subtitle support to matroska muxer and demuxerVincent Penquerc'h2009-08-081-0/+179
* Add RANKS for various encoders and muxersChristian Schaller2009-05-071-1/+1
* 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-131-0/+84
* matroska: don't leak serialized values when writing tagsStefan Kost2009-03-311-0/+1
* matroska: init endianess as such and signedness as boolean.Stefan Kost2009-03-311-2/+3
* Don't do crazy things with 0/1 frameratesArnout Vandecappelle2009-02-231-1/+2
* Fix Forte compiler warnings.Jan Schmidt2009-01-301-1/+1
* gst/matroska/: Some cleanups, refactoring and minor enhancements in caps hand...Mark Nauwelaerts2009-01-081-76/+147
* gst/matroska/matroska-mux.*: Remove internal taglist and fully use tagsetter ...Mark Nauwelaerts2009-01-061-15/+8
* Add documentation for matroskamux and matroskademux and update the inspection...Sebastian Dröge2008-12-051-0/+16
* gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_i...Jan Schmidt2008-11-201-1/+2
* 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-051-0/+73
* gst/matroska/matroska-mux.c: Fix a memory leak when pads are requested but th...Peter Kjellerstedt2008-10-271-10/+7
* gst/matroska/: Add Real[Audio|Video] support to Matroska containers.Edward Hervey2008-08-251-1/+83
* 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-mux.c: Fix muxing of MP3/MP2 with different MPEG versio...Sebastian Dröge2008-08-021-10/+21
* gst/matroska/: Fix indention everywhere. A broken indent version has added ne...Sebastian Dröge2008-08-021-67/+0
* gst/matroska/matroska-mux.c: Add more raw YUV formats to the list of supporte...Sebastian Dröge2008-08-021-1/+2
* gst/matroska/matroska-mux.c: Add support for muxing raw float audio now that ...Sebastian Dröge2008-08-021-8/+32
* gst/matroska/matroska-mux.c: Add locking to the global array of used track UI...Sebastian Dröge2008-08-021-27/+15
* gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EO...Sebastian Dröge2008-06-181-1/+0
* gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all C...Sebastian Dröge2008-06-151-60/+2
* gst/matroska/: Use gst_value_serialize() and gst_value_deserialize() for tran...Sebastian Dröge2008-06-131-6/+6
* gst/matroska/matroska-mux.c: Update the counter for the number of streams whe...Sebastian Dröge2008-06-111-0/+3
* gst/matroska/: Add some more tags, improve debugging a bit and make sure thatSebastian Dröge2008-06-111-9/+20
* gst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead of (probably slower) c...Sebastian Dröge2008-06-101-24/+135
* gst/matroska/matroska-mux.c: Update the track duration if the old one was inv...Sjoerd Simons2008-05-081-1/+1
* gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB.Jan Schmidt2008-03-031-29/+54
* gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping,...David Schleef2008-02-291-4/+5
* gst/matroska/matroska-mux.c: Also fix up pad templates to indicate that image...Tim-Philipp Müller2008-01-081-1/+5
* gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each...Wouter Cloetens2008-01-081-16/+46
* gst/matroska/matroska-mux.c: The "signed" field in audio caps is of boolean t...Tim-Philipp Müller2006-12-241-8/+27
* gst/matroska/matroska-mux.c: Use GST_DEBUG_FUNCPTR; activate request pad befo...Tim-Philipp Müller2006-11-161-3/+7
* gst/matroska/matroska-mux.*: Add basic tag writing support; implement releasi...Mark Nauwelaerts2006-11-151-25/+226
* gst/matroska/matroska-mux.c: Add Dirac fourcc.David Schleef2006-11-151-1/+6
* Printf format fixes.Tim-Philipp Müller2006-10-051-1/+1
* gst/matroska/matroska-mux.c: gst_collect_pads_stop() needs to be called befor...Mark Nauwelaerts2006-05-231-1/+3
* gst/matroska/: Add support for muxing/demuxing theora video (#342448; too bad...Tim-Philipp Müller2006-05-231-123/+226
* gst/matroska/matroska-mux.c: Don't strcmp() NULL strings.Tim-Philipp Müller2006-05-031-4/+13
* gst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very h...Mark Nauwelaerts2006-05-031-5/+49
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec ...Mark Nauwelaerts2006-04-251-33/+51