Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Wed, 02 Jul 2008 22:25:17 +0000 | astrange | Use get_cabac_bypass_sign instead of an if/else. libavcodec |
Wed, 02 Jul 2008 22:20:06 +0000 | astrange | Reorder the if/else for residual cats to match gcc's branch prediction. libavcodec |
Wed, 02 Jul 2008 22:15:05 +0000 | astrange | Simplify loop condition for readability. libavcodec |
Wed, 02 Jul 2008 22:12:01 +0000 | astrange | Reindent. libavcodec |
Wed, 02 Jul 2008 22:08:12 +0000 | astrange | Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodec |
Wed, 02 Jul 2008 22:03:53 +0000 | astrange | Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. libavcodec |
Wed, 02 Jul 2008 21:46:18 +0000 | astrange | Don't test for H264 encoding unless an encoder exists. libavcodec |