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-12-19swscale: fix formatting and indentation of unscaled conversion routines.Nathan Adil Maxson
2011-12-18swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje
2011-12-18swscale: fix overflow in gray16 vertical scaling.Ronald S. Bultje
2011-12-17swscale: fix integer overflows in RGB pixel writing.Mans Rullgard
2011-12-17swscale: add endian conversion for RGB555 and RGB444 pixel formatsJanne Grunau
2011-12-17swscale: fix overflows in output of RGB48 pixels.Ronald S. Bultje
2011-12-17swscale: add rgb565 endianess conversionJanne Grunau
2011-12-17swscale: fix overflows in RGB rounding constants.Ronald S. Bultje
2011-12-16swscale: add unscaled packed 16 bit per component endianess conversionJanne Grunau
2011-12-14swscale_mmx: drop no longer required parameters from VSCALEX macrosDiego Biurrun
2011-12-14swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.Diego Biurrun
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-01swscale: #include "libavutil/mathematics.h"Reinhard Tartler
2011-11-27swscale: fix signed overflow in yuv2mono_X_c_templateMans Rullgard
2011-11-25swscale: Readd #define _SVID_SOURCEMartin Storsjö
2011-11-25swscale: fix failing fate tests.Ronald S. Bultje
2011-11-24swscale: add support for planar RGB input.Ronald S. Bultje
2011-11-24Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje
2011-11-19swscale: Fix stack alignment for SSEJohn Stebbins
2011-11-13swscale: handle unaligned buffers in yuv2plane1Ronald S. Bultje
2011-11-11swscale: add padding to conversion buffer.Sean McGovern
2011-11-06swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje
2011-11-05swscale: align vertical filtersize by 2 on x86.Ronald S. Bultje
2011-10-23swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje
2011-10-22swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje
2011-10-22swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje
2011-10-22yuv2planeX10 SIMDKieran Kunhya
2011-10-22swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje
2011-10-22swscale: reintroduce full precision in 16-bit output.Ronald S. Bultje
2011-10-22Split up yuv2yuvX functionsKieran Kunhya
2011-10-22Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya
2011-10-21swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()Mans Rullgard
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-10-21swscale: prevent overflow in coefficient calculation.Ronald S. Bultje
2011-10-18swscale: prevent overflow during initializationRonald Bultje
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12sws: support yuv444p9/10 output.Anton Khirnov
2011-10-11swscale: use aligned move for storage into temporary buffer.Ronald S. Bultje
2011-09-25ppc: fix some pointer to integer castsMans Rullgard
2011-09-23Fix unnecessary shift with 9/10bit vertical scalingKieran Kunhya
2011-09-15swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje
2011-09-13sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-08-18swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje
2011-08-13swscale: add dithering to yuv2yuvX_altivec_realLuca Barbato
2011-08-12swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-08-05lsws: remove optimization debug logs in sws_init_context()Stefano Sabatini
2011-08-05lsws: use array for storing the supported in/out informationStefano Sabatini