1. 21 Feb, 2013 - 1 commit
    • Dmitry Kovalev's avatar
      Code cleanup. · 5da85349
      Dmitry Kovalev authored
      Removing redundant 'extern' keyword from function declarations and making
      function arguments lower case.
      
      Change-Id: Idae9a2183b067f2b6c85ad84738d275e8bbff9d9
      5da85349
  2. 18 Dec, 2012 - 1 commit
  3. 30 Nov, 2012 - 1 commit
  4. 27 Nov, 2012 - 1 commit
    • John Koleszar's avatar
      Add vp9_ prefix to all vp9 files · fcccbcbb
      John Koleszar authored
      Support for gyp which doesn't support multiple objects in the same
      static library having the same basename.
      
      Change-Id: Ib947eefbaf68f8b177a796d23f875ccdfa6bc9dc
      fcccbcbb
  5. 01 Nov, 2012 - 1 commit
  6. 31 Oct, 2012 - 1 commit
  7. 18 Mar, 2011 - 1 commit
    • John Koleszar's avatar
      Increase static linkage, remove unused functions · 429dc676
      John Koleszar authored
      A large number of functions were defined with external linkage, even
      though they were only used from within one file. This patch changes
      their linkage to static and removes the vp8_ prefix from their names,
      which should make it more obvious to the reader that the function is
      contained within the current translation unit. Functions that were
      not referenced were removed.
      
      These symbols were identified by:
      
        $ nm -A libvpx.a | sort -k3 | uniq -c -f2 | grep ' [A-Z] ' \
          | sort | grep '^ *1 '
      
      Change-Id: I59609f58ab65312012c047036ae1e0634f795779
      429dc676
  8. 09 Sep, 2010 - 1 commit
  9. 18 Jun, 2010 - 1 commit
    • John Koleszar's avatar
      cosmetics: trim trailing whitespace · 94c52e4d
      John Koleszar authored
      When the license headers were updated, they accidentally contained
      trailing whitespace, so unfortunately we have to touch all the files
      again.
      
      Change-Id: I236c05fade06589e417179c0444cb39b09e4200d
      94c52e4d
  10. 04 Jun, 2010 - 1 commit
  11. 18 May, 2010 - 1 commit