gstreamer/gst
Alex Ashley 7240e2e38c typefind: Added "dash" and "avc3" fourCC codes to qt_type_find.
This commit adds detection of the "dash" and "avc3" compatible brands
in qt_type_find.

Amendment 2 of ISO/IEC 14496-15 (AVC file format) is defining a new
structure for fragmented MP4 called "avc3". The principal difference
between AVC1 and AVC3 is the location of the codec initialisation
data (e.g. SPS, PPS). In AVC1 this data is placed in the initial MOOV
box (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data goes in
the first sample of every fragment (i.e. the first sample in each mdat
box).  The principal reason for avc3 is to make it easier for client
implementations, because it removes the requirement to insert the
SPS+PPS in to the decoder pipeline every time there is a representation
change.

https://bugzilla.gnome.org/show_bug.cgi?id=702004
2013-09-04 13:33:59 +02:00
..
adder adder: Raw buffers DTS should always be CLOCK_TIME_NONE 2013-08-06 15:11:05 +02:00
app gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
audioconvert audioconvert: improve fixate_format function readability even more 2013-08-23 19:47:57 +01:00
audiorate audiorate: ignore GAP event 2013-07-29 08:23:43 +02:00
audioresample audioresample: make explicit that neon is disabled and why 2013-07-03 09:44:32 +01:00
audiotestsrc gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
encoding ext/gst: Ensure default query/event handlers are used 2013-07-26 16:08:35 +02:00
gio gio: fix printf format compiler warning 2013-08-14 11:43:50 +01:00
playback playsink: Don't set sink to NULL if a new one is set while the old one is still in use 2013-08-14 15:43:53 +02:00
subparse subparse: use g_strdup() and friends 2013-07-17 09:04:47 +01:00
tcp multisocketsink: Fix handling of partial writes and WOULD_BLOCK errors 2013-07-28 13:52:28 +02:00
typefind typefind: Added "dash" and "avc3" fourCC codes to qt_type_find. 2013-09-04 13:33:59 +02:00
videoconvert videoconvert: only chroma subsample when needed 2013-09-03 17:37:14 +02:00
videorate videorate: ignore GAP event 2013-07-29 08:24:06 +02:00
videoscale Release 1.1.1 2013-06-05 18:31:27 +02:00
videotestsrc videotestsrc: Demote ERROR statement back to DEBUG 2013-08-02 11:00:06 +02:00
volume Release 1.1.1 2013-06-05 18:31:27 +02:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00