1. 20 Apr, 2014 - 1 commit
  2. 11 Apr, 2014 - 1 commit
  3. 10 Apr, 2014 - 1 commit
  4. 09 Apr, 2014 - 3 commits
  5. 08 Apr, 2014 - 3 commits
    • Deb Mukherjee's avatar
      High-level hooks for Profile 2 (10/12 bit) · d35df2d8
      Deb Mukherjee authored
      Adds some high-level hooks for profile 2 before further
      progress on the implementation.
      
      According to the definitiion in this patch:
      1. Profile 2 only supports 10 or 12 bit color but not 8
      2. Profile 2 supports all color sampling modes: 444, 422 and 420,
      and alpha plane.
      3. Profile 3 is currently undefined.
      
      Please consider the definition carefully and suggest modifications
      to the definition as needed.
      
      Change-Id: I5b284fc679e54ac5aee171af72fa7994cfd28995
      d35df2d8
    • Frank Galligan's avatar
      Fix decoder resolution change with tiles · 6ae58931
      Frank Galligan authored
      There was a bug with the decoder that if you started the decoder
      with more threads than the first frame had tile columns. Afterwards
      tried to decode a frame with more tile columns than the first frame,
      the decoder would hang. E.g. run vpxdec --threads=4. The first frame
      had two tile columns, then the next key frame had 4 tile columns, the
      decoder would hang. If you started with 4 tiles and switched to 2
      tiles the decoder would be fine. The issue is that the worker the thread
      loop is using is stale.
      
      I added a test vector "vp90-2-14-resize-848x480-1280x720.webm" that
      exhibited the bug.
      
      Change-Id: I7bdd47241a52ac0fe1c693a609bc779257e94229
      6ae58931
    • Dmitry Kovalev's avatar
      Renaming VP9D_COMP & VP9Decompressor to VP9Decoder. · 56c2f41c
      Dmitry Kovalev authored
      Change-Id: Ieb9b455b8aaef9884391021b7f640ef24c554687
      56c2f41c
  6. 07 Apr, 2014 - 2 commits
  7. 03 Apr, 2014 - 2 commits
    • hkuang's avatar
      Code clean up. · 272e030f
      hkuang authored
      No need to check pbi->common.frame_to_show again.
      
      Change-Id: I572ea4afd0d8b6000c0bb7575b7023d75cad5a4e
      272e030f
    • Dmitry Kovalev's avatar
      Removing interp_kernel from MACROBLOCKD. · a9f324fa
      Dmitry Kovalev authored
      Now interp_kernel is obtained when it is really required (based on
      mbmi->interp_filter value).
      
      Change-Id: I4c7a93c179d1045eba16e7526c293d02c9b8b47e
      a9f324fa
  8. 02 Apr, 2014 - 2 commits
  9. 01 Apr, 2014 - 1 commit
  10. 28 Mar, 2014 - 1 commit
  11. 26 Mar, 2014 - 1 commit
  12. 25 Mar, 2014 - 3 commits
  13. 24 Mar, 2014 - 2 commits
  14. 21 Mar, 2014 - 4 commits
  15. 20 Mar, 2014 - 2 commits
  16. 19 Mar, 2014 - 2 commits
  17. 18 Mar, 2014 - 1 commit
  18. 13 Mar, 2014 - 1 commit
  19. 12 Mar, 2014 - 2 commits
    • Dmitry Kovalev's avatar
      Renaming decode_modes_{b, sb}. · 90fed85c
      Dmitry Kovalev authored
      decode_modes_b => decode_block
      decode_modes_sb => decode_partition
      
      Change-Id: I2a208f5f7bcaa1105f6a2244e37c53b8958c5d76
      90fed85c
    • Dmitry Kovalev's avatar
      Speeding up reading of intra block modes. · ba54a886
      Dmitry Kovalev authored
      Reimplementing sub8x8-reading of intra block modes in
      read_intra_frame_mode_info() and read_intra_block_mode_info(). Code looks
      more readable as well.
      
      Change-Id: Ia42fc7d0dad708bc0c7a8bff1f8b37809b843f40
      ba54a886
  20. 10 Mar, 2014 - 3 commits
  21. 06 Mar, 2014 - 1 commit
  22. 05 Mar, 2014 - 1 commit