summaryrefslogtreecommitdiffstats
path: root/libavcodec/rtjpeg.c
Commit message (Collapse)AuthorAgeFilesLines
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-4/+4
|
* nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun2014-03-221-11/+18
| | | | | | | 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-131-2/+5
| | | | CC:libav-stable@libav.org
* rtjpeg: return meaningful error codesLuca Barbato2013-08-131-3/+3
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
|
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
| | | | | | 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-151-6/+6
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-051-1/+1
|
* rtjpeg: simplify get_block() by using get_bits_left.Reimar Döffinger2011-11-261-3/+3
| | | | | 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-261-12/+13
| | | | | | 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-241-19/+19
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger2009-05-241-9/+10
| | | | 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-241-0/+7
| | | | | | | 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-241-1/+1
| | | | | | | | 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-131-1/+1
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
| | | | 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-081-1/+1
| | | | Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some const keywords in rtjpeg decoderReimar Döffinger2008-02-011-4/+4
| | | | 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-061-2/+2
| | | | 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-051-12/+13
| | | | | | | 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-071-4/+6
| | | | | | 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-271-0/+162
Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud