summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ext/ffmpeg/gstffmpegcodecmap.c: Narrow down the allowed channels and sample r...GIT_CONVERSIONDejan Sakelšak2009-01-052-0/+24
* ffmpegrev: Update ffmpeg SVN revision to r16434 and update to the correspondi...Sebastian Dröge2009-01-052-2/+9
* ext/ffmpeg/gstffmpegcodecmap.c: Add mapping for IMC and MLP audio codecs.Edward Hervey2008-12-302-0/+13
* ffmpegrev: Updating ffmpeg SVN revision to r16396 and update to the correspon...Sebastian Dröge2008-12-302-2/+9
* ffmpegrev: Updating ffmpeg SVN revision to r16304 and update to the correspon...Sebastian Dröge2008-12-244-15/+26
* ext/ffmpeg/gstffmpegcodecmap.*: Add mapping for EAC3 and QCELP audio codecs.Edward Hervey2008-12-174-20/+125
* configure.ac: Require core cvs.Stefan Kost2008-12-162-1/+6
* ext/ffmpeg/gstffmpegmux.c: Renaming tagsetter_flush to _reset_tags().Stefan Kost2008-12-162-1/+6
* Fix tag merging. Use tagsetter and not internal copies. Depend onStefan Kost2008-12-164-21/+16
* ext/ffmpeg/gstffmpegcodecmap.c: If no channel layout is provided don't set a ...Sebastian Dröge2008-12-132-2/+13
* ext/ffmpeg/: Set the channel layout if it's exposed by the decoder.Sebastian Dröge2008-12-134-5/+123
* ffmpegrev: Update ffmpeg revision to 16086 and update to the corresponding sw...Sebastian Dröge2008-12-133-2/+8
* Makefile.am: Add gst-libs to DIST_SUBDIRS to make sure that it's always disted.Sebastian Dröge2008-12-053-1/+12
* configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one ...Sebastian Dröge2008-12-042-3/+6
* configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M...Sebastian Dröge2008-12-043-0/+9
* ffmpegrev: Update ffmpeg rev to 16001 and update the date for the correspondi...Sebastian Dröge2008-12-042-2/+8
* ext/ffmpeg/gstffmpegdec.c: Fix check for memory to free.Edward Hervey2008-12-033-4/+15
* configure.ac: Back to development -> 0.10.6.1Jan Schmidt2008-11-272-1/+6
* Release 0.10.6RELEASE-0_10_6Jan Schmidt2008-11-276-20/+70
* Unfreeze gst-ffmpeg pending resolution of #559467 and an out-of-cycle release...Jan Schmidt2008-11-191-0/+5
* configure.ac: 0.10.5.3 pre-releaseJan Schmidt2008-11-122-1/+6
* ext/ffmpeg/gstffmpegmux.c: Copy the codec aspect ratio to the stream, ffmpeg ...Wim Taymans2008-11-112-6/+21
* configure.ac: Fix typo: libswcale -> libswscale for the pkg-config check.Sebastian Dröge2008-11-103-2/+11
* ext/ffmpeg/gstffmpegcodecmap.c: Initialize some more variables.Wim Taymans2008-11-073-11/+55
* ext/ffmpeg/: Add G_PARAM_STATIC_STRINGS to avoid numerous strcpy calls.Wim Taymans2008-11-063-83/+149
* ext/ffmpeg/gstffmpegdec.c: Enable direct rendering.Wim Taymans2008-11-052-8/+43
* ext/ffmpeg/gstffmpegcodecmap.c: Don't convert caps to strings when we don't h...Wim Taymans2008-11-052-16/+13
* ext/ffmpeg/gstffmpegcodecmap.c: Fix regression in template caps limitations; ...Mark Nauwelaerts2008-11-042-8/+22
* ext/: Don't install static libs for plugins. Fixes #550851 for -ffmpeg.Stefan Kost2008-11-045-0/+11
* Update ffmpeg/swscale snapshot to the latest revision and adjust to API chang...Alexis Ballier2008-10-3017-88/+117
* ext/ffmpeg/gstffmpegdec.c: If both, the decoder and the demuxer, provide a no...Robin Stocker2008-10-152-16/+24
* ext/ffmpeg/: Add some more width/height/channels/rate limitations to caps to ...Mark Nauwelaerts2008-10-085-39/+159
* Rewrite ffvideoscale using libswscale and put into a separate plugin.Mark Nauwelaerts2008-10-085-2/+859
* Fix cross compilation and add support for compilation with mingw32.Damien Lespiau2008-10-084-1/+35
* configure.ac: Fix type in error messgae.Stefan Kost2008-09-064-2/+10
* ext/ffmpeg/gstffmpegcodecmap.c: Add some debug that revealed that the escape ...Wim Taymans2008-09-042-2/+18
* ext/ffmpeg/gstffmpegdec.c: If we have a parser and we did not consume any of ...Wim Taymans2008-09-042-6/+42
* ext/ffmpeg/gstffmpegcodecmap.c: Escape the codec_data for h264 before we put ...Wim Taymans2008-09-042-6/+113
* configure.ac: And back to development we go...Edward Hervey2008-09-042-1/+6
* releasing 0.10.5, "This little piggy went to market"RELEASE-0_10_5Edward Hervey2008-09-034-43/+46
* ext/ffmpeg/gstffmpegcodecmap.c: Give the TrueSpeech audio codec a proper caps...Edward Hervey2008-09-032-1/+10
* ChangeLog surgery: fix garbled UTF-8Tim-Philipp Müller2008-09-011-44/+44
* configure.ac: 0.10.4.3 pre-releaseEdward Hervey2008-08-312-1/+6
* ffmpegrev: Adjust time of swscale checkout to ffmpeg revision being used.Edward Hervey2008-08-313-3/+10
* ext/ffmpeg/gstffmpegdec.c: Finalizing a decoder that was never used shouldn't...Edward Hervey2008-08-292-5/+15
* ext/ffmpeg/gstffmpegcodecmap.c: Instead of marking all audio decoders/encoder...Edward Hervey2008-08-292-1/+22
* ext/ffmpeg/gstffmpegdemux.c: gst_pad_template_new() takes ownership of caps; ...Michael Smith2008-08-292-0/+10
* ext/ffmpeg/gstffmpegcodecmap.c: ffmpeg audio decoders can now do up to 6 chan...Edward Hervey2008-08-282-1/+7
* configure.ac: Slim down the build of 'prefered' ffmpeg snapshot to disable co...Edward Hervey2008-08-284-3/+11
* configure.ac: Check if bz2 is installed (#548304)Thijs Vermeir2008-08-182-0/+8