1. 23 Jan, 2015 4 commits
  2. 22 Jan, 2015 3 commits
  3. 21 Jan, 2015 1 commit
  4. 20 Jan, 2015 2 commits
  5. 19 Jan, 2015 1 commit
  6. 16 Jan, 2015 3 commits
  7. 15 Jan, 2015 5 commits
  8. 14 Jan, 2015 11 commits
  9. 09 Jan, 2015 2 commits
  10. 08 Jan, 2015 3 commits
  11. 07 Jan, 2015 3 commits
  12. 06 Jan, 2015 2 commits
    • 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
    • Martin Storsjö's avatar
      movenc: Fix a typo in a comment · 2a1500fb
      Martin Storsjö authored
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      2a1500fb