- 26 Feb, 2010 2 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22067 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
Not benchmarked as this is petty much just code removial. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22066 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 25 Feb, 2010 21 commits
-
-
michael authored
ones based on mb_stride in h264. about 20 cpu cycles faster overall per MB git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22065 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
Most of the make builtin rules, which we do not need, are suffix rules, and we use only new-style pattern rules. Disabling suffix rules saves some time when building on slow systems. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22064 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
Also link avfiltergraph.o and graphparser.o against libavfilter, as it uses them. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22063 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22062 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
if the checksums match git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22061 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
svq3 decoder does not work yet though but i didnt want to keep compilation broken longer git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22060 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
Patch by Anton Khirnov wyskas gmail com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22059 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
Patch by Anton Khirnov wyskas gmail com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22058 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
Patch by Anton Khirnov wyskas gmail com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22057 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22056 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
seems 20cpu cycles faster git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22055 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22054 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22053 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
about 5 cpu cycles slower in the local code but should be overall faster due to reduced cache use. (my sample though has too few intra4x4 blocks for this to be meassureable easily either way) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22052 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22051 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
Patch from Anton Khirnov wyskas gmail com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22050 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
Patch from Anton Khirnov wyskas gmail com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22049 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
The code read/write code itself was 1 cycle faster, overall its likely more due to cache effects git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22048 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22047 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
This is consistent with the metadata displaying in show_format() and with the documentation. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22046 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
opt_input_file(). More consistent and more clear, as "filename" can be easily confused with the global "input_filename". git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22045 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 24 Feb, 2010 17 commits
-
-
alexc authored
Due to a shortcoming in the AAC specification, if an all zero buffer is fed to section data decoding it will never terminate. That means without a buffer exhaustion check decode_band_types() will consume all input buffer padding. Worse if a get_bits() implementation that returns zeros when padding is exhausted is used, the function will never terminate. The fixes that by added a buffer exhaustion check in the sectioning decoding loop. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22044 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
@patchby Tomas Härdin |tomas dot hardin at codemill dot se| git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22043 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22041 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22040 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22039 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
for high resolution videos. about 20cycles faster per MB for cathederal. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22038 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22037 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22036 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
same speed (ask gcc why, i dont know) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22035 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
metadata system. Patch by Anton Khirnov <wyskas gmail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22034 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
Patch by Anton Khirnov <wyskas gmail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22033 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22032 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
Patch by Anton Khirnov <wyskas gmail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22031 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
Patch by Anton Khirnov <wyskas gmail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22030 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
10-15 cpu cycles faster. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22029 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
Patch by Anton Khirnov <wyskas gmail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22028 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
same speed as far as i can meassure but it might have fewer branches on some archs. Idea from x264 / jason git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22027 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-