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-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
2011-08-02Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje
2011-08-02swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-07-30Do not convert RGB buffer at once when stride does not fit exact samples.Kostya Shishkov
2011-07-21swscale: mark YUV422P10(LE,BE) as supported for outputJoseph Artsimovich
2011-07-15swscale: extend mmx padding.Ronald S. Bultje
2011-07-15swscale: clip unscaled colorspace conversion path.Ronald S. Bultje
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-11swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov
2011-07-09swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje
2011-07-09swscale: implement error dithering in planarCopyWrapper.Ronald S. Bultje
2011-07-09swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje
2011-07-09swscale: fix overflow in 16-bit vertical scaling.Ronald S. Bultje
2011-07-09swscale: fix crash in 8-bpc bilinear output without alpha.Ronald S. Bultje
2011-07-09swscale: fix 16-bit horizontal scaling underflow.Ronald S. Bultje