Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Move Apple gcc AltiVec vector declaration syntax to libavutil. | diego | 2007-08-24 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | diego | 2007-08-22 |
* | license header consistency cosmetics | diego | 2007-07-05 |
* | cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-28 |
* | cosmetics: Remove trailing whitespace. | diego | 2007-04-26 |
* | Add av_ prefix to clip functions | reimar | 2007-02-25 |
* | change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() | lucabe | 2006-12-26 |
* | Do not mix declarations and statements. | diego | 2006-11-01 |
* | Change license headers to say 'FFmpeg' instead of 'this program'. | diego | 2006-10-07 |
* | Remove unused variables. | diego | 2006-10-01 |
* | Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX} | pacman | 2006-07-27 |
* | Replace MIN() and MAX() with FFMIN() and FFMAX() | lucabe | 2006-07-26 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 |