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-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-29swscale: Commits that could not be pulled earlier due to bugs #2Michael Niedermayer
2011-05-29Commits that could not be pulled earlier due to bugs.Michael Niedermayer
2011-05-28swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-28swscale: fix crash in bilinear scaling.Ronald S. Bultje
2011-05-28swscale: Remove commented-out printf cruft.Diego Biurrun
2011-05-27swscale: delay allocation of formatConvBuffer().Ronald S. Bultje
2011-05-27swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer
2011-05-26swscale: remove VOF/VOFW.Ronald S. Bultje
2011-05-26swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje
2011-05-26swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-26swscale: Remove commented-out printf cruft.Diego Biurrun
2011-05-25Return -1 on invalid input instead of crashing.Jean-Tiare Le Bigot
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25swscale: dont loose bits on planar >8bit yuv ind gray nput.Michael Niedermayer
2011-05-24swscale: use emms_c().Ronald S. Bultje
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
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-11swscale: remove fork bug that i missed in the merge.Michael Niedermayer
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-05-08swscale: 9,10 bits pixel format output supportBaptiste Coudurier
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-27Rename y400a to gray8a.Baptiste Coudurier
2011-04-27Fix runtime CPU detection in libswscale.tateu
2011-04-26lsws: prevent overflow in sws_init_context()Stefano Sabatini
2011-04-25Check mmap() return against correct valueunknown author
2011-04-19sws: remove disabled cruft.Anton Khirnov
2011-04-11Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
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
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-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-29Cosmetics: fix braces placement.Stefano Sabatini
2010-09-29Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini
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-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-06swscale: also update flags on sws_getCachedContext()Ramiro Polla