summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-221-11/+5
* 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-171-2/+56
* 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-211-1/+32
* 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-301-14/+15
* qtdemux: add support for subtitle picturesWim Taymans2009-04-301-0/+55
* 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
* qtdemux: implement 3GPP (TS 26.244 V8.0.0) Asset metadata handling, Fixes #13...Marco Ballesio2009-04-151-2/+121
* 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
* 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-241-2/+3
* qtdemux: Add handling for stps atomsDavid Schleef2009-02-061-0/+21
* Don't do void pointer arithmeticJan Schmidt2009-01-301-5/+5
* Add support for the 'Requirement' and 'Encoder' tagsEdward Hervey2009-01-301-1/+2
* 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
* gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob i...Mark Nauwelaerts2009-01-051-102/+94
* gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks.j^2008-12-281-0/+18
* gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video co...Julien Moutte2008-11-251-0/+2
* gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib vari...Tal Shalif2008-11-231-6/+6
* gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them fr...Andy Wingo2008-11-121-11/+21
* gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...Mark Nauwelaerts2008-11-111-1/+34
* gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-...Mark Nauwelaerts2008-11-101-111/+114
* gst/qtdemux/qtdemux.c: Remove previous wrong commitEdward Hervey2008-10-151-0/+2