306 Commits (08909fb56b4f50ed82534a9e56c56ad02d72a45e)

Author SHA1 Message Date
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Paul B Mahol 5c057433cc libswscale: GBRAP input & output and GBRAP16 input support 12 years ago
Janne Grunau 9cfa21c8c2 swscale: support endianness conversion for AV_PIX_FMT_XYZ12 12 years ago
Janne Grunau c1eb3e7fec swscale: add support for endianness only conversion 12 years ago
Reimar Döffinger 3bb1c58e95 Avoid incorrect deprecated pixel format warning. 12 years ago
Diego Biurrun 2b677ffca5 swscale: Add av_cold attributes to init functions missing them 12 years ago
Paul B Mahol e6d4e68755 lavu: add planar 16 bit and 8 bit rgb with alpha 12 years ago
Michael Niedermayer 2514b80045 sws: share xyzgamma tables. 12 years ago
Michael Niedermayer 0c47c9028b sws: support xyz input 12 years ago
Michael Niedermayer 45f1cf88a8 sws: remove hack to support partial convert / xyz bswaping 12 years ago
Michael Niedermayer 2fa08abdb6 sws: enable xyz12, this for now is just for swaping between le and be 12 years ago
Michael Niedermayer 13bbfb8fda sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUV 12 years ago
Michael Niedermayer f05cfb654f sws/fill_rgb2yuv_table: use ROUNDED_DIV 12 years ago
Michael Niedermayer bcf643486f sws/fill_rgb2yuv_table: increase precission to 32bit 12 years ago
Michael Niedermayer 2fa11a94a3 sws/fill_rgb2yuv_table: avoid 2 divisions 12 years ago
Michael Niedermayer 3950236332 sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv table 12 years ago
Michael Niedermayer 2a5d1cb2d9 sws/x86: update rgba->yuv to use user supplied table 12 years ago
Michael Niedermayer 17ad06c753 sws/x86: update rgb/bgr->yuv code to use provided coefficient table 12 years ago
Michael Niedermayer 9aafb95ae2 sws: init input_rgb2yuv_table depending on yuv colorspace 12 years ago
Martin Storsjö d192ac3e03 swscale: Disallow conversion to GBRP16 12 years ago
Michael Niedermayer 7b41c24c5f sws: dont enable chrSrcHSubSample for planar RGB 12 years ago
Michael Niedermayer d6d5ef5534 sws: GBRP9, GBRP10, and GBRP16 output support 12 years ago
Michael Niedermayer 4eb93bed4e swscale: GBRP output support 12 years ago
Michael Niedermayer 3c2ecfcc24 sws: dont enable chrSrcHSubSample for planar RGB 12 years ago
Michael Niedermayer e4033d89f1 sws: GBRP9, GBRP10 GBRP12 GBRP14 output support 12 years ago
Michael Niedermayer 61884d1985 sws: GBRP output support 12 years ago
Michael Niedermayer aef5c0b68f sws: Check for unsupported combination of ED/FULL_CHR flags 12 years ago
Michael Niedermayer 2dc2e4f5af sws: Enable full chroma resolution when needed for ED dither 12 years ago
Michael Niedermayer ca447592b1 sws: rgb/bgr 4/8 error diffusion dither 12 years ago
Michael Niedermayer 646ade7679 sws: Support error diffusion dither for mono output 12 years ago
Xi Wang f73f76fd20 swscale: fix NULL checking in sws_alloc_context() 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Diego Biurrun a65bdceb06 x86: mmx2 ---> mmxext in variable names 12 years ago
Diego Biurrun 652f518594 x86: mmx2 ---> mmxext in comments and messages 12 years ago
Luca Barbato 7658295ba3 pixfmt: support more yuva formats 12 years ago
Michael Niedermayer 8edf9b1fa4 sws: rgb has no range, avoid random results if the user tries to mess with it anyway. 12 years ago
Michael Niedermayer 425c30ddae sws: loose the minimum dimension checks 12 years ago
Michael Niedermayer 733f85b7ae sws: improve error messages 12 years ago
Michael Niedermayer 7de2196029 sws: fix extreem downscaling 12 years ago
Michael Niedermayer e823e73677 sws_getGaussianVec: check variance and quality 12 years ago
Michael Niedermayer fe573d1a9b sws_allocVec: check length validity 12 years ago
Mans Rullgard 95cd815c36 swscale: try to use mmap only if available 12 years ago
Paul B Mahol a291345b1e sws: do not use av_pix_fmt_descriptors directly 12 years ago
Luca Barbato 6d5600e855 avutil: add yuva422p and yuva444p formats 12 years ago
Anton Khirnov 0a7068fa5d sws: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 75c37c5ace swscale: Provide the right alignment for external mmx asm 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago