1. 23 Mar, 2016 1 commit
  2. 21 Jan, 2016 1 commit
  3. 08 Dec, 2015 1 commit
  4. 07 Dec, 2015 1 commit
  5. 06 Dec, 2015 1 commit
  6. 06 Nov, 2015 1 commit
  7. 28 Oct, 2015 2 commits
  8. 09 Oct, 2015 1 commit
  9. 29 Sep, 2015 1 commit
    • Gregory J. Wolfe's avatar
      libopenh264enc: Use av_log() to log messages · 1a4c5fe5
      Gregory J. Wolfe authored
      File libopenh264enc.c has been modified so that the encoder uses av_log()
      to log messages (error, warning, info, etc.) instead of logging them
      directly to stderr.  At the time the encoder is created, the current
      libav log level is mapped to an equivalent libopenh264 log level.  This
      log level, and a message logging function that invokes av_log() to
      actually log messages, are then set on the encoder.
      
      This contains further changes and simplifications by Michael Niedermayer
      and Martin Storsjö.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      1a4c5fe5
  10. 27 Jul, 2015 3 commits
  11. 17 Mar, 2015 1 commit
  12. 06 Mar, 2015 1 commit
  13. 29 Jan, 2015 1 commit
  14. 20 Jan, 2015 2 commits
  15. 08 Jan, 2015 1 commit
  16. 06 Jan, 2015 1 commit
    • Martin Storsjö's avatar
      libavcodec: Add an OpenH264 encoder wrapper · 8a3d9ca6
      Martin Storsjö authored
      Compared to existing, common opensource H264 encoders, this can be
      useful since it has got a different license (BSD instead of GPL).
      
      Performance- and qualitywise it is comparable to x264 in ultrafast
      mode.
      
      Hooking it up as an encoder in libavcodec also simplifies comparing
      it against other common encoders.
      
      This requires OpenH264 1.3 or newer. Since the OpenH264 API and ABI
      changes frequently, only releases are supported.
      
      To take advantage of the OpenH264 patent offer, the OpenH264 library
      must not be redistributed, but downloaded at runtime at the end-user's
      system.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      8a3d9ca6