Mercurial > libavcodec.hg
graph
-
add "memory" to the clobber list we change memory so we need it, this also fixes some problems with gcc svn libavcodec2006-10-12, by michael
-
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis libavcodec2006-10-12, by michael
-
prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_cabac() on P3) libavcodec2006-10-12, by michael
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodec2006-10-12, by bcoudurier
-
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net% libavcodec2006-10-12, by bcoudurier
-
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. libavcodec2006-10-12, by diego
-
slightly faster on P3 slightly slower on athlon and probably faster on P4 libavcodec2006-10-11, by michael
-
update doc, changelog, and increase libavcodec version for .cin files support libavcodec2006-10-11, by bcoudurier
-
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodec2006-10-11, by bcoudurier
-
moving lps state transition code a little up in the branched asm code (1% faster on P3) libavcodec2006-10-11, by michael
-
use ecx instead of cl (no speed change on P3 but might avoid partial register stalls on some cpus) libavcodec2006-10-11, by michael
-
make state transition tables global as they are constant and the code is slightly faster that way libavcodec2006-10-11, by michael
-
make lps_range a global table its constant anyway (saves 1 addition for accessing it) libavcodec2006-10-11, by michael
-
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 libavcodec2006-10-10, by michael
-
move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster) libavcodec2006-10-10, by michael
-
reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1 libavcodec2006-10-09, by michael
-
reverse remainder of the failed attempt to optimize *state=c->mps_state[s] libavcodec2006-10-09, by michael
-
move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ... libavcodec2006-10-09, by michael
-
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either libavcodec2006-10-09, by michael