1127 Commits (ae23b26995252da4524acc4fe15c8f580cfa7b8c)

Author SHA1 Message Date
Ronald S. Bultje e2babb9b47 swscale: rearrange code. 14 years ago
Ronald S. Bultje dbd3183935 swscale: change 48bit RGB input macros to inline functions. 14 years ago
Ronald S. Bultje f30ee65700 swscale: change 9/10bit YUV input macros to inline functions. 14 years ago
Ronald S. Bultje aa39f5f6d6 swscale: extract gray16 output functions from yuv2packed[12X](). 14 years ago
Ronald S. Bultje f1e0b90c64 swscale: use standard clipping functions. 14 years ago
Ronald S. Bultje e458b53605 swscale: merge macros that are used only once. 14 years ago
Ronald S. Bultje 6e5a8d3c9a swscale: fix function declarations in swscale.c. 14 years ago
Ronald S. Bultje a27db4c349 swscale: fix function declaration keywords in x86/swscale_template.c. 14 years ago
Ronald S. Bultje 9bcbb250e2 swscale: fix types of assembly arguments. 14 years ago
Ronald S. Bultje 496d95c34c swscale: move two macros that are only used once into caller. 14 years ago
Ronald S. Bultje 9d84dfce93 swscale: remove unused function. 14 years ago
Ronald S. Bultje edeb56fa31 swscale: remove duplicate conversion routine in swScale(). 14 years ago
Ronald S. Bultje b73fe70025 swscale: add yuv2planar/packed function typedefs. 14 years ago
Ronald S. Bultje df91d09174 swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers. 14 years ago
Ronald S. Bultje 0fb5193156 swscale: reindent x86 init code. 14 years ago
Ronald S. Bultje ca364a5b43 swscale: extract SWS_FULL_CHR_H_INT conditional into init code. 14 years ago
Ronald S. Bultje b3b28b080f swscale: cosmetics. 14 years ago
Ronald S. Bultje ea28175312 swscale: remove alp/chr/lumSrcOffset. 14 years ago
Ronald S. Bultje bda9b20fa4 swscale: un-special-case yuv2yuvX16_c(). 14 years ago
Michael Niedermayer 7a8228c05e sws: make dither_scale const 14 years ago
Michael Niedermayer ba91bf58cd swscale: override the lack of the accurate rounding flag when needed for dither. 14 years ago
Michael Niedermayer ec4207c46a swscale: factor should_dither out 14 years ago
Ronald S. Bultje 6af2801088 swscale: split swscale.c in unscaled and generic conversion routines. 14 years ago
Ronald S. Bultje 2762ee3034 swscale: cosmetics. 14 years ago
Ronald S. Bultje 1674bd2abe swscale: integrate (literally) swscale_template.c in swscale.c. 14 years ago
Ronald S. Bultje 983260b0a4 swscale: split out x86/swscale_template.c from swscale.c. 14 years ago
Ronald S. Bultje 075d0ae72c swscale: enable hScale_altivec_real. 14 years ago
Ronald S. Bultje 67d80a5421 swscale: split out ppc _template.c files from main swscale.c. 14 years ago
Ronald S. Bultje a3e9bb5dee swscale: remove indirections in ppc/swscale_template.c. 14 years ago
Ronald S. Bultje 0e5d31b16b swscale: split out unscaled altivec YUV converters in their own file. 14 years ago
Ronald S. Bultje 0d793db1b0 swscale: remove unused COMPILE_TEMPLATE_ALTIVEC. 14 years ago
Baptiste Coudurier 5aa70309ad In libswscale, use all lines when converting from 422p to rgb with mmx, improve quality. 14 years ago
Stefano Sabatini b932eb1be6 swscale: reintroduce sws_format_name() symbol 14 years ago
Michael Niedermayer 6713989c23 swscale: dither for planar yuv outputs 14 years ago
Michael Niedermayer 877f76ad33 swscale: Fix use of uninitialized values 14 years ago
Ronald S. Bultje 808d8ff6bb swscale: allocate larger buffer to handle altivec overreads. 14 years ago
Reimar Döffinger 3c194f390f Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails. 14 years ago
Stefano Sabatini eb5a3ab7b0 swscale: fix compilation of bfin due to missing pixdesc.h header 14 years ago
Michael Niedermayer 201549d1a9 swscale: More accurate rounding in YSCALE_YUV_2_PACKEDX_FULL_C() 14 years ago
Diego Biurrun f635a233e3 swscale: Remove unused variable. 14 years ago
Reimar Döffinger 3d0424f2ff Add "const" to avoid "initialization discards qualifiers" warning. 14 years ago
Reimar Döffinger 70564983c5 Add const to fix "cast discards qualifiers" warnings. 14 years ago
Reimar Döffinger b7b62c3a53 Include pixdesc.h for av_get_pix_fmt_name. 14 years ago
Stefano Sabatini e1197b9e17 swscale: remove sws_format_name() 14 years ago
Reimar Döffinger 89c687e97e Add const to vector types for input in altivec code. 14 years ago
Reimar Döffinger 4596d0f4c4 Remove unused variable, avoiding compiler warning. 14 years ago
Reimar Döffinger 54dc95634d Cast pointers to uintptr_t rather than unsigned int. 14 years ago
Diego Biurrun 06b5facd4b swscale: Remove disabled code. 14 years ago
Michael Niedermayer 39d607e5bb swscale: Commits that could not be pulled earlier due to bugs #2 14 years ago
Michael Niedermayer 986f0d86cb Commits that could not be pulled earlier due to bugs. 14 years ago