[FFmpeg-devel] Implementation of fixed point AAC decoder

2015-06-30 Thread Nedeljko Babic
In this patch set patches are formed using -C option of git format-patch in order for the patches to be more readable. Commit message for one of the patches is changed so some warnings are explained. Patchset rebased to the newest code base. Please take a look. Thanks, Nedeljko ___

[FFmpeg-devel] Implementation of fixed point AAC decoder

2015-05-14 Thread Nedeljko Babic
After the changes to the libavutil/softfloat that were merged in FFmpeg, patch set with implementation of AAC fixed point decoder needed rebase, so I am sending new patch set. Code is rebased to the newest version and changes are made to accommodate changes to the softfloat. Also, change is ma

[FFmpeg-devel] Implementation of fixed point AAC decoder

2014-08-01 Thread Nedeljko Babic
Few months ago I sent implementation of fixed point AAC decoder for review. Since it was sent in parallel with implementation of fixed point AC3 decoder, we decided to first finish the work on AC3 decoder and then to continue with AAC using experience gained from submission process for AC3. W