PDA

View Full Version : FAAC 1.28 - FAAD2 2.7 released


Kurtnoise
22nd February 2009, 10:50
Few days ago, faac & faad2 (http://sourceforge.net/projects/faac/) have been updated.

Changes: FAAD2 Version 2.7:
DAB+ support
Use public headers internally to prevent duplicate declarations Explicitly typedef all types as signed
Made sure MAIN prediction can't be started after the first frame
Lot's of compilation issues solved
Bugfix in SBR envelope border calculation

Changes: FAAC Version 1.28:
Prevent out of range scalefactors
Updated to latest mpeg4ip mp4 file format library
Added -s option to make the encoder output optimized mp4 layout
Improved JPEG detection for album art
Lot's of compilation issues solved


For those who are interested, here they are my own compiles (sources included):
>> FAAC (x86, SSE2 /fast) (http://kurtnoise.free.fr/index.php?dir=mp4tools/&file=faac-1.28.7z)
>> FAAD (x86, SSE2 /fast) (http://kurtnoise.free.fr/index.php?dir=mp4tools/&file=faad2-2.7.7z)

~bT~
22nd February 2009, 13:27
megui will auto update them right?

tebasuna51
22nd February 2009, 13:27
@Thanks Kurnoise.
I was thinking to ask you by this compile (my own don't work).

Now we can output by STDOUT with wav header and this (for instance) work fine:

faad -w input.m4a | aften -readtoeof 1 - output.ac3

EDIT: was a little feature request I make. Before only raw data was sended to STDOUT and we must know the parameters to send raw data to the next program. Now input can be mono, stereo, multichannel, etc. the WAVE_FORMAT_EXTENSIBLE header send the correct data.

Kurtnoise
22nd February 2009, 15:41
megui will auto update them right?
if and only if you ping Sharktooth...;)