Mercurial > libavcodec.hg
log vp3.c @ 2704:f858785d54ee libavcodec
age | author | description |
---|---|---|
Wed, 18 May 2005 07:59:07 +0000 | michael | disabling buggy optimizations libavcodec |
Wed, 18 May 2005 00:11:49 +0000 | melanson | replace get_superblock_run_length() with a VLC table libavcodec |
Tue, 17 May 2005 23:39:23 +0000 | melanson | use VLCs for in place of get_fragment_run_length(), get_mode_code(), and libavcodec |
Tue, 17 May 2005 20:50:47 +0000 | michael | some optimizations gcc should have done (10% faster loop filter) libavcodec |
Tue, 17 May 2005 20:30:22 +0000 | michael | SATURATE_U8 -> clip_uint8 (10% faster loop filter) libavcodec |
Tue, 17 May 2005 11:36:07 +0000 | michael | remove duplicate zigzag tables libavcodec |