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-04-07Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07swscale: postpone sws_getContext removal until next major bump.Anton Khirnov
2011-04-05fix runtime-cpu-detect bug in swscaleDarren Horrocks
2011-04-03Fix yuvj420p scaling artefact, issue1108.Michael Niedermayer
2011-03-30Fix typo from e3a84542.Michael Niedermayer
2011-03-30SWSCALE: Increase maximim with from 5120 to 21504Frank Barchard
2011-03-28Fix compilation failure with runtime cpudetect (Ticket #22)Michael Niedermayer
2011-03-26libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-13Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard
2011-02-04Remove 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