summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Merge libavcore into libavutilReinhard Tartler2011-02-152-2/+1
* Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard2011-02-131-8/+8
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-041-2/+1
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-182-33/+33
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-186-17/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-176-0/+17
* colorspace-test: fix buildRamiro Polla2010-12-071-1/+1
* Store src/dstFormat after calling handle_jpegMartin Storsjö2010-10-291-2/+2
* 100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger2010-10-031-0/+5
* Set default values for the scale context in sws_alloc_context().Stefano Sabatini2010-09-291-3/+2
* Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.Stefano Sabatini2010-09-291-2/+2
* Set valid default values for the srcw, srch, dstw, dsth options in theStefano Sabatini2010-09-291-4/+4
* Cosmetics: put "if (...)" and "av_log(...)" in the same line forStefano Sabatini2010-09-291-10/+5
* Put if (...) av_log() in the same line, more compact and increaseStefano Sabatini2010-09-291-24/+12
* Amend constraints for the src_format and dst_format options in theStefano Sabatini2010-09-291-2/+3
* Cosmetics: fix braces placement.Stefano Sabatini2010-09-291-2/+4
* Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini2010-09-282-3/+26
* Add documentation for the returned value of sws_init_context().Stefano Sabatini2010-09-281-0/+3
* Bump minor version after the addition of sws_alloc_context() andStefano Sabatini2010-09-281-1/+1
* 100l fix if conditionBaptiste Coudurier2010-09-271-1/+1
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-274-3/+49
* swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068Janne Grunau2010-09-271-0/+1
* cosmetics: break long line update_flags_cpuJanne Grunau2010-09-271-1/+5
* fix typos and grammarRamiro Polla2010-09-261-3/+4
* Make the avoptions list of sws more complete.Michael Niedermayer2010-09-261-0/+12
* Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer2010-09-262-44/+82
* swscale: use full chroma input for point scalerRamiro Polla2010-09-261-1/+1
* swscale-test: cosmetic alignmentRamiro Polla2010-09-161-2/+2
* swscale: remove useless temporary variableRamiro Polla2010-09-161-5/+3
* swscale: factorize plane copying code out of 2 functionsRamiro Polla2010-09-161-27/+23
* swscale-test: always use bilinear scaler to get output for SSDRamiro Polla2010-09-161-1/+1
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-142-87/+83
* swscale: indentation and emtpy line cosmeticsRamiro Polla2010-09-131-5/+5
* swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla2010-09-132-3/+15
* swscale-test: allow specifying src/dst pixel formatsRamiro Polla2010-09-121-6/+33
* indentRamiro Polla2010-09-121-12/+12
* swscale-test: take input from reference fileRamiro Polla2010-09-121-19/+118
* swscale-test: always use SWS_BILINEAR to convert from ref to srcRamiro Polla2010-09-121-4/+3
* swscale-test: move conversion from ref to source back to doTest()Ramiro Polla2010-09-121-30/+43
* rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla2010-09-123-6/+4
* indentRamiro Polla2010-09-111-4/+4
* swscale: remove unused codeRamiro Polla2010-09-111-7/+0
* rgb2rgb: remove unused yvu9toyv12 functionRamiro Polla2010-09-111-11/+0
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-081-2/+2
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-083-1/+14
* swscale: also update flags on sws_getCachedContext()Ramiro Polla2010-09-061-4/+12
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-061-3/+3
* Fix mlib compilation: add mising include for SwsContext.vle2010-09-051-0/+1
* 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
OpenPOWER on IntegriCloud