summaryrefslogtreecommitdiffstats
path: root/libavcodec/jpeg_ls.c
Commit message (Expand)AuthorAgeFilesLines
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-9/+9
* Fix one warningMichel Bardiaux2007-02-141-1/+1
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-111-2/+7
* Limit output sample to 0..maxval, fixes decoding of T16E0.JLSKostya Shishkov2006-11-061-0/+1
* simplifyMichael Niedermayer2006-10-241-6/+2
* reverse my last change, it was wrong and brokenMichael Niedermayer2006-10-241-5/+6
* remove map variableMichael Niedermayer2006-10-241-6/+5
* factorize update state outMichael Niedermayer2006-10-241-59/+36
* FFMAXMichael Niedermayer2006-10-241-3/+1
* common subexpression eliminationMichael Niedermayer2006-10-241-27/+14
* merge 8 and 16bit functions, they are identical except the data typeMichael Niedermayer2006-10-241-244/+32
* JPEG-LS 16-bit gray supportKostya Shishkov2006-10-241-9/+270
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-9/+9
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* free memory before returnKostya Shishkov2006-09-271-0/+2
* list of supported pix_fmtsMichael Niedermayer2006-02-021-0/+1
* JPEG-LS codec by (Kostya | kostya.forjunk gmail com)Michael Niedermayer2006-02-021-256/+707
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-241-29/+29
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-181-0/+391
OpenPOWER on IntegriCloud