1564 Commits (e80be5a0aa9f9b0d66c2d620f40578ac8ae8de11)

Author SHA1 Message Date
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
Michael Niedermayer 425c30ddae sws: loose the minimum dimension checks 12 years ago
Michael Niedermayer 733f85b7ae sws: improve error messages 12 years ago
Michael Niedermayer 7de2196029 sws: fix extreem downscaling 12 years ago
Michael Niedermayer e823e73677 sws_getGaussianVec: check variance and quality 12 years ago
Michael Niedermayer fe573d1a9b sws_allocVec: check length validity 12 years ago
Michael Niedermayer cccb45751e yuv2rgb: fix integer overflow in fill_gv_table() 12 years ago
Michael Niedermayer a494792961 yuv2rgb: fix integer overflow in fill_table 12 years ago
Michael Niedermayer 6c87b2be72 swscale_unscaled: remove unused variables 12 years ago
Mans Rullgard a805cefd8b swscale: avoid pointless use of compound literals 12 years ago
Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago