summaryrefslogtreecommitdiffstats
path: root/gst/matroska/ebml-read.c
Commit message (Expand)AuthorAgeFilesLines
* Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2008-08-301-6/+2
* gst/matroska/ebml-read.c: Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT ...Sebastian Dröge2008-08-221-22/+22
* gst/matroska/: Fix indention everywhere. A broken indent version has added ne...Sebastian Dröge2008-08-021-37/+0
* 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.c: Improve debug output everywhere and fix the EO...Sebastian Dröge2008-06-181-3/+13
* gst/matroska/ebml-read.c: Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERRO...Sebastian Dröge2008-06-161-1/+1
* 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-151-1/+1
* gst/matroska/: Handle EBML elements like Void or CRC32 in the EbmlRead base c...Sebastian Dröge2008-06-151-2/+26
* gst/matroska/: Reverse the level list as we usually are only interested in th...Sebastian Dröge2008-06-141-8/+51
* gst/matroska/: Fix the Forte build by making function declaration signatures ...Jan Schmidt2008-04-091-5/+5
* gst/matroska/ebml-ids.h: Add ID for EBML CRC32 elements.Sebastian Dröge2008-03-081-24/+81
* gst/matroska/: Handle return values from pull_range in a more granular way to...Wim Taymans2008-03-061-119/+186
* gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB.Jan Schmidt2008-03-031-9/+12
* gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. ...Jindrich Makovicka2006-05-171-73/+98
* gst/matroska/ebml-read.c: Don't try to modify read-only data.Tim-Philipp Müller2006-04-101-1/+6
* gst/matroska/ebml-read.c: Even better would be if we actually did the right t...Tim-Philipp Müller2006-04-091-1/+1
* gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MS...Tim-Philipp Müller2006-04-091-1/+1
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-1/+1
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-031-0/+3
* API change fix.Wim Taymans2005-10-191-2/+2
* gst/matroska/: Ported matroska demuxer to 0.9.Tim-Philipp Müller2005-10-181-269/+199
* All plugins updated for element state changes.Andy Wingo2005-09-021-9/+10
* gst/matroska/ebml-read.c: Allow for 0-sized buffers. Fixes length query probl...Ronald S. Bultje2005-01-191-0/+6
* gst/matroska/: Disgustingly evil hack for working around INTERRUPT events and...Ronald S. Bultje2004-12-031-6/+67
* gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warningStéphane Loeuillet2004-10-061-1/+1
* ext/dvdread/dvdreadsrc.c: Fix. Don't do one big huge loop around the whole DV...Ronald S. Bultje2004-10-011-50/+77
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-231-1/+6
* Write track and segment UIDs, write muxing date, write TRACKDEFAULTDURATION f...Arwed v. Merkatz2004-09-011-2/+7
* Handle EOS correctly.Arwed v. Merkatz2004-08-271-2/+6
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-77/+77
* gst-indentThomas Vander Stichele2004-03-141-136/+117
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-13/+13
* gst/: Fix event handling.Ronald S. Bultje2004-01-301-16/+20
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-14/+14
* use new error signal and classificationThomas Vander Stichele2004-01-181-39/+34
* gst/matroska/: fix signed integer reading/writing.Ronald S. Bultje2004-01-021-5/+10
* Riff, EBML, fourcc etc. work. Not fully finished, but better than what we use...Ronald S. Bultje2003-12-071-26/+101
* Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ oneRonald S. Bultje2003-11-211-0/+702