Age | Commit message (Expand) | Author |
2008-09-12 | Make the horizontal C scaler code clip only against INT16_MAX not 0, | Michael Niedermayer |
2008-09-12 | Add bitexact flag. | Michael Niedermayer |
2008-09-12 | The yuv->rgb tables are too small for cliping to be avoidable, | Michael Niedermayer |
2008-09-12 | Fix another 1000l bug in the mono input code. | Michael Niedermayer |
2008-09-12 | Add support for PIX_FMT_YUV440P. | Michael Niedermayer |
2008-09-12 | 10000l PIX_FMT_MONOWHITE check was really a || 1. | Michael Niedermayer |
2008-09-12 | Support mono as input format. | Michael Niedermayer |
2008-09-12 | Add support for PIX_FMT_MONOWHITE as output format. | Michael Niedermayer |
2008-09-12 | rgb24toyv12 isnt accuratly rounding, so disable it as well when the | Michael Niedermayer |
2008-09-12 | Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set, | Michael Niedermayer |
2008-09-11 | 100000000000000l, forgot to commit header change for r27580. | Michael Niedermayer |
2008-09-11 | Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). | Michael Niedermayer |
2008-09-11 | Remove mistakely commited code i used for testing. | Michael Niedermayer |
2008-09-11 | Implement full horizontal chroma for rgb/bgr24/32 output. | Michael Niedermayer |
2008-09-11 | Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C. | Michael Niedermayer |
2008-09-11 | Factorize yuv2packedXinC(). | Michael Niedermayer |
2008-09-11 | Set rgb2yuv constants more accurately, makes no real difference though. | Michael Niedermayer |
2008-09-11 | Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it | Michael Niedermayer |
2008-09-10 | Correct normalization constant for the vertical filter, iam not | Michael Niedermayer |
2008-09-10 | Make the 2point linear interpolation coefficients correct even for the | Michael Niedermayer |
2008-09-10 | Fix overflow. | Michael Niedermayer |
2008-09-10 | Fix build failure due to %%eip on x86_64. | Michael Niedermayer |
2008-09-10 | Change RGB2YUV_SHIFT from 16 to 15 to make it able to work | Michael Niedermayer |
2008-09-10 | Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplication | Michael Niedermayer |
2008-09-10 | Factorize RGB/BGR15/16/32->UV by using the preprocessor. | Michael Niedermayer |
2008-09-10 | Factorize rgb/bgr15/16/32->Y by using the preprocessor. | Michael Niedermayer |
2008-09-10 | Make SWS_FULL_CHR_H_INP work. | Michael Niedermayer |
2008-09-10 | spelling/wording cosmetics | Diego Biurrun |
2008-09-09 | More accurate rounding for 8bit inputs. | Michael Niedermayer |
2008-09-09 | Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, | Michael Niedermayer |
2008-09-09 | Add table of rgb->yuv convertion coefficients. | Michael Niedermayer |
2008-09-09 | More correct rounding for the rgb/bgr->yuv converters. | Michael Niedermayer |
2008-09-09 | Prevent overflows during mpeg->jpeg yuv. | Michael Niedermayer |
2008-09-08 | Fix jpeg yuv. | Michael Niedermayer |
2008-09-08 | Fix typo in comment. | Michael Niedermayer |
2008-09-07 | Fix accurate rounding mode on x86_64. | Michael Niedermayer |
2008-09-07 | Make ToY and ToUV family of function consistent part I | Luca Barbato |
2008-09-07 | Make fast bilinear scaler work again. | Michael Niedermayer |
2008-09-05 | simplify function selection code | Baptiste Coudurier |
2008-09-05 | enable yuv422p to uyvy converter | Baptiste Coudurier |
2008-09-04 | Make 16bit grayscale output work. | Michael Niedermayer |
2008-09-04 | Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters. | Michael Niedermayer |
2008-09-04 | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | Michael Niedermayer |
2008-09-04 | Fix 4 and 8 bit RGB/BGR input. | Michael Niedermayer |
2008-09-04 | Remove workaround for rgb/bgr mess. | Michael Niedermayer |
2008-09-04 | Fix 4 of the unscaled rgb15/16 converters, each of these contained | Michael Niedermayer |
2008-09-04 | rgb vs bgr fix for the unscaled converters. | Michael Niedermayer |
2008-09-04 | Fix rgb15/16 vs. bgr part2. | Michael Niedermayer |
2008-09-04 | Fix rgb15/16 vs. bgr part1. | Michael Niedermayer |
2008-09-04 | Add fflush to prevent stdout & stderr from being mixed. | Michael Niedermayer |