| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix infinite loop with spline, bug was introduced in r27612 by me. | Michael Niedermayer | 2008-09-29 | 1 | -1/+1 |
* | Uniform *ToY and *ToUV function signatures | Luca Barbato | 2008-09-18 | 1 | -51/+51 |
* | Split mono2Y in monowhite and monoblack | Luca Barbato | 2008-09-18 | 1 | -4/+19 |
* | Factorize unit32_t* casts for palette pointer | Luca Barbato | 2008-09-18 | 1 | -6/+6 |
* | Fix segfault with rgb24 and full_internal_chrome due to non existing alpha | Michael Niedermayer | 2008-09-16 | 1 | -2/+7 |
* | Avoid using floating point for calculating filter coefficients. | Michael Niedermayer | 2008-09-15 | 1 | -81/+83 |
* | Avoid some explicit types in sizeof(). | Michael Niedermayer | 2008-09-14 | 1 | -6/+6 |
* | Use av_mallocz() instead of for() =0; | Michael Niedermayer | 2008-09-14 | 1 | -2/+1 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | Michael Niedermayer | 2008-09-14 | 2 | -111/+111 |
* | Fix libswscale build after r27561 if --enable-runtime-cpudetection is used. | Benjamin Zores | 2008-09-13 | 1 | -6/+6 |
* | Fix indention. | Michael Niedermayer | 2008-09-13 | 1 | -313/+313 |
* | Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. | Michael Niedermayer | 2008-09-13 | 2 | -12/+17 |
* | Disable mmx routines that are not bitexact when the user wants | Michael Niedermayer | 2008-09-13 | 1 | -6/+15 |
* | Make horizontal mmx scaling code match C code. | Michael Niedermayer | 2008-09-13 | 1 | -16/+15 |
* | Ensure that additional filter coeffs that exist due to alignment | Michael Niedermayer | 2008-09-13 | 1 | -0/+2 |
* | yvu9toyv12Wrapper is not bitexact so disable it when the user wants | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Make the horizontal C scaler code clip only against INT16_MAX not 0, | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Add bitexact flag. | Michael Niedermayer | 2008-09-12 | 2 | -0/+2 |
* | The yuv->rgb tables are too small for cliping to be avoidable, | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Fix another 1000l bug in the mono input code. | Michael Niedermayer | 2008-09-12 | 1 | -2/+2 |
* | Add support for PIX_FMT_YUV440P. | Michael Niedermayer | 2008-09-12 | 1 | -0/+2 |
* | 10000l PIX_FMT_MONOWHITE check was really a || 1. | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Support mono as input format. | Michael Niedermayer | 2008-09-12 | 2 | -1/+18 |
* | Add support for PIX_FMT_MONOWHITE as output format. | Michael Niedermayer | 2008-09-12 | 3 | -8/+13 |
* | rgb24toyv12 isnt accuratly rounding, so disable it as well when the | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set, | Michael Niedermayer | 2008-09-12 | 1 | -1/+2 |
* | 100000000000000l, forgot to commit header change for r27580. | Michael Niedermayer | 2008-09-11 | 1 | -0/+1 |
* | Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). | Michael Niedermayer | 2008-09-11 | 1 | -3/+3 |
* | Remove mistakely commited code i used for testing. | Michael Niedermayer | 2008-09-11 | 1 | -7/+0 |
* | Implement full horizontal chroma for rgb/bgr24/32 output. | Michael Niedermayer | 2008-09-11 | 2 | -1/+115 |
* | Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C. | Michael Niedermayer | 2008-09-11 | 1 | -2/+5 |
* | Factorize yuv2packedXinC(). | Michael Niedermayer | 2008-09-11 | 2 | -228/+58 |
* | Set rgb2yuv constants more accurately, makes no real difference though. | Michael Niedermayer | 2008-09-11 | 1 | -9/+9 |
* | Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it | Michael Niedermayer | 2008-09-11 | 1 | -4/+4 |
* | Correct normalization constant for the vertical filter, iam not | Michael Niedermayer | 2008-09-10 | 1 | -2/+2 |
* | Make the 2point linear interpolation coefficients correct even for the | Michael Niedermayer | 2008-09-10 | 1 | -2/+2 |
* | Fix overflow. | Michael Niedermayer | 2008-09-10 | 1 | -2/+2 |
* | Fix build failure due to %%eip on x86_64. | Michael Niedermayer | 2008-09-10 | 1 | -4/+6 |
* | Change RGB2YUV_SHIFT from 16 to 15 to make it able to work | Michael Niedermayer | 2008-09-10 | 2 | -5/+3 |
* | Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplication | Michael Niedermayer | 2008-09-10 | 1 | -124/+24 |
* | Factorize RGB/BGR15/16/32->UV by using the preprocessor. | Michael Niedermayer | 2008-09-10 | 1 | -93/+20 |
* | Factorize rgb/bgr15/16/32->Y by using the preprocessor. | Michael Niedermayer | 2008-09-10 | 1 | -81/+20 |
* | Make SWS_FULL_CHR_H_INP work. | Michael Niedermayer | 2008-09-10 | 2 | -11/+165 |
* | spelling/wording cosmetics | Diego Biurrun | 2008-09-10 | 1 | -4/+3 |
* | More accurate rounding for 8bit inputs. | Michael Niedermayer | 2008-09-09 | 1 | -3/+3 |
* | Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, | Michael Niedermayer | 2008-09-09 | 2 | -196/+147 |
* | Add table of rgb->yuv convertion coefficients. | Michael Niedermayer | 2008-09-09 | 1 | -0/+11 |
* | More correct rounding for the rgb/bgr->yuv converters. | Michael Niedermayer | 2008-09-09 | 1 | -20/+20 |
* | Prevent overflows during mpeg->jpeg yuv. | Michael Niedermayer | 2008-09-09 | 1 | -3/+3 |
* | Fix jpeg yuv. | Michael Niedermayer | 2008-09-08 | 2 | -8/+37 |