This is a major version release. Old components and configurations could be incompatible.
- upgrade packages: ffmpeg (2.2.3) and live555 (2014.05.27)
- new package: libx265 (1.1), plus server/client support
- server: support share-encoder mode only since this version
- server: revise module design
- server: implement live555 based RTSP/RTP server, and it's now the default server
- server: add saving raw video frame feature
- server: add embedding color code feature for latency measurement
- server: replace detour library with easyhook (2.6 stable) library
- server: fix core-audio hook does not work in some cases
- server/module: RTSP/RTP/RTCP servers are removed from core library - they are modules now
- server/client: report QoS based on RTCP statistics
- server/client: revise pipeline implementation - now dpipe
- module: support codec/video source parameter reconfiguration
- module: add encoder-x264, which is implemented based on libx264 instead of libavcodec
- module: add encoder-mfx, which is a hardware encoder based on Intel Media SDK
- client: configure decoders based on sprop-parameter-sets
- add many doxygen compatible comments
- other minor improvements and bug fixes