summaryrefslogtreecommitdiff
path: root/libavcodec/rtjpeg.c
Commit message (Expand)AuthorAge
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun2014-03-22
* rtjpeg: Use init_get_bits8Luca Barbato2013-08-13
* rtjpeg: return meaningful error codesLuca Barbato2013-08-13
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
* rtjpeg: simplify get_block() by using get_bits_left.Reimar Döffinger2011-11-26
* rtjpeg: check get_block return value for error.Reimar Döffinger2011-11-26
* 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