| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -5/+106 |
* | Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. | Michael Niedermayer | 2008-09-13 | 1 | -11/+11 |
* | 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 |
* | The yuv->rgb tables are too small for cliping to be avoidable, | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Add support for PIX_FMT_YUV440P. | Michael Niedermayer | 2008-09-12 | 1 | -0/+2 |
* | Support mono as input format. | Michael Niedermayer | 2008-09-12 | 1 | -0/+2 |
* | Add support for PIX_FMT_MONOWHITE as output format. | Michael Niedermayer | 2008-09-12 | 1 | -5/+7 |
* | 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 |
* | 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 | 1 | -1/+87 |
* | 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 | 1 | -225/+55 |
* | Set rgb2yuv constants more accurately, makes no real difference though. | Michael Niedermayer | 2008-09-11 | 1 | -9/+9 |
* | Correct normalization constant for the vertical filter, iam not | Michael Niedermayer | 2008-09-10 | 1 | -2/+2 |
* | Change RGB2YUV_SHIFT from 16 to 15 to make it able to work | Michael Niedermayer | 2008-09-10 | 1 | -1/+1 |
* | Make SWS_FULL_CHR_H_INP work. | Michael Niedermayer | 2008-09-10 | 1 | -1/+1 |
* | 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 | 1 | -1/+16 |
* | Add table of rgb->yuv convertion coefficients. | Michael Niedermayer | 2008-09-09 | 1 | -0/+11 |
* | Fix jpeg yuv. | Michael Niedermayer | 2008-09-08 | 1 | -2/+2 |
* | Fix accurate rounding mode on x86_64. | Michael Niedermayer | 2008-09-07 | 1 | -1/+1 |
* | Make fast bilinear scaler work again. | Michael Niedermayer | 2008-09-07 | 1 | -0/+1 |
* | simplify function selection code | Baptiste Coudurier | 2008-09-05 | 1 | -6/+4 |
* | enable yuv422p to uyvy converter | Baptiste Coudurier | 2008-09-05 | 1 | -0/+26 |
* | Make 16bit grayscale output work. | Michael Niedermayer | 2008-09-04 | 1 | -1/+70 |
* | Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters. | Michael Niedermayer | 2008-09-04 | 1 | -7/+1 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | Michael Niedermayer | 2008-09-04 | 1 | -4/+15 |
* | Fix 4 and 8 bit RGB/BGR input. | Michael Niedermayer | 2008-09-04 | 1 | -9/+34 |
* | Implement swscale_version(). | Stefano Sabatini | 2008-08-29 | 1 | -0/+5 |
* | fix memleak | Michael Niedermayer | 2008-07-21 | 1 | -4/+7 |
* | Cleanup, use av_freep() instead of av_free(x); x=NULL | Michael Niedermayer | 2008-07-21 | 1 | -46/+22 |
* | 10l forgot SWS_BILINEAR | Michael Niedermayer | 2008-07-17 | 1 | -0/+1 |
* | Ensure that exactly one scaler algo is used. | Michael Niedermayer | 2008-07-17 | 1 | -0/+17 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-09 | 1 | -39/+0 |
* | Remove ASSERT() macro. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-06 | 1 | -15/+9 |
* | Reindent. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-06 | 1 | -45/+42 |
* | Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-06 | 1 | -8/+14 |
* | cast to correct type, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -1/+1 |
* | cast to correct type, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -1/+1 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -1/+1 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -2/+2 |
* | Remove in_asm_used_var_warning_killer() | Keiji Costantini | 2008-05-09 | 1 | -10/+0 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling. | Alexander Strange | 2008-03-22 | 1 | -8/+8 |