| Commit message (Expand) | Author | Age | Files | Lines |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -2/+2 |
* | Remove the H264Context parameter from decode_init_vlc() as it is not being used. | Panagiotis Issaris | 2006-11-09 | 1 | -2/+2 |
* | merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) | Michael Niedermayer | 2006-11-01 | 1 | -24/+24 |
* | Reenable AMD64 optimizations for cabac accidentially disabled in r6852 | Reimar Döffinger | 2006-11-01 | 1 | -1/+1 |
* | Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under | Diego Biurrun | 2006-10-29 | 1 | -1/+1 |
* | decode_significance_8x8_x86() | Michael Niedermayer | 2006-10-20 | 1 | -8/+11 |
* | slightly faster decode_cabac_mb_mvd() | Michael Niedermayer | 2006-10-19 | 1 | -2/+1 |
* | 1 variable less in decode_cabac_residual() no speed change (but less vars mea... | Michael Niedermayer | 2006-10-19 | 1 | -3/+3 |
* | optimize sign decoding code in decode_residual() | Michael Niedermayer | 2006-10-19 | 1 | -4/+2 |
* | copy cabac context onto the stack for the c code in decode_cabac_residual() (... | Michael Niedermayer | 2006-10-17 | 1 | -13/+36 |
* | x86 asm version of the decode significance loop (not 8x8) of decode_residual(... | Michael Niedermayer | 2006-10-17 | 1 | -3/+7 |
* | simplify escape decoding | Michael Niedermayer | 2006-10-13 | 1 | -3/+3 |
* | 10l int vs uint8_t | Michael Niedermayer | 2006-10-12 | 1 | -1/+1 |
* | prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_... | Michael Niedermayer | 2006-10-12 | 1 | -28/+30 |
* | int->uint8_t for 2 tables | Michael Niedermayer | 2006-10-12 | 1 | -2/+2 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -40/+40 |
* | more prefetches, 2% faster h264 | Loren Merritt | 2006-10-11 | 1 | -0/+3 |
* | make state transition tables global as they are constant and the code is slig... | Michael Niedermayer | 2006-10-11 | 1 | -1/+1 |
* | make lps_range a global table its constant anyway (saves 1 addition for acces... | Michael Niedermayer | 2006-10-11 | 1 | -1/+1 |
* | reverse remainder of the failed attempt to optimize *state=c->mps_state[s] | Michael Niedermayer | 2006-10-09 | 1 | -2/+2 |
* | move outcommented START/STOP_TIMER to a hopefully better place for benchmarki... | Michael Niedermayer | 2006-10-09 | 1 | -0/+2 |
* | 5% faster get_cabac() | Michael Niedermayer | 2006-10-08 | 1 | -2/+2 |
* | output typo fixes | Diego Biurrun | 2006-10-08 | 1 | -2/+2 |
* | refill cabac variables in 16bit steps, 3% faster get_cabac() | Michael Niedermayer | 2006-10-07 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | simplify write_back_motion for skip mbs | Loren Merritt | 2006-10-04 | 1 | -7/+5 |
* | approximate qpel functions: sacrifice some quality for some decoding speed. e... | Loren Merritt | 2006-10-01 | 1 | -2/+10 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -3/+3 |
* | slightly faster deblock | Loren Merritt | 2006-08-29 | 1 | -14/+22 |
* | mmx implementation of deblocking strength decision. | Loren Merritt | 2006-08-28 | 1 | -10/+113 |
* | 10l in r5768 (broke mbaff) | Loren Merritt | 2006-07-27 | 1 | -2/+2 |
* | slightly faster h264 fill_caches() | Loren Merritt | 2006-07-16 | 1 | -9/+8 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 1 | -1/+4 |
* | simplify intra prediction mode decoding | Michael Niedermayer | 2006-07-04 | 1 | -10/+3 |
* | fill_mbaff_ref_list is missing a return statement, its return value | Måns Rullgård | 2006-07-01 | 1 | -1/+1 |
* | h264: accept rbsp_trailing longer than 1 byte | Loren Merritt | 2006-06-12 | 1 | -1/+2 |
* | typo me thinks ... | Michael Niedermayer | 2006-05-29 | 1 | -1/+1 |
* | h264: MBAFF interlaced decoding | Loren Merritt | 2006-05-28 | 1 | -294/+686 |
* | h264: faster fill_rectangle() | Loren Merritt | 2006-05-28 | 1 | -37/+60 |
* | cosmetics (initalize variables where they are used) | Michael Niedermayer | 2006-05-10 | 1 | -5/+4 |
* | decoders should (IMHO) not duplicate frames, the application can do this if i... | Michael Niedermayer | 2006-05-10 | 1 | -4/+2 |
* | reinit quant matrices if pps is overwritten by another of the same pps_id. | Loren Merritt | 2006-05-05 | 1 | -0/+2 |
* | warn on interlaced streams | Loren Merritt | 2006-04-30 | 1 | -0/+2 |
* | don't force asserts in release builds. 2% faster h264. | Loren Merritt | 2006-04-29 | 1 | -1/+1 |
* | 10l in 1.199 (write_back_motion with B-pyramid + spatial) | Loren Merritt | 2006-03-25 | 1 | -0/+3 |
* | prefetch pixels for future motion compensation. 2-5% faster h264. | Loren Merritt | 2006-03-23 | 1 | -0/+20 |
* | 1.5x faster write_back_motion, 1-3% overall | Loren Merritt | 2006-03-22 | 1 | -34/+21 |
* | fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio arr... | Michael Niedermayer | 2006-03-13 | 1 | -1/+1 |
* | Alignment fixes, caused problems on SPARC. | David S. Miller | 2006-03-09 | 1 | -2/+2 |