gstreamer/gst/qtdemux
Arun Raghavan 8aed3176ce qtdemux: Fix order of bitrates in 'btrt' atom
There seems to be a bug in libmp4v2 that generates a MPEG4BitRateBox as
(bufferSizeDB, avgBitrate, maxBitrate) instead of (bufferSizeDB,
maxBitrate, avgBitrate), according to the spec. I used the mp4file
output while writing this code, so the order is wrong. This patches
fixes that.

https://bugzilla.gnome.org/show_bug.cgi?id=623654
2010-07-06 10:33:16 +01:00
..
gstrtpxqtdepay.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 14:32:00 +01:00
gstrtpxqtdepay.h gst/qtdemux/gstrtpxqtdepay.*: Fail if we don't know the quicktime format. 2007-09-26 14:26:39 +00:00
LEGAL Fix grammar. 2009-04-03 09:57:15 +01:00
Makefile.am qtdemux: extract stream language in more cases 2010-03-26 17:02:50 +00:00
qtatomparser.h qtdemux: Switch from QtAtomParser to GstByteReader 2009-11-23 16:29:14 +01:00
qtdemux.c qtdemux: Fix order of bitrates in 'btrt' atom 2010-07-06 10:33:16 +01:00
qtdemux.h qtdemux: skip unknown atoms when looking for moov 2010-02-07 10:56:02 +01:00
qtdemux.vcproj more working plugins 2004-07-27 21:41:30 +00:00
qtdemux_dump.c qtdemux: Switch from QtAtomParser to GstByteReader 2009-11-23 16:29:14 +01:00
qtdemux_dump.h qtdemux: Switch from QtAtomParser to GstByteReader 2009-11-23 16:29:14 +01:00
qtdemux_fourcc.h qtdemux: Post avg./max. bitrate tags for H.264 2010-04-07 11:55:32 +02:00
qtdemux_lang.c qtdemux: extract stream language in more cases 2010-03-26 17:02:50 +00:00
qtdemux_lang.h qtdemux: extract stream language in more cases 2010-03-26 17:02:50 +00:00
qtdemux_types.c qtdemux: Adds new tags 2009-12-21 12:03:30 -03:00
qtdemux_types.h qtdemux: handle signed values in 3GPP location tag 2010-02-16 16:09:26 +01:00
qtpalette.h gst/qtdemux/: Cleanup and refactor to make the code more readable. 2007-01-12 10:22:16 +00:00
quicktime.c qtdemux: implement 3GPP (TS 26.244 V8.0.0) Asset metadata handling, Fixes #132193 2009-04-15 20:14:19 +03:00