1. 30 6月, 2016 2 次提交
  2. 20 6月, 2016 1 次提交
  3. 05 5月, 2016 1 次提交
  4. 24 4月, 2016 1 次提交
    • A
      h264: decouple h264_ps from the h264 decoder · 3176217c
      Anton Khirnov 提交于
      Make the SPS/PPS parsing independent of the H264Context, to allow
      decoupling the parser from the decoder. The change is modelled after the
      one done earlier for HEVC.
      
      Move the dequant buffers to the PPS to avoid complex checks whether they
      changed and an expensive copy for frame threads.
      3176217c
  5. 28 3月, 2016 1 次提交
  6. 25 3月, 2016 1 次提交
  7. 06 12月, 2015 1 次提交
    • A
      h264: derive the delay from the level when it's not present · b09ad37c
      Anton Khirnov 提交于
      Fall back to maximum DPB size if the level is unknown.
      
      This should be more spec-compliant and does not depend on the caller
      setting has_b_frames before opening the decoder.
      
      The old behaviour, when the delay is supplied by the caller setting
      has_b_frames, can still be obtained by setting strict_std_compliance
      below normal.
      b09ad37c
  8. 03 10月, 2015 2 次提交
  9. 27 7月, 2015 1 次提交
  10. 20 4月, 2015 1 次提交
  11. 16 4月, 2015 2 次提交
  12. 11 4月, 2015 1 次提交
  13. 09 4月, 2015 1 次提交
  14. 05 4月, 2015 1 次提交
  15. 21 3月, 2015 1 次提交
  16. 06 2月, 2015 1 次提交
  17. 30 11月, 2014 1 次提交
  18. 15 8月, 2014 1 次提交
  19. 02 4月, 2014 1 次提交
  20. 22 3月, 2014 1 次提交
  21. 17 3月, 2014 1 次提交
  22. 01 3月, 2014 2 次提交
  23. 22 2月, 2014 1 次提交
  24. 17 2月, 2014 1 次提交
  25. 14 2月, 2014 2 次提交
  26. 19 1月, 2014 1 次提交
    • A
      h264: reset num_reorder_frames if it is invalid · 9ecabd78
      Anton Khirnov 提交于
      An invalid VUI is not considered a fatal error, so the SPS containing it
      may still be used. Leaving an invalid value of num_reorder_frames there
      can result in writing over the bounds of H264Context.delayed_pic.
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC:libav-stable@libav.org
      9ecabd78
  27. 06 1月, 2014 1 次提交
  28. 28 10月, 2013 1 次提交
  29. 21 8月, 2013 4 次提交
  30. 09 7月, 2013 1 次提交
  31. 03 6月, 2013 1 次提交
  32. 06 5月, 2013 1 次提交