x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format, and is released under the terms of the GNU GPL.
This repository contains a fork of the x264 sources, with customizations used by Unified Streaming:
- Added shell scripts for creating GPLv2 builds of x264 with gcc/clang and msvc
- Added jamfile.v2 for building with b2
- Renamed upstream
version.sh
toversion.sh.orig
, and addedversion.sh
which outputs version defines without requiring git.