aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAge
* Declare struct SwsContext before using it, fixes the checkheaders warning:Gravatar diego2009-01-25
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Gravatar aurel2009-01-14
* Add a new unscaled PAL8 -> RGB converter.Gravatar vitor2008-10-08
* Change variable types from int to enum PixelFormat.Gravatar cehoyos2008-10-07
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Gravatar michael2008-09-13
* Add support for PIX_FMT_MONOWHITE as output format.Gravatar michael2008-09-12
* 100000000000000l, forgot to commit header change for r27580.Gravatar michael2008-09-11
* Fix typo in comment.Gravatar michael2008-09-08
* Fix accurate rounding mode on x86_64.Gravatar michael2008-09-07
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Gravatar michael2008-09-04
* Remove workaround for rgb/bgr mess.Gravatar michael2008-09-04
* Change header inclusion guard names in line with FFmpeg r15120.Gravatar stefano2008-08-31
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-09
* spelling/grammar/wording overhaulGravatar diego2008-07-04
* Use full path for #includes from another directory.Gravatar diego2008-05-09
* Make av_class a pointer to const.Gravatar benoit2008-03-10
* define VOF as double of VOFW.Gravatar benoit2008-03-10
* change sws_format_name to return const char*, supress many warningsGravatar bcoudurier2008-03-06
* Turn ancient V offset numerical constants into named ones.Gravatar michael2008-03-05
* Discard two symbols from libswscale.Gravatar cehoyos2008-02-22
* comment typo fixesGravatar diego2007-12-21
* Add missing declarations for AltiVec functions, fixes the warnings:Gravatar diego2007-12-08
* Fix 'make checkheaders' on AltiVec-enabled systems.Gravatar diego2007-12-07
* Add FFMPEG_ prefix to all multiple inclusion guards.Gravatar diego2007-10-18
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Gravatar diego2007-09-27
* renaming ARCH_BFIN to HAVE_BFINGravatar mhoffman2007-08-31
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Gravatar diego2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Gravatar diego2007-08-22
* UltraSPARC VIS yuv2rgbGravatar benoit2007-07-19
* use YUV440P in swscaleGravatar benoit2007-07-18
* license header consistency cosmeticsGravatar diego2007-07-05
* misc spelling fixesGravatar diego2007-06-13
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Gravatar gpoirier2007-05-13
* cosmetics; one test per line for all isXXX(x) macrosGravatar ivo2007-05-11
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-29
* typoGravatar diego2007-04-07
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* BGR/RGB4 byte formats as inputGravatar michael2007-02-17
* Pass a context to av_log(), when possibleGravatar lucabe2007-01-23
* Remove some void pointers arithmeticGravatar lucabe2006-12-26
* Clarify that some of the non-SIMD code is now LGPLed.Gravatar lucabe2006-11-19
* 16-bit grayscale supportGravatar kostya2006-10-24
* Change license headers to say 'FFmpeg' instead of 'this program'.Gravatar diego2006-10-07
* Remove the dependency of libswscale on img_format.hGravatar lucabe2006-09-17
* make the C code of the swscaler which i wrote LGPLGravatar michael2006-08-30
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsGravatar michael2006-07-24
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeGravatar lucabe2006-07-20
* Move postproc ---> libswscaleGravatar lucabe2006-06-30