Re: [FFmpeg-devel] AAC Decoder - fixed point implementation

2015-04-15 Thread Claudio Freire
On Wed, Apr 15, 2015 at 1:29 PM, Nedeljko Babic wrote: > Hello, > > I am again resending patch set with the implementation of fixed point AAC > decoder. > > Patch set is rebased to the newest code as requested. Cool, I'll test them when I get some free time, hopefully during this week.

Re: [FFmpeg-devel] AAC Decoder - fixed point implementation

2015-03-03 Thread Claudio Freire
On Tue, Mar 3, 2015 at 10:58 AM, Nedeljko Babic wrote: >>On Fri, Nov 7, 2014 at 12:08 PM, Nedeljko Babic >> wrote: >>> Hello, >>> >>> I am resending patch set with the implementation of fixed point AAC decoder. >>> >>> Our implementation of float emulation integrated in softfloat as requested. >>>

Re: [FFmpeg-devel] AAC Decoder - fixed point implementation

2015-03-03 Thread Nedeljko Babic
Hi, >On Fri, Nov 7, 2014 at 12:08 PM, Nedeljko Babic > wrote: >> Hello, >> >> I am resending patch set with the implementation of fixed point AAC decoder. >> >> Our implementation of float emulation integrated in softfloat as requested. >> >> Patche set rebased to the newest code since there were

Re: [FFmpeg-devel] AAC Decoder - fixed point implementation

2015-03-03 Thread Claudio Freire
On Fri, Nov 7, 2014 at 12:08 PM, Nedeljko Babic wrote: > Hello, > > I am resending patch set with the implementation of fixed point AAC decoder. > > Our implementation of float emulation integrated in softfloat as requested. > > Patche set rebased to the newest code since there were some changes t