summaryrefslogtreecommitdiff
path: root/gst/matroska/ebml-read.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-21matroska: Avoid debugging below category thresholdEdward Hervey1-1/+1
2014-04-16matroska: fix check for amount of data to readVincent Penquerc'h1-1/+1
2013-08-08matroskademux: Don't print warnings during flushing and stop as soon as possibleSebastian Dröge1-1/+4
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-04-12matroska: Check return value of GstByteReader/WriterEdward Hervey1-4/+5
2012-01-25update for new memory APIWim Taymans1-4/+3
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-2/+2
2011-11-26matroska: port to 0.11René Stadler1-3/+8
2011-09-16matroskademux: Avoid sending EOS when in paused stateBranko Subasic1-21/+18
2011-07-01matroskademux: avoid looping when searching for clustersBranko Subasic1-1/+0
2011-01-07matroska: don't put essential function calls into g_assert()Tim-Philipp Müller1-3/+6
2010-06-24matroska, videobox, videofilter: fix compiler warnings when debugging is disa...Tim-Philipp Müller1-1/+2
2010-06-16ebml-read: Zero-sized ints/uints/floats have a value of 0 according to the EB...Sebastian Dröge1-4/+18
2010-06-15matroska: Fix unitialized variableEdward Hervey1-2/+2
2010-06-01matroskademux: use bytereader based GstEbmlRead as a helperMark Nauwelaerts1-635/+223
2010-05-19ebmlread: rm floatcast.h include (not used)Philip1-1/+0
2010-05-19ebml: don't modify out str if returning an error in _read_asciiPhilip Jägenstedt1-4/+6
2010-05-19ebml: Validate 7-bit ASCII in gst_ebml_read_asciiPhilip Jägenstedt1-4/+34
2009-12-16matroskademux: support push based modeMark Nauwelaerts1-2/+41
2009-12-16matroskademux: fix ebml read cache usageMark Nauwelaerts1-1/+1
2008-08-30Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller1-6/+2
2008-08-22gst/matroska/ebml-read.c: Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT ...Sebastian Dröge1-22/+22
2008-08-02gst/matroska/: Fix indention everywhere. A broken indent version has added ne...Sebastian Dröge1-37/+0
2008-07-02gst/matroska/ebml-read.c: Use NAN constant instead of 0.0/0.0 if possible. NA...Sebastian Dröge1-1/+11
2008-06-18gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EO...Sebastian Dröge1-3/+13
2008-06-16gst/matroska/ebml-read.c: Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERRO...Sebastian Dröge1-1/+1
2008-06-15gst/matroska/ebml-read.c: Prevent unaligned memory access when reading floats.Sebastian Dröge1-20/+12
2008-06-15gst/matroska/: Make sure that every Tags element is only parsed once and it's...Sebastian Dröge1-1/+1
2008-06-15gst/matroska/: Handle EBML elements like Void or CRC32 in the EbmlRead base c...Sebastian Dröge1-2/+26
2008-06-14gst/matroska/: Reverse the level list as we usually are only interested in th...Sebastian Dröge1-8/+51
2008-04-09gst/matroska/: Fix the Forte build by making function declaration signatures ...Jan Schmidt1-5/+5
2008-03-08gst/matroska/ebml-ids.h: Add ID for EBML CRC32 elements.Sebastian Dröge1-24/+81
2008-03-06gst/matroska/: Handle return values from pull_range in a more granular way to...Wim Taymans1-119/+186
2008-03-03gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB.Jan Schmidt1-9/+12
2006-05-17gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. ...Jindrich Makovicka1-73/+98
2006-04-10gst/matroska/ebml-read.c: Don't try to modify read-only data.Tim-Philipp Müller1-1/+6
2006-04-09gst/matroska/ebml-read.c: Even better would be if we actually did the right t...Tim-Philipp Müller1-1/+1
2006-04-09gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MS...Tim-Philipp Müller1-1/+1
2006-03-30ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte1-1/+1
2006-02-03Just make it compile with --disable-gst-debug.Edgard Lima1-0/+3
2005-10-19API change fix.Wim Taymans1-2/+2
2005-10-18gst/matroska/: Ported matroska demuxer to 0.9.Tim-Philipp Müller1-269/+199
2005-09-02All plugins updated for element state changes.Andy Wingo1-9/+10
2005-01-19gst/matroska/ebml-read.c: Allow for 0-sized buffers. Fixes length query probl...Ronald S. Bultje1-0/+6
2004-12-03gst/matroska/: Disgustingly evil hack for working around INTERRUPT events and...Ronald S. Bultje1-6/+67
2004-10-06gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warningStéphane Loeuillet1-1/+1
2004-10-01ext/dvdread/dvdreadsrc.c: Fix. Don't do one big huge loop around the whole DV...Ronald S. Bultje1-50/+77
2004-09-23ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje1-1/+6
2004-09-01Write track and segment UIDs, write muxing date, write TRACKDEFAULTDURATION f...Arwed v. Merkatz1-2/+7
2004-08-27Handle EOS correctly.Arwed v. Merkatz1-2/+6