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-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
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
2010-01-26Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini
2010-01-24Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano Sabatini
2010-01-24Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini
2010-01-24Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Ramiro Polla
2010-01-24Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla