1. 17 Aug, 2018 1 commit
  2. 07 Apr, 2018 3 commits
  3. 04 Apr, 2018 3 commits
  4. 20 Feb, 2018 3 commits
  5. 30 Jan, 2018 1 commit
  6. 28 Jan, 2018 1 commit
  7. 19 Jan, 2018 1 commit
  8. 06 Nov, 2017 1 commit
  9. 03 Nov, 2017 1 commit
  10. 07 May, 2017 1 commit
  11. 30 Apr, 2017 1 commit
  12. 23 Apr, 2017 2 commits
  13. 17 Apr, 2017 2 commits
  14. 29 Mar, 2017 1 commit
  15. 23 Mar, 2017 1 commit
  16. 17 Mar, 2017 1 commit
  17. 07 Mar, 2017 4 commits
  18. 28 Feb, 2017 1 commit
  19. 06 Feb, 2017 1 commit
    • Chris Cunningham's avatar
      lavf/matroskadec: fix is_keyframe for early Blocks · ac25840e
      Chris Cunningham authored
      Blocks are marked as key frames whenever the "reference" field is
      zero. This breaks for non-keyframe Blocks with a reference timestamp
      of zero.
      
      The likelihood of reference timestamp being zero is increased by a
      longstanding bug in muxing that encodes reference timestamp as the
      absolute time of the referenced frame (rather than relative to the
      current Block timestamp, as described in MKV spec).
      
      Now using INT64_MIN to denote "no reference".
      
      Reported to chromium at http://crbug.com/497889 (contains sample)
      ac25840e
  20. 26 Jan, 2017 1 commit
  21. 05 Jan, 2017 1 commit
  22. 27 Dec, 2016 1 commit
  23. 24 Dec, 2016 1 commit
  24. 11 Dec, 2016 2 commits
  25. 08 Dec, 2016 3 commits
  26. 02 Dec, 2016 1 commit