Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Thu, 15 Oct 2009 06:59:23 +0000 | reimar | Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodec |
Wed, 14 Oct 2009 21:41:24 +0000 | reimar | Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodec |
Wed, 14 Oct 2009 05:28:24 +0000 | kostya | Release frame after decoding is done libavcodec |
Tue, 13 Oct 2009 20:48:51 +0000 | reimar | Print a warning message when avcodec_default_free_buffers finds unreleased libavcodec |
Tue, 13 Oct 2009 20:13:28 +0000 | reimar | Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec |
Tue, 13 Oct 2009 18:31:22 +0000 | reimar | Call release_buffer on close for v210dec and v210x libavcodec |
Tue, 13 Oct 2009 18:28:37 +0000 | reimar | Add missing release_buffer on close libavcodec |