| Commit message (Expand) | Author | Age |
... | |
* | Make SWS_FULL_CHR_H_INP work. | michael | 2008-09-10 |
* | Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, | michael | 2008-09-09 |
* | More correct rounding for the rgb/bgr->yuv converters. | michael | 2008-09-09 |
* | Prevent overflows during mpeg->jpeg yuv. | michael | 2008-09-09 |
* | Fix jpeg yuv. | michael | 2008-09-08 |
* | Fix accurate rounding mode on x86_64. | michael | 2008-09-07 |
* | Make ToY and ToUV family of function consistent part I | lu_zero | 2008-09-07 |
* | Make 16bit grayscale output work. | michael | 2008-09-04 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | michael | 2008-09-04 |
* | Fix rgb15/16 vs. bgr part2. | michael | 2008-09-04 |
* | Make C code in yuv2yuv1() do accurate rounding, this could be split | michael | 2008-07-18 |
* | indent | michael | 2008-07-17 |
* | Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. | michael | 2008-07-17 |
* | simplify yuv2yuv1() | michael | 2008-07-17 |
* | Remove ASSERT() macro. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 |
* | spelling/grammar/wording overhaul | diego | 2008-07-04 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 |
* | cosmetics: comment typo fixes | diego | 2008-03-22 |
* | remove redundant SwScaler text since av_log uses AVClass context | bcoudurier | 2008-03-06 |
* | Turn ancient V offset numerical constants into named ones. | michael | 2008-03-05 |
* | __asm __volatile -> asm volatile part 3 | reimar | 2008-02-24 |
* | Discard two symbols from libswscale. | cehoyos | 2008-02-22 |
* | Make some assembler constants global instead of declaring them multiple times. | reimar | 2008-01-29 |
* | Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). | benoit | 2008-01-17 |
* | Remove non cosmetic spaces inside parentheses. | benoit | 2008-01-17 |
* | Comment some #endif directives. | diego | 2007-11-30 |
* | The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. | diego | 2007-11-04 |
* | license header consistency cosmetics | diego | 2007-07-05 |
* | comment grammar fixes | diego | 2007-06-28 |
* | remove the need of one extra shift in rgb16ToUV | ivo | 2007-05-09 |
* | Fix rgb15ToUV. Correct order of components and use one shift less. | ivo | 2007-05-09 |
* | cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-30 |
* | cosmetics: Remove trailing whitespace. | diego | 2007-04-26 |
* | improve horizontal chroma resolution with pal | michael | 2007-04-15 |
* | convert palette to yuv instead of converting each pixel after pal->rgb | michael | 2007-04-15 |
* | typo | diego | 2007-04-07 |
* | Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr | reimar | 2007-03-01 |
* | Add av_ prefix to clip functions | reimar | 2007-02-25 |
* | BGR/RGB4 byte formats as input | michael | 2007-02-17 |
* | pal8 input | michael | 2007-02-16 |
* | Pass a context to av_log(), when possible | lucabe | 2007-01-23 |
* | change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() | lucabe | 2006-12-26 |
* | Add some explicit casts to avoid some warnings | lucabe | 2006-12-26 |
* | Fix compilation of non-MMX code with gcc 2.95 | lucabe | 2006-12-20 |
* | Change "p" asm constraints to "g", since "p" was a no longer necessary hack to | reimar | 2006-11-27 |
* | Clarify that some of the non-SIMD code is now LGPLed. | lucabe | 2006-11-19 |
* | forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua... | michael | 2006-11-16 |
* | fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin... | michael | 2006-11-16 |
* | Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS | gpoirier | 2006-11-07 |
* | Add support for conversions from the rgb565 and rgb555 formats | lucabe | 2006-11-02 |