1575 Commits (bad82243cd837ed1f330845f7d75fe1eed6c0b81)

Author SHA1 Message Date
Michael Niedermayer 4e2c63685e sws: dont write out of array on bigendian 12 years ago
Michael Niedermayer 353bd158f5 sws: Fix "warning: comparison of distinct pointer types lacks a cast" 12 years ago
Michael Niedermayer 4eb93bed4e swscale: GBRP output support 12 years ago
Michael Niedermayer 6512405ce2 sws: disable yuv2rgb warning for planar rgb. 12 years ago
Michael Niedermayer f0d3a03115 sws: include isRGB in isAnyRGB() so that future RGB formats wont be missed again 12 years ago
Michael Niedermayer 02001a372d sws: add planar RGB formats to isAnyRGB 12 years ago
Michael Niedermayer 3c2ecfcc24 sws: dont enable chrSrcHSubSample for planar RGB 12 years ago
Michael Niedermayer 4e585f6325 sws: use planarRgbToRgbWrapper only for 8bit per component 12 years ago
Michael Niedermayer e4033d89f1 sws: GBRP9, GBRP10 GBRP12 GBRP14 output support 12 years ago
Michael Niedermayer 61884d1985 sws: GBRP output support 12 years ago
Paul B Mahol d07b0d9927 swscale: check flags instead of nb_components to find if pixel format have alpha 12 years ago
Michael Niedermayer 89afa635bf sws: check that dither array is not null before memset 12 years ago
Michael Niedermayer aef5c0b68f sws: Check for unsupported combination of ED/FULL_CHR flags 12 years ago
Michael Niedermayer f94220ac7a sws: Fix error diffusion flag 12 years ago
Michael Niedermayer 5c42078b99 sws: fix ED mono dither black level 12 years ago
Michael Niedermayer 2dc2e4f5af sws: Enable full chroma resolution when needed for ED dither 12 years ago
Michael Niedermayer 8045c0167d sws: Only reset dither state for bitexact mode 12 years ago
Michael Niedermayer ca447592b1 sws: rgb/bgr 4/8 error diffusion dither 12 years ago
Michael Niedermayer d7a46ca179 sws: add AVOption flag for error diffusion dither 12 years ago
Michael Niedermayer 646ade7679 sws: Support error diffusion dither for mono output 12 years ago
Diego Biurrun ef5d41a553 x86inc: Rename "program_name" to "private_prefix" 12 years ago
Xi Wang f73f76fd20 swscale: fix NULL checking in sws_alloc_context() 12 years ago
Michael Niedermayer c77eb4ee90 sws: fix warning: cast from pointer to integer of different size 12 years ago
Michael Niedermayer aa9507cc3d swscale: fix warning: assignment from incompatible pointer type 12 years ago
Michael Niedermayer b36745339d libswscale/swscale-test: fix some const correctness 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Clément Bœsch 18d9398143 doxy: add ref for lavfi, lpp and lsws. 12 years ago
Michael Niedermayer 320ae9fb78 sws_scale: check input against NULL 12 years ago
Michael Niedermayer 822d10e7c5 swscale: fix 12 and 14 bit YUV planar output with scaling. 12 years ago
Stefano Sabatini 605f1d9865 lsws: define version in SWScaler class 12 years ago
Diego Biurrun 87af05c575 x86: SPLATD: port to cpuflags 12 years ago
Janne Grunau 80716953c2 libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Diego Biurrun 4b60fac419 x86: PALIGNR: port to cpuflags 12 years ago
Michael Niedermayer 6a712e7f62 sws: bump micro for range bugfix 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Kostya Shishkov 38fdf72580 swscale: do not forget to swap data in formats with different endianness 12 years ago
Michael Niedermayer 370e397256 sws: fix handling of big endian alpha 12 years ago
Diego Biurrun 588fafe7f3 x86: MMX2 ---> MMXEXT in macro names 12 years ago
Diego Biurrun a65bdceb06 x86: mmx2 ---> mmxext in variable names 12 years ago
Diego Biurrun 652f518594 x86: mmx2 ---> mmxext in comments and messages 12 years ago
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Michael Niedermayer 4d2f1d8c93 swscale.c:remove fill_plane9or10() use fillPlane16() 12 years ago
Michael Niedermayer 70c25c6205 sws: move fillPlane16() to header so it can be used from more than 1 place 12 years ago
Michael Niedermayer 89d2f014bc sws_unscaled: drop fill_plane9or10() 12 years ago
Michael Niedermayer 65e0a3ccd8 sws: fix BE/LE handling for fillPlane16() 12 years ago
Luca Barbato 7658295ba3 pixfmt: support more yuva formats 12 years ago
Luca Barbato 26b5ad2543 swscale: support gray to 9bit and 10bit formats 12 years ago
Michael Niedermayer 8edf9b1fa4 sws: rgb has no range, avoid random results if the user tries to mess with it anyway. 12 years ago