1. 21 Dec, 2012 - 4 commits
  2. 20 Dec, 2012 - 3 commits
  3. 19 Dec, 2012 - 2 commits
  4. 18 Dec, 2012 - 1 commit
  5. 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
  6. 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
  7. 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
  8. 11 Dec, 2012 - 1 commit
  9. 10 Dec, 2012 - 1 commit
    • John Koleszar's avatar
      configure: add --enable-external-build support · d9847638
      John Koleszar authored
      First attempt at avoiding all the compile-time environment detection for
      cases where you can generate the environments statically, as when the
      real build is being performed by another build system.
      
      Change-Id: Ie3cf95d71d6c5169900f31e263b84bc123cdf73f
      d9847638
  10. 08 Dec, 2012 - 2 commits
  11. 07 Dec, 2012 - 3 commits
  12. 06 Dec, 2012 - 1 commit
    • John Koleszar's avatar
      libvpx_test: ensure rtcd init functions are called · 434336b0
      John Koleszar authored
      In addition to allowing tests to use the RTCD-enabled functions (perhaps transitively)
      without having run a full encode/decode test yet, this fixes a linking issue with
      Apple's G++ whereby the Common symbols (the function pointers themselves) wouldn't
      be resolved. Fixing this linking issue is the primary impetus for this patch, as none
      of the tests exercise the RTCD functionality except through the main API.
      
      Change-Id: I12aed91ca37a707e5309aa6cb9c38a649c06bc6a
      434336b0
  13. 05 Dec, 2012 - 4 commits
    • Johann's avatar
      Begin to refactor vpx_scale usage in VP9 · 52d350fe
      Johann authored
      Only declare the functions in vpx_scale RTCD and include the relevant
      header.
      
      Remove unused files and functions in vpx_scale to avoid wasting time
      renaming. vpx_scale/win32/scaleopt.c contains functions which have not
      been called in a long time but are potentially optimized.
      
      The 'vp8' functions have not been renamed yet. That is for after the
      cleanup.
      
      Change-Id: I2c325a101d60fa9d27e7dfcd5b52a864b4a1e09c
      52d350fe
    • Johann's avatar
      Remove ARM optimizations from VP9 · a9056729
      Johann authored
      Change-Id: I9f0ae635fb9a95c4aa1529c177ccb07e2b76970b
      a9056729
    • Johann's avatar
      Update ARM for vpx_scale changes · 4a9b9547
      Johann authored
      Refactor asm_offsets for vpx_scale.
      
      Change-Id: I2db0eeb28c8e757bd033c6614a1e5319a1a204a5
      4a9b9547
    • John Koleszar's avatar
      vp9_bilinear_filters_mmx: add missing extern specifiers · 4a4d2aa5
      John Koleszar authored
      Change-Id: Ibabf18947f90cb4f45052763ebf44cfb8209bd8b
      4a4d2aa5
  14. 04 Dec, 2012 - 3 commits
  15. 03 Dec, 2012 - 5 commits
  16. 01 Dec, 2012 - 1 commit
  17. 30 Nov, 2012 - 3 commits