Mercurial > libavcodec.hg
graph
-
Use get_cabac_bypass_sign instead of an if/else. libavcodecWed, 02 Jul 2008 22:25:17 +0000, by astrange
-
Reorder the if/else for residual cats to match gcc's branch prediction. libavcodecWed, 02 Jul 2008 22:20:06 +0000, by astrange
-
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodecWed, 02 Jul 2008 22:08:12 +0000, by astrange
-
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. libavcodecWed, 02 Jul 2008 22:03:53 +0000, by astrange
-
Don't test for H264 encoding unless an encoder exists. libavcodecWed, 02 Jul 2008 21:46:18 +0000, by astrange
-
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. libavcodecTue, 01 Jul 2008 01:36:16 +0000, by ramiro
-
Clarify/simplify documentation for the default_val field in AVOption. libavcodecMon, 30 Jun 2008 21:46:49 +0000, by stefano
-
Remove useless wrapper around ra288_decode_frame() libavcodecMon, 30 Jun 2008 19:30:27 +0000, by vitor
-
Remove unpack() function, read the bitstream as needed libavcodecMon, 30 Jun 2008 19:09:00 +0000, by vitor
-
gain code, gain pitch and pitch delay decoding for ACELP based codecs libavcodecMon, 30 Jun 2008 18:03:38 +0000, by voroshil
-
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one libavcodecSun, 29 Jun 2008 21:37:03 +0000, by vitor
-
Use ff_acelp_lp_synthesis_filter() instead of duplicating it libavcodecSun, 29 Jun 2008 11:21:06 +0000, by vitor