1. 13 Mar, 2017 1 commit
  2. 04 Mar, 2017 1 commit
  3. 26 Feb, 2017 1 commit
  4. 19 Feb, 2017 2 commits
  5. 19 Dec, 2016 2 commits
    • Anton Khirnov's avatar
      mpeg12dec: move setting first_field to mpeg_field_start() · c2fa6bb0
      Anton Khirnov authored
      For field picture, the first_field is set based on its previous value.
      Before this commit, first_field is set when reading the picture
      coding extension. However, in corrupted files there may be multiple
      picture coding extension headers, so the final value of first_field that
      is actually used during decoding can be wrong. That can lead to various
      undefined behaviour, like predicting from a non-existing field.
      
      Fix this problem, by setting first_field in mpeg_field_start(), which
      should be called exactly once per field.
      
      CC: libav-stable@libav.org
      Bug-ID: 999
      c2fa6bb0
    • Anton Khirnov's avatar
      mpeg12dec: avoid signed overflow in bitrate calculation · e807491f
      Anton Khirnov authored
      CC: libav-stable@libav.org
      Bug-Id: 981
      Found-By: Agostino Sarubbo
      e807491f
  6. 10 Dec, 2016 1 commit
  7. 21 Oct, 2016 1 commit
  8. 09 Oct, 2016 1 commit
  9. 13 Sep, 2016 1 commit
  10. 22 Jun, 2016 1 commit
  11. 04 May, 2016 1 commit
  12. 30 Apr, 2016 2 commits
  13. 19 Mar, 2016 1 commit
  14. 24 Feb, 2016 1 commit
  15. 16 Feb, 2016 1 commit
  16. 09 Feb, 2016 3 commits
  17. 01 Feb, 2016 1 commit
  18. 12 Dec, 2015 1 commit
  19. 05 Nov, 2015 1 commit
  20. 16 Oct, 2015 1 commit
  21. 15 Oct, 2015 1 commit
  22. 04 Oct, 2015 1 commit
  23. 30 Sep, 2015 1 commit
  24. 18 Sep, 2015 1 commit
  25. 02 Sep, 2015 2 commits
  26. 01 Sep, 2015 1 commit
  27. 22 Aug, 2015 1 commit
  28. 19 Aug, 2015 1 commit
  29. 18 Aug, 2015 2 commits
  30. 12 Aug, 2015 1 commit
  31. 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
  32. 03 Aug, 2015 1 commit
  33. 28 Jul, 2015 1 commit