| Commit message (Expand) | Author | Age |
* | Factorize yuv2packedXinC(). | michael | 2008-09-11 |
* | Set rgb2yuv constants more accurately, makes no real difference though. | michael | 2008-09-11 |
* | Correct normalization constant for the vertical filter. | michael | 2008-09-10 |
* | Change RGB2YUV_SHIFT from 16 to 15 to make it able to work | michael | 2008-09-10 |
* | Make SWS_FULL_CHR_H_INP work. | michael | 2008-09-10 |
* | More accurate rounding for 8bit inputs. | michael | 2008-09-09 |
* | Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, | michael | 2008-09-09 |
* | Add table of rgb->yuv conversion coefficients. | michael | 2008-09-09 |
* | Fix jpeg yuv. | michael | 2008-09-08 |
* | Fix accurate rounding mode on x86_64. | michael | 2008-09-07 |
* | Make fast bilinear scaler work again. | michael | 2008-09-07 |
* | simplify function selection code | bcoudurier | 2008-09-05 |
* | enable yuv422p to uyvy converter | bcoudurier | 2008-09-05 |
* | Make 16bit grayscale output work. | michael | 2008-09-04 |
* | Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters. | michael | 2008-09-04 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | michael | 2008-09-04 |
* | Fix 4 and 8 bit RGB/BGR input. | michael | 2008-09-04 |
* | Implement swscale_version(). | stefano | 2008-08-29 |
* | fix memleak | michael | 2008-07-21 |
* | Cleanup, use av_freep() instead of av_free(x); x=NULL | michael | 2008-07-21 |
* | 10l forgot SWS_BILINEAR | michael | 2008-07-17 |
* | Ensure that exactly one scaler algo is used. | michael | 2008-07-17 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | lu_zero | 2008-07-09 |
* | Remove ASSERT() macro. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 |
* | Reindent. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 |
* | Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 |
* | cast to correct type, suppress warning | bcoudurier | 2008-06-01 |
* | add const, suppress warnings | bcoudurier | 2008-06-01 |
* | Remove in_asm_used_var_warning_killer() | superdump | 2008-05-09 |
* | Use full path for #includes from another directory. | diego | 2008-05-09 |
* | Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling. | diego | 2008-03-22 |
* | Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. | diego | 2008-03-18 |
* | Fix a typo that causes an assertion to always fail. | zuxy | 2008-03-17 |
* | typos | diego | 2008-03-12 |
* | typo | diego | 2008-03-10 |
* | Make av_class a pointer to const. | benoit | 2008-03-10 |
* | Remove redundant swScaler: output from places where av_log() | diego | 2008-03-10 |
* | change sws_format_name to return const char*, supress many warnings | bcoudurier | 2008-03-06 |
* | remove redundant SwScaler text since av_log uses AVClass context | bcoudurier | 2008-03-06 |
* | One more (forgotten) fix for fixing sws_flags. | michael | 2008-03-05 |
* | Turn ancient V offset numerical constants into named ones. | michael | 2008-03-05 |
* | Discard two symbols from libswscale. | cehoyos | 2008-02-22 |
* | More explicit unsupported pixel format error messages. | benoit | 2008-02-15 |
* | Make dither4 & dither8 const. | cehoyos | 2008-02-09 |
* | Make some assembler constants global instead of declaring them multiple times. | reimar | 2008-01-29 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | reimar | 2008-01-28 |
* | Fix typo in comment | reimar | 2008-01-21 |
* | Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). | benoit | 2008-01-17 |