1. 22 Aug, 2014 1 commit
    • Janne Grunau's avatar
      rv34: use ff_mpeg_update_thread_context only when decoder is fully initialized · dc4b2e7d
      Janne Grunau authored
      MpegEncContext based decoders are only fully initialized after the first
      ff_thread_get_buffer() call. The RV30/40 decoders may fail before a frame
      buffer was requested. ff_mpeg_update_thread_context() fails on half
      initialized MpegEncContexts. Since this can only happen before a the
      first frame was decoded there is no need to call
      ff_mpeg_update_thread_context().
      
      Based on patches by John Stebbins and tested by John Stebbins.
      
      CC: libav-stable@libav.org
      dc4b2e7d
  2. 21 Aug, 2014 6 commits
  3. 19 Aug, 2014 7 commits
  4. 18 Aug, 2014 7 commits
  5. 17 Aug, 2014 4 commits
  6. 15 Aug, 2014 9 commits
  7. 14 Aug, 2014 6 commits