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
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