| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -0/+48 |
* | Make 16bit grayscale output work. | Michael Niedermayer | 2008-09-04 | 2 | -6/+75 |
* | 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 | 4 | -8/+53 |
* | Fix 4 and 8 bit RGB/BGR input. | Michael Niedermayer | 2008-09-04 | 1 | -9/+34 |
* | Remove workaround for rgb/bgr mess. | Michael Niedermayer | 2008-09-04 | 1 | -2/+2 |
* | Fix 4 of the unscaled rgb15/16 converters, each of these contained | Michael Niedermayer | 2008-09-04 | 1 | -28/+10 |
* | rgb vs bgr fix for the unscaled converters. | Michael Niedermayer | 2008-09-04 | 3 | -42/+42 |
* | Fix rgb15/16 vs. bgr part2. | Michael Niedermayer | 2008-09-04 | 1 | -24/+24 |
* | Fix rgb15/16 vs. bgr part1. | Michael Niedermayer | 2008-09-04 | 1 | -5/+12 |
* | Add fflush to prevent stdout & stderr from being mixed. | Michael Niedermayer | 2008-09-04 | 1 | -0/+2 |
* | Change headers' guardnames consistently with r15120. | Stefano Sabatini | 2008-08-31 | 3 | -9/+9 |
* | Implement swscale_version(). | Stefano Sabatini | 2008-08-29 | 2 | -1/+11 |
* | compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(... | Guillaume Poirier | 2008-07-25 | 1 | -8/+8 |
* | Fix indentation after last commit. | Diego Biurrun | 2008-07-24 | 1 | -6/+6 |
* | Remove AltiVec vector declaration compiler compatibility macros. | Diego Biurrun | 2008-07-24 | 1 | -47/+47 |
* | 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 |
* | Make C code in yuv2yuv1() do accurate rounding, this could be split | Michael Niedermayer | 2008-07-18 | 1 | -3/+3 |
* | indent | Michael Niedermayer | 2008-07-17 | 1 | -8/+8 |
* | Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. | Michael Niedermayer | 2008-07-17 | 1 | -2/+31 |
* | simplify yuv2yuv1() | Michael Niedermayer | 2008-07-17 | 1 | -16/+7 |
* | 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 |
* | Cosmetics: reindent. | Alexander Strange | 2008-07-13 | 1 | -13/+13 |
* | Remove const vector casts. | Alexander Strange | 2008-07-13 | 1 | -7/+7 |
* | 100L, avoption splited code added, I should double check with svn status... | Luca Barbato | 2008-07-10 | 1 | -0/+59 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-09 | 3 | -40/+3 |
* | Remove ASSERT() macro. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-06 | 2 | -33/+27 |
* | 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 |
* | spelling/grammar/wording overhaul | Diego Biurrun | 2008-07-04 | 13 | -176/+178 |
* | whitespace cosmetics | Diego Biurrun | 2008-07-04 | 2 | -82/+81 |
* | Place license header at the top of the file for consistency. | Diego Biurrun | 2008-07-04 | 1 | -21/+21 |
* | OBJS should end in .o, not .c. | Diego Biurrun | 2008-06-08 | 1 | -1/+1 |
* | VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi. | Jan Knutar | 2008-06-08 | 1 | -1/+1 |
* | Add missing #include, patch by Jan Knutar, jknutar nic fi. | Jan Knutar | 2008-06-08 | 1 | -0/+1 |
* | restore needed cast to correct type with const | Baptiste Coudurier | 2008-06-01 | 1 | -2/+2 |
* | 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 |
* | cast to correct type, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -2/+2 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -2/+2 |
* | remove useless casts | Baptiste Coudurier | 2008-06-01 | 1 | -4/+4 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -6/+6 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -10/+11 |
* | remove useless casts | Baptiste Coudurier | 2008-06-01 | 1 | -6/+6 |
* | Remove in_asm_used_var_warning_killer() | Keiji Costantini | 2008-05-09 | 1 | -10/+0 |