summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* colorspace-test: fix buildRamiro Polla2010-12-07
* Store src/dstFormat after calling handle_jpegMartin Storsjö2010-10-29
* 100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger2010-10-03
* Set default values for the scale context in sws_alloc_context().Stefano Sabatini2010-09-29
* Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.Stefano Sabatini2010-09-29
* Set valid default values for the srcw, srch, dstw, dsth options in theStefano Sabatini2010-09-29
* Cosmetics: put "if (...)" and "av_log(...)" in the same line forStefano Sabatini2010-09-29
* Put if (...) av_log() in the same line, more compact and increaseStefano Sabatini2010-09-29
* Amend constraints for the src_format and dst_format options in theStefano Sabatini2010-09-29
* Cosmetics: fix braces placement.Stefano Sabatini2010-09-29
* Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini2010-09-28
* Add documentation for the returned value of sws_init_context().Stefano Sabatini2010-09-28
* 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