1. 19 Jul, 2019 1 commit
  2. 18 Oct, 2018 1 commit
  3. 14 Feb, 2018 1 commit
  4. 26 Jul, 2017 1 commit
  5. 21 Jul, 2017 1 commit
  6. 19 Jun, 2017 1 commit
  7. 17 May, 2017 1 commit
  8. 13 May, 2017 1 commit
  9. 22 Apr, 2017 1 commit
  10. 12 Mar, 2017 1 commit
    • Anton Khirnov's avatar
      h264_cavlc: check the value of run_before · 522d850e
      Anton Khirnov authored
      Section 9.2.3.2 of the spec implies that run_before must not be larger
      than zeros_left.
      
      Fixes invalid reads with corrupted files.
      
      CC: libav-stable@libav.org
      Bug-Id: 1000
      Found-By: Kamil Frankowicz
      522d850e
  11. 31 Jan, 2017 1 commit
  12. 21 Jun, 2016 1 commit
  13. 16 Jun, 2016 1 commit
  14. 12 Jun, 2016 1 commit
  15. 22 May, 2016 1 commit
  16. 04 May, 2016 1 commit
  17. 03 May, 2016 1 commit
  18. 24 Apr, 2016 1 commit
    • Anton Khirnov's avatar
      h264: decouple h264_ps from the h264 decoder · 3176217c
      Anton Khirnov authored
      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
  19. 28 Mar, 2016 1 commit
  20. 25 Mar, 2016 1 commit
  21. 18 Feb, 2016 1 commit
  22. 19 Apr, 2015 1 commit
  23. 22 Mar, 2015 1 commit
  24. 21 Mar, 2015 17 commits