6995 Commits (c74915cda4e32b2765707ba39345814050c87b4d)
 

Author SHA1 Message Date
Baptiste Coudurier c74915cda4 fix d-10 mapping detection 18 years ago
Baptiste Coudurier e395e2865c assign myself to aiff maintainer 18 years ago
Baptiste Coudurier de9fe002f8 rewind completely if sample time is negative 18 years ago
Baptiste Coudurier 4a775c19cd dont seek back if no sync to let eof happen 18 years ago
Guillaume Poirier c2095a8f5c Add pentium-m to the list of tuning targets 18 years ago
Diego Biurrun 15e35274d8 Rename SIGN macro to the more fitting UNFOLD. 18 years ago
Diego Biurrun 6b6b5003de Remove unused variables. 18 years ago
Baptiste Coudurier 31903634b6 quiet gcc about enum value not handled in switch 18 years ago
Diego Biurrun 0bc2e7f081 BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER 18 years ago
Diego Biurrun 8925915fcc Change libpostproc to use the FFMIN/FFMAX macros from libavutil. 18 years ago
Guillaume Poirier ab5a1435ec Move TRANSPOSE8 macro to dsputil_altivec.h. 18 years ago
Diego Biurrun a22b7322cc Move sign macro to libavutil. 18 years ago
Diego Biurrun e0296b9a2e Use ABS macro from libavutil. 18 years ago
Michael Niedermayer 9ed92c65f1 moving another bit&1 out, this is as fast as with it in there, but it makes more sense with it outside of the loop 18 years ago
Kostya Shishkov ee56f2c020 10l: remove alien seek function from demuxer 18 years ago
Michael Niedermayer f1b37db48d move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster) 18 years ago
Michael Niedermayer ab0151d163 replace a few and/sub/... by cmov 18 years ago
Diego Biurrun c6a9271c56 Remove gcc-workaround that is already present in libavutil/common.h. 18 years ago
Diego Biurrun ef85972ba5 Fix default license header. 18 years ago
Michael Niedermayer a6672acf45 reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1 18 years ago
Michael Niedermayer 2d3df05ca0 on the P4 inc needs twice as much time a add 18 years ago
Michael Niedermayer 2ee9dc65be 10l 18 years ago
Michael Niedermayer 7822e1c1ff reverse remainder of the failed attempt to optimize *state=c->mps_state[s] 18 years ago
Michael Niedermayer ef0090a998 x86 branchless cabac decoder 18 years ago
Michael Niedermayer 2e1aee80f4 optimize branchless C CABAC decoder 18 years ago
Luca Barbato b420448e38 removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore 18 years ago
Michael Niedermayer 1c2a417f6a move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ... 18 years ago
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
Michael Niedermayer 2a1a6b64a1 always add -fomit-frame-pointer if optimizations are enabled 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
Víctor Paesa 76808d6e7e Quote names individually, since otherwise the whole list was understood 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