1655 Commits (729fa55b8f4250b2fee7f4a511372d0b9f696389)

Author SHA1 Message Date
Paul B Mahol b154d203b1 swscale/output: silence warning about undefined 'ASSERT_LEVEL' 12 years ago
Paul B Mahol f4b2d3598b swscale/output: remove unused header 12 years ago
Michael Niedermayer e1efacf60b sws/output: yuv2rgb_write() assert that alpha has the correct value in the tables 12 years ago
Michael Niedermayer 5918b7ac41 sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alpha input 12 years ago
Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Michael Niedermayer e751481cd8 swscale/output: silence compiler warnings about uninitialized variables 12 years ago
Michael Niedermayer 145e644aee sws/output: remove offset/coef for alpha in rgba64 12 years ago
Paul B Mahol e1746d057b swscale: RGBA64 output 12 years ago
Michael Niedermayer 91f4a44ff4 sws/packed_16bpc_bswap: fix handling of negative stride 12 years ago
Michael Niedermayer 63725d158d Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64" 12 years ago
Paul B Mahol 23f7b14f28 sws: support endianness conversion for AV_PIX_FMT_RGBA64 12 years ago
Michael Niedermayer b2cf655d6e sws: add casts to silence pointer type mismatch warnings 12 years ago
Michael Niedermayer 7ded017983 sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variable 12 years ago
Michael Niedermayer 8ef453ff83 sws/output: silence warnings about uninitialized use of variables 12 years ago
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Paul B Mahol 443181c0a9 libswscale: simplify isAnyRGB macro 12 years ago
Paul B Mahol 5c057433cc libswscale: GBRAP input & output and GBRAP16 input support 12 years ago
Clément Bœsch c3dcd3a255 sws: factorize rgb 9+ planar funcs declarations. 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
Martin Storsjö 6e293d111f swscale: Use alpha from the right row in yuva2rgba_c 12 years ago
Martin Storsjö 6c5eac9a60 swscale: Remove unnecessary backslashes 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
Diego Biurrun 7f75f2f2bd ppc: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Michael Niedermayer cb23b06e5e sws: fix typo in xyz2rgb matrix use. 12 years ago
Michael Niedermayer 24ec7a5e04 sws: Check for malloc failure of rgb0_tmp 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 7f17e0ff6a sws: add 16bit gbrp formats to packed_16bpc_bswap() 12 years ago
Michael Niedermayer f5cca47fde sws: extend packed_16bpc_bswap code to handle planar formats 12 years ago
Carl Eugen Hoyos 99818ac4d3 Fix libswscale compilation with --disable-optimizations on x86-32. 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 003bf33747 sws: fix alignment of rgb2yuv 12 years ago
Michael Niedermayer 3950236332 sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv table 12 years ago
Michael Niedermayer 357da7ed42 sws: remove forgotten FAST_BGR2YV12 define 12 years ago
Michael Niedermayer 920dd84bf1 sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converter 12 years ago
Michael Niedermayer a37fd7f957 sws: Update rgb24toyv12_c() to user supplied rgb2yuv tables 12 years ago
Michael Niedermayer 8e27c6ebbb sws/"rgb2rgb": drop RGB2YUV_SHIFT 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
Michael Niedermayer 3662e49dde sws: move RGB2YUV_SHIFT to swscale_internal.h 12 years ago