summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* sws: remove disabled cruft.Anton Khirnov2011-04-191-8/+0
* swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau2011-04-151-6/+4
* swscale: simplify initialization codeJosh Allmann2011-04-141-7/+2
* swscale: further cleanup swscale.cJosh Allmann2011-04-141-57/+0
* swscale: partially move the arch specific code leftLuca Barbato2011-04-141-15/+10
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-131-2/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* 100l fix if conditionBaptiste Coudurier2010-09-271-1/+1
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-271-2/+40
* swscale: remove useless temporary variableRamiro Polla2010-09-161-5/+3
* swscale: factorize plane copying code out of 2 functionsRamiro Polla2010-09-161-27/+23
* indentRamiro Polla2010-09-111-4/+4
* swscale: remove unused codeRamiro Polla2010-09-111-7/+0
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-061-3/+3
* swscale: simplify selection of optimizations to compile.Ramiro Polla2010-08-251-23/+25
* swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla2010-08-251-12/+28
* swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård2010-08-231-12/+16
* swscale: remove unused macro parameter in BGR2UV templateMåns Rullgård2010-08-231-7/+7
* validate input data and linesizesRamiro Polla2010-08-181-0/+24
* Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.Stefano Sabatini2010-07-241-1/+1
* Add some comments to the rgb2yuv_table, clarifying the standard whereStefano Sabatini2010-07-241-6/+6
* Cosmetics: reindent and unify whitespaceMartin Storsjö2010-07-191-4/+4
* Do planar copy with a single memcpy only if the stride is equal to the lengthMartin Storsjö2010-07-191-3/+3
* In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö2010-07-161-3/+5
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Fix 'assignment from incompatible pointer type' warning.Eli Friedman2010-07-031-3/+3
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-011-6/+29
* Remove PI definition and use M_PI instead.Stefano Sabatini2010-05-191-6/+1
* Revert r31153. It failed to build on:Ramiro Polla2010-05-121-8/+8
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-111-8/+8
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-271-19/+16
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-231-1/+1
* Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.Diego Biurrun2010-03-191-1/+1
* Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik2010-03-181-1/+18
* Fix compilation on powerpc with --disable-altivecReinhard Tartler2010-03-091-2/+2
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-061-1/+0
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-051-1/+8
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-041-4/+8
* Fill the r, g, b values used for computing the c->pal_yuv table in theStefano Sabatini2010-03-041-0/+2
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-031-6/+30
* Reindent.Stefano Sabatini2010-01-301-4/+4
* Use a consistent convention for the names of the internal wrapperStefano Sabatini2010-01-301-30/+30
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-261-7/+6
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-261-11/+11
* Fix mis-computation of the needsDither variable erroneously introducedStefano Sabatini2010-01-241-1/+1
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-241-7/+7
* Indent.Ramiro Polla2010-01-241-94/+94
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-241-1538/+13
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-11/+11
* More const-correctness for sws_scaleDavid Conrad2010-01-211-2/+2
OpenPOWER on IntegriCloud