FFmpeg git repo
Go to file
Jason Garrett-Glaser c4211046d2 Smarter VP8 prefetching
Prefetch all refs (including altref), but only if they've been used so far this
frame.
~2.5% faster overall.

TODO: Do something even smarter, like using how often each ref has been used
so far, so that a couple blocks of a rarely-used ref don't force us to prefetch
it.

Originally committed as revision 24444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22 23:03:08 +00:00
doc Add an APIchanges entry after the M_PHI addition. 2010-07-22 22:11:45 +00:00
ffpresets
libavcodec Smarter VP8 prefetching 2010-07-22 23:03:08 +00:00
libavcore
libavdevice
libavfilter Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, 2010-07-22 22:06:46 +00:00
libavformat
libavutil
libpostproc
libswscale Prefer impersonal form over third person, for consistency with the 2010-07-22 23:01:31 +00:00
tests
tools
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c
ffserver.h
subdir.mak
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.