summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
Commit message (Expand)AuthorAgeFilesLines
...
* qtdemux: don't process track_num/track_count tags with a 0 valueTim-Philipp Müller2009-06-261-3/+10
* qtdemux: Make sure we don't blacklist streams by wrongly comparing theirJulien Moutte2009-06-251-3/+3
* qtdemux: Remove dead assignments and unused variables.Edward Hervey2009-06-251-9/+3
* qtdemux: Fix uninitialized variables. Fixes build on macosxEdward Hervey2009-06-251-5/+5
* qtdemux: Another round of G_*LIKELY micro-optimisations.Edward Hervey2009-06-241-26/+28
* qtdemux: Take last sample duration for dummy segment calculation.Edward Hervey2009-06-241-2/+4
* qtdemux: Add GST_MEMDUMP statements for unknown atoms.Edward Hervey2009-06-241-2/+13
* qtdemux: don't leak cover artTim-Philipp Müller2009-06-231-0/+1
* qtdemux: use GST_MEMDUMPTim-Philipp Müller2009-06-222-19/+6
* qtdemux: post container-format tagsTim-Philipp Müller2009-06-221-8/+33
* qtdemux: map some tags to COMPOSER rather than ARTISTMark Nauwelaerts2009-06-171-2/+2
* qtdemux: fix some 3GP tag extraction (keywords, genre, location)Mark Nauwelaerts2009-06-171-19/+103
* qtdemux: extract pixel-aspect-ratio informationMark Nauwelaerts2009-06-172-2/+58
* Revert "Revert "qtdemux: fill timestamp table completely""Wim Taymans2009-06-071-3/+18
* Revert "qtdemux: fill timestamp table completely"Wim Taymans2009-06-071-18/+3
* qtdemux: fill timestamp table completelyWim Taymans2009-06-071-3/+18
* qtdemux: parse in24 boxes to get endiannessWim Taymans2009-05-212-1/+34
* qtdemux: fix byte order swapping in 3GPP classification entity tagMarco Ballesio2009-05-061-4/+7
* qtdemux: use binary search for indexWim Taymans2009-05-041-13/+26
* qtdemux: add some more micro optimisationsWim Taymans2009-05-011-55/+92
* qtdemux: micro optimize qtdemux a littleWim Taymans2009-04-303-15/+20
* qtdemux: add support for subtitle picturesWim Taymans2009-04-303-0/+57
* qtdemux: handle ac-3 audioHans de Goede2009-04-291-0/+2
* qtdemux: override caps based on data from ESDS atoms in mpeg4.Michael Smith2009-04-211-28/+104
* Fix push mode buffering sanity check to actually fit the description.Mark Nauwelaerts2009-04-201-1/+1
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-3/+0
* Remove blank {set|get}_property/change_state/finalize methods.Edward Hervey2009-04-181-38/+0
* qtdemux: implement 3GPP (TS 26.244 V8.0.0) Asset metadata handling, Fixes #13...Marco Ballesio2009-04-155-2/+145
* Fix grammar.Zaheer Merali2009-04-031-1/+1
* qtdemux: don't use ininitialized var in debug log statementStefan Kost2009-03-311-2/+2
* qtdemux: don't leak atom data in case of a wrong fourccStefan Kost2009-03-311-1/+1
* qtdemux: some stream synchronization to aid seeking in unbalanced clipsMark Nauwelaerts2009-03-261-5/+80
* qtdemux: additional safety and sanity checks (push based mode)Mark Nauwelaerts2009-03-261-1/+20
* i18n: make sure gettext gives us UTF-8 at all timesTim-Philipp Müller2009-03-251-0/+1
* qtdemux: handle FLUSH_STOP eventMark Nauwelaerts2009-03-241-2/+18
* qtdemux: support seeking in push based modeMark Nauwelaerts2009-03-201-82/+334
* qtdemux: align push based behaviour more with pull basedMark Nauwelaerts2009-03-201-0/+18
* qtdemux: fix mem leaks and prevent excessive buffering in push based modeMark Nauwelaerts2009-03-201-9/+18
* qtdemux: sanitize tag namesWim Taymans2009-03-091-3/+14
* qtdemux: Also use "(c)inf" to fill the comment tagEdward Hervey2009-02-242-2/+4
* qtdemux: Add handling for stps atomsDavid Schleef2009-02-065-0/+44
* Don't do void pointer arithmeticJan Schmidt2009-01-301-5/+5
* Add support for the 'Requirement' and 'Encoder' tagsEdward Hervey2009-01-303-1/+6
* Modify private-tag name formatter so that it doesn't go mad at fourcc startin...Edward Hervey2009-01-301-2/+3
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-10/+5
* Add a few more video fourcc'sDavid Schleef2009-01-251-0/+14
* Fix for security advisory TKADV2009-0xxDavid Schleef2009-01-221-4/+4
* gst/qtdemux/qtdemux.c: Catch invalid and commonly wrong playback rates in the...Wim Taymans2009-01-151-3/+14
* gst/qtdemux/qtdemux.c: Fix format string for guint64.Thiago Sousa Santos2009-01-131-1/+2
* gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've cre...Michael Smith2009-01-081-2/+39