Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-13rtjpeg: Use init_get_bits8Luca Barbato
CC:libav-stable@libav.org
2013-08-13rtjpeg: return meaningful error codesLuca Barbato
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2012-02-16rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-11-26rtjpeg: simplify get_block() by using get_bits_left.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-11-26rtjpeg: check get_block return value for error.Reimar Döffinger
This avoids crashes due to reading out-of-bounds. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2009-05-24Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger
Originally committed as revision 18926 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-24Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger
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
2009-05-24Move "block" variable in rtjpeg decoder to context to ensure sufficient ↵Reimar Döffinger
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
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-08Fix reference to a file in MPlayer that was renamed.Diego Biurrun
Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01Add some const keywords in rtjpeg decoderReimar Döffinger
Originally committed as revision 11792 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-06Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger
Originally committed as revision 6918 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-05Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack sinceReimar Döffinger
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
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-28NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger
Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk