1. 05 Apr, 2020 4 commits
  2. 12 Mar, 2020 1 commit
  3. 16 Feb, 2020 1 commit
  4. 12 Dec, 2019 2 commits
  5. 25 Oct, 2019 1 commit
  6. 08 Oct, 2019 1 commit
  7. 10 Sep, 2019 1 commit
  8. 31 Aug, 2019 1 commit
  9. 10 May, 2019 1 commit
  10. 21 Mar, 2019 1 commit
  11. 20 Mar, 2019 1 commit
  12. 21 Aug, 2018 1 commit
  13. 10 Mar, 2018 1 commit
  14. 26 Oct, 2017 1 commit
  15. 01 Sep, 2017 1 commit
  16. 11 Aug, 2017 1 commit
  17. 31 May, 2017 2 commits
  18. 29 Mar, 2017 2 commits
  19. 15 Feb, 2017 1 commit
  20. 11 Feb, 2017 1 commit
  21. 03 Jan, 2017 1 commit
  22. 23 Dec, 2016 1 commit
  23. 30 Nov, 2016 1 commit
  24. 27 Oct, 2016 1 commit
  25. 18 Oct, 2016 1 commit
  26. 17 Oct, 2016 1 commit
  27. 02 Oct, 2016 2 commits
  28. 30 Sep, 2016 1 commit
    • Anton Khirnov's avatar
      lavf: fix usage of AVIOContext.seekable · 83548fe8
      Anton Khirnov authored
      It is supposed to be a flag. The only currently defined value is
      AVIO_SEEKABLE_NORMAL, but other ones may be added in the future.
      However all the current lavf code treats this field as a bool (mainly
      for historical reasons).
      Change all those cases to properly check for AVIO_SEEKABLE_NORMAL.
      83548fe8
  29. 28 Sep, 2016 2 commits
  30. 25 Sep, 2016 2 commits
  31. 02 Sep, 2016 1 commit