Mercurial > mplayer.hg
log libswscale/swscale.c @ 19661:7b24faac56fd
age | author | description |
---|---|---|
Mon, 04 Sep 2006 09:38:24 +0000 | gpoirier | Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead. |
Wed, 30 Aug 2006 10:50:20 +0000 | michael | make the C code of the swscaler which i wrote LGPL |
Fri, 18 Aug 2006 13:58:03 +0000 | diego | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. |
Sat, 12 Aug 2006 17:46:40 +0000 | uau | Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile |
Sat, 05 Aug 2006 13:14:34 +0000 | lucabe | Another PIX_FMT_ ---> IMGFMT_ conversion |
Sat, 05 Aug 2006 10:00:54 +0000 | diego | Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. |
Mon, 31 Jul 2006 12:35:04 +0000 | lucabe | Add support for ffmpeg's pixel format names in libswscale |