summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2008-11-04ext/: Don't install static libs for plugins. Fixes #550851 for -ffmpeg.Stefan Kost3-0/+4
2008-10-30Update ffmpeg/swscale snapshot to the latest revision and adjust to API chang...Alexis Ballier13-85/+85
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-08Rewrite ffvideoscale using libswscale and put into a separate plugin.Mark Nauwelaerts3-1/+824
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
2008-08-29ext/ffmpeg/gstffmpegcodecmap.c: Instead of marking all audio decoders/encoder...Edward Hervey1-1/+14
2008-08-29ext/ffmpeg/gstffmpegdemux.c: gst_pad_template_new() takes ownership of caps; ...Michael Smith1-0/+4
2008-08-28ext/ffmpeg/gstffmpegcodecmap.c: ffmpeg audio decoders can now do up to 6 chan...Edward Hervey1-1/+1
2008-08-01ext/ffmpeg/: Latest ffmpeg revision's avcodec_close frees more; use safer cod...Mark Nauwelaerts2-21/+32
2008-07-28ext/ffmpeg/gstffmpegcodecmap.c: Recognize video/x-raw-gray and map to proper ...Mark Nauwelaerts2-2/+25
2008-07-11ext/ffmpeg/gstffmpegcodecmap.c: Prevent likely segfault on EMPTY provided caps.Mark Nauwelaerts1-2/+4
2008-07-06ext/ffmpeg/gstffmpegmux.c: Properly convert buffer duration to an ffmpeg pack...Aurelien Grimaud1-2/+2
2008-07-01ext/ffmpeg/gstffmpegdec.c: If ffmpeg reports 0 bytes of input data consumed, ...Jan Schmidt1-10/+2
2008-06-13ext/ffmpeg/gstffmpegcodecmap.c: MP4 does not allow H263 and AMR.Edward Hervey1-2/+2
2008-06-13ext/ffmpeg/: FFMpeg now provides proper long_name for AVCodec, remove our int...Edward Hervey4-492/+44
2008-06-13Bump upstream ffmpeg revision to todays (rev 13766). ffmpeg now requires libbz2.Edward Hervey1-1/+1
2008-05-26ext/ffmpeg/gstffmpegdemux.c: Set flv demuxer to rank NONE, we have a better, ...Wim Taymans1-2/+1
2008-05-26ext/ffmpeg/gstffmpegcodecmap.c: Add more specific width/height for DV video s...Wim Taymans2-10/+50
2008-05-26ext/ffmpeg/gstffmpegdec.c: Explicitely disable the AAC decoders as they don't...Sebastian Dröge1-1/+3
2008-05-26Use av_picture_copy() instead of libswscale to copy pictures. This removes th...Sebastian Dröge5-48/+6
2008-05-25ext/ffmpeg/gstffmpegdemux.c: Explicitly disable 'raw' mpeg-ts typefinder as w...Tim-Philipp Müller1-2/+7
2008-05-25ext/ffmpeg/gstffmpegdemux.c: Implement SEEKING query, so players such as tote...Tim-Philipp Müller1-2/+19
2008-05-13Fix build with (Debian's) system ffmpeg. Fixes bug #532803.Sebastian Dröge3-82/+84
2008-05-08ext/ffmpeg/gstffmpegcodecmap.c: Replace usage of img_convert (deprecated) by ...Edward Hervey1-18/+10
2008-05-08ext/ffmpeg/gstffmpegaudioresample.c: small gst-indent run.Edward Hervey1-44/+47
2008-05-07ext/ffmpeg/gstffmpegdec.c: Previous commit in fact broke playback for standar...Edward Hervey1-14/+3
2008-05-07ext/ffmpeg/gstffmpegdec.c: Bump the priority of VC1 decoder so that it goes b...Edward Hervey1-2/+17
2008-05-06ext/libpostproc/gstpostproc.c: Support for non-I420 colorspaces in postprocGabriel Bouvigne1-2/+2
2008-04-19ext/ffmpeg/: Add support for MusePack StreamVersion 7 and disable the StreamV...Sebastian Dröge2-1/+23
2008-04-19ext/ffmpeg/: Add support for Monkey's Audio (APE). Fixes bug #518033.Sebastian Dröge2-0/+20
2008-04-15Revert my patch, it was the badness.Andy Wingo1-1/+1
2008-04-15ext/libpostproc/gstpostproc.c (gst_post_proc_transform_ip): Fix some mistypin...Andy Wingo1-1/+1
2008-04-03ffmpegrev: Bump upstream ffmpeg revision to todaysEdward Hervey1-4/+5
2008-03-18ext/ffmpeg/gstffmpegdec.c (gst_ffmpegdec_sink_event): Only drain if we've alr...Andy Wingo1-1/+2
2008-03-17ext/ffmpeg/Makefile.am (libgstffmpeg_la_LIBADD): Re-add -lz explicitly here.Andy Wingo1-1/+1
2008-03-11ext/ffmpeg/gstffmpegdec.c: When we receive a newsegment event, we must drain ...Wim Taymans1-0/+4
2008-03-06ext/ffmpeg/gstffmpegdec.c: Work around an ffmpeg bug where it always returns ...Wim Taymans1-2/+16
2008-03-06ext/ffmpeg/gstffmpegcodecmap.c: Fix masks for RGBA32 caps. Fixes colours when...Michael Smith1-4/+4
2008-03-05ext/ffmpeg/gstffmpegdec.c: Detect DTS or PTS as timestamps. This is done by t...Wim Taymans1-9/+60
2008-02-11ext/ffmpeg/gstffmpegdec.c: Add property for controlling of motion vectors. Fi...Damien Lespiau1-1/+21
2008-02-08ext/ffmpeg/gstffmpegdemux.c: Don't try handling a buffer if downstream alloca...Edward Hervey1-1/+5
2008-01-29ext/ffmpeg/gstffmpegdec.c: Don't blindly copy input timestamp to output times...Wim Taymans1-14/+27
2008-01-26ext/ffmpeg/gstffmpegdec.c: Initialize hurry_up to 0 to fix "might be used uni...Sebastian Dröge1-36/+33
2008-01-25ext/ffmpeg/: When doing QoS, don't drop the frame before decoding because we ...Wim Taymans2-17/+19