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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-27Fix runtime CPU detection in libswscale.tateu
2011-04-26lsws: prevent overflow in sws_init_context()Stefano Sabatini
2011-04-25Patch from Packman (OpenSuse - packages) to silence rpmlint.Manfred Tremmel
2011-04-25Check mmap() return against correct valueunknown author
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
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-14Merge remote branch 'qatar/master'Michael Niedermayer
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-11Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
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