summaryrefslogtreecommitdiff
path: root/gst/qtdemux
AgeCommit message (Expand)AuthorFilesLines
2009-03-31qtdemux: don't use ininitialized var in debug log statementStefan Kost1-2/+2
2009-03-31qtdemux: don't leak atom data in case of a wrong fourccStefan Kost1-1/+1
2009-03-26qtdemux: some stream synchronization to aid seeking in unbalanced clipsMark Nauwelaerts1-5/+80
2009-03-26qtdemux: additional safety and sanity checks (push based mode)Mark Nauwelaerts1-1/+20
2009-03-25i18n: make sure gettext gives us UTF-8 at all timesTim-Philipp Müller1-0/+1
2009-03-24qtdemux: handle FLUSH_STOP eventMark Nauwelaerts1-2/+18
2009-03-20qtdemux: support seeking in push based modeMark Nauwelaerts1-82/+334
2009-03-20qtdemux: align push based behaviour more with pull basedMark Nauwelaerts1-0/+18
2009-03-20qtdemux: fix mem leaks and prevent excessive buffering in push based modeMark Nauwelaerts1-9/+18
2009-03-09qtdemux: sanitize tag namesWim Taymans1-3/+14
2009-02-24qtdemux: Also use "(c)inf" to fill the comment tagEdward Hervey2-2/+4
2009-02-06qtdemux: Add handling for stps atomsDavid Schleef5-0/+44
2009-01-30Don't do void pointer arithmeticJan Schmidt1-5/+5
2009-01-30Add support for the 'Requirement' and 'Encoder' tagsEdward Hervey3-1/+6
2009-01-30Modify private-tag name formatter so that it doesn't go mad at fourcc startin...Edward Hervey1-2/+3
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-10/+5
2009-01-25Add a few more video fourcc'sDavid Schleef1-0/+14
2009-01-22Fix for security advisory TKADV2009-0xxDavid Schleef1-4/+4
2009-01-15gst/qtdemux/qtdemux.c: Catch invalid and commonly wrong playback rates in the...Wim Taymans1-3/+14
2009-01-13gst/qtdemux/qtdemux.c: Fix format string for guint64.Thiago Sousa Santos1-1/+2
2009-01-08gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've cre...Michael Smith1-2/+39
2009-01-05gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob i...Mark Nauwelaerts3-102/+102
2008-12-28gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks.j^1-0/+18
2008-11-25gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video co...Julien Moutte1-0/+2
2008-11-23gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib vari...Tal Shalif1-6/+6
2008-11-12gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them fr...Andy Wingo2-11/+22
2008-11-11gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...Mark Nauwelaerts3-1/+43
2008-11-10gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-...Mark Nauwelaerts1-111/+114
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-15gst/qtdemux/qtdemux.c: Remove previous wrong commitEdward Hervey1-0/+2
2008-10-15gst/qtdemux/qtdemux.c: Remove problematic and useless refcount check.Edward Hervey1-2/+0
2008-09-17gst/qtdemux/qtdemux.c: Some 'broken' files out there have atom lengths of zer...Edward Hervey1-0/+17
2008-09-14gst/qtdemux/qtdemux.c: Add mapping for 'tiff' => image/tiffJonathan Matthew1-0/+4
2008-09-03gst/qtdemux/: Add support for video/mj2 mime-type and its additional atoms/bo...Mark Nauwelaerts4-3/+126
2008-09-02gst/qtdemux/qtdemux.c: Add mapping for IMA Loki SDL MJPEG ADPCM codec.Wim Taymans1-1/+12
2008-08-14gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60 with 3:2 pulld...David Schleef1-0/+1
2008-08-06gst/qtdemux/qtdemux.c: Use audio/x-qdm for caps. Collect some info - mplayer ...Stefan Kost1-2/+13
2008-08-04gst/qtdemux/qtdemux.c: Return the result of gst_pad_{start,stop}_task instead...Stefan Kost1-4/+3
2008-08-04gst/qtdemux/: Add keyword tag support. Fixes #520694 for qtdemux.Stefan Kost2-0/+13
2008-08-04gst/qtdemux/qtdemux.c: Add support for tmpo tag (BPM).Stefan Kost1-0/+31
2008-07-25gst/qtdemux/qtdemux.c: Fix segment-stop regression.Edward Hervey1-1/+71
2008-07-18gst/qtdemux/qtdemux.c: Revert ISO base media spec based pixel-aspect-ratio ca...Mark Nauwelaerts1-32/+0
2008-07-10gst/qtdemux/qtdemux.c: Correctly distinguish 8bit vs 16bit raw audio. Fixes ...Thiago Sousa Santos1-2/+2
2008-07-08gst/qtdemux/qtdemux.c: Set pixel-aspect-ratio in caps using display width and...Mark Nauwelaerts1-0/+32
2008-06-27gst/qtdemux/qtdemux.c: Add Dirac stream typeDavid Schleef1-0/+4
2008-05-31gst/qtdemux/: Improve meta-data handling, add 'comment', 'description' and 'c...Bastien Nocera2-9/+49
2008-05-31gst/qtdemux/qtdemux.c: Make sure we we don't clip the segment's stop using th...Julien Moutte1-43/+79
2008-05-26gst/qtdemux/qtdemux.c: Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526...j^1-1/+17
2008-05-26gst/qtdemux/qtdemux.c: Unbreak segment activation again. Fixes #531672.Wim Taymans1-3/+23
2008-05-02gst/qtdemux/qtdemux.c: Add more mpeg2 variants. Fixes #530886.j^1-1/+10