Skip to content
Snippets Groups Projects
  1. Apr 22, 2014
    • Adrian Grange's avatar
      Force ARNR filtering to be centered on the ARF frame · 59e733ca
      Adrian Grange authored
      ARNR filtering is now forced to be centered on the ARF
      frame and the other two options have been removed.
      
      The other modes of constructing the ARNR frame were
      not used and there does not seem to be any good
      reason to maintain them.
      
      This is purely an encoder-side change.
      
      Change-Id: Ic772636d23f280752973852b9740083532a49de2
      59e733ca
  2. Apr 17, 2014
  3. Apr 14, 2014
    • Dmitry Kovalev's avatar
      More user friendly vpxenc help strings. · c8c1b43c
      Dmitry Kovalev authored
      Change-Id: I257fb32673c47848258dc7e6e22147d0beb49f86
      c8c1b43c
    • Adrian Grange's avatar
      Enable vpxenc to specify internal coded frame size · f7bd1274
      Adrian Grange authored
      Added command line flags "resize-width" & "resize-height"
      to allow the user to specify the frame size to encode at.
      
      These two flags are ignored if the "resize-allowed" switch
      is not set to 1.
      
      All frames in the clip are then encoded at this size, which
      must be smaller than the raw frame size.
      
      Change-Id: I3d64bd9303d5c0bd678461a866a1ea621700d744
      f7bd1274
  4. Apr 04, 2014
  5. Apr 03, 2014
  6. Apr 02, 2014
    • Paul Wilkins's avatar
      Revert "Changing webmenc to use libwebm" · 80577dff
      Paul Wilkins authored
      Temporary revert.
      Problems with conflicting definitions of type off_t
      in MSVC builds that need resolving.
      
      c:\Program Files (x86)\
        Microsoft Visual Studio 9.0\VC\include\wchar.h(479) :
        "error C2371: 'off_t' : redefinition; different basic types
      c:\on2experimental\libvpx\tools_common.h(26) :
         see declaration of 'off_t'"
      
      This reverts commit 92a4c591.
      
      Change-Id: I535e40a18842a92e3e6e0b29e5fba66313010803
      80577dff
  7. Mar 28, 2014
  8. Mar 14, 2014
    • Vignesh Venkatasubramanian's avatar
      Adding a configure flag to control WebM container support · 0ffa3836
      Vignesh Venkatasubramanian authored
      Adding a --(enable|disable)-webm-io flag to control WebM container input and
      output support. For now, enabling WebM IO by default only when there is a C++
      compiler. Doing so because eventually we will move WebM IO to libwebm and it
      is built using C++.
      
      Change-Id: I210ac36c23528e382ed41d3c4322291720481492
      0ffa3836
  9. Feb 27, 2014
  10. Feb 21, 2014
  11. Feb 14, 2014
  12. Feb 12, 2014
  13. Feb 11, 2014
  14. Feb 01, 2014
  15. Jan 30, 2014
  16. Jan 29, 2014
  17. Jan 22, 2014
  18. Jan 15, 2014
  19. Jan 13, 2014
  20. Jan 07, 2014
  21. Nov 25, 2013
    • Tom Finegan's avatar
      vpxenc: Move config check code into its own source files. · 249366b1
      Tom Finegan authored
      - Add command line args that allow display of warnings without prompting
        for user input.
      - Extend warning code to make it somewhat scalable.
      
      Change-Id: I2bad8f9315f6eed120c2e1bbe0a2a5ede15fbf35
      249366b1
    • Paul Wilkins's avatar
      In frame Q adjustment experiment. · 644bd87e
      Paul Wilkins authored
      The idea here is to allow "in frame" adjustment of the final Q
      value used to encode each SB64, using segmentation.
      
      There is also adjustment of the rd mult in regions of overspend.
      
      Activated using aq_mode=2
      
      Change-Id: I2f140cd898c9f877c32cd6d2e667f5e11ada4b1c
      644bd87e
  22. Nov 22, 2013
  23. Nov 21, 2013
  24. Nov 15, 2013
  25. Nov 12, 2013
  26. Nov 11, 2013
  27. Nov 08, 2013
  28. Nov 06, 2013
    • Tom Finegan's avatar
      Move WebM writing support out of vpxenc.c. · 03848f5c
      Tom Finegan authored
      This is mainly a clean up patchset. It moves the WebM writing support
      out of vpxenc and into its own source file. Changes to tools_common and
      vpxdec result from relocation of shared bits of code.
      
      Change-Id: Iee55d3285f56e0a548f791094fb14c5ac5346a26
      03848f5c
  29. Oct 16, 2013
  30. Oct 07, 2013
  31. Sep 24, 2013
  32. Sep 19, 2013
Loading