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
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
2010-08-24swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård
2010-08-24swscale: remove unused macro parameter in BGR2UV templateMåns Rullgård
2010-08-20fix anonymous memory mapping for NetBSDGrant Carver
2010-08-19swscale-test: add CRC outputRamiro Polla
2010-08-18validate input data and linesizesRamiro Polla
2010-08-08indentRamiro Polla
2010-08-08swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla
2010-08-01swscale-test: merge declaration and initializationRamiro Polla
2010-07-28Revert commit:Stefano Sabatini