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
2013-04-18Fix libswscale compilation with --disable-optimizations on x86-32.Carl Eugen Hoyos
2013-04-16sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUVMichael Niedermayer
2013-04-16sws/fill_rgb2yuv_table: use ROUNDED_DIVMichael Niedermayer
2013-04-16sws/fill_rgb2yuv_table: increase precission to 32bitMichael Niedermayer
2013-04-16sws/fill_rgb2yuv_table: avoid 2 divisionsMichael Niedermayer
2013-04-16sws: fix alignment of rgb2yuvMichael Niedermayer
2013-04-15sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer
2013-04-15sws: remove forgotten FAST_BGR2YV12 defineMichael Niedermayer
2013-04-15sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converterMichael Niedermayer
2013-04-15sws: Update rgb24toyv12_c() to user supplied rgb2yuv tablesMichael Niedermayer
2013-04-15sws/"rgb2rgb": drop RGB2YUV_SHIFTMichael Niedermayer
2013-04-15sws/x86: update rgba->yuv to use user supplied tableMichael Niedermayer
2013-04-15sws/x86: update rgb/bgr->yuv code to use provided coefficient tableMichael Niedermayer
2013-04-15sws: init input_rgb2yuv_table depending on yuv colorspaceMichael Niedermayer
2013-04-15sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer
2013-04-14sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer
2013-04-14swscale/output: fix alpha scale in the new functionsMichael Niedermayer
2013-04-14sws/output: add yuv2rgb_full_1_c_template()Michael Niedermayer
2013-04-14sws/output: add +yuv2rgb_full_2_c_template()Michael Niedermayer
2013-04-14sws/output: factor yuv2rgb_write_full() outMichael Niedermayer
2013-04-10Replace all occurrences of PRI in sscanf() calls with SCNJames Almer
2013-03-28Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-03-12Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer
2013-03-08Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov
2013-02-27swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis
2013-02-27swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis
2013-02-26swscale-test: fix 3 pointer type warningsMichael Niedermayer
2013-02-16sws/x86: improve rounding for yuv2yuvXMichael Niedermayer
2013-02-11swscale: Disallow conversion to GBRP16Martin Storsjö
2013-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-10Merge commit '7b41c24c5fa221b55a9302efaf1a9eeb38b12551'Michael Niedermayer
2013-02-10Merge commit 'e58013dd8f00e17dd98ba64e41c72f1d152f6608'Michael Niedermayer
2013-02-10Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821'Michael Niedermayer
2013-02-09sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer
2013-02-09sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer
2013-02-09sws: use planarRgbToRgbWrapper only for 8bit per componentMichael Niedermayer
2013-02-09sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer
2013-02-07sws: dont write out of array on bigendianMichael Niedermayer
2013-02-04sws: Fix "warning: comparison of distinct pointer types lacks a cast"Michael Niedermayer
2013-01-28Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'Michael Niedermayer
2013-01-28swscale: GBRP output supportMichael Niedermayer
2013-01-27sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer
2013-01-27sws: include isRGB in isAnyRGB() so that future RGB formats wont be missed a...Michael Niedermayer
2013-01-26sws: add planar RGB formats to isAnyRGBMichael Niedermayer
2013-01-26sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer
2013-01-26sws: use planarRgbToRgbWrapper only for 8bit per componentMichael Niedermayer
2013-01-26sws: GBRP9, GBRP10 GBRP12 GBRP14 output supportMichael Niedermayer
2013-01-26sws: GBRP output supportMichael Niedermayer
2013-01-25swscale: check flags instead of nb_components to find if pixel format have alphaPaul B Mahol