[SCM] libav/experimental: Split range coding chapter in binary and integers

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:11:33 UTC 2013


The following commit has been merged in the experimental branch:
commit 59edca9ac10e007a6edb3e3a135dc399bd154209
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jan 8 21:32:21 2008 +0000

    Split range coding chapter in binary and integers
    
    Originally committed as revision 11467 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/snow.txt b/doc/snow.txt
index 897162b..56227d0 100644
--- a/doc/snow.txt
+++ b/doc/snow.txt
@@ -308,7 +308,9 @@ Decoding process:
 
 Range Coder:
 ============
-FIXME
+
+Binary Range Coder:
+-------------------
 The implemented range coder is an adapted version based upon "Range encoding:
 an algorithm for removing redundancy from a digitised message." by G. N. N.
 Martin.
@@ -340,6 +342,13 @@ state_transition_table = {
 226, 227, 227, 229, 229, 230, 231, 232, 234, 234, 235, 236, 237, 238, 239, 240,
 241, 242, 243, 244, 245, 246, 247, 248, 248,   0,   0,   0,   0,   0,   0,   0};
 
+FIXME
+
+
+Range Coding of intergers:
+--------------------------
+FIXME
+
 
 Neighboring Blocks:
 ===================

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list