| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove libswscale directory in MPlayer sources | Uoti Urpala | 2009-07-26 | 1 | -231/+0 |
* | Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer | ramiro | 2009-07-09 | 1 | -6/+10 |
* | Fix compilation: #undef standard library functions that are | diego | 2009-06-11 | 1 | -0/+6 |
* | Testing RGB48 variants requires bigger stride in swscale-example.c | kostya | 2009-06-02 | 1 | -0/+4 |
* | Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. | reimar | 2009-03-30 | 1 | -1/+1 |
* | Initialize pointer arrays which may be freed before being initialized. | benoit | 2009-03-20 | 1 | -3/+3 |
* | Also test the alpha channel in swscale-example | sdrik | 2009-03-20 | 1 | -19/+22 |
* | Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings: | diego | 2009-03-19 | 1 | -2/+2 |
* | swscale-example: use LFG instead of random() | ramiro | 2009-03-18 | 1 | -1/+5 |
* | Remove unnecessary emms Assembler instructions. | diego | 2009-02-10 | 1 | -9/+0 |
* | Revert #undefining system functions, it is not necessary. | diego | 2009-02-09 | 1 | -7/+0 |
* | Add config.h #include for ARCH_X86 definition. | diego | 2009-02-09 | 1 | -0/+1 |
* | Add #undefs to reenable system functions that are normally forbidden in other | diego | 2009-02-09 | 1 | -0/+7 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 | 1 | -2/+2 |
* | Remove rgb2rgb.h dependancy. | michael | 2008-10-27 | 1 | -6/+0 |
* | Convert asm keyword into __asm__. | flameeyes | 2008-10-16 | 1 | -2/+2 |
* | Remove unused function fast_memcpy. | diego | 2008-09-29 | 1 | -4/+0 |
* | cosmetics: indentation | diego | 2008-09-29 | 1 | -6/+5 |
* | Revert mistakenly committed hunk. | michael | 2008-09-29 | 1 | -1/+1 |
* | Print all cases that are tested, not just the ones that are bad. | michael | 2008-09-29 | 1 | -3/+1 |
* | Add fflush to prevent stdout & stderr from being mixed. | michael | 2008-09-04 | 1 | -0/+2 |
* | Use full path for #includes from another directory. | diego | 2008-05-09 | 1 | -1/+1 |
* | Relicense test/example files as LGPL with Michael's permission. | diego | 2008-04-13 | 1 | -8/+8 |
* | Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). | benoit | 2008-01-17 | 1 | -4/+4 |
* | Remove some useless parentheses. | benoit | 2008-01-17 | 1 | -1/+1 |
* | Remove non cosmetic spaces inside parentheses. | benoit | 2008-01-17 | 1 | -2/+2 |
* | license header consistency cosmetics | diego | 2007-07-05 | 1 | -1/+1 |
* | cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-29 | 1 | -153/+153 |
* | cosmetics: Remove trailing whitespace. | diego | 2007-04-26 | 1 | -15/+15 |
* | Remove large automatics from stack. | diego | 2007-04-26 | 1 | -3/+3 |
* | Use common define for x86_32 and x86_64. | diego | 2006-11-01 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program'. | diego | 2006-10-07 | 1 | -16/+18 |
* | Fix warnings: | diego | 2006-10-04 | 1 | -0/+2 |
* | Improve swscale-example to test conversions between all the possible | lucabe | 2006-09-24 | 1 | -39/+44 |
* | Remove the dependency of libswscale on img_format.h | lucabe | 2006-09-17 | 1 | -20/+26 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 1 | -1/+1 |
* | Use libavutil in libswscale, and allow it to be built out of the mplayer tree | lucabe | 2006-07-20 | 1 | -7/+5 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -0/+216 |