summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-04ext/: Don't install static libs for plugins. Fixes #550851 for -ffmpeg.Stefan Kost5-0/+11
2008-10-30Update ffmpeg/swscale snapshot to the latest revision and adjust to API chang...Alexis Ballier17-88/+117
2008-10-15ext/ffmpeg/gstffmpegdec.c: If both, the decoder and the demuxer, provide a no...Robin Stocker2-16/+24
2008-10-08ext/ffmpeg/: Add some more width/height/channels/rate limitations to caps to ...Mark Nauwelaerts5-39/+159
2008-10-08Rewrite ffvideoscale using libswscale and put into a separate plugin.Mark Nauwelaerts5-2/+859
2008-10-08Fix cross compilation and add support for compilation with mingw32.Damien Lespiau4-1/+35
2008-09-06configure.ac: Fix type in error messgae.Stefan Kost4-2/+10
2008-09-04ext/ffmpeg/gstffmpegcodecmap.c: Add some debug that revealed that the escape ...Wim Taymans2-2/+18
2008-09-04ext/ffmpeg/gstffmpegdec.c: If we have a parser and we did not consume any of ...Wim Taymans2-6/+42
2008-09-04ext/ffmpeg/gstffmpegcodecmap.c: Escape the codec_data for h264 before we put ...Wim Taymans2-6/+113
2008-09-04configure.ac: And back to development we go...Edward Hervey2-1/+6
2008-09-03releasing 0.10.5, "This little piggy went to market"Edward Hervey4-43/+46
2008-09-03ext/ffmpeg/gstffmpegcodecmap.c: Give the TrueSpeech audio codec a proper caps...Edward Hervey2-1/+10
2008-09-01ChangeLog surgery: fix garbled UTF-8Tim-Philipp Müller1-44/+44
2008-08-31configure.ac: 0.10.4.3 pre-releaseEdward Hervey2-1/+6
2008-08-31ffmpegrev: Adjust time of swscale checkout to ffmpeg revision being used.Edward Hervey3-3/+10
2008-08-29ext/ffmpeg/gstffmpegdec.c: Finalizing a decoder that was never used shouldn't...Edward Hervey2-5/+15
2008-08-29ext/ffmpeg/gstffmpegcodecmap.c: Instead of marking all audio decoders/encoder...Edward Hervey2-1/+22
2008-08-29ext/ffmpeg/gstffmpegdemux.c: gst_pad_template_new() takes ownership of caps; ...Michael Smith2-0/+10
2008-08-28ext/ffmpeg/gstffmpegcodecmap.c: ffmpeg audio decoders can now do up to 6 chan...Edward Hervey2-1/+7
2008-08-28configure.ac: Slim down the build of 'prefered' ffmpeg snapshot to disable co...Edward Hervey4-3/+11
2008-08-18configure.ac: Check if bz2 is installed (#548304)Thijs Vermeir2-0/+8
2008-08-12configure.ac: 0.10.4.2 pre-release.Jan Schmidt3-4/+12
2008-08-01ext/ffmpeg/: Latest ffmpeg revision's avcodec_close frees more; use safer cod...Mark Nauwelaerts4-21/+39
2008-07-28ext/ffmpeg/gstffmpegcodecmap.c: Recognize video/x-raw-gray and map to proper ...Mark Nauwelaerts3-2/+35
2008-07-23ffmpegrev: Updating to today's ffmpeg upstream revision, mostly to fix a secu...Edward Hervey3-2/+8
2008-07-11ext/ffmpeg/gstffmpegcodecmap.c: Prevent likely segfault on EMPTY provided caps.Mark Nauwelaerts3-2/+9
2008-07-06ext/ffmpeg/gstffmpegmux.c: Properly convert buffer duration to an ffmpeg pack...Aurelien Grimaud3-2/+10
2008-07-01ext/ffmpeg/gstffmpegdec.c: If ffmpeg reports 0 bytes of input data consumed, ...Jan Schmidt3-10/+12
2008-06-13ext/ffmpeg/gstffmpegcodecmap.c: MP4 does not allow H263 and AMR.Edward Hervey2-2/+8
2008-06-13ChangeLog surgery, forgot to mention the addition of new codecsEdward Hervey1-0/+1
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.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