| Commit message (Expand) | Author | Age | Files | Lines |
* | Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). | Benoit Fouet | 2008-01-17 | 1 | -4/+4 |
* | Remove some useless parentheses. | Benoit Fouet | 2008-01-17 | 1 | -1/+1 |
* | Remove non cosmetic spaces inside parentheses. | Benoit Fouet | 2008-01-17 | 1 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. | Diego Biurrun | 2007-04-29 | 1 | -153/+153 |
* | cosmetics: Remove trailing whitespace. | Diego Biurrun | 2007-04-26 | 1 | -15/+15 |
* | Remove large automatics from stack. | Marc Hoffman | 2007-04-26 | 1 | -3/+3 |
* | Use common define for x86_32 and x86_64. | Diego Biurrun | 2006-11-01 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program'. | Diego Biurrun | 2006-10-07 | 1 | -16/+18 |
* | Fix warnings: | Diego Biurrun | 2006-10-04 | 1 | -0/+2 |
* | Improve swscale-example to test conversions between all the possible | Luca Abeni | 2006-09-24 | 1 | -39/+44 |
* | Remove the dependency of libswscale on img_format.h | Luca Abeni | 2006-09-17 | 1 | -20/+26 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | Diego Biurrun | 2006-08-18 | 1 | -1/+1 |
* | Use libavutil in libswscale, and allow it to be built out of the mplayer tree | Luca Abeni | 2006-07-20 | 1 | -7/+5 |
* | Move postproc ---> libswscale | Luca Abeni | 2006-06-30 | 1 | -0/+216 |