Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Mon, 20 Jul 2009 21:52:03 +0000 | alexc | Remove an unused field from the BandCodingPath struct. libavcodec |
Mon, 20 Jul 2009 20:32:27 +0000 | alexc | Actually use all the codebooks we are iterating over in the two-loop scalefactor search. libavcodec |
Mon, 20 Jul 2009 18:27:17 +0000 | alexc | Fix an integer overflow in the AAC encoder. libavcodec |
Mon, 20 Jul 2009 09:24:59 +0000 | diego | Make VP6A/VP6F decoders depend on the VP6 decoder. libavcodec |
Sun, 19 Jul 2009 11:14:43 +0000 | diego | Remove two more lines related to the WMV3 decoder. libavcodec |
Sun, 19 Jul 2009 11:07:10 +0000 | diego | Make WMV3 decoders depend on their VC-1 counterparts. libavcodec |
Fri, 17 Jul 2009 14:21:49 +0000 | alexc | Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. libavcodec |