- 16 Oct, 2006 1 commit
-
-
Michael Niedermayer authored
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly) Originally committed as revision 6707 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Oct, 2006 6 commits
-
-
Michael Niedermayer authored
Originally committed as revision 6704 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6703 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
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) Originally committed as revision 6702 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Patch by Ramiro Polla angustia A arrozcru P no-ip P org Original thread: Date: 14.10.2006 05:44 Subject: [Ffmpeg-devel] xvid ignores -vtag Originally committed as revision 6701 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 6694 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Oct, 2006 4 commits
-
-
Diego Biurrun authored
with --disable-opts. Originally committed as revision 6691 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Steve L'Homme authored
Patch by Steve LHomme Original thread: Date: 13.10.2006 21:55 Subject: [Ffmpeg-devel] [PATCH] Remove empty structures Originally committed as revision 6690 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 6689 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 6688 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Oct, 2006 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 6685 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
partly based on a patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 6684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6683 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Oct, 2006 11 commits
-
-
Michael Niedermayer authored
add "memory" to the clobber list we change memory so we need it, this also fixes some problems with gcc svn Originally committed as revision 6679 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6677 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Dominik Mierzejewski authored
xvmcvideo.c: In function ‘XVMC_decode_mb’: xvmcvideo.c:141: warning: ‘return’ with a value, in function returning void Approved by Ivan. Originally committed as revision 6676 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6675 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6674 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Gregory Montoir authored
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net% Originally committed as revision 6671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6670 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 6669 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Guillaume Poirier authored
#endif preprocessor directives to make it clearer which code block depends on which #define xx Originally committed as revision 6668 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2006 14 commits
-
-
Diego Biurrun authored
Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 6664 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6663 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 6660 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6658 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
write cabac low and range variables as early as possible to prevent stalls from reading them before they where written, the P4 is said to disslike that alot, on P3 its 2% faster (START/STOP_TIMER over decode_residual) Originally committed as revision 6657 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6656 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6655 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6653 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon, PM, P3) from which ive seen benchmarks, it might be slower on P4 but noone has posted benchmarks ... Originally committed as revision 6652 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6647 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-