441 Commits (7b0b5bc810cdb9ef100492c9a9f2d30602c04336)

Author SHA1 Message Date
Luca Barbato 2b5b1e1e9b swscale: Rename is9_OR_10 to match what it does 8 years ago
Luca Barbato e87a501e7d swscale: Update bitdepth range check 8 years ago
Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 9 years ago
Paul B Mahol 928061670e libswscale: GBRAP input & output and GBRAP16 input support 10 years ago
Diego Biurrun 1909f6b1b6 swscale: cosmetics: Drop silly camelCase from swScale function pointer name 11 years ago
Diego Biurrun c2503d9c8a swscale: ppc: Hide arch-specific initialization details 11 years ago
Diego Biurrun a519583991 swscale: x86: Hide arch-specific initialization details 11 years ago
Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 11 years ago
Diego Biurrun d258531502 swscale: Mark a bunch of tables only used within one file static 11 years ago
Michael Niedermayer 4eb93bed4e swscale: GBRP output support 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Luca Barbato 26b5ad2543 swscale: support gray to 9bit and 10bit formats 12 years ago
Anton Khirnov 0a7068fa5d sws: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun b9141aa346 swscale: Remove two bogus asserts 12 years ago
Diego Biurrun 1169f0d0af x86: more specific checks for availability of required assembly capabilities 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Ronald S. Bultje 8e5d71d110 swscale: bury one more piece of inline asm under HAVE_INLINE_ASM. 12 years ago
Ronald S. Bultje 3b175384bb swscale: add missing HAVE_INLINE_ASM check. 12 years ago
Diego Biurrun ef0ee7f657 swscale: K&R formatting cosmetics (part II) 13 years ago
Ronald S. Bultje 2254b559cb swscale: make filterPos 32bit. 13 years ago
Ronald S. Bultje 491865b57d swscale: fix underflows in firstline calculations for extreme resizes. 13 years ago
Diego Biurrun 92fed11352 swscale: Remove unused variable alpMmxFilter. 13 years ago
Ronald S. Bultje c0b87359b2 swscale: handle gray16 as a "planar" YUV format (Y-only, of course). 13 years ago
Ronald S. Bultje 9d9c846491 swscale: use yuv2packed1() functions for unscaled chroma also. 13 years ago
Ronald S. Bultje 2144941069 swscale: split C output functions into separate file. 13 years ago
Ronald S. Bultje 2dd7a1c030 swscale: Split C input functions into separate file. 13 years ago
Ronald S. Bultje f5490fbe3b swscale: remove obsolete comment. 13 years ago
Paul B Mahol 08d8029ea8 swscale: more generic check for planar destination formats with alpha 13 years ago
Paul B Mahol 5cad970971 swscale: RGB4444 and BGR444 input 13 years ago
Ronald S. Bultje 2ba65879b5 swscale: remove unused U/V arguments from yuv2rgb_write(). 13 years ago
Ronald S. Bultje 6b3995ccd1 swscale: remove obsolete comment. 13 years ago
Ronald S. Bultje 9ea3501d87 swscale: don't show full-chroma-int warning for non-RGB output. 13 years ago
Ronald S. Bultje d49352c7cc swscale: fix overflows in vertical scaling at top/bottom edges. 13 years ago
Ronald S. Bultje 72dafea0fc swscale: fix overflow in gray16 vertical scaling. 13 years ago
Mans Rullgard 77d88b872d swscale: fix integer overflows in RGB pixel writing. 13 years ago
Ronald S. Bultje be1bafc303 swscale: fix overflows in output of RGB48 pixels. 13 years ago
Ronald S. Bultje 4391805916 swscale: fix overflows in RGB rounding constants. 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Mans Rullgard 7c5ce99bd9 swscale: fix signed overflow in yuv2mono_X_c_template 13 years ago
Ronald S. Bultje 185655c601 swscale: add support for planar RGB input. 13 years ago
Ronald S. Bultje 109f62e8f8 swscale: decide whether to use yuv2plane1/X on a per-plane basis. 13 years ago
Ronald S. Bultje f99654d470 swscale: reintroduce full precision in 16-bit output. 13 years ago
Kieran Kunhya ff7913aef1 Split up yuv2yuvX functions 13 years ago
Kieran Kunhya 34e8d147b3 Split out yuv2yuv1 luma and chroma in order to make them generic DSP functions 13 years ago
Ronald S. Bultje dc49bf1270 sws/pixfmt/pixdesc: add support for yuv420p9le/be. 13 years ago
Kieran Kunhya 4d4d0e8176 Fix unnecessary shift with 9/10bit vertical scaling 13 years ago
Ronald S. Bultje 3f04ab4fcd swscale: split hScale() function pointer into h[cy]Scale(). 13 years ago