summaryrefslogtreecommitdiff
path: root/libavcodec/rtjpeg.c
Commit message (Collapse)AuthorAge
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
|
* nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun2014-03-22
| | | | | | | There is no point in populating NuvContext with another DSPContext. Also split static and dynamic initialization bits to avoid running the static initialization parts over and over.
* rtjpeg: Use init_get_bits8Luca Barbato2013-08-13
| | | | CC:libav-stable@libav.org
* rtjpeg: return meaningful error codesLuca Barbato2013-08-13
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* Drop DCTELEM typedefDiego Biurrun2013-01-22
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
|
* rtjpeg: simplify get_block() by using get_bits_left.Reimar Döffinger2011-11-26
| | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* rtjpeg: check get_block return value for error.Reimar Döffinger2011-11-26
| | | | | | This avoids crashes due to reading out-of-bounds. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger2009-05-24
| | | | Originally committed as revision 18926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger2009-05-24
| | | | | | | Might avoid crashes in unlikely cases, but mostly avoids ugly artefacts for partial frames. Originally committed as revision 18925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move "block" variable in rtjpeg decoder to context to ensure sufficient ↵Reimar Döffinger2009-05-24
| | | | | | | | alignment for idct_put on architectures/compilers that have problems aligning on the stack. Originally committed as revision 18924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reference to a file in MPlayer that was renamed.Diego Biurrun2008-04-08
| | | | Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some const keywords in rtjpeg decoderReimar Döffinger2008-02-01
| | | | Originally committed as revision 11792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger2006-11-06
| | | | Originally committed as revision 6918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack sinceReimar Döffinger2006-11-05
| | | | | | | it is only used there and is only 128 byte large. Also make it aligned to fix playback with altivec. Originally committed as revision 6902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27
Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk