summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Bump minor version after the addition of sws_alloc_context() andStefano Sabatini2010-09-28
* 100l fix if conditionBaptiste Coudurier2010-09-27
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-27
* swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068Janne Grunau2010-09-27
* cosmetics: break long line update_flags_cpuJanne Grunau2010-09-27
* fix typos and grammarRamiro Polla2010-09-26
* Make the avoptions list of sws more complete.Michael Niedermayer2010-09-26
* Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer2010-09-26
* swscale: use full chroma input for point scalerRamiro Polla2010-09-26
* swscale-test: cosmetic alignmentRamiro Polla2010-09-16
* swscale: remove useless temporary variableRamiro Polla2010-09-16
* swscale: factorize plane copying code out of 2 functionsRamiro Polla2010-09-16
* swscale-test: always use bilinear scaler to get output for SSDRamiro Polla2010-09-16
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-14
* swscale: indentation and emtpy line cosmeticsRamiro Polla2010-09-13
* swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla2010-09-13
* swscale-test: allow specifying src/dst pixel formatsRamiro Polla2010-09-12
* indentRamiro Polla2010-09-12
* swscale-test: take input from reference fileRamiro Polla2010-09-12
* swscale-test: always use SWS_BILINEAR to convert from ref to srcRamiro Polla2010-09-12
* swscale-test: move conversion from ref to source back to doTest()Ramiro Polla2010-09-12
* rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla2010-09-12
* indentRamiro Polla2010-09-11
* swscale: remove unused codeRamiro Polla2010-09-11
* rgb2rgb: remove unused yvu9toyv12 functionRamiro Polla2010-09-11
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-08
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-08
* swscale: also update flags on sws_getCachedContext()Ramiro Polla2010-09-06
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-06
* Fix mlib compilation: add mising include for SwsContext.vle2010-09-05
* 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
* fix anonymous memory mapping for NetBSDGrant Carver2010-08-19
* swscale-test: add CRC outputRamiro Polla2010-08-19
* validate input data and linesizesRamiro Polla2010-08-18
* indentRamiro Polla2010-08-08
* swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla2010-08-08
* swscale-test: merge declaration and initializationRamiro Polla2010-07-31
* Revert commit:Stefano Sabatini2010-07-28
* Fix compilation, forgot to add const also to theReimar Döffinger2010-07-24
* More const-correctness fixes to avoid warnings.Reimar Döffinger2010-07-24
* Add some "const" to avoid incompatible pointer type warningsReimar Döffinger2010-07-24
* 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
* swscale-test: scale from reference to source only once for each algorithmRamiro Polla2010-07-23
* indentRamiro Polla2010-07-23
* swscale-test: change order tests are run, maintaining the same algorithm forRamiro Polla2010-07-23
* Prefer impersonal form over third person, for consistency with theStefano Sabatini2010-07-22