summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
Commit message (Collapse)AuthorAge
* Add a copy of libswscale into the branch instead of using svn:external.Diego Biurrun2009-04-13
| | | | | | | This will allow merging some changes from trunk. Originally committed as revision 18488 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Create 0.5 release branch.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17727 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli2009-02-27
| | | | Originally committed as revision 28747 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun2009-02-09
| | | | | | swscale_internal.h is #included without HAVE_AV_CONFIG_H defined. Originally committed as revision 28498 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-09
| | | | Originally committed as revision 28496 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Declare struct SwsContext before using it, fixes the checkheaders warning:Diego Biurrun2009-01-25
| | | | | | | libswscale/swscale_internal.h:58: warning: `struct SwsContext' declared inside parameter list libswscale/swscale_internal.h:58: warning: its scope is only this definition or declaration, which is probably not what you want Originally committed as revision 28353 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-14
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 28311 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add a new unscaled PAL8 -> RGB converter.Vitor Sessak2008-10-08
| | | | Originally committed as revision 27730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-07
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 27727 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Michael Niedermayer2008-09-13
| | | | Originally committed as revision 27599 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add support for PIX_FMT_MONOWHITE as output format.Michael Niedermayer2008-09-12
| | | | Originally committed as revision 27586 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 100000000000000l, forgot to commit header change for r27580.Michael Niedermayer2008-09-11
| | | | Originally committed as revision 27583 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix typo in comment.Michael Niedermayer2008-09-08
| | | | Originally committed as revision 27546 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix accurate rounding mode on x86_64.Michael Niedermayer2008-09-07
| | | | | | Fixes issue222. Originally committed as revision 27545 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-04
| | | | | | Fixes issue248. Originally committed as revision 27522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove workaround for rgb/bgr mess.Michael Niedermayer2008-09-04
| | | | Originally committed as revision 27520 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-31
| | | | Originally committed as revision 27499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-09
| | | | Originally committed as revision 27244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make av_class a pointer to const.Panagiotis Issaris2008-03-10
| | | | | | Patch by Takis. Originally committed as revision 26210 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* define VOF as double of VOFW.Benoit Fouet2008-03-10
| | | | Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 26183 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-05
| | | | | | | Add a check that checks that the width is within the choosen constant. This might have been exploitable. Originally committed as revision 26165 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-22
| | | | Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 25485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add missing declarations for AltiVec functions, fixes the warnings:Diego Biurrun2007-12-08
| | | | | | | | swscale_template.c:1171: warning: implicit declaration of function ‘altivec_yuv2packedX’ swscale.c:1982: warning: implicit declaration of function ‘yuv2rgb_altivec_init_tables’ yuv2rgb.c:652: warning: implicit declaration of function ‘yuv2rgb_init_altivec’ Originally committed as revision 25319 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 'make checkheaders' on AltiVec-enabled systems.Diego Biurrun2007-12-07
| | | | Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-18
| | | | Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-27
| | | | Originally committed as revision 24627 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
| | | | Originally committed as revision 24309 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
| | | | Originally committed as revision 24143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
| | | | Originally committed as revision 24121 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-19
| | | | | | | | patch by Denes Balatoni: [dbalatoni interware hu] original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try date: 07/17/2007 08:35 PM Originally committed as revision 23825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* use YUV440P in swscaleAndreas Öman2007-07-18
| | | | | | | | patch by Andreas Öman: \andreas olebyn nu/ original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs.. date: 07/03/2007 01:29 PM Originally committed as revision 23811 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* misc spelling fixesDiego Biurrun2007-06-13
| | | | Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13
| | | | | | | | | | | YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color. Speed-up compared to C version compiled with -O3 187.28% Patch by Marc Hoffman %mmh A pleasantst P com% Original thread: Date: May 9, 2007 2:46 AM Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion Originally committed as revision 23307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten2007-05-11
| | | | Originally committed as revision 23296 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
| | | | Originally committed as revision 23173 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2007-04-07
| | | | Originally committed as revision 22932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellDiego Biurrun2007-02-22
| | | | Originally committed as revision 22307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* BGR/RGB4 byte formats as inputMichael Niedermayer2007-02-17
| | | | | | fixing isRGB/BGR() for the byte formats Originally committed as revision 22244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Pass a context to av_log(), when possibleLuca Abeni2007-01-23
| | | | Originally committed as revision 21999 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove some void pointers arithmeticLuca Abeni2006-12-26
| | | | Originally committed as revision 21771 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
| | | | | | All the authours of such code agreed. Originally committed as revision 21045 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 16-bit grayscale supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 20427 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
| | | | Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
| | | | Originally committed as revision 19878 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make the C code of the swscaler which i wrote LGPLMichael Niedermayer2006-08-30
| | | | Originally committed as revision 19600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale