| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. | Diego Biurrun | 2008-03-18 | 1 | -2/+0 |
* | Fix a typo that causes an assertion to always fail. | Zuxy Meng | 2008-03-17 | 1 | -1/+1 |
* | typos | Diego Biurrun | 2008-03-12 | 1 | -1/+1 |
* | typo | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | Make av_class a pointer to const. | Panagiotis Issaris | 2008-03-10 | 1 | -1/+1 |
* | Remove redundant swScaler: output from places where av_log() | Diego Biurrun | 2008-03-10 | 1 | -4/+4 |
* | change sws_format_name to return const char*, supress many warnings | Baptiste Coudurier | 2008-03-06 | 1 | -1/+1 |
* | remove redundant SwScaler text since av_log uses AVClass context | Baptiste Coudurier | 2008-03-06 | 1 | -37/+37 |
* | One more (forgotten) fix for fixing sws_flags. | Michael Niedermayer | 2008-03-05 | 1 | -1/+1 |
* | Turn ancient V offset numerical constants into named ones. | Michael Niedermayer | 2008-03-05 | 1 | -10/+16 |
* | Discard two symbols from libswscale. | Carl Eugen Hoyos | 2008-02-22 | 1 | -3/+3 |
* | More explicit unsupported pixel format error messages. | Stefano Sabatini | 2008-02-15 | 1 | -2/+2 |
* | Make dither4 & dither8 const. | Carl Eugen Hoyos | 2008-02-09 | 1 | -2/+2 |
* | Make some assembler constants global instead of declaring them multiple times. | Reimar Döffinger | 2008-01-29 | 1 | -13/+13 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | Reimar Döffinger | 2008-01-28 | 1 | -26/+26 |
* | Fix typo in comment | Reimar Döffinger | 2008-01-21 | 1 | -1/+1 |
* | Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). | Benoit Fouet | 2008-01-17 | 1 | -13/+13 |
* | Cosmetics: whitespaces | Benoit Fouet | 2008-01-17 | 1 | -5/+5 |
* | Remove non cosmetic spaces inside parentheses. | Benoit Fouet | 2008-01-17 | 1 | -8/+8 |
* | Description: remove superfluous parentheses. | Benoit Fouet | 2008-01-17 | 1 | -5/+5 |
* | Check param in sws_getCachedContext(). | KO Myung-Hun | 2008-01-17 | 1 | -1/+6 |
* | comment typo fixes | Diego Biurrun | 2007-12-21 | 1 | -2/+2 |
* | Make sure strides have positive values before converting. | Peter Schlaile | 2007-12-20 | 1 | -1/+1 |
* | Revert wrong ARCH_BFIN --> HAVE_BFIN change. | Diego Biurrun | 2007-09-27 | 1 | -1/+1 |
* | add support for yuva420p colorspace (yuv420p + alpha) | Aurelien Jacobs | 2007-09-24 | 1 | -0/+4 |
* | renaming ARCH_BFIN to HAVE_BFIN | Marc Hoffman | 2007-08-31 | 1 | -1/+1 |
* | typo | Diego Biurrun | 2007-07-28 | 1 | -1/+1 |
* | use YUV440P in swscale | Andreas Öman | 2007-07-18 | 1 | -0/+10 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | integrating ff_bfin_get_unscaled_swscale into the system | Marc Hoffman | 2007-06-22 | 1 | -0/+5 |
* | misc spelling fixes | Diego Biurrun | 2007-06-13 | 1 | -6/+6 |
* | rename attribute_unused to av_unused as it is declared in common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -1/+1 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | Diego Biurrun | 2007-05-28 | 1 | -3/+0 |
* | ffmpeg -sws_flags command line option to set swscaler flags | Ivo van Poorten | 2007-05-23 | 1 | -1/+34 |