Add -Wwrite-strings to the configure flags
[platform/upstream/gstreamer.git] / gst / qtdemux / qtdemux.c
2010-03-21 Benjamin OtteAdd -Wwrite-strings to the configure flags
2010-03-18 Benjamin Ottegst_element_class_set_details => gst_element_class_set_...
2010-03-11 Thiago Santosqtdemux: add XMP parsing support
2010-03-11 Edward Herveyqtdemux: Fix print statements for pointer differences.
2010-03-11 Edward Herveyqtdemux: Fix unitialized variables
2010-03-11 Thiago Santosqtdemux: Set stream-format=raw on AAC caps
2010-03-10 Mark Nauwelaertsqtdemux: avoid erroneous codec-data overriding of stsd...
2010-02-18 Robert Swainqtdemux: Fix off-by-one logic error in frame rate cap...
2010-02-18 Thiago Santosqtdemux: Use the correct duration when comparing segments
2010-02-17 Robert Swainqtdemux: add durations modulo 1<<32
2010-02-16 Mark Nauwelaertsqtdemux: fix ALAC codec-data handling
2010-02-16 Mark Nauwelaertsqtdemux: fix debug message
2010-02-16 Mark Nauwelaertsqtdemux: handle signed values in 3GPP location tag
2010-02-16 Robert Swainqtdemux: Fix frame rate cap regression
2010-02-10 Robert Swainqtdemux: temporary safety check to avoid crashes with...
2010-02-07 Robert Swainqtdemux: skip unknown atoms when looking for moov
2010-02-04 Robert Swainqtdemux: Set the segment start time to the requested...
2010-02-04 Robert Swainqtdemux: Fix time returned for index at a byte offset
2010-01-23 Edward Herveyqtdemux: dmb1 is a valid fourcc for Motion-JPEG
2010-01-23 Edward Herveyqtdeux: IV32 is also used for Indeo 3 video streams
2010-01-22 Roland Krikavaqtdemux: Avoid negative overflow on keyframe search
2010-01-21 Alessandro Decinaqtdemux: fix compiler warnings under OS X.
2010-01-20 Mark Nauwelaertsqtdemux: always keep media segments within total duration
2010-01-15 Thiago Santosqtdemux: g_free is NULL safe
2010-01-15 Thiago Santosqtdemux: use DEMUX errors, instead of DECODE
2010-01-15 Thiago Santosqtdemux: Minor refactor
2010-01-15 Thiago Santosqtdemux: Handle another kind of redirect trak
2010-01-15 Thiago Santosqtdemux: Post error when reaching EOS without pads
2010-01-15 Thiago Santosqtdemux: Do not post empty redirect messages
2010-01-12 Edward Herveyqtdemux: use G_GSIZE_FORMAT for platform independent...
2010-01-11 Michael Smithqtdemux: fix offset for type 2 mp4a sound sample descri...
2010-01-11 Robert Swainqtdemux: Oops. The gpointer cast is needed because...
2010-01-11 Robert Swainqtdemux: Debug -> info level for a message for benchmar...
2010-01-11 Robert Swainqtdemux: Don't check for NULL pointers or cast to gpoin...
2010-01-11 Robert Swainqtdemux: Refactor stbl sub-atom freeing. Free when...
2010-01-11 Robert Swainqtdemux: Avoid whitespace commits due to inconsistent...
2010-01-11 Tim-Philipp Müllerqtdemux: remove newline at end of debug statement
2010-01-05 Michael Smithqtdemux: Add support for wave-style audio in qt.
2010-01-05 Wim Taymansqtdemux: fix chunk counter
2010-01-05 Wim Taymansqtdemux: more work at reducing loop overhead
2010-01-05 Wim Taymansqtdemux: cleanups and make duration more accurate
2010-01-05 Wim Taymansqtdemux: simplify logic to calculate duration
2010-01-05 Robert Swainqtdemux: Store timestamps in mov format in the index
2010-01-05 Wim Taymansqtdemux: make seeking in push mode work
2010-01-05 Wim Taymansqtdemux: move error code out of normal flow
2010-01-05 Robert Swainqtdemux: Add push mode seek support for seeking to...
2009-12-31 Arun Raghavanqtdemux: Add tags for average and maximum bitrate
2009-12-24 Thiago Santosqtdemux: perf tag should map to GST_TAG_ARTIST
2009-12-21 Jonathan Conderqtdemux: Adds new tags
2009-12-17 Wim Taymansqtdemux: Fix ALAC codec_data parsing
2009-12-16 Thiago Santosqtdemux: Remove cpp style coments
2009-12-13 Tim-Philipp Müllerqtdemux: fix up language code extraction some more
2009-12-12 Thiago SantosRevert "qtdemux: Correctly parse classification tags"
2009-12-12 Thiago Santosqtdemux: Correctly parse classification tags
2009-12-03 Thiago Santosqtdemux: fix debug message printf args
2009-11-26 Mark Nauwelaertsqtdemux: fix timestamp datatype
2009-11-24 Robert Swainqtdemux: Fix push mode by making sure stbl information...
2009-11-24 Robert Swainqtdemux: Fix order of arguments in log message
2009-11-23 Robert Swainqtdemux: Ease debugging by removing a goto for an error...
2009-11-23 Robert Swainqtdemux: Parse per sample rather than all at once but...
2009-11-23 Robert Swainqtdemux: Save atom data for later use so it doesn't...
2009-11-23 Robert Swainqtdemux: Parse from the previously parsed sample up...
2009-11-23 Robert Swainqtdemux: Make qtdemux_parse_samples () parse up to...
2009-11-23 Robert Swainqtdemux: Separate off stbl sub-atom initialisation
2009-11-23 Robert Swainqtdemux: Move variables into context in preparation...
2009-11-23 Robert Swainqtdemux: Fix bug where stps is never parsed due to...
2009-11-23 Robert Swainqtdemux: Port ctts from Gnode * to GstByteReader
2009-11-23 Robert Swainqtdemux: Switch from QtAtomParser to GstByteReader
2009-11-23 Wim Taymansqtdemux: fix typo and grammar
2009-11-18 Thiago Santosqtdemux: Add more fields to SVQ3 caps
2009-11-18 Mark Nauwelaertsqtdemux: fix bogus memory chunk size check
2009-11-18 Michael Smithqtdemux: identify IMA adpcm in qt properly.
2009-10-20 Andy Wingoqtdemux: unpack more information into image/x-j2c caps
2009-10-15 Mark Nauwelaertsqtdemux: check some more atom sizes prior to parsing
2009-10-14 Mark Nauwelaertsqtdemux: add GstIndex support
2009-10-13 Jan Schmidtqtdemux: Fix uninitialized variable warning
2009-10-12 Jan Schmidtqtdemux: Fix uninitialized variable warnings
2009-10-09 Mark Nauwelaertsqtdemux: also consider Quicktime text subtitles
2009-10-09 Mark Nauwelaertsqtdemux: provide language tag for stream
2009-10-09 Mark Nauwelaertsqtdemux: refactor common parts in track parsing
2009-10-09 Mark Nauwelaertsqtdemux: refactor buffer processing and sending
2009-10-09 Mark Nauwelaertsqtdemux: extract palette data for dvd subpicture streams
2009-10-09 Mark Nauwelaertsqtdemux: support 3GPP timed text subtitles
2009-10-09 Mark Nauwelaertsqtdemux: NULL is not a valid taglist
2009-10-09 Mark Nauwelaertsqtdemux: recognize some more encypted track cases
2009-10-09 Josep Torraqtdemux: fix warnings building on macosx
2009-10-07 Stefan Kostbuild: fprintf, sprintf, sscanf need stdio.h
2009-10-05 Tim-Philipp Müllerqtdemux: make sure compatible brands buffer exists...
2009-10-04 Robert Swainqtdemux: fix printf warnings on OSX
2009-10-04 Tim-Philipp Müllerqtdemux: remove internal genre table
2009-09-25 Mark Nauwelaertsqtdemux: some optional QT specified stsd MPEG-4 atoms...
2009-09-25 Mark Nauwelaertsqtdemux: only send tag events downstream after newsegment
2009-09-25 Wim Taymansqtdemux: add durations modulo 1<<32
2009-09-24 Wim Taymansqtdemux: small cleanup
2009-09-24 Tim-Philipp Müllerqtdemux: add qt_atom_parser_has_chunks() and fix indent...
2009-09-24 Tim-Philipp Müllerqtdemux: bail out instead of trying to alloc silly...
2009-09-24 Tim-Philipp Müllerqtdemux: error out correctly if we don't even have...
2009-09-24 Tim-Philipp Müllerqtdemux: init fourcc to 0 as well to avoid invalid...
2009-09-24 Tim-Philipp Müllerqtdemux: add qt_atom_parse_has_remaining() to avoid...
2009-09-23 Tim-Philipp Müllerqtdemux: use GstByteReader when parsing tkhd atom
next