summaryrefslogtreecommitdiff
path: root/gst/matroska/matroska-mux.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-22matroskamux: Dirac "muxing" units end on EOS tooSebastian Dröge1-7/+10
2009-09-22matroskamux: Don't get stuck in an infinite loop with DiracJan Schmidt1-2/+7
2009-09-05Remove Ronald Bultje from Authors fieldDavid Schleef1-1/+1
2009-08-09matroska: Adds support to muxing/demuxing WMAThiago Santos1-9/+75
2009-08-09matroskamux: adds support for wmv familyThiago Santos1-2/+20
2009-08-08matroska: add kate subtitle support to matroska muxer and demuxerVincent Penquerc'h1-0/+179
2009-05-07Add RANKS for various encoders and muxersChristian Schaller1-1/+1
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öge1-0/+84
2009-03-31matroska: don't leak serialized values when writing tagsStefan Kost1-0/+1
2009-03-31matroska: init endianess as such and signedness as boolean.Stefan Kost1-2/+3
2009-02-23Don't do crazy things with 0/1 frameratesArnout Vandecappelle1-1/+2
2009-01-30Fix Forte compiler warnings.Jan Schmidt1-1/+1
2009-01-08gst/matroska/: Some cleanups, refactoring and minor enhancements in caps hand...Mark Nauwelaerts1-76/+147
2009-01-06gst/matroska/matroska-mux.*: Remove internal taglist and fully use tagsetter ...Mark Nauwelaerts1-15/+8
2008-12-05Add documentation for matroskamux and matroskademux and update the inspection...Sebastian Dröge1-0/+16
2008-11-20gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_i...Jan Schmidt1-1/+2
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öge1-0/+73
2008-10-27gst/matroska/matroska-mux.c: Fix a memory leak when pads are requested but th...Peter Kjellerstedt1-10/+7
2008-08-25gst/matroska/: Add Real[Audio|Video] support to Matroska containers.Edward Hervey1-1/+83
2008-08-09gst/matroska/matroska-mux.c: We need to drop one additional buffer for FLAC a...Sebastian Dröge1-3/+9
2008-08-09gst/matroska/matroska-mux.c: Add support for muxing FLAC into Matroska contai...Sebastian Dröge1-0/+89
2008-08-02gst/matroska/matroska-mux.c: Fix muxing of MP3/MP2 with different MPEG versio...Sebastian Dröge1-10/+21
2008-08-02gst/matroska/: Fix indention everywhere. A broken indent version has added ne...Sebastian Dröge1-67/+0
2008-08-02gst/matroska/matroska-mux.c: Add more raw YUV formats to the list of supporte...Sebastian Dröge1-1/+2
2008-08-02gst/matroska/matroska-mux.c: Add support for muxing raw float audio now that ...Sebastian Dröge1-8/+32
2008-08-02gst/matroska/matroska-mux.c: Add locking to the global array of used track UI...Sebastian Dröge1-27/+15
2008-06-18gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EO...Sebastian Dröge1-1/+0
2008-06-15gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all C...Sebastian Dröge1-60/+2
2008-06-13gst/matroska/: Use gst_value_serialize() and gst_value_deserialize() for tran...Sebastian Dröge1-6/+6
2008-06-11gst/matroska/matroska-mux.c: Update the counter for the number of streams whe...Sebastian Dröge1-0/+3
2008-06-11gst/matroska/: Add some more tags, improve debugging a bit and make sure thatSebastian Dröge1-9/+20
2008-06-10gst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead of (probably slower) c...Sebastian Dröge1-24/+135
2008-05-08gst/matroska/matroska-mux.c: Update the track duration if the old one was inv...Sjoerd Simons1-1/+1
2008-03-03gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB.Jan Schmidt1-29/+54
2008-02-29gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping,...David Schleef1-4/+5
2008-01-08gst/matroska/matroska-mux.c: Also fix up pad templates to indicate that image...Tim-Philipp Müller1-1/+5
2008-01-08gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each...Wouter Cloetens1-16/+46
2006-12-24gst/matroska/matroska-mux.c: The "signed" field in audio caps is of boolean t...Tim-Philipp Müller1-8/+27
2006-11-16gst/matroska/matroska-mux.c: Use GST_DEBUG_FUNCPTR; activate request pad befo...Tim-Philipp Müller1-3/+7
2006-11-15gst/matroska/matroska-mux.*: Add basic tag writing support; implement releasi...Mark Nauwelaerts1-25/+226
2006-11-15gst/matroska/matroska-mux.c: Add Dirac fourcc.David Schleef1-1/+6
2006-10-05Printf format fixes.Tim-Philipp Müller1-1/+1
2006-05-23gst/matroska/matroska-mux.c: gst_collect_pads_stop() needs to be called befor...Mark Nauwelaerts1-1/+3
2006-05-23gst/matroska/: Add support for muxing/demuxing theora video (#342448; too bad...Tim-Philipp Müller1-123/+226
2006-05-03gst/matroska/matroska-mux.c: Don't strcmp() NULL strings.Tim-Philipp Müller1-4/+13
2006-05-03gst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very h...Mark Nauwelaerts1-5/+49
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1