Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard
2011-02-06Remove a few if (p) av_freep(&p) formsClément Bœsch
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-12-07colorspace-test: fix buildRamiro Polla
2010-10-29Store src/dstFormat after calling handle_jpegMartin Storsjö
2010-10-03100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger
2010-09-30Set default values for the scale context in sws_alloc_context().Stefano Sabatini
2010-09-30Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.Stefano Sabatini
2010-09-30Set valid default values for the srcw, srch, dstw, dsth options in theStefano Sabatini
2010-09-29Cosmetics: put "if (...)" and "av_log(...)" in the same line forStefano Sabatini
2010-09-29Put if (...) av_log() in the same line, more compact and increaseStefano Sabatini
2010-09-29Amend constraints for the src_format and dst_format options in theStefano Sabatini
2010-09-29Cosmetics: fix braces placement.Stefano Sabatini
2010-09-29Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini
2010-09-29Add documentation for the returned value of sws_init_context().Stefano Sabatini
2010-09-28Bump minor version after the addition of sws_alloc_context() andStefano Sabatini
2010-09-28100l fix if conditionBaptiste Coudurier
2010-09-28Y400A (gray alpha) input support in libswscaleBaptiste Coudurier
2010-09-28swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068Janne Grunau
2010-09-28cosmetics: break long line update_flags_cpuJanne Grunau
2010-09-27fix typos and grammarRamiro Polla
2010-09-26Make the avoptions list of sws more complete.Michael Niedermayer
2010-09-26Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer
2010-09-26swscale: use full chroma input for point scalerRamiro Polla
2010-09-16swscale-test: cosmetic alignmentRamiro Polla
2010-09-16swscale: remove useless temporary variableRamiro Polla
2010-09-16swscale: factorize plane copying code out of 2 functionsRamiro Polla
2010-09-16swscale-test: always use bilinear scaler to get output for SSDRamiro Polla
2010-09-14rgb2rgb: don't misuse HAVE_* definesRamiro Polla
2010-09-13swscale: indentation and emtpy line cosmeticsRamiro Polla
2010-09-13swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla
2010-09-12swscale-test: allow specifying src/dst pixel formatsRamiro Polla
2010-09-12indentRamiro Polla
2010-09-12swscale-test: take input from reference fileRamiro Polla
2010-09-12swscale-test: always use SWS_BILINEAR to convert from ref to srcRamiro Polla
2010-09-12swscale-test: move conversion from ref to source back to doTest()Ramiro Polla
2010-09-12rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla
2010-09-11indentRamiro Polla
2010-09-11swscale: remove unused codeRamiro Polla
2010-09-11rgb2rgb: remove unused yvu9toyv12 functionRamiro Polla
2010-09-09av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla
2010-09-08rgb2rgb: build SSE2 codepathRamiro Polla
2010-09-06swscale: also update flags on sws_getCachedContext()Ramiro Polla
2010-09-06swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla
2010-09-05Fix mlib compilation: add mising include for SwsContext.vle
2010-08-25swscale: simplify selection of optimizations to compile.Ramiro Polla
2010-08-25swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla