[MPlayer-cvslog] r19878 - in trunk: fmt-conversion.h libswscale/swscale-example.c libswscale/swscale.c libswscale/swscale_internal.h libswscale/swscale_template.c libswscale/yuv2rgb.c libswscale/yuv2rgb_altivec.c libswscale/yuv2rgb_mlib.c libswscale/yuv2rgb_template.c

Corey Hickey bugfood-ml at fatooh.org
Thu Sep 21 20:00:09 CEST 2006


lucabe wrote:
> Author: lucabe
> Date: Sun Sep 17 17:15:13 2006
> New Revision: 19878
> 
> Added:
>    trunk/fmt-conversion.h
> Modified:
>    trunk/libswscale/swscale-example.c
>    trunk/libswscale/swscale.c
>    trunk/libswscale/swscale_internal.h
>    trunk/libswscale/swscale_template.c
>    trunk/libswscale/yuv2rgb.c
>    trunk/libswscale/yuv2rgb_altivec.c
>    trunk/libswscale/yuv2rgb_mlib.c
>    trunk/libswscale/yuv2rgb_template.c
> 
> Log:
> Remove the dependency of libswscale on img_format.h

Either this or r19876 seems to have broken software scaling with x264 
encoding. See this thread in mplayer-users:

http://lists.mplayerhq.hu/pipermail/mplayer-users/2006-September/062728.html

For me, the behavior is as follows:

r19875: works
r19876: doesn't build (no fmt-conversion.h)
r19878: builds but doesn't scale with x264

This should be very easy to reproduce.
$ mencoder movie.avi -nosound -ovc x264 -o /dev/null -vf scale=640:480


Thank you,
Corey



More information about the MPlayer-cvslog mailing list