1. 06 Aug, 2015 1 commit
    • wm4's avatar
      lavc: propagate hwaccel errors · 94c0df79
      wm4 authored
      At least the new videotoolbox decoder does not actually set a frame if
      end_frame fails. This causes the API to return success and signals that
      a picture was decoded, even though AVFrame->data[0] is NULL.
      
      Fix this by propagating end_frame errors.
      94c0df79
  2. 03 Aug, 2015 1 commit
  3. 28 Jul, 2015 2 commits
  4. 27 Jul, 2015 1 commit
  5. 08 Jul, 2015 1 commit
  6. 30 Jun, 2015 2 commits
  7. 27 Jun, 2015 5 commits
  8. 15 Jun, 2015 2 commits
  9. 12 Jun, 2015 1 commit
  10. 10 Jun, 2015 1 commit
  11. 01 Jun, 2015 1 commit
  12. 30 May, 2015 1 commit
  13. 26 May, 2015 1 commit
  14. 25 May, 2015 1 commit
  15. 14 May, 2015 1 commit
  16. 29 Apr, 2015 12 commits
  17. 26 Apr, 2015 1 commit
  18. 19 Apr, 2015 1 commit
  19. 13 Apr, 2015 1 commit
    • wm4's avatar
      h264: remove bogus YCgCo warning message · f4f3065c
      wm4 authored
      YCgCo decoding works just fine. It depends on the API user what is done
      with the output. Some API users might support it, some not. Some users
      might support it under certain circumstances only.
      
      It is not the job of the decoder to print this message. If the API user
      supports it, this message is extremely unhelpful.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      f4f3065c
  20. 09 Apr, 2015 1 commit
  21. 08 Apr, 2015 2 commits