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