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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-03-23Merge commit '1df0b061621b10edde87e3ab7ea83aed381c574f'Michael Niedermayer
2014-03-22nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun
2013-08-14Merge commit 'f13fe6020e6a3871f9b0c96b240e58e6ed4fb5d7'Michael Niedermayer
2013-08-14Merge commit '62cc7a91080194d9ead162516f779f20931220d9'Michael Niedermayer
2013-08-13rtjpeg: Use init_get_bits8Luca Barbato
2013-08-13rtjpeg: return meaningful error codesLuca Barbato
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-11-26rtjpeg: simplify get_block() by using get_bits_left.Reimar Döffinger
2011-11-26rtjpeg: check get_block return value for error.Reimar Döffinger
2011-11-06rtjpeg: check get_block return value for error.Reimar Döffinger
2011-11-06Simplify using get_bits_left.Reimar Döffinger
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2009-05-24Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger
2009-05-24Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger
2009-05-24Move "block" variable in rtjpeg decoder to context to ensure sufficient align...Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-08Fix reference to a file in MPlayer that was renamed.Diego Biurrun
2008-02-01Add some const keywords in rtjpeg decoderReimar Döffinger
2006-11-06Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger
2006-11-05Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack sinceReimar Döffinger
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-03-28NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger