Thu, 15 Oct 2009 17:10:07 +0000 |
reimar |
Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.
libavcodec
|
Thu, 15 Oct 2009 15:11:57 +0000 |
cehoyos |
Raise MAX_THREADS to 16.
libavcodec
|
Thu, 15 Oct 2009 11:50:32 +0000 |
reimar |
Do not initialize ff_cos_* tables again in rdft_init, they are already
libavcodec
|
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
|
Tue, 13 Oct 2009 18:15:57 +0000 |
reimar |
Add decoder for "forward uncompressed".
libavcodec
|
Tue, 13 Oct 2009 13:40:03 +0000 |
reimar |
Implement execute2 for w32thread
libavcodec
|