summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje2011-06-03
* swscale: cosmetics.Ronald S. Bultje2011-06-03
* swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje2011-06-03
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-03
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-03
* swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje2011-06-03
* swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje2011-06-03
* swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje2011-06-02
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-26
* swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje2011-05-24
* swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje2011-05-24
* swscale: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje2011-05-24
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* Fix 9/10 bit in swscale.Kieran Kunhya2011-05-23
* swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje2011-05-13
* swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje2011-05-13
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-11
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
* sws: remove disabled cruft.Anton Khirnov2011-04-19
* swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau2011-04-15
* swscale: simplify initialization codeJosh Allmann2011-04-14
* swscale: further cleanup swscale.cJosh Allmann2011-04-14
* swscale: partially move the arch specific code leftLuca Barbato2011-04-14
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-13
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 100l fix if conditionBaptiste Coudurier2010-09-27
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-27
* swscale: remove useless temporary variableRamiro Polla2010-09-16
* swscale: factorize plane copying code out of 2 functionsRamiro Polla2010-09-16
* indentRamiro Polla2010-09-11
* swscale: remove unused codeRamiro Polla2010-09-11
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-06
* swscale: simplify selection of optimizations to compile.Ramiro Polla2010-08-25
* swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla2010-08-25
* swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård2010-08-23
* swscale: remove unused macro parameter in BGR2UV templateMåns Rullgård2010-08-23
* validate input data and linesizesRamiro Polla2010-08-18
* Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.Stefano Sabatini2010-07-24
* Add some comments to the rgb2yuv_table, clarifying the standard whereStefano Sabatini2010-07-24
* Cosmetics: reindent and unify whitespaceMartin Storsjö2010-07-19
* Do planar copy with a single memcpy only if the stride is equal to the lengthMartin Storsjö2010-07-19
* In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö2010-07-16
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Fix 'assignment from incompatible pointer type' warning.Eli Friedman2010-07-03
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-01
* Remove PI definition and use M_PI instead.Stefano Sabatini2010-05-19
* Revert r31153. It failed to build on:Ramiro Polla2010-05-12
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-11