Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
acknowledgements [2016/06/24 07:36]
admin
acknowledgements [2016/06/24 07:52] (current)
admin [Acknowledgements]
Line 1: Line 1:
 ====== Acknowledgements ====== ====== Acknowledgements ======
 +
 +In order to provide such a comprehensive media server software package, Mezzmo incorporates various third-party technologies. Conceiva wishes to acknowledge and thank the following development teams and organizations.
 +==== FFmpeg ====
 +
 +FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, ​
 +the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under 
 +most operating systems, including Windows.
 +
 +**FFmpeg license:** Mezzmo uses FFmpeg in two forms - GPL and LGPL. Licenses:
 +  * http://​www.gnu.org/​licenses/​old-licenses/​gpl-2.0.html
 +  * http://​www.gnu.org/​licenses/​old-licenses/​lgpl-2.1.html
 +
 +**FFmpeg web page:** http://​www.ffmpeg.org
 +
 +**Build date:** 1st March 2016
 +
 +**Built using:** mingw32-gcc-4.6.2,​ mingw32-binutils 2.22, Ubuntu 11.10
 +
 +**FFmpeg source code files used:** http://​www.conceiva.com/​products/​mezzmo/​FFmpeg/​ffmpeg-20160301.tar.gz
 +
 +
 +==== LAME ====
 +
 +LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL.
 +
 +**LAME license:** http://​www.gnu.org/​licenses/​old-licenses/​lgpl-2.1.html
 +
 +**LAME web page:** http://​lame.sourceforge.net
 +
 +**Build date:** 19th October 2011
 +
 +**Built using:** mingw32-gcc-4.6.1, ​ mingw32-binutils 2.21.1, Ubuntu 11.10
 +
 +**LAME source code files used:** http://​www.conceiva.com/​products/​mezzmo/​FFmpeg/​mingw32-libmp3lame_3.98.4.orig.tar.gz
 +
 +==== x264 ====
 +
 +x264 is a free library for encoding H264/AVC video streams.
 +
 +**x264 license:** http://​www.gnu.org/​licenses/​old-licenses/​gpl-2.0.html
 +
 +**x264 web page:** http://​www.videolan.org/​developers/​x264.html
 +
 +**Build date:** 1st March 2016
 +
 +**Built using:** mingw32-gcc-4.6.1, ​ mingw32-binutils 2.21.1, Ubuntu 11.10
 +
 +**x264 source code files:** http://​www.conceiva.com/​products/​mezzmo/​FFmpeg/​x264-20160301.tar.gz
 +
 +==== x265 ====
 +
 +x265 is a free library for encoding H265/HEVC video streams.
 +
 +**x265 license:** http://​www.gnu.org/​licenses/​old-licenses/​gpl-2.0.html
 +
 +**x265 web page:** http://​www.videolan.org/​developers/​x265.html
 +
 +**Build date:** 1st March 2016
 +
 +**Built using:** mingw32-gcc-4.6.1, ​ mingw32-binutils 2.21.1, Ubuntu 11.10
 +
 +**x265 source code files:** http://​www.conceiva.com/​products/​mezzmo/​FFmpeg/​x265-20160301.tar.gz
 +
 +
  
 ==== TagLib ==== ==== TagLib ====