gstreamer/ext
Edward Hervey 56887682d0 gstffmpegenc: Try getting the caps for the declared pixfmt without a context.
PixFmt that are declared in AVCodec.pix_fmts are ones which are 'officially'
declared as being supported. We should therefore not have to create a
AVCodecContext and open an encoder to know if it's supported or not.
Also, doing it this way allows us to better pickup configuration overrides
we have in gstffmpegcodecmap for some codecs (like restrictions on width,
height, framerate like it's the case for dnxhd).

Fixes #575545
2009-07-31 13:27:28 +02:00
..
ffmpeg gstffmpegenc: Try getting the caps for the declared pixfmt without a context. 2009-07-31 13:27:28 +02:00
libpostproc ext/: Don't install static libs for plugins. Fixes #550851 for -ffmpeg. 2008-11-04 12:49:40 +00:00
libswscale pixfmt: Stop using PIX_FMT that were marked as deprecated 3 years ago. 2009-03-11 12:56:29 +01:00
Makefile.am Rewrite ffvideoscale using libswscale and put into a separate plugin. 2008-10-08 13:11:54 +00:00