1834 Commits (ddea3b7106b1d003fb1fb774c0be05db1319926d)

Author SHA1 Message Date
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
Michael Niedermayer 955d7e26b6 swscale/swscale_internal: make the offset strings update themselfs when the MAX_FILTER_SIZE is changed 11 years ago
Michael Niedermayer f6759d9ad4 swscale/x86/swscale_template: loose hardcoded dstw_offset 11 years ago
Vittorio Giovara 92b099daf4 swscale: support converting YVYU422 pixel format 11 years ago
Michael Niedermayer 37f69cd93e swscale: add full bgra64 support 11 years ago
Janne Grunau 0ca0924c10 swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64 11 years ago
Diego Biurrun aba70bb538 Add missing headers to make template files compile (more) standalone 11 years ago
Carl Eugen Hoyos e6fe804bdd Do not set swscale sizeFactor to -1. 11 years ago
Øyvind Kolås 3e6016622e swscale: add two spatially stable dithering methods 11 years ago
Michael Niedermayer c9c0451224 swscale/swscale: fix integer overflow 11 years ago
Carl Eugen Hoyos 074db4b764 Add APIchanges entry and bump libswscale micro version for making gray16 full-scale. 11 years ago
Matt Oliver 8236747511 Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. 11 years ago
Carl Eugen Hoyos 37c07d4529 swscale/utils: Fix color range of gray16 11 years ago
Matt Oliver 9eb3f11c55 Add missing external declarations. 11 years ago
Michael Niedermayer 2f955d572b swscale/x86/swscale: remove unused constants 11 years ago
Jean First 1481d24c3a RGBA64 pixel formats 11 years ago
Michael Niedermayer 6c47a4e972 swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3() 11 years ago
Diego Biurrun da785231ea bfin: Refactor duplicated assembly-related macros 11 years ago
Diego Biurrun e99af2a3b1 bfin: Refactor duplicated l1_text/l1_data_B macros 11 years ago
Diego Biurrun b4dd424d96 Remove all SPARC architecture optimizations 11 years ago
Peter Ross 02b63246cf libswscale: bayer to rgb24 & yv12 colorspace converters 11 years ago