summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Use enum PixelFormat in sws_format_name() prototypemru2009-07-011-1/+1
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.diego2009-06-111-0/+1
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.ramiro2009-06-041-29/+29
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportkostya2009-06-021-1/+3
* Let SwScaler know that RGB48 BE/LE is 16-bits per component format.kostya2009-05-191-0/+2
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).kostya2009-05-191-0/+3
* Add missing const qualifiers to AltiVec function parameters where appropriate.diego2009-05-091-2/+2
* Change VOFW for x86 to 5120, it allows larger images to be scaled and wasmichael2009-05-051-1/+6
* Planar 16bit 420 422 444 YUV support (output is only supported in somemichael2009-04-211-1/+16
* Add macro to check for 16bit per sample.michael2009-04-211-0/+4
* add isBE()michael2009-04-201-0/+1
* Do not use abgrToA for both luma and alpha channel in hyscale.sdrik2009-04-141-0/+2
* whitespace cosmetics: Reindent a few lines and break a few excessively long l...diego2009-04-121-12/+15
* swscale: Use function pointers for swScale functions.ramiro2009-04-041-0/+51
* Move bfin specific code to its subdir.ramiro2009-03-271-0/+1
* Move yuv2rgb code to subdirs.ramiro2009-03-261-0/+4
* Add alpha channel scalingsdrik2009-03-201-0/+5
* Consistently use ff_ prefixes for internal symbols.diego2009-03-181-5/+5
* YUVA420P is a planar YUV formatsdrik2009-03-071-0/+1
* Add an isALPHA macro to check if pixel format has alpha channelsdrik2009-02-271-0/+7
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whendiego2009-02-091-2/+2
* Prefix visible YUV2RGB functions with sws_kostya2009-02-091-4/+4
* Declare struct SwsContext before using it, fixes the checkheaders warning:diego2009-01-251-0/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.aurel2009-01-141-5/+5
* Add a new unscaled PAL8 -> RGB converter.vitor2008-10-081-0/+3
* Change variable types from int to enum PixelFormat.cehoyos2008-10-071-1/+1
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.michael2008-09-131-1/+6
* Add support for PIX_FMT_MONOWHITE as output format.michael2008-09-121-0/+3
* 100000000000000l, forgot to commit header change for r27580.michael2008-09-111-0/+1
* Fix typo in comment.michael2008-09-081-1/+1
* Fix accurate rounding mode on x86_64.michael2008-09-071-0/+12
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.michael2008-09-041-0/+8
* Remove workaround for rgb/bgr mess.michael2008-09-041-2/+2
* Change header inclusion guard names in line with FFmpeg r15120.stefano2008-08-311-3/+3
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantinilu_zero2008-07-091-0/+2
* spelling/grammar/wording overhauldiego2008-07-041-3/+3
* Use full path for #includes from another directory.diego2008-05-091-1/+1
* Make av_class a pointer to const.benoit2008-03-101-1/+1
* define VOF as double of VOFW.benoit2008-03-101-1/+1
* change sws_format_name to return const char*, supress many warningsbcoudurier2008-03-061-1/+1
* Turn ancient V offset numerical constants into named ones.michael2008-03-051-1/+4
* Discard two symbols from libswscale.cehoyos2008-02-221-0/+3
* comment typo fixesdiego2007-12-211-2/+2
* Add missing declarations for AltiVec functions, fixes the warnings:diego2007-12-081-0/+7
* Fix 'make checkheaders' on AltiVec-enabled systems.diego2007-12-071-0/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.diego2007-10-181-3/+3
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.diego2007-09-271-1/+1
* renaming ARCH_BFIN to HAVE_BFINmhoffman2007-08-311-1/+1
* Move Apple gcc AltiVec vector declaration syntax to libavutil.diego2007-08-241-6/+0
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).diego2007-08-221-1/+1
* UltraSPARC VIS yuv2rgbbenoit2007-07-191-0/+3
* use YUV440P in swscalebenoit2007-07-181-0/+1
* license header consistency cosmeticsdiego2007-07-051-1/+1
* misc spelling fixesdiego2007-06-131-1/+1
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.gpoirier2007-05-131-0/+16
* cosmetics; one test per line for all isXXX(x) macrosivo2007-05-111-15/+43
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.diego2007-04-291-121/+121
* typodiego2007-04-071-1/+1
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as welldiego2007-02-221-1/+1
* BGR/RGB4 byte formats as inputmichael2007-02-171-2/+2
* Pass a context to av_log(), when possiblelucabe2007-01-231-7/+5
* Remove some void pointers arithmeticlucabe2006-12-261-3/+3
* Clarify that some of the non-SIMD code is now LGPLed.lucabe2006-11-191-11/+8
* 16-bit grayscale supportkostya2006-10-241-1/+4
* Change license headers to say 'FFmpeg' instead of 'this program'.diego2006-10-071-19/+21
* Remove the dependency of libswscale on img_format.hlucabe2006-09-171-0/+48
* make the C code of the swscaler which i wrote LGPLmichael2006-08-301-0/+3
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsmichael2006-07-241-1/+5
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-201-8/+10
* Move postproc ---> libswscalelucabe2006-06-301-0/+167