summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
Commit message (Expand)AuthorAgeFilesLines
* qtdemux: prevent a spurious debug warningMark Nauwelaerts2009-09-041-2/+1
* qtdemux: Add support for QCELP audioSebastian Dröge2009-09-011-2/+4
* qtdemux: also extract ftyp info in push modeMark Nauwelaerts2009-08-311-0/+4
* qtdemux: consider 3gpp style tag parsing in some more casesMark Nauwelaerts2009-08-312-28/+95
* qtdemux: add support for agsmWim Taymans2009-08-212-0/+10
* qtdemux: fix qt style string tag extractionMark Nauwelaerts2009-08-181-1/+1
* qtdemux: Downgrade warning message to debugThiago Santos2009-07-271-1/+1
* qtdemux: sprinkle some more constMark Nauwelaerts2009-07-081-13/+13
* qtdemux: perform some more (careful) data bufferingMark Nauwelaerts2009-07-081-14/+36
* qtdemux: error out instead of dividing by 0Tim-Philipp Müller2009-07-011-1/+4
* Revert "qtdemux: Make sure we don't blacklist streams by wrongly comparing th...Tim-Philipp Müller2009-07-011-3/+3
* qtdemux: comment out unused structureTim-Philipp Müller2009-07-011-3/+3
* qtdemux: more size checks, and use g_try_new0() instead of g_new0()Tim-Philipp Müller2009-07-011-3/+21
* qtdemux: guard against bogus atom sizes and short readsTim-Philipp Müller2009-07-011-8/+49
* qtdemux: use 0x prefix when logging numbers in hexTim-Philipp Müller2009-07-011-2/+2
* 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