- 28 Jan, 2010 3 commits
-
-
michael authored
This prevents the issue with having to switch between slow and fast code paths in each row. 0.5% faster loopfilter for cathedral git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21495 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
a few cycles faster git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21494 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
This allows many things to be simplified away. h264 decoder is overall 1% faster with a mbaff sample and 0.1% slower with the cathedral sample, probably because the slow loop filter code must be loaded into the code cache for each first MB of each row but isnt used for the following MBs. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21493 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 27 Jan, 2010 23 commits
-
-
stefano authored
slightly simpler and more robust. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21492 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
cehoyos authored
Patch sent to mailing list by Taylor Ralph, taylor D ralph A gmail git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21491 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21490 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
cehoyos authored
Patch by Rafaël Carré, rafael D carre A gmail git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21489 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
These tables are accessed as uint32 so they must be suitably aligned. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21488 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reimar authored
finding the 4-byte signature. Add a check that ignores the signature if we do not have enough previous data to go back at least 7 bytes. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21487 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reimar authored
message is pointless to ordinary users and is printed once per frame. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21486 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
Fixes issue1714. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21485 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jai_menon authored
at next libavformat major version bump. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jai_menon authored
input files. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21483 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21482 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
Log: Set CODEC_CAP_SUBFRAMES for adpcm decoders This makes ffmpeg stop printing millions of Multiple frames in a packet from stream 0 when decoding adpcm. Reason: adpcm has no subframes, the flag does not belong there git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21481 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
because CODEC_CAP_SUBFRAMES is primarely misused to hide this warning otherwise which renders the flag completely useless. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21480 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21479 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
Log: Fix misc typos, patch by Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==). This violates the spec. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21478 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21477 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21476 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21475 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
~4 cpu cycles speedup git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21474 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21473 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
Alphabetical order isn't always a good idea. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21472 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
documented but it's nice to have everything documented. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21471 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21470 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 26 Jan, 2010 14 commits
-
-
michael authored
enough to justify the messy interleaving. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21469 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21468 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
60 cpu cycles speedup git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21467 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
ramiro authored
Get one step closer to world domination. Remove "make uninstall". git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21466 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
be skiped. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21465 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21464 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
This function/macro returns the high half of the unsigned 64-bit product of two unsigned 32-bit operands. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21463 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
lorenm authored
244->160 cycles on core2 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21462 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
reading direct SDP files to set up UDP-based RTP-streams). Fixes issue 1713. Patch by Jeremy Morton <ffmpeg game-point net>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21461 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21460 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21459 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
what is needed and its faster too. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21458 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21457 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21456 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-