aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAge
* More indentation changes leftover from r29522:Gravatar ramiro2009-08-16
* Cosmetics:Gravatar ramiro2009-08-16
* MMX2 horizontal scaler: Determine code size at runtime.Gravatar ramiro2009-08-13
* Rename "funny" code to "mmx2 filter" code.Gravatar ramiro2009-08-13
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANGravatar mru2009-07-26
* Remove unused variables.Gravatar ramiro2009-07-21
* Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerGravatar ramiro2009-07-09
* Use enum PixelFormat in sws_format_name() prototypeGravatar mru2009-07-01
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Gravatar diego2009-06-11
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.Gravatar ramiro2009-06-04
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportGravatar kostya2009-06-02
* Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Gravatar kostya2009-05-19
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Gravatar kostya2009-05-19
* Add missing const qualifiers to AltiVec function parameters where appropriate.Gravatar diego2009-05-09
* Change VOFW for x86 to 5120, it allows larger images to be scaled and wasGravatar michael2009-05-05
* Planar 16bit 420 422 444 YUV support (output is only supported in someGravatar michael2009-04-21
* Add macro to check for 16bit per sample.Gravatar michael2009-04-21
* add isBE()Gravatar michael2009-04-20
* Do not use abgrToA for both luma and alpha channel in hyscale.Gravatar sdrik2009-04-14
* whitespace cosmetics: Reindent a few lines and break a few excessively long l...Gravatar diego2009-04-12
* swscale: Use function pointers for swScale functions.Gravatar ramiro2009-04-04
* Move bfin specific code to its subdir.Gravatar ramiro2009-03-27
* Move yuv2rgb code to subdirs.Gravatar ramiro2009-03-26
* Add alpha channel scalingGravatar sdrik2009-03-20
* Consistently use ff_ prefixes for internal symbols.Gravatar diego2009-03-18
* YUVA420P is a planar YUV formatGravatar sdrik2009-03-07
* Add an isALPHA macro to check if pixel format has alpha channelGravatar sdrik2009-02-27
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenGravatar diego2009-02-09
* Prefix visible YUV2RGB functions with sws_Gravatar kostya2009-02-09
* 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