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-05-21swscale: point out an alternative to sws_getContextClément Bœsch
2011-05-14[PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje
2011-05-14swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje
2011-05-14swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-19sws: remove disabled cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-15swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau
2011-04-15swscale: fix compilation with --enable-runtime-cpudetectJanne Grunau
2011-04-15swscale: correct include path to fix ppc altivec buildJanne Grunau
2011-04-15swscale: simplify rgb2rgb templatingLuca Barbato
2011-04-15swscale: simplify initialization codeJosh Allmann
2011-04-15swscale: further cleanup swscale.cJosh Allmann
2011-04-15swscale: partially move the arch specific code leftLuca Barbato
2011-04-15swscale: move away x86 specific code from rgb2rgbLuca Barbato
2011-04-13swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato
2011-04-11Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun
2011-04-07swscale: postpone sws_getContext removal until next major bump.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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