summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer2006-10-11
* enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon,...Michael Niedermayer2006-10-11
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
* port watermark vhook to swscalerVíctor Paesa2006-10-11
* port imlib2 vhook to swscalerVíctor Paesa2006-10-11
* doxyMichael Niedermayer2006-10-11
* fix bit rateBaptiste Coudurier2006-10-11
* use av_get_bits_per_sampleBaptiste Coudurier2006-10-11
* use av_get_bits_per_sample, compute block align if not setBaptiste Coudurier2006-10-11
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-11
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* Switch to the LGPL as agreed to by the author according to theDiego Biurrun2006-10-11
* Targa image decoderKostya Shishkov2006-10-11
* printf --> av_log with some help from OdedDiego Biurrun2006-10-11
* unused #defineMichael Niedermayer2006-10-10
* remove dummy amr_read_close()Michael Niedermayer2006-10-10
* 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