290 Commits (2f31b73a11d676e3f7f66139ff5c745317e8f1a3)

Author SHA1 Message Date
Michael Niedermayer eb4205cc89 swscale/utils: check mprotect() return code 11 years ago
Michael Niedermayer 2db6547237 swscale/utils/sws_setColorspaceDetails(): fix indention 11 years ago
Michael Niedermayer a830915b78 swscale: Use full resolution chroma for yuv2rgb when the input has full chroma 11 years ago
Vittorio Giovara 6b3ff6f91a swscale: provide a default scaler if none is set 11 years ago
Michael Niedermayer 2e2a2d8801 swscale/utils: dont divide by zero with zero vectors 11 years ago
Michael Niedermayer 2d28950da9 swscale/utils: remove redundant NULL checks before sws_freeVec() 11 years ago
Michael Niedermayer a446657d8c swscale/utils: simplify cpu caps printing code 11 years ago
Michael Niedermayer 9d052adbeb swscale/utils: Simplify scaler name printing code 11 years ago
Michael Niedermayer aec91de549 swscale/utils: Allow sws_setColorspaceDetails() to use the tables from sws_getColorspaceDetails() 11 years ago
Michael Niedermayer c914c99d4b swscale/utils: use memcpy instead of loop in sws_cloneVec() 11 years ago
Diego Biurrun 79aec43ce8 x86: Add and use more convenience macros to check CPU extension availability 11 years ago
Diego Biurrun 1909f6b1b6 swscale: cosmetics: Drop silly camelCase from swScale function pointer name 11 years ago
Diego Biurrun c2503d9c8a swscale: ppc: Hide arch-specific initialization details 11 years ago
Diego Biurrun f61bece684 ppc: Add and use convenience macro to check for AltiVec availability 11 years ago
Michael Niedermayer 23b3141261 swscale: improve dither checks 11 years ago
Michael Niedermayer 8c50ea2251 swscale: set dither to a specific value for rgb/bgr8 output 11 years ago
Michael Niedermayer 1e0e193240 sws: add dither enum 11 years ago
Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 11 years ago
Michael Niedermayer 8d745281a4 swscale/utils: Fix potential overflow of srcPos*C before converting to 64bit 11 years ago
Michael Niedermayer bc721ac9f7 swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bit 11 years ago
Michael Niedermayer 8efe96ee6f swscale/fill_rgb2yuv_table: fix default detection 11 years ago
Michael Niedermayer a7e45cfa11 swscale/sws_getColorspaceDetails: dont fail for non yuv 11 years ago
Michael Niedermayer 436616fd42 swscale: exchange src & dst chroma pos 11 years ago
clook b9b1a2c3e4 libswscale: Adding RGB => XYZ support 11 years ago
Michael Niedermayer b405f4e916 swscale: Add support to specify chroma position 11 years ago
Michael Niedermayer 37f4aa133d swscale: move default colorspace setup to sws_init_filter() 12 years ago
Michael Niedermayer c75dde6074 swscale: call handle_format() from the functions that need it 12 years ago
Michael Niedermayer 0fc11e7bad swscale: make handle_formats() safe to be called multiple times 12 years ago
Michael Niedermayer d5f5e51662 swscale: move format handling to its own function 12 years ago
Michael Niedermayer 1ba01d3d46 swscale: treat gray as a fullrage (0-255) format 12 years ago
Hendrik Leppkes 7cdf574c22 swscale: fix filter alignment reduction without inline asm 12 years ago
Michael Niedermayer a90baa63c3 add YUVJ411P 12 years ago
Paul B Mahol e1746d057b swscale: RGBA64 output 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
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