Skip to content

GA release 0.8.0

Latest
Compare
Choose a tag to compare
@chunying chunying released this 29 Jan 05:26
· 146 commits to master since this release

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