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