| Commit message (Expand) | Author | Age | Files | Lines |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -9/+9 |
* | Fix one warning | Michel Bardiaux | 2007-02-14 | 1 | -1/+1 |
* | Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. | Reimar Döffinger | 2006-12-11 | 1 | -2/+7 |
* | Limit output sample to 0..maxval, fixes decoding of T16E0.JLS | Kostya Shishkov | 2006-11-06 | 1 | -0/+1 |
* | simplify | Michael Niedermayer | 2006-10-24 | 1 | -6/+2 |
* | reverse my last change, it was wrong and broken | Michael Niedermayer | 2006-10-24 | 1 | -5/+6 |
* | remove map variable | Michael Niedermayer | 2006-10-24 | 1 | -6/+5 |
* | factorize update state out | Michael Niedermayer | 2006-10-24 | 1 | -59/+36 |
* | FFMAX | Michael Niedermayer | 2006-10-24 | 1 | -3/+1 |
* | common subexpression elimination | Michael Niedermayer | 2006-10-24 | 1 | -27/+14 |
* | merge 8 and 16bit functions, they are identical except the data type | Michael Niedermayer | 2006-10-24 | 1 | -244/+32 |
* | JPEG-LS 16-bit gray support | Kostya Shishkov | 2006-10-24 | 1 | -9/+270 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -9/+9 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | free memory before return | Kostya Shishkov | 2006-09-27 | 1 | -0/+2 |
* | list of supported pix_fmts | Michael Niedermayer | 2006-02-02 | 1 | -0/+1 |
* | JPEG-LS codec by (Kostya | kostya.forjunk gmail com) | Michael Niedermayer | 2006-02-02 | 1 | -256/+707 |
* | Remove all stray tabs and trailing whitespace, this time for good. | Diego Biurrun | 2006-01-24 | 1 | -29/+29 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | unfinished jpeg-ls codec (feel free to finish it ...) | Michael Niedermayer | 2005-12-18 | 1 | -0/+391 |