summaryrefslogtreecommitdiff
path: root/ext/ffmpeg
AgeCommit message (Expand)AuthorFilesLines
2009-03-09demuxers: Add more debuggingEdward Hervey3-0/+11
2009-03-09gstffmpegcodecmap: Add proper caps for Fraps video codecEdward Hervey1-0/+3
2009-03-06ffmpegdec: Make sure we provide 16 byte aligned data to ffmpeg. Fixes #572863Edward Hervey1-2/+6
2009-03-06ffaudioresample: Add padding to output buffer. Fixes #573649Edward Hervey1-1/+3
2009-03-06ffmpegdec: post an error message on the bus when decoding failsTim-Philipp Müller1-1/+2
2009-03-05gstffmpegdec: Set the rank of the AAC decoder to NONE.Edward Hervey1-0/+6
2009-03-05Make bz2 requirement optional. Fixes #564867Damien Lespiau1-1/+7
2009-03-05gstffmpegmux: Expose the 'preload' and 'maxdelay' properties, add dvd mux map...Jordi Mas2-0/+85
2009-03-05codecmap. The VC1 decoder can also handle the Advanced Profile.Edward Hervey1-1/+2
2009-03-04ffdec: fix buildTim-Philipp Müller1-4/+4
2009-03-04gstffmpegdec: Abort on first failure by AAC decoder. Fixes #566250.Edward Hervey1-0/+7
2009-03-04gstffmpegdec: Bring the real decoders up to GST_RANK_PRIMARY.Edward Hervey1-0/+6
2009-03-04ffmpeg: Don't register the MXF typefinder, we have our own in -baseSebastian Dröge1-0/+1
2009-03-04ffmpeg: mxf_d10 is application/mxf too, it only specifies the used mappingSebastian Dröge1-1/+1
2009-02-27ffmpegmux: Use information from AVOutputFormat to expose more muxers.Edward Hervey3-3/+41
2009-02-22And remove unused variableSebastian Dröge1-1/+0
2009-02-22Remove unreachable codeSebastian Dröge1-3/+0
2009-02-22Cast const GstBuffer * to GstBuffer * before unreffingSebastian Dröge1-1/+1
2009-02-18codecmap: map more codecsEdward Hervey1-0/+20
2009-02-05Don't register ASS/SSA typefinderSebastian Dröge1-0/+1
2009-01-29Only use valid SampleFormat for audio encoders/decoders.Edward Hervey4-41/+87
2009-01-27Differentiate between "no more data" from "IO failure" when reading.Edward Hervey1-1/+22
2009-01-27Implement push-based support for demuxersEdward Hervey7-19/+396
2009-01-26Add support for AVSEEK_SIZE in seek handler. This should make demuxers work a...Edward Hervey1-6/+11
2009-01-24Add MP1 and ADPCM IMA/ISS variantSebastian Dröge2-7/+24
2009-01-05ext/ffmpeg/gstffmpegcodecmap.c: Narrow down the allowed channels and sample r...Dejan Sakelšak1-0/+16
2008-12-30ext/ffmpeg/gstffmpegcodecmap.c: Add mapping for IMC and MLP audio codecs.Edward Hervey1-0/+8
2008-12-24ffmpegrev: Updating ffmpeg SVN revision to r16304 and update to the correspon...Sebastian Dröge1-12/+15
2008-12-17ext/ffmpeg/gstffmpegcodecmap.*: Add mapping for EAC3 and QCELP audio codecs.Edward Hervey3-20/+110
2008-12-16ext/ffmpeg/gstffmpegmux.c: Renaming tagsetter_flush to _reset_tags().Stefan Kost1-1/+1
2008-12-16Fix tag merging. Use tagsetter and not internal copies. Depend onStefan Kost1-20/+8
2008-12-13ext/ffmpeg/gstffmpegcodecmap.c: If no channel layout is provided don't set a ...Sebastian Dröge1-2/+6
2008-12-13ext/ffmpeg/: Set the channel layout if it's exposed by the decoder.Sebastian Dröge3-5/+114
2008-12-03ext/ffmpeg/gstffmpegdec.c: Fix check for memory to free.Edward Hervey1-4/+7
2008-11-11ext/ffmpeg/gstffmpegmux.c: Copy the codec aspect ratio to the stream, ffmpeg ...Wim Taymans1-6/+15
2008-11-07ext/ffmpeg/gstffmpegcodecmap.c: Initialize some more variables.Wim Taymans2-11/+45
2008-11-06ext/ffmpeg/: Add G_PARAM_STATIC_STRINGS to avoid numerous strcpy calls.Wim Taymans2-83/+140
2008-11-05ext/ffmpeg/gstffmpegdec.c: Enable direct rendering.Wim Taymans1-8/+36
2008-11-05ext/ffmpeg/gstffmpegcodecmap.c: Don't convert caps to strings when we don't h...Wim Taymans1-16/+6
2008-11-04ext/ffmpeg/gstffmpegcodecmap.c: Fix regression in template caps limitations; ...Mark Nauwelaerts1-8/+15
2008-11-04ext/: Don't install static libs for plugins. Fixes #550851 for -ffmpeg.Stefan Kost1-0/+1
2008-10-30Update ffmpeg/swscale snapshot to the latest revision and adjust to API chang...Alexis Ballier12-83/+83
2008-10-15ext/ffmpeg/gstffmpegdec.c: If both, the decoder and the demuxer, provide a no...Robin Stocker1-16/+14
2008-10-08ext/ffmpeg/: Add some more width/height/channels/rate limitations to caps to ...Mark Nauwelaerts4-39/+146
2008-10-08Fix cross compilation and add support for compilation with mingw32.Damien Lespiau1-1/+1
2008-09-04ext/ffmpeg/gstffmpegcodecmap.c: Add some debug that revealed that the escape ...Wim Taymans1-2/+12
2008-09-04ext/ffmpeg/gstffmpegdec.c: If we have a parser and we did not consume any of ...Wim Taymans1-6/+30
2008-09-04ext/ffmpeg/gstffmpegcodecmap.c: Escape the codec_data for h264 before we put ...Wim Taymans1-6/+106
2008-09-03ext/ffmpeg/gstffmpegcodecmap.c: Give the TrueSpeech audio codec a proper caps...Edward Hervey1-1/+4
2008-08-29ext/ffmpeg/gstffmpegdec.c: Finalizing a decoder that was never used shouldn't...Edward Hervey1-5/+8