1. 04 Apr, 2014 - 1 commit
  2. 02 Apr, 2014 - 1 commit
    • 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
  3. 28 Mar, 2014 - 1 commit
  4. 24 Jan, 2014 - 1 commit
  5. 06 Nov, 2013 - 2 commits
    • Tom Finegan's avatar
      webmenc: Clean up the truly egregious style issues. · 1f0c2e72
      Tom Finegan authored
      I'm sure I could do more, but I don't know how long this code has to
      live. I think this at least makes the code a little easier to read and
      understand.
      
      Change-Id: I6ca76357f89468d4851a3d1826e7aefa498e51d1
      1f0c2e72
    • 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