1. 12 2月, 2020 1 次提交
  2. 01 1月, 2020 1 次提交
  3. 12 5月, 2019 1 次提交
  4. 25 4月, 2019 1 次提交
  5. 11 6月, 2018 1 次提交
  6. 05 11月, 2017 1 次提交
  7. 26 5月, 2017 1 次提交
  8. 23 3月, 2017 1 次提交
  9. 11 3月, 2017 1 次提交
  10. 23 2月, 2017 1 次提交
  11. 21 2月, 2017 1 次提交
  12. 20 2月, 2017 1 次提交
  13. 01 2月, 2017 1 次提交
  14. 12 1月, 2017 1 次提交
  15. 03 12月, 2016 1 次提交
  16. 09 11月, 2016 1 次提交
  17. 17 8月, 2016 1 次提交
  18. 25 7月, 2016 1 次提交
  19. 11 7月, 2016 1 次提交
    • A
      h264_ps: export actual height in MBs as SPS.mb_height · a8cbe5a0
      Anton Khirnov 提交于
      Currently, SPS.mb_height is actually what the spec calls
      PicHeightInMapUnits, which is half the frame height when interlacing is
      allowed. Calling this 'mb_height' is quite confusing, and there are at
      least two associated bugs where this field is treated as the actual
      frame height - in the h264 parser and in the code computing maximum
      reordering buffer size for a given level.
      
      Fix those issues (and avoid possible future ones) by exporting the real
      frame height in this field.
      a8cbe5a0
  20. 30 6月, 2016 3 次提交
  21. 21 6月, 2016 3 次提交
  22. 20 6月, 2016 1 次提交
  23. 13 6月, 2016 1 次提交
  24. 05 5月, 2016 1 次提交
  25. 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
  26. 28 3月, 2016 1 次提交
  27. 25 3月, 2016 1 次提交
  28. 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
  29. 03 10月, 2015 2 次提交
  30. 27 7月, 2015 1 次提交
  31. 20 4月, 2015 1 次提交
  32. 16 4月, 2015 2 次提交
  33. 11 4月, 2015 1 次提交
  34. 09 4月, 2015 1 次提交