summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob i...Mark Nauwelaerts2009-01-053-102/+102
* 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-122-11/+22
* gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...Mark Nauwelaerts2008-11-113-1/+43
* gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-...Mark Nauwelaerts2008-11-101-111/+114
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/qtdemux/qtdemux.c: Remove previous wrong commitEdward Hervey2008-10-151-0/+2
* gst/qtdemux/qtdemux.c: Remove problematic and useless refcount check.Edward Hervey2008-10-151-2/+0
* gst/qtdemux/qtdemux.c: Some 'broken' files out there have atom lengths of zer...Edward Hervey2008-09-171-0/+17
* gst/qtdemux/qtdemux.c: Add mapping for 'tiff' => image/tiffJonathan Matthew2008-09-141-0/+4
* gst/qtdemux/: Add support for video/mj2 mime-type and its additional atoms/bo...Mark Nauwelaerts2008-09-034-3/+126
* gst/qtdemux/qtdemux.c: Add mapping for IMA Loki SDL MJPEG ADPCM codec.Wim Taymans2008-09-021-1/+12
* gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60 with 3:2 pulld...David Schleef2008-08-141-0/+1
* gst/qtdemux/qtdemux.c: Use audio/x-qdm for caps. Collect some info - mplayer ...Stefan Kost2008-08-061-2/+13
* gst/qtdemux/qtdemux.c: Return the result of gst_pad_{start,stop}_task instead...Stefan Kost2008-08-041-4/+3