logoalt Hacker News

xnorswaptoday at 4:08 PM1 replyview on HN

I'd assume most are written in C or some other higher level language. Certainly I checked the x264 ( VLC implementation of h264 ) and that is C.


Replies

otherjasontoday at 4:19 PM

The statistics reported by GitLab for the x264 repo (https://code.videolan.org/videolan/x264) report that the project is 13.5% assembly; common utilities used in the inner loops of the codec have optimized assembly implementations for several CPU architectures.

show 1 reply