1. 08 Jul, 2014 - 2 commits
    • hkuang's avatar
      Remove unnecessary check for frame parallel decode. · 21e9f79d
      hkuang authored
      The check will make the code break out from the loop earlier.
      But without the check. it works the same in non frame-parallel decode.
      In frame parallel decode, this check is wrong as there may be left
      frames inside the decoder even if there are no more frames to read.
      So the loop should continue until got_data = 0.
      
      Change-Id: I42937cec5d80d1d921a008d78dafce0928c727e0
      21e9f79d
    • hkuang's avatar
      Add more functions for FrameWorker. · ffd20828
      hkuang authored
      Change-Id: Ia0a549aaa3e83b5a17b31d8299aa496ea4f21e3e
      ffd20828
  2. 03 Jul, 2014 - 1 commit
    • hkuang's avatar
      ctrl_get_reference does not need user_priv. · 10aa23f7
      hkuang authored
      The relationship of the user private data at runtime
      is not preserved from decode() to this call which may
      occur at an unknown point in the future
      
      Change-Id: Ia7eb25365c805147614574c3af87aedbe0305fc6
      10aa23f7
  3. 02 Jul, 2014 - 12 commits
  4. 01 Jul, 2014 - 22 commits
  5. 30 Jun, 2014 - 3 commits