]> git.sesse.net Git - ffmpeg/history - libswscale/swscale_internal.h
Move dither tables from yuv2rgb to swscale, they have been written by me and
[ffmpeg] / libswscale / swscale_internal.h
2008-09-13 Michael NiedermayerRename yuv2rgb variables to avoid name clashes with...
2008-09-12 Michael NiedermayerAdd support for PIX_FMT_MONOWHITE as output format.
2008-09-11 Michael Niedermayer100000000000000l, forgot to commit header change for...
2008-09-08 Michael NiedermayerFix typo in comment.
2008-09-07 Michael NiedermayerFix accurate rounding mode on x86_64.
2008-09-04 Michael NiedermayerSupport PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
2008-09-04 Michael NiedermayerRemove workaround for rgb/bgr mess.
2008-08-31 Stefano SabatiniChange headers' guardnames consistently with r15120.
2008-07-09 Luca BarbatoSplit AVOption/AVClass in a separate file. SoC Patch...
2008-07-04 Diego Biurrunspelling/grammar/wording overhaul
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-10 Panagiotis IssarisMake av_class a pointer to const.
2008-03-10 Benoit Fouetdefine VOF as double of VOFW.
2008-03-06 Baptiste Coudurierchange sws_format_name to return const char*, supress...
2008-03-05 Michael NiedermayerTurn ancient V offset numerical constants into named...
2008-02-22 Carl Eugen HoyosDiscard two symbols from libswscale.
2007-12-21 Diego Biurruncomment typo fixes
2007-12-08 Diego BiurrunAdd missing declarations for AltiVec functions, fixes...
2007-12-07 Diego BiurrunFix 'make checkheaders' on AltiVec-enabled systems.
2007-10-18 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-27 Diego BiurrunRevert wrong ARCH_BFIN --> HAVE_BFIN change.
2007-08-31 Marc Hoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-07-19 Denes BalatoniUltraSPARC VIS yuv2rgb
2007-07-18 Andreas Ömanuse YUV440P in swscale
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-13 Diego Biurrunmisc spelling fixes
2007-05-13 Marc HoffmanBlackfin optimized YUV420 to RGB CSC Color Space Conver...
2007-05-11 Ivo van Poortencosmetics; one test per line for all isXXX(x) macros
2007-04-29 Diego Biurruncosmetics attack, part II: Remove all tabs and prettypr...
2007-04-07 Diego Biurruntypo
2007-02-22 Diego Biurruncosmetics: typo fixes, usefuLL --> useful and aswell...
2007-02-17 Michael NiedermayerBGR/RGB4 byte formats as input
2007-01-23 Luca AbeniPass a context to av_log(), when possible
2006-12-26 Luca AbeniRemove some void pointers arithmetic
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-17 Luca AbeniRemove the dependency of libswscale on img_format.h
2006-08-30 Michael Niedermayermake the C code of the swscaler which i wrote LGPL
2006-07-24 Michael Niedermayervertical scaler with accurate rounding, some people...
2006-07-20 Luca AbeniUse libavutil in libswscale, and allow it to be built...
2006-06-30 Luca AbeniMove postproc ---> libswscale