1709 Commits (b78e75ebc9b03bea8f0c48da266ee6cc0fb8e22d)

Author SHA1 Message Date
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 12 years ago
Sean McGovern 01a82f1dc5 ppc: don't return a value from a function declared void 12 years ago
Sean McGovern f1f728cbe4 ppc: don't return a value from a function declared void 12 years ago
Diego Biurrun 79aec43ce8 x86: Add and use more convenience macros to check CPU extension availability 12 years ago
Diego Biurrun a6b6501185 ppc: cosmetics: Consistently format CPU flag detection invocations 12 years ago
Diego Biurrun 67e6a9f558 cosmetics: Place arch initialization calls in alphabetical order 12 years ago
Diego Biurrun 1909f6b1b6 swscale: cosmetics: Drop silly camelCase from swScale function pointer name 12 years ago
Diego Biurrun 4e0799a4d0 swscale: Add some missing av_cold to arch-specific init functions 12 years ago
Diego Biurrun 3aa682f253 swscale: consistent names for arch-specific acceleration functions 12 years ago
Diego Biurrun c2503d9c8a swscale: ppc: Hide arch-specific initialization details 12 years ago
Diego Biurrun a519583991 swscale: x86: Hide arch-specific initialization details 12 years ago
Diego Biurrun f61bece684 ppc: Add and use convenience macro to check for AltiVec availability 12 years ago
Michael Niedermayer 23b3141261 swscale: improve dither checks 12 years ago
Michael Niedermayer 8c50ea2251 swscale: set dither to a specific value for rgb/bgr8 output 12 years ago
Michael Niedermayer c62801270f swscale: change ff_dither_8x8_128 dimensions to be consistent with the others 12 years ago
Michael Niedermayer 1e0e193240 sws: add dither enum 12 years ago
Michael Niedermayer 60e9b8556a swscale_unscaled: make dither_scale static, its not used elsewhere and has no prefix 12 years ago
Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 12 years ago
Diego Biurrun d258531502 swscale: Mark a bunch of tables only used within one file static 12 years ago
Michael Niedermayer 8d745281a4 swscale/utils: Fix potential overflow of srcPos*C before converting to 64bit 12 years ago
Michael Niedermayer bc721ac9f7 swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bit 12 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 12 years ago
Michael Niedermayer 8efe96ee6f swscale/fill_rgb2yuv_table: fix default detection 12 years ago
Michael Niedermayer a7e45cfa11 swscale/sws_getColorspaceDetails: dont fail for non yuv 12 years ago
Michael Niedermayer 436616fd42 swscale: exchange src & dst chroma pos 12 years ago
clook b9b1a2c3e4 libswscale: Adding RGB => XYZ support 12 years ago
Michael Niedermayer 6d323ff57a swscale: remove unneeded include assert.h 12 years ago
Michael Niedermayer a4b55bbb6f swscale/input: fix 16bit gbrp input 12 years ago
Michael Niedermayer a0b7e73f8b swscale/options: fix copy and paste typo 12 years ago
Michael Niedermayer b405f4e916 swscale: Add support to specify chroma position 12 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
Michael Niedermayer 034b31df2c swscale: Fix PAL8 input with alpha 12 years ago
Hendrik Leppkes 7cdf574c22 swscale: fix filter alignment reduction without inline asm 12 years ago
Carl Eugen Hoyos 7800b09ece Check more completely for invalid pix_fmts in planarRgb16ToRgb16Wrapper() 12 years ago
Michael Niedermayer 0047da071e swscale/swscale_unscaled: add () 12 years ago
Carl Eugen Hoyos d5978c8678 Add unscaled converter from GBRP > 8bit to RGBx48/64. 12 years ago
Diego Biurrun c011ceef78 swscale: ppc: Remove commented-out define cruft 12 years ago
Michael Niedermayer a90baa63c3 add YUVJ411P 12 years ago
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