summaryrefslogtreecommitdiff
path: root/gst/matroska/ebml-read.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-77/+77
2004-03-14gst-indentThomas Vander Stichele1-136/+117
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-13/+13
2004-01-30gst/: Fix event handling.Ronald S. Bultje1-16/+20
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-14/+14
2004-01-18use new error signal and classificationThomas Vander Stichele1-39/+34
2004-01-02gst/matroska/: fix signed integer reading/writing.Ronald S. Bultje1-5/+10
2003-12-07Riff, EBML, fourcc etc. work. Not fully finished, but better than what we use...Ronald S. Bultje1-26/+101
2003-11-21Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ oneRonald S. Bultje1-0/+702