summaryrefslogtreecommitdiff
path: root/libavcodec/jpegls.c
Commit message (Collapse)AuthorAge
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
|
* jpegls: K&R formatting cosmeticsLuca Barbato2013-05-16
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2013-05-15
|
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | 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-01
| | | | | | | 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-03
| | | | | | | | 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-26
| | | | Originally committed as revision 13989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-13
Originally committed as revision 9021 to svn://svn.ffmpeg.org/ffmpeg/trunk