1860 Commits (921caf620386cc480da5166dd38dc136bfcd754e)

Author SHA1 Message Date
Vitor Sessak 55d11d277b swscale/x86: do not expect registers to be preserved across inline ASM blocks 10 years ago
Clément Bœsch d469aa8cfa sws: use av_clip() instead of av_clip_c() 10 years ago
James Almer 9ffac3d00d lsws: duplicate ff_log2_tab 10 years ago
Anton Khirnov 1985c2e75c Bump major versions of all libraries. 10 years ago
Anton Khirnov f4c444e17d Postpone API-incompatible changes until the next bump. 10 years ago
Diego Biurrun bb789016d4 swscale: Undeprecate sws_getContext() 10 years ago
Michael Niedermayer aee99a5d44 swscale/swscale_internal: fix ya16 -> rgba 10 years ago
Michael Niedermayer 700bf1fa4e swscale/swscale_unscaled: fix ya16 input 10 years ago
Vittorio Giovara f84a1b597c swscale: support AV_PIX_FMT_YA16 as input 10 years ago
Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 10 years ago
Kostya Shishkov 5420099cab swscale: correctly pad destination buffer in rgb conversion 10 years ago
Michael Niedermayer b53bdae11f swscale/utils: fix rgb -> fullrange yuv 10 years ago
Michael Niedermayer d84abf35c0 swscale/utils: remove unused define 10 years ago
Michael Niedermayer 54cba3f53e swscale/x86/hscale_fast_bilinear_simd: add inline asm guards 10 years ago
Michael Niedermayer d5ee3580d8 sws: move inline asm hscale to MMX_OBJS 10 years ago
Michael Niedermayer 6532a1a828 sws/x86: split mmxext fast bilinear scaler out 10 years ago
Michael Niedermayer e9f7c7aef9 sws: Move fast bilinear C code into seperate file 10 years ago
Michael Niedermayer 76899be113 swscale/swscale_internal: add needed version.h 10 years ago
Michael Niedermayer 1e3f77b53a swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoyuv420 10 years ago
Andreas Cadhalpun 39a6e02fd4 fix spelling errors 10 years ago
Michael Niedermayer 4abffbbc54 swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding 11 years ago
Michael Niedermayer a1a76b209b swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the padding 11 years ago
Carl Eugen Hoyos 891307b4d1 s86/scale: Do not return the result of a (void) function from a void function. 11 years ago
Michael Niedermayer 7f5296005c swscale/swscale: replace potentially slow % by & 11 years ago
Michael Niedermayer 293d5d7a8e swscale/input: fix harmless integer overflow 11 years ago
Derek Buitenhuis a4bd4733c0 swscale: Allow the max filter size to be set at compile time 11 years ago
James Almer 345f2234d1 x86/scale: fix xmm register count for hscale*_sse2 11 years ago
Diego Biurrun 880e2aa236 Remove all Blackfin architecture optimizations 11 years ago
Michael Niedermayer ce4d91ba2a sws: document color range >8bit oddity 11 years ago
Michael Niedermayer c3417ed7fd swscale/utils: Add check that ensures that the hardcoded struct offsets are valid 11 years ago
Janne Grunau 449511740f build: handle library dependencies in configure 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Michael Niedermayer 656fe7ecce swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array() 11 years ago
Luca Barbato 3a177a9cca swscale: Fix an undefined behaviour 11 years ago
Michael Niedermayer 421b21ca8a sws: dont use the optimized 410->420 unscaled conversion when height%4 11 years ago
Michael Niedermayer a5e20d9f4d Fix teh typos 11 years ago
Carl Eugen Hoyos b38910c979 Fix compilation with !HAVE_6REGS. 11 years ago
Michael Niedermayer 14fa7fc6a8 swscale/swscale: fix srcStride/srcSlice typo 11 years ago
Michael Niedermayer 4959a4fcf7 swscale/utils: fix changing src/dst range after initializing the context 11 years ago
Michael Niedermayer fa98885be4 swscale/utils: move handling of unscaled case to the end of init function 11 years ago
Michael Niedermayer a2f088c0f9 swscale: factor ff_sws_init_range_convert() out 11 years ago
Michael Niedermayer 3751e5a821 swscale/swscale: clear to/from convert pointers when they used. 11 years ago
Justin Ruggles d9a542ace1 swscale: Set alpha to opaque for internal palettes. 11 years ago
Justin Ruggles 20c38c9c18 swscale: fix some undefined signed left shifts 11 years ago
Justin Ruggles 60c4660ba0 swscale: fix an implementation-defined unsigned-to-signed conversion 11 years ago
Lukasz Marek fbf05759e3 sws: fix warning about RGB_PACK24_B_OPERANDS redefinition 11 years ago
Michael Niedermayer d98688efb1 swscale/input: replace assert() by av_assert1() 11 years ago
Michael Niedermayer 1752b1459d swscale/utils: scale filter_size in warning so that it can be used as max for the compile time define 11 years ago
Michael Niedermayer 7b2b06eb43 swscale/utils: dont print message about filter size when the cause is a malloc failure 11 years ago
Michael Niedermayer 2fcef4a044 swscale/swscale_internal: remove obsolete warning 11 years ago