summaryrefslogtreecommitdiffstats
path: root/gst/matroska
Commit message (Expand)AuthorAgeFilesLines
* gst/matroska/matroska-demux.c: Handle position and duration query in DEFAULT ...Sebastian Dröge2008-07-021-32/+69
* gst/matroska/ebml-read.c: Use NAN constant instead of 0.0/0.0 if possible. NA...Sebastian Dröge2008-07-021-1/+11
* gst/matroska/matroska-demux.*: Don't set the segment duration to the duration...Sebastian Dröge2008-07-022-3/+4
* gst/matroska/matroska-demux.c: If no Tracks element is found until the first ...Sebastian Dröge2008-07-021-3/+68
* gst/matroska/matroska-demux.c: Resync non-subtitle tracks too if a too large ...Sebastian Dröge2008-07-021-2/+0
* gst/matroska/matroska-demux.c: Fix buggy format strings in macros. (makes it ...Julien Moutte2008-06-231-4/+4
* gst/matroska/: Fix demuxing of WavPack files. Muxing is still broken.Sebastian Dröge2008-06-192-37/+127
* gst/matroska/: Add a "vfunc" to the track context for postprocessing frames a...Sebastian Dröge2008-06-192-40/+121
* gst/matroska/matroska-demux.c: If a gap of more than 1/2 second is found in o...Sebastian Dröge2008-06-191-9/+21
* gst/matroska/matroska-demux.c: Update FIXME/TODOs and only ignore EOS at the ...Sebastian Dröge2008-06-181-16/+5
* gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EO...Sebastian Dröge2008-06-185-574/+743
* gst/matroska/matroska-demux.c: When comparing index elements with the same ti...Sebastian Dröge2008-06-161-0/+7
* gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_attached_file)Tim-Philipp Müller2008-06-161-5/+2
* gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect ...Sebastian Dröge2008-06-166-15/+238
* gst/matroska/ebml-read.c: Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERRO...Sebastian Dröge2008-06-161-1/+1
* gst/matroska/: Use a GArray for storing the Cue (i.e. seek) information, stor...Sebastian Dröge2008-06-153-69/+132
* gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all C...Sebastian Dröge2008-06-152-64/+2
* gst/matroska/ebml-read.c: Prevent unaligned memory access when reading floats.Sebastian Dröge2008-06-151-20/+12
* gst/matroska/: Make sure that every Tags element is only parsed once and it's...Sebastian Dröge2008-06-154-1/+41
* gst/matroska/: Handle EBML elements like Void or CRC32 in the EbmlRead base c...Sebastian Dröge2008-06-152-45/+26
* gst/matroska/: Reverse the level list as we usually are only interested in th...Sebastian Dröge2008-06-142-14/+57
* gst/matroska/: Use gst_value_serialize() and gst_value_deserialize() for tran...Sebastian Dröge2008-06-132-13/+10
* gst/matroska/matroska-demux.*: Only parse Tracks, SeekHead and SegmentInfo el...Sebastian Dröge2008-06-132-59/+242
* 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-113-26/+45
* gst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead of (probably slower) c...Sebastian Dröge2008-06-106-333/+997
* gst/matroska/ebml-write.c: Unref the write cache in finalize if it was set an...Sebastian Dröge2008-06-041-1/+14
* gst/matroska/matroska-demux.c: Convert subtitle palette info in VobSub privat...Mark Nauwelaerts2008-05-121-2/+13
* gst/matroska/matroska-mux.c: Update the track duration if the old one was inv...Sjoerd Simons2008-05-081-1/+1
* gst/matroska/matroska-demux.c: Fix open-ended seeks in matroskademuxMark Nauwelaerts2008-04-141-8/+11
* gst/matroska/: Fix the Forte build by making function declaration signatures ...Jan Schmidt2008-04-092-9/+10
* gst/matroska/ebml-ids.h: Add ID for EBML CRC32 elements.Sebastian Dröge2008-03-083-25/+84
* gst/matroska/: Handle return values from pull_range in a more granular way to...Wim Taymans2008-03-065-670/+739
* gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB.Jan Schmidt2008-03-033-43/+82
* gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping,...David Schleef2008-02-293-4/+9
* gst/matroska/matroska-demux.c: Flag keyframe and delta units correctly when d...Julien Moutte2008-02-081-0/+6
* gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstr...Bjarne Rosengren2008-02-071-0/+3
* 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-082-16/+48
* gst/matroska/: Extract palette data for dvd subpicture streams and send it do...Mark Nauwelaerts2007-11-132-0/+68
* gst/matroska/matroska-demux.c: Fix setting the discont flag on the first buff...Tim-Philipp Müller2007-09-271-0/+6
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-3/+3
* gst/matroska/Makefile.am: If zlib is available and used, we must link it expl...Tim-Philipp Müller2007-01-051-1/+2
* 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/: Try harder to extract the framerate for video tracks correctly...Tim-Philipp Müller2006-12-113-8/+24
* 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-152-26/+231
* gst/matroska/matroska-demux.c: Handle opaque/unspecified A_AAC audio codec ID...Tim-Philipp Müller2006-11-151-13/+42
* gst/matroska/matroska-mux.c: Add Dirac fourcc.David Schleef2006-11-151-1/+6
* gst/matroska/matroska-demux.c: Fix several issues with encoded/compressed/enc...Michal Benes2006-10-301-18/+46