3907 Commits (41ada6e51584f438aa1c9498db94553057b2da0d)

Author SHA1 Message Date
Michael Niedermayer 30dc5f56ad drop failed attempt to optimize *state= c->mps_state[s]; 18 years ago
Michael Niedermayer c56d23dacf 10l bugfix for some disabled code 18 years ago
Michael Niedermayer f7d0b68361 first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 depening on if you try to subtract the START/STOP_TIMER overhead 18 years ago
Luca Barbato 441e8fe9c9 add_bytes passes tests 18 years ago
Michael Niedermayer 5bbe2a5292 remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either 18 years ago
Andrea Gianarro 462209fe10 fix AC3 5.1 being decoded as mono 18 years ago
Diego Biurrun bca519e0f6 Fix GPL/LGPL license version mismatch. 18 years ago
Michael Niedermayer c010d69a75 decrease ff_h264_norm_shift[] size 18 years ago
Dominik Mierzejewski 158256a13a Fixes: 18 years ago
Michael Niedermayer 6ff042699f cleanup 18 years ago
Dominik Mierzejewski a10c779f76 Fixes: 18 years ago
Dominik Mierzejewski 69261768d3 Fixes: 18 years ago
Dominik Mierzejewski 621d92940e Fixes: 18 years ago
Reimar Döffinger 214019ed32 Avoid void *-arithmetic 18 years ago
Luca Barbato 75336fc885 Non Altivec optimizations already present at the top 18 years ago
Michael Niedermayer 260ceb6322 branchless renormalization (1% faster get_cabac) old branchless renormalization wasnt faster because gcc was scared of the shift variable (missusing bit variable now) 18 years ago
Michael Niedermayer 99ce10873d 5% faster get_cabac() 18 years ago
Diego Biurrun e16c407a81 output typo fixes 18 years ago
Diego Biurrun cad35abc0a Compilation fix: pix_abs16x16_c was undeclared. 18 years ago
Diego Biurrun 8823419fc1 Compilation fix, printf gets redefined to please_use_av_log. 18 years ago
Michael Niedermayer 400d0f8e47 disable benchmarking code 18 years ago
Michael Niedermayer 4310580db5 renorm_cabac_decoder_once START/STOP_TIMER scores for athlon 18 years ago
Luca Barbato 87ea51e0b5 fix the dcbz check and move it in configure 18 years ago
Michael Niedermayer 5659b509c7 refill cabac variables in 16bit steps, 3% faster get_cabac() 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer 2ae7569dc8 () 10l 18 years ago
Luca Barbato d4165a8190 fix a warning 18 years ago
Diego Biurrun ade6e7f3ae Compilation fix, printf gets redefined to please_use_av_log. 18 years ago
Michael Niedermayer ec8f483ab5 several x86 renorm_cabac_decoder_once optimizations 18 years ago
Diego Biurrun cbeee4d8e5 Replace -I../-I. by -I$(BUILD_ROOT). 18 years ago
Diego Biurrun 5064755e54 cosmetics: Add backslashes to the last line of continued lines to make 18 years ago
Michael Niedermayer 59ef342beb fix decoding of ED-small-sample-file.ogg 18 years ago
Michael Niedermayer 075060023d fix buffer underflows by reencoding the current frame with a higher QP 18 years ago
Diego Biurrun e1931c59f6 message typo fixes 18 years ago
Diego Biurrun c6c4651138 Simplify test program build. 18 years ago
Diego Biurrun 9933dc7168 Fix imgresample-test compilation. 18 years ago
Diego Biurrun 0ec92a15dd imgresample-test depends on $(LIB). 18 years ago
Diego Biurrun 425139d55f Simplify EXTRALIBS handling. 18 years ago
Diego Biurrun 0eb59ddba4 Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the 18 years ago
Diego Biurrun 7fd265a7a1 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs. 18 years ago
Baptiste Coudurier 58f2a4b07f change extradata type to uint8_t * 18 years ago
Baptiste Coudurier 2bb7875987 mjpeg 4:2:2 encoding support 18 years ago
Loren Merritt 938dd84693 don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower. 18 years ago
Loren Merritt e6e77eb6fa simplify write_back_motion for skip mbs 18 years ago
Loren Merritt a1b13cf590 10l in r6412 18 years ago
Diego Biurrun 0533322ea3 Move EXTRALIBS handling to common.mak. 18 years ago
Diego Biurrun 7f778ed111 Slightly simplify apiexample compilation command line. 18 years ago
Diego Biurrun 93555ad500 Also remove cpuid_test on clean. 18 years ago
Diego Biurrun f901d78e01 Remove bogus dependency information. 18 years ago
Diego Biurrun 3263626feb Mark all phony targets as such. 18 years ago