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 (Expand)Author
2006-10-1210l int vs uint8_tMichael Niedermayer
2006-10-12prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_...Michael Niedermayer
2006-10-12int->uint8_t for 2 tablesMichael Niedermayer
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-12more prefetches, 2% faster h264Loren Merritt
2006-10-11make state transition tables global as they are constant and the code is slig...Michael Niedermayer
2006-10-11make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer
2006-10-10reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer
2006-10-09move outcommented START/STOP_TIMER to a hopefully better place for benchmarki...Michael Niedermayer
2006-10-085% faster get_cabac()Michael Niedermayer
2006-10-08output typo fixesDiego Biurrun
2006-10-07refill cabac variables in 16bit steps, 3% faster get_cabac()Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-04simplify write_back_motion for skip mbsLoren Merritt
2006-10-02approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt
2006-09-27fix some signedness warningsMåns Rullgård
2006-08-29slightly faster deblockLoren Merritt
2006-08-28mmx implementation of deblocking strength decision.Loren Merritt
2006-07-2810l in r5768 (broke mbaff)Loren Merritt
2006-07-16slightly faster h264 fill_caches()Loren Merritt
2006-07-09--enable/disable parsers. Warning: some combinations are broken.Måns Rullgård
2006-07-04simplify intra prediction mode decodingMichael Niedermayer
2006-07-01fill_mbaff_ref_list is missing a return statement, its return valueMåns Rullgård
2006-06-12h264: accept rbsp_trailing longer than 1 byteLoren Merritt
2006-05-29typo me thinks ...Michael Niedermayer
2006-05-29h264: MBAFF interlaced decodingLoren Merritt
2006-05-29h264: faster fill_rectangle()Loren Merritt
2006-05-10cosmetics (initalize variables where they are used)Michael Niedermayer
2006-05-10decoders should (IMHO) not duplicate frames, the application can do this if i...Michael Niedermayer
2006-05-05reinit quant matrices if pps is overwritten by another of the same pps_id.Loren Merritt
2006-04-30warn on interlaced streamsLoren Merritt
2006-04-29don't force asserts in release builds. 2% faster h264.Loren Merritt
2006-03-2510l in 1.199 (write_back_motion with B-pyramid + spatial)Loren Merritt
2006-03-23prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt
2006-03-221.5x faster write_back_motion, 1-3% overallLoren Merritt
2006-03-14fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio arr...Michael Niedermayer
2006-03-09Alignment fixes, caused problems on SPARC.David S. Miller
2006-03-08(f)printf --> av_log conversionSteve L'Homme
2006-03-08h264_idct8_add_mmxLoren Merritt
2006-03-04keyframe flag was wrong if SEIs followed the keyframeLoren Merritt
2006-02-26kill some warningsMåns Rullgård
2006-02-26fix a memory leak on seeking.Loren Merritt
2006-02-22minor simplifications in cabac_mb_typeLoren Merritt
2006-02-16don't arbitrarily limit delta_qpLoren Merritt
2006-02-14fix some crashes on negative nalsize.Loren Merritt
2006-02-13fix some crashes when missing framesLoren Merritt
2006-02-10h264: special case dc-only idct. ~1% faster overallLoren Merritt
2006-02-08slightly faster loopfilterLoren Merritt
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-31Fix silly typos.Diego Biurrun