]> git.sesse.net Git - ffmpeg/history - libavcodec/rtjpeg.c
dsputil: Split off IDCT bits into their own context
[ffmpeg] / libavcodec / rtjpeg.c
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-03-22 Diego Biurrunnuv: Reuse the DSPContext from RTJpegContext
2013-08-13 Luca Barbatortjpeg: Use init_get_bits8
2013-08-13 Luca Barbatortjpeg: return meaningful error codes
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-02-15 Martin Storsjörtjpeg: Add ff_ prefix to nonstatic symbols
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
2011-11-26 Reimar Döffingerrtjpeg: simplify get_block() by using get_bits_left.
2011-11-26 Reimar Döffingerrtjpeg: check get_block return value for error.
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2009-05-24 Reimar DöffingerDistinguish between non-coded blocks and decode errors...
2009-05-24 Reimar DöffingerAdd a few size checks when decoding rtjpeg blocks.
2009-05-24 Reimar DöffingerMove "block" variable in rtjpeg decoder to context...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-08 Diego BiurrunFix reference to a file in MPlayer that was renamed.
2008-02-01 Reimar DöffingerAdd some const keywords in rtjpeg decoder
2006-11-06 Reimar DöffingerAvoid void*-arithmetic, and uint8_t* is more correct...
2006-11-05 Reimar DöffingerMove idct block array variable onto rtjpeg_decode_frame...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder