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-28swscale: fix crash in bilinear scaling.Ronald S. Bultje
2011-05-27swscale: delay allocation of formatConvBuffer().Ronald S. Bultje
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-24swscale: use emms_c().Ronald S. Bultje
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.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-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-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
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
2010-08-20fix anonymous memory mapping for NetBSDGrant Carver
2010-07-21darwin: allow 64-bit darwin to allocate executable memoryRamiro Polla
2010-06-01Move internal scale context fields initialization fromStefano Sabatini
2010-05-20Cosmetics: make more compact the code for handle_jpeg(), this also allowsStefano Sabatini
2010-05-20Remove PI definition and use M_PI instead.Stefano Sabatini
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-03-24AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun
2010-03-23Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun
2010-03-19Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik
2010-03-08Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Reimar Döffinger
2010-03-08Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Reimar Döffinger
2010-03-06Avoid duplication of usePal() macro.Stefano Sabatini
2010-02-28Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos
2010-02-26Remove pointless empty line.Stefano Sabatini
2010-02-19Reindent and fix brace placement.Stefano Sabatini
2010-02-19Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini
2010-02-19Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini
2010-02-06Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini
2010-01-31Declare support for the pixel formats:Stefano Sabatini
2010-01-26Use isAnyRGB() where possibleMichael Niedermayer
2010-01-26Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer