summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg_ls.c
Commit message (Collapse)AuthorAge
* Fix one warningMichel Bardiaux2007-02-14
| | | | Originally committed as revision 7976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-11
| | | | Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Limit output sample to 0..maxval, fixes decoding of T16E0.JLSKostya Shishkov2006-11-06
| | | | Originally committed as revision 6908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse my last change, it was wrong and brokenMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove map variableMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize update state outMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFMAXMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* common subexpression eliminationMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge 8 and 16bit functions, they are identical except the data typeMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* JPEG-LS 16-bit gray supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 6781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free memory before returnKostya Shishkov2006-09-27
| | | | Originally committed as revision 6351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* list of supported pix_fmtsMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* JPEG-LS codec by (Kostya | kostya.forjunk gmail com)Michael Niedermayer2006-02-02
| | | | Originally committed as revision 4917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
| | | | Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-18
Originally committed as revision 4752 to svn://svn.ffmpeg.org/ffmpeg/trunk