Mercurial > libavcodec.hg
graph
-
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodec2006-10-28, by ods15
-
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodec2006-10-27, by michael
-
Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodec2006-10-24, by diego
-
merge 8 and 16bit functions, they are identical except the data type libavcodec2006-10-24, by michael
-
Do not use a fake libavcodec/swscale.h, but always use the real one libavcodec2006-10-23, by lucabe
-
another instruction less in decode_significance_x86() -> 1% faster ion P3 libavcodec2006-10-20, by michael
-
reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3 libavcodec2006-10-20, by michael
-
1 variable less in decode_cabac_residual() no speed change (but less vars means less things gcc can load and store redundantly) libavcodec2006-10-19, by michael
-
copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm) libavcodec2006-10-17, by michael
-
x86 asm version of the decode significance loop (not 8x8) of decode_residual() 5% faster decode_residual() on P3 libavcodec2006-10-17, by michael
-
Fix crash with illegal instruction, cmov is available on 686 and later only. libavcodec2006-10-16, by diego
-
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly) libavcodec2006-10-16, by michael
-
this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC libavcodec2006-10-15, by michael
-
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds) libavcodec2006-10-15, by michael
-
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
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec2006-10-07, by diego
-
cosmetics: Add backslashes to the last line of continued lines to make libavcodec2006-10-07, by diego
-
fix buffer underflows by reencoding the current frame with a higher QP libavcodec2006-10-05, by michael
-
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs. libavcodec2006-10-04, by diego
-
don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower. libavcodec2006-10-04, by lorenm
-
Remove unused variables and the corresponding warnings along with them. libavcodec2006-10-03, by diego
-
Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) | 3 lines libavcodec2006-10-02, by ods15
-
Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15