summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-286-3/+113
* sws: remove disabled cruft.Anton Khirnov2011-04-195-69/+0
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
* Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
* swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau2011-04-151-6/+4
* swscale: fix compilation with --enable-runtime-cpudetectJanne Grunau2011-04-152-53/+80
* swscale: correct include path to fix ppc altivec buildJanne Grunau2011-04-151-1/+1
* swscale: simplify rgb2rgb templatingLuca Barbato2011-04-142-302/+1
* swscale: simplify initialization codeJosh Allmann2011-04-141-7/+2
* swscale: further cleanup swscale.cJosh Allmann2011-04-142-57/+54
* swscale: partially move the arch specific code leftLuca Barbato2011-04-144-2308/+3859
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-146-2235/+3256
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-133-4/+2
* Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-111-0/+4
* swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-061-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1921-84/+84
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* 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
OpenPOWER on IntegriCloud