summaryrefslogtreecommitdiffstats
path: root/libavcodec/jpegls.c
Commit message (Collapse)AuthorAgeFilesLines
* jpeglsdec: fix bpp & limit.Michael Niedermayer2012-02-141-4/+2
| | | | | | | Fixes: Tikcet969 Thanks-to: ITU for the freely available spec. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wrong constant used in default threshold value calculation forMathieu Malaterre2008-08-031-1/+1
| | | | | | | | JPEG-LS lossy mode with < 128 colours. Patch by Mathieu Malaterre (mail = gmailify("mathieu.malaterre")) Originally committed as revision 14517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer2008-06-261-7/+0
| | | | Originally committed as revision 13989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-131-0/+96
Originally committed as revision 9021 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud