1. 14 Jun, 2016 2 commits
  2. 12 Jun, 2016 1 commit
  3. 24 Apr, 2016 4 commits
  4. 30 Mar, 2016 1 commit
  5. 28 Mar, 2016 4 commits
  6. 23 Feb, 2016 1 commit
  7. 04 Jan, 2016 1 commit
  8. 06 Dec, 2015 1 commit
    • Anton Khirnov's avatar
      h264: eliminate default_ref_list · 741b494f
      Anton Khirnov authored
      According to the spec, the reference list for a slice should be
      constructed by first generating an initial (what we now call "default")
      reference list and then optionally applying modifications to it.
      
      Our code has an optimization where the initial reference list is
      constructed for the first inter slice and then rebuilt for other slices
      if needed. This, however, adds complexity to the code, requires an extra
      2.5kB array in the codec context and there is no reason to think that it
      has any positive effect on performance. Therefore, simplify the code by
      generating the reference list from scratch for each slice.
      741b494f
  9. 14 Oct, 2015 1 commit
  10. 02 Oct, 2015 1 commit
    • wm4's avatar
      avcodec/h264: keep SPS and PPS bitstream data · 069190f7
      wm4 authored
      We assume an upper bound of 4096 bytes for each raw SPS/PPS. It's hard
      to determine an exact maximum size, but this value was was considered
      high enough and safe.
      
      Needed for the following VideotoolBox commit.
      069190f7
  11. 17 Jul, 2015 1 commit
  12. 06 Jul, 2015 1 commit
  13. 30 Jun, 2015 2 commits
  14. 27 Jun, 2015 2 commits
  15. 26 Jun, 2015 1 commit
  16. 12 Jun, 2015 1 commit
  17. 29 Apr, 2015 6 commits
  18. 19 Apr, 2015 1 commit
  19. 10 Apr, 2015 1 commit
  20. 08 Apr, 2015 1 commit
  21. 06 Apr, 2015 1 commit
  22. 03 Apr, 2015 1 commit
    • Anton Khirnov's avatar
      h264: disable ER by default · a4d34e21
      Anton Khirnov authored
      The way it is currently designed is fundamentally unsafe and cannot be
      reasonably fixed without completely rewriting it.
      a4d34e21
  23. 25 Mar, 2015 1 commit
  24. 21 Mar, 2015 3 commits