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