summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-10
* factorze another 2 linesMichael Niedermayer2006-10-10
* set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer2006-10-10
* factorize (untested)Michael Niedermayer2006-10-10
* return cleanupMichael Niedermayer2006-10-10
* fix d-10 mapping detectionBaptiste Coudurier2006-10-10
* assign myself to aiff maintainerBaptiste Coudurier2006-10-10
* rewind completely if sample time is negativeBaptiste Coudurier2006-10-10
* dont seek back if no sync to let eof happenBaptiste Coudurier2006-10-10
* Add pentium-m to the list of tuning targetsGuillaume Poirier2006-10-10
* Rename SIGN macro to the more fitting UNFOLD.Diego Biurrun2006-10-10
* Remove unused variables.Diego Biurrun2006-10-10
* quiet gcc about enum value not handled in switchBaptiste Coudurier2006-10-10
* BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun2006-10-10
* Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun2006-10-10
* Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier2006-10-10
* Move sign macro to libavutil.Diego Biurrun2006-10-10
* Use ABS macro from libavutil.Diego Biurrun2006-10-10
* moving another bit&1 out, this is as fast as with it in there, but it makes m...Michael Niedermayer2006-10-10
* 10l: remove alien seek function from demuxerKostya Shishkov2006-10-10
* move the &1 out of the asm so gcc can optimize it away in inlined cases (yes ...Michael Niedermayer2006-10-10
* replace a few and/sub/... by cmovMichael Niedermayer2006-10-10
* Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun2006-10-09
* Fix default license header.Diego Biurrun2006-10-09
* reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with ze...Michael Niedermayer2006-10-09
* on the P4 inc needs twice as much time a addMichael Niedermayer2006-10-09
* 10lMichael Niedermayer2006-10-09
* reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer2006-10-09
* x86 branchless cabac decoderMichael Niedermayer2006-10-09
* optimize branchless C CABAC decoderMichael Niedermayer2006-10-09
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-09
* move outcommented START/STOP_TIMER to a hopefully better place for benchmarki...Michael Niedermayer2006-10-09
* drop failed attempt to optimize *state= c->mps_state[s];Michael Niedermayer2006-10-09
* 10l bugfix for some disabled codeMichael Niedermayer2006-10-09
* first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 d...Michael Niedermayer2006-10-09
* always add -fomit-frame-pointer if optimizations are enabledMichael Niedermayer2006-10-09
* add_bytes passes testsLuca Barbato2006-10-09
* remove bytestream_end checks, seems to work fine without them and the bitstre...Michael Niedermayer2006-10-09
* fix AC3 5.1 being decoded as monoAndrea Gianarro2006-10-09
* Fix GPL/LGPL license version mismatch.Diego Biurrun2006-10-09
* decrease ff_h264_norm_shift[] sizeMichael Niedermayer2006-10-09
* Fixes:Dominik Mierzejewski2006-10-08
* cleanupMichael Niedermayer2006-10-08
* Fixes:Dominik Mierzejewski2006-10-08
* Fixes:Dominik Mierzejewski2006-10-08
* Fixes:Dominik Mierzejewski2006-10-08
* Avoid void *-arithmeticReimar Döffinger2006-10-08
* Quote names individually, since otherwise the whole list was understoodVíctor Paesa2006-10-08
* Non Altivec optimizations already present at the topLuca Barbato2006-10-08
* branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer2006-10-08