Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-09-10 07:28:02 +0400
committerMichael Niedermayer <michaelni@gmx.at>2007-09-10 07:28:02 +0400
commitc64a871234319b086db4b151cf2d5e6d9819de86 (patch)
tree1c0d9b56bfe21e6a3fb87d08ec587fa43bd1d651 /doc/snow.txt
parent2b6134b32c5b15786b4a839611f008dc410380aa (diff)
move 8tap filter to not important as that is purely encoder side
Originally committed as revision 10467 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/snow.txt')
-rw-r--r--doc/snow.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snow.txt b/doc/snow.txt
index d96659dbec..76e1e6501a 100644
--- a/doc/snow.txt
+++ b/doc/snow.txt
@@ -495,10 +495,10 @@ try the MV length as context for coding the residual coefficients
use extradata for stuff which is in the keyframes now?
the MV median predictor is patented IIRC
implement per picture halfpel interpolation
-compare the 6 tap and 8 tap hpel filters (psnr/bitrate and subjective quality)
try different range coder state transition tables for different contexts
Not Important:
+compare the 6 tap and 8 tap hpel filters (psnr/bitrate and subjective quality)
spatial_scalability b vs u (!= 0 breaks syntax anyway so we can add a u later)