summaryrefslogtreecommitdiff
path: root/libavcodec/rtjpeg.c
Commit message (Expand)AuthorAge
* Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-01
|\
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* | Merge commit '1df0b061621b10edde87e3ab7ea83aed381c574f'Michael Niedermayer2014-03-22
|\|
| * nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun2014-03-22
* | Merge commit 'f13fe6020e6a3871f9b0c96b240e58e6ed4fb5d7'Michael Niedermayer2013-08-14
|\|
| * rtjpeg: Use init_get_bits8Luca Barbato2013-08-13
* | Merge commit '62cc7a91080194d9ead162516f779f20931220d9'Michael Niedermayer2013-08-14
|\|
| * rtjpeg: return meaningful error codesLuca Barbato2013-08-13
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-06
|\|
| * 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
* | rtjpeg: check get_block return value for error.Reimar Döffinger2011-11-05
* | Simplify using get_bits_left.Reimar Döffinger2011-11-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * 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