Martin Storsjö

Results 328 comments of Martin Storsjö

If you mean that the resulting binary executable is too large, it's hard to do anything about it, since normally, only the actually used parts of a static library gets...

Yes, libAACdec and libAACenc are completely disjoint so they can be built without each other. If you want to try this, you can modify the line `libfdk_aac_la_SOURCES` in `Makefile.am` and...

FWIW, just as a general ack that I've seen this and I'm able to reproduce the crashes.

The master branch now contains a major update from the upstream source (and this update contains a lot of crash/fuzz fixes). After this update I'm no longer able reproduce these...

Sorry, no idea about the LATM decoding support in the decoder right now, if there is just a small bug somewhere that prevents it from working in this case, or...

I'm not sure if anybody has tried it with latm at all. Most people use an external library to parse the transport stream and just pass raw aac packets to...

I tested your bitstream with ffmpeg, and wasn't able to decode it with it. I created another test LATM bitstream with ffmpeg, which ffmpeg/ffplay itself can play just fine, but...

[test-latm.zip](https://github.com/mstorsjo/fdk-aac/files/2152152/test-latm.zip)

Ok, this explains some bits... I think LATM in general should be possible to parse like a stream, just like ADTS, but the code in TT_IS_PACKET in libSYS/include/FDK_audio.h clearly seems...

There is no such thing as a "raw" stream; you need some sort of framing around raw aac packets and around the ASC. ADTS, LATM/LOAS and m4a are all different...