Code development
The code is released under GNU GPL3 license, what means that it's freely available for anybody.
It can be obtained from release packages on
Sourceforge (source of last release)
or through Subversion (recent source):
svn co https://evk.svn.sourceforge.net/svnroot/evk evk
Main project language is Pascal, using FreePascal compiler. Code contains some optimized alternatives to time-consuming code, written in assembler by me or taken from another projects. See credits file.
Inspiration to code structure were mainly sources from projects written in C (XviD, x264, ffmpeg/libavcodec). The result of this is using a style that's a bit like common C style: no OOP (in pascal sense), lowercase identifiers etc.