1. 27 Mar, 2013 2 commits
  2. 26 Mar, 2013 10 commits
  3. 25 Mar, 2013 3 commits
  4. 24 Mar, 2013 2 commits
  5. 23 Mar, 2013 3 commits
  6. 22 Mar, 2013 5 commits
  7. 21 Mar, 2013 13 commits
  8. 20 Mar, 2013 2 commits
    • Janne Grunau's avatar
      fate: add tests for h264 decoder reinit · 1c4073ef
      Janne Grunau authored
      1c4073ef
    • Janne Grunau's avatar
      h264: fix bit depth changes with frame threading · a157c7f2
      Janne Grunau authored
      AVCodecContext.bits_per_raw_sample is updated from the previous thread
      in the generic update function before the codec specific update_thread
      function is called. The check for reinitialization of dsp functions uses
      bits_per_raw_sample. When called from update_thread_context it will be
      already at the current value and the dsp functions aren't updated if
      only the bit depth changes.
      a157c7f2