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
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-03-19Replace wrong condition name in #endif comment by correct instance.Diego Biurrun
2010-03-06try to avoid returning odd slices.Michael Niedermayer
2010-02-23Reorder buffer debug. Also print out if slice was buffered.Ramiro Polla
2010-01-26Use isAnyRGB() where possibleMichael Niedermayer
2010-01-26Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer
2010-01-16Declare with av_unused the variable alpMmxFilter, fix the gcc warning:Stefano Sabatini
2010-01-16Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2010-01-11cosmetics: {} placement.Ramiro Polla
2010-01-09Remove unused PREFETCHW macroZuxy Meng
2010-01-01Do not needlessly use the BP register in x86_64-specific code, there areReimar Döffinger
2009-12-28Remove unused variable, fixes the warning:Diego Biurrun
2009-12-21Remove parameters no longer used in h[yc]scale().Ramiro Polla
2009-12-21Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla
2009-12-21Rename function pointers used to convert from the input pixel format to theRamiro Polla
2009-12-21Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla
2009-12-20Indent.Ramiro Polla
2009-12-20Set fast_bilinear functions in sws_init_swScale().Ramiro Polla
2009-12-20Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla
2009-12-20Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla
2009-12-07Start using intermediate buffers at index 0.Ramiro Polla
2009-12-05Fix compilation with runtime cpu detection.Ramiro Polla
2009-12-03Add support for nv12/nv21 input.Ramiro Polla
2009-11-09Use enum PixelFormat instead of int for srcFormat and dstFormat.Carl Eugen Hoyos
2009-09-22Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Diego Biurrun
2009-09-17Cleanup buffer debugs in swScale().Ramiro Polla
2009-09-17Use correct buffers in vertical scaler in unscaled YV12 case.Ramiro Polla
2009-09-06Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber
2009-08-17More indentation changes leftover from r29522:Ramiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-08-16Indent libswscale:Ramiro Polla
2009-08-15Indent.Ramiro Polla
2009-08-14Vertical yuv -> yuv16 scaler.Ramiro Polla
2009-08-13Remove duplicate define (it is the same in the lum code).Ramiro Polla
2009-08-13Rename "funny" code to "mmx2 filter" code.Ramiro Polla
2009-08-08Remove disabled crufty code.Diego Biurrun
2009-07-28Indent.Ramiro Polla
2009-07-28Remove duplicate horizontal scaling when there aren't enough lines in a sliceRamiro Polla
2009-07-27Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themRamiro Polla
2009-07-27Factorize x86 fast_bilinear assembly.Ramiro Polla
2009-07-27Fix assembly comments for x86 fast_bilinear so they match the C code.Ramiro Polla
2009-06-11Kill warnings of possibly unused variables by using av_unused.Ramiro Polla
2009-06-05Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla
2009-06-02Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov
2009-05-25Move colorspace conversion functions implemented in pure C from templateKostya Shishkov
2009-05-02Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli
2009-04-21Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer
2009-04-14Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli
2009-04-05swscale: Use function pointers for swScale functions.Ramiro Polla