1. 01 Apr, 2014 - 1 commit
  2. 28 Mar, 2014 - 1 commit
  3. 26 Mar, 2014 - 1 commit
  4. 25 Mar, 2014 - 3 commits
  5. 24 Mar, 2014 - 2 commits
  6. 21 Mar, 2014 - 4 commits
  7. 20 Mar, 2014 - 2 commits
  8. 19 Mar, 2014 - 2 commits
  9. 18 Mar, 2014 - 1 commit
  10. 13 Mar, 2014 - 1 commit
  11. 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
  12. 10 Mar, 2014 - 3 commits
  13. 06 Mar, 2014 - 1 commit
  14. 05 Mar, 2014 - 2 commits
  15. 03 Mar, 2014 - 3 commits
  16. 02 Mar, 2014 - 1 commit
  17. 01 Mar, 2014 - 1 commit
    • Yaowu Xu's avatar
      Remove vp9_create_common() · 2f4eb5f0
      Yaowu Xu authored
      The function has evolved over time, now only calls vp9_rtcd(), so this
      commit removes the function and changes to call vp9_rtcd() directly.
      
      Change-Id: I8cfa6190daa4b28f6f3d1e11bb3a07f9c95322bf
      2f4eb5f0
  18. 28 Feb, 2014 - 4 commits
  19. 24 Feb, 2014 - 1 commit
    • Adrian Grange's avatar
      Trap request to display non-existant frame · 709fecac
      Adrian Grange authored
      If show_existing_frame indicates that the decoder should
      display an existing (previously decoded) frame, add a
      check to make sure that the signaled buffer does contain
      a valid decoded frame.
      
      Change-Id: Iac8c686b321827414d69a3f2d0467566911bcba2
      709fecac
  20. 19 Feb, 2014 - 2 commits
  21. 13 Feb, 2014 - 2 commits
    • Yaowu Xu's avatar
      Removed the reset of mode_info from previous frame · 896d79a5
      Yaowu Xu authored
      Prior to this commit, both encoder and decoder reset mode/mv info from
      previous frame in error resilient mode to ensure bitstreams are able to
      decode when there is loss of frame in decoder side. However, this is
      not necessary. This commit changed to remove the reset, so encoder can
      continue to use mode/mv/partition information from previously encoded
      frame without affecting decodeablilty under loss of frame.
      
      Change-Id: I0279f862900dc647fb471ae3389770bb1b9f454f
      896d79a5
    • Dmitry Kovalev's avatar
      Renaming skip_coeff to skip for consistency. · 004c8c63
      Dmitry Kovalev authored
      Change-Id: I036e815ca63d00cba71202ae09ba0f6ef745dcb8
      004c8c63