[FFmpeg-devel] PATCH: av_strtod

Reimar Döffinger Reimar.Doeffinger
Mon Jun 1 10:08:28 CEST 2009


On Mon, Jun 01, 2009 at 01:27:52AM -0400, Pavel Pavlov wrote:
> Biggest problem is the black voodoo code related to inline assembly and
> MANGLE(...) plus the worst ever code is in recently added
> mlp_filter_channel_x86, which mangles lables. WTF, why not a standalone
> .asm file instead?!?

And how would you do that with a plain .asm file? Write the function
setup code yourself (meaning you will only support the select few
architectures you explicitly write code for) or using yasm (meaning
you will support only the less select but still quite few architectures
ABIs it supports)?



More information about the ffmpeg-devel mailing list