summaryrefslogtreecommitdiff
path: root/libavcodec/rtjpeg.c
Commit message (Expand)AuthorAge
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger2009-05-24
* Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger2009-05-24
* Move "block" variable in rtjpeg decoder to context to ensure sufficient align...Reimar Döffinger2009-05-24
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Fix reference to a file in MPlayer that was renamed.Diego Biurrun2008-04-08
* Add some const keywords in rtjpeg decoderReimar Döffinger2008-02-01
* Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger2006-11-06
* Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack sinceReimar Döffinger2006-11-05
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27