[FFmpeg-devel] [PATCH] sws flags for ffmpeg

Ivo ivop
Mon May 21 20:52:41 CEST 2007


Hi,

The attached patch adds support for various SWS flags to ffmpeg. One can 
select the type of scaler and override cpuflags, which is mostly useful to 
force swscale to use the C version during benchmarking without recompiling 
and commenting out the SIMD block of code.

It adds two command line options:
-sws_type <type>
-sws_cpuflag <flag>

Specifying "help" for type or flag will list all types/flags.

The options are only available with configure --enable-swscaler for obvious 
reasons.

If the patch's reviewcycle(s) is/are over, I will update the docs.

--Ivo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-sws-flags.patch
Type: text/x-diff
Size: 4010 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070521/c36dad1c/attachment.patch>



More information about the ffmpeg-devel mailing list