summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-13ext/ffmpeg/: FFMpeg now provides proper long_name for AVCodec, remove our int...Edward Hervey5-492/+58
2008-06-13Bump upstream ffmpeg revision to todays (rev 13766). ffmpeg now requires libbz2.Edward Hervey4-3/+10
2008-05-26ext/ffmpeg/gstffmpegdemux.c: Set flv demuxer to rank NONE, we have a better, ...Wim Taymans2-2/+7
2008-05-26ext/ffmpeg/gstffmpegcodecmap.c: Add more specific width/height for DV video s...Wim Taymans3-10/+61
2008-05-26Makefile.am: Dist autogen.sh. Fixes bug #534371.Sebastian Dröge2-1/+6
2008-05-26ext/ffmpeg/gstffmpegdec.c: Explicitely disable the AAC decoders as they don't...Sebastian Dröge2-1/+9
2008-05-26Use av_picture_copy() instead of libswscale to copy pictures. This removes th...Sebastian Dröge7-49/+21
2008-05-25ext/ffmpeg/gstffmpegdemux.c: Explicitly disable 'raw' mpeg-ts typefinder as w...Tim-Philipp Müller2-2/+14
2008-05-25ext/ffmpeg/gstffmpegdemux.c: Implement SEEKING query, so players such as tote...Tim-Philipp Müller2-2/+27
2008-05-25configure.ac: Back to development -> 0.10.4.1Jan Schmidt3-1/+6
2008-05-21Release 0.10.4RELEASE-0_10_4Jan Schmidt10-68/+114
2008-05-20configure.ac: 0.10.3.3 pre-releaseJan Schmidt3-1/+6
2008-05-13Fix build with (Debian's) system ffmpeg. Fixes bug #532803.Sebastian Dröge5-86/+97
2008-05-12configure.ac: 0.10.3.2 pre-releaseEdward Hervey2-1/+6
2008-05-12docs/plugins/: Update docsEdward Hervey6-406/+9638
2008-05-12gst-libs/ext/Makefile.am: More fixes for make distEdward Hervey3-3/+12
2008-05-08ffmpegrev: Update to today's upstream ffmpeg. No visible regressions.Edward Hervey2-2/+7
2008-05-08More fixes for make dist.Edward Hervey3-3/+12
2008-05-08ext/ffmpeg/gstffmpegcodecmap.c: Replace usage of img_convert (deprecated) by ...Edward Hervey2-18/+16
2008-05-08configure.ac: Fix doc-building and make dist.Edward Hervey2-1/+8
2008-05-08gst-libs/ext/Makefile.am: Don't copy file which is no longer present.Edward Hervey2-1/+6
2008-05-08ext/ffmpeg/gstffmpegaudioresample.c: small gst-indent run.Edward Hervey2-44/+59
2008-05-08gst-libs/ext/Makefile.am: Use 'make clean' and not 'make dist-clean' for loca...Edward Hervey2-2/+8
2008-05-07ext/ffmpeg/gstffmpegdec.c: Previous commit in fact broke playback for standar...Edward Hervey3-14/+11
2008-05-07ext/ffmpeg/gstffmpegdec.c: Bump the priority of VC1 decoder so that it goes b...Edward Hervey2-2/+25
2008-05-06ext/libpostproc/gstpostproc.c: Support for non-I420 colorspaces in postprocGabriel Bouvigne3-2/+9
2008-04-21ChangeLog surgery, forgot to mention which bug it fixedEdward Hervey1-0/+1
2008-04-21autogen.sh: Check for Subversion presence.Dejan Sakelšak2-54/+65
2008-04-19ext/ffmpeg/: Add support for MusePack StreamVersion 7 and disable the StreamV...Sebastian Dröge3-1/+32
2008-04-19ext/ffmpeg/: Add support for Monkey's Audio (APE). Fixes bug #518033.Sebastian Dröge4-0/+28
2008-04-15configure.ac (FFMPEG_SOURCE): Enable PIC code using what ffmpeg wants us to t...Andy Wingo1-4/+2
2008-04-15Revert my patch, it was the badness.Andy Wingo1-1/+1
2008-04-15Revert my patch, it was the badness.Andy Wingo1-0/+1
2008-04-15ext/libpostproc/gstpostproc.c (gst_post_proc_transform_ip): Fix some mistypin...Andy Wingo2-1/+6
2008-04-14Because ffmpeg checks out libswscale via an svn:externals, checking out an ol...Andy Wingo4-0/+18
2008-04-06configure.ac: Actually build dlls when cross-compiling with mingw32.Damien Lespiau2-0/+9
2008-04-03ffmpegrev: Bump upstream ffmpeg revision to todaysEdward Hervey5-6/+16
2008-03-18ext/ffmpeg/gstffmpegdec.c (gst_ffmpegdec_sink_event): Only drain if we've alr...Andy Wingo2-1/+7
2008-03-17ext/ffmpeg/Makefile.am (libgstffmpeg_la_LIBADD): Re-add -lz explicitly here.Andy Wingo3-4/+27
2008-03-11ext/ffmpeg/gstffmpegdec.c: When we receive a newsegment event, we must drain ...Wim Taymans3-0/+11
2008-03-06ext/ffmpeg/gstffmpegdec.c: Work around an ffmpeg bug where it always returns ...Wim Taymans2-2/+23
2008-03-06ext/ffmpeg/gstffmpegcodecmap.c: Fix masks for RGBA32 caps. Fixes colours when...Michael Smith2-4/+11
2008-03-05ext/ffmpeg/gstffmpegdec.c: Detect DTS or PTS as timestamps. This is done by t...Wim Taymans3-9/+70
2008-02-11ext/ffmpeg/gstffmpegdec.c: Add property for controlling of motion vectors. Fi...Damien Lespiau3-1/+31
2008-02-08ext/ffmpeg/gstffmpegdemux.c: Don't try handling a buffer if downstream alloca...Edward Hervey3-1/+11
2008-01-29ext/ffmpeg/gstffmpegdec.c: Don't blindly copy input timestamp to output times...Wim Taymans2-14/+35
2008-01-26ext/ffmpeg/gstffmpegdec.c: Initialize hurry_up to 0 to fix "might be used uni...Sebastian Dröge2-36/+39
2008-01-25ext/ffmpeg/: When doing QoS, don't drop the frame before decoding because we ...Wim Taymans3-17/+28
2008-01-25ext/ffmpeg/gstffmpegcodecmap.c: Add H263+ to valid 3GP muxing formats. Fixes ...Wim Taymans3-1/+7
2008-01-23ext/ffmpeg/gstffmpegdec.c: Add padding to input data before feeding it to ffm...Wim Taymans2-4/+49