Mercurial > libavcodec.hg
log cabac.c @ 6444:3572cc5bc8ff libavcodec
age | author | description |
---|---|---|
Wed, 23 Jan 2008 10:23:24 +0000 | diego | Fix test program compilation: Add missing #include and update the call libavcodec |
Sun, 20 Jan 2008 23:53:51 +0000 | diego | Consistently use TEST as the preprocessor condition to enable test code. libavcodec |
Fri, 23 Nov 2007 00:52:56 +0000 | diego | main() --> main(void) libavcodec |
Thu, 19 Jul 2007 08:47:07 +0000 | takis | Fix the self tests which are contained in some codecs and are using random(). libavcodec |
Thu, 05 Jul 2007 10:40:25 +0000 | diego | license header consistency cosmetics libavcodec |
Wed, 18 Oct 2006 09:37:25 +0000 | gpoirier | Kill a warning with MSVC libavcodec |
Sun, 15 Oct 2006 20:40:50 +0000 | michael | shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds) libavcodec |