summaryrefslogtreecommitdiffstats
path: root/libavcodec/rtjpeg.c
Commit message (Expand)AuthorAgeFilesLines
* rtjpeg: check get_block return value for error.Reimar Döffinger2011-11-051-12/+13
* Simplify using get_bits_left.Reimar Döffinger2011-11-051-3/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-19/+19
|\
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-19/+19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger2009-05-241-9/+10
* Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger2009-05-241-0/+7
* Move "block" variable in rtjpeg decoder to context to ensure sufficient align...Reimar Döffinger2009-05-241-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Fix reference to a file in MPlayer that was renamed.Diego Biurrun2008-04-081-1/+1
* Add some const keywords in rtjpeg decoderReimar Döffinger2008-02-011-4/+4
* Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger2006-11-061-2/+2
* Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack sinceReimar Döffinger2006-11-051-12/+13
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-271-0/+162
OpenPOWER on IntegriCloud