[FFmpeg-devel] [PATCH] avcodec/aac_tablegen: speed up table initialization

Rostislav Pehlivanov atomnuker at gmail.com
Fri Nov 27 16:08:05 CET 2015


On Fri, 2015-11-27 at 09:16 -0500, Ganesh Ajjanagadde wrote:
> Ok, good. Let us proceed with this one step at a time. Here, I guess
> it really does not matter since the net size is ~ 3 kB. Nevertheless,
> it seems unnecessary now to do it at compile time, so unless AAC
> maintainers object, I will submit a patch to always do this at
> runtime.

I wouldn't mind at all, go ahead by all means. I've always thought that
for smaller tables hardcoding was kinda pointless and I see that most
other people agree as well.

I've just pushed a patch which makes the AAC encoder threadsafe, so now
it should be safe to always generate that table at runtime.


More information about the ffmpeg-devel mailing list