Log in

View Full Version : In what programming language is x264 written?


orion44
31st March 2011, 14:48
Hello...

Does anyone know in what programming language is x264 written?

LoRd_MuldeR
31st March 2011, 14:54
Hello...

Does anyone know in what programming language is x264 written?

See:
http://git.videolan.org/gitweb.cgi?p=x264.git;a=blob_plain;f=doc/standards.txt;h=7474d8fb06fceced47dd8eebcf4674cf0b4b3d7c;hb=08d04a4d30b452faed3b763528611737d994b30b

What this document doesn't say though is that they use a lot of CPU-specif assembler code for all the performance-critical functions.

orion44
1st April 2011, 03:50
Thanks.