1. 10 Jan, 2013 - 1 commit
  2. 08 Jan, 2013 - 1 commit
  3. 04 Jan, 2013 - 1 commit
  4. 27 Dec, 2012 - 1 commit
  5. 26 Dec, 2012 - 1 commit
  6. 21 Dec, 2012 - 5 commits
  7. 20 Dec, 2012 - 3 commits
  8. 19 Dec, 2012 - 3 commits
  9. 18 Dec, 2012 - 1 commit
  10. 17 Dec, 2012 - 2 commits
    • Yaowu Xu's avatar
      fixed a warning · 0405cd8e
      Yaowu Xu authored
      where variable is used without initialization
      
      Change-Id: Ic6b52623802641060cad4a72271050aeaf20ad5c
      0405cd8e
    • Paul Wilkins's avatar
      Problem of over smoothing with intra modes. · d8f5d1b2
      Paul Wilkins authored
      In some cases intra modes in inter frames give
      an over smoothed appearance. Especially with
      noisy but flat content.
      
      Also in some cases there were problems with key
      frame sizing again with very flat but noisy content.
      
      These are temporary changes to help alleviate the
      visual problems but will almost certainly hurt metric
      results especially at the very low data rate end.
      
      Change-Id: I11549179a19277ffc283d9788bc70168f2a8bdc9
      d8f5d1b2
  11. 14 Dec, 2012 - 3 commits
    • Yaowu Xu's avatar
      reset segement map on key frame · 6247b239
      Yaowu Xu authored
      This is to fix a decoder crash when decoder skips a number of frame to
      continue decoding from a later key frame.
      
      Change-Id: I3ba116eba6c3440e0528a21f53745f694302e4ad
      6247b239
    • Yaowu Xu's avatar
      prevents redefine of INT64_MAX · f8ff3e5d
      Yaowu Xu authored
      MSVC 2012 (_MSC_VER=1600) introduced the definition, this commit
      prevents the redefinition of the macro
      
      Change-Id: I7de92e7e9e865a342f2bcc4b071f8d3c9b2a508c
      f8ff3e5d
    • Yaowu Xu's avatar
      remove floating point inverse transforms · fd6f4926
      Yaowu Xu authored
      Change-Id: I9c651bd7c161974bf5f929446361b00d85e57a3f
      fd6f4926
  12. 13 Dec, 2012 - 1 commit
  13. 12 Dec, 2012 - 1 commit
    • Scott LaVarnway's avatar
      Improved vp9_ihtllm_c · b575394e
      Scott LaVarnway authored
      As suggested by Yaowu, we can use eob to reduce the complexity
      of the vp9_ihtllm_c function.  For the 1080p test clip used, the decoder
      performance improved by 17%.
      
      Change-Id: I32486f2f06f9b8f60467d2a574209aa3a3daa435
      b575394e
  14. 11 Dec, 2012 - 6 commits
  15. 10 Dec, 2012 - 4 commits
  16. 08 Dec, 2012 - 2 commits
  17. 07 Dec, 2012 - 4 commits