]> git.tuebingen.mpg.de Git - paraslash.git/commit
First version of the aac audio format handler that kinda works.
authorAndre <maan@p133.(none)>
Sat, 13 May 2006 02:38:26 +0000 (04:38 +0200)
committerAndre <maan@p133.(none)>
Sat, 13 May 2006 02:38:26 +0000 (04:38 +0200)
commit019f1ffdacd228f6a1e701ef6795c1a65ff02785
tree39de7d5c159ff289e17cf3d1fb46589e61d58250
parent55f0f9461990455656bef7a36b0f963e3d676653
First version of the aac audio format handler that kinda works.

ATM, only 2 channels, 44100Hz is supported. Still needs more work.
This also fixes two bugs in the error path of aacdec, where positive
values are returned due to a missing "-".
aac.h
aac_afh.c
aac_common.c
aacdec.c