1. 18 Aug, 2015 3 commits
  2. 27 Jul, 2015 3 commits
  3. 15 Jul, 2015 1 commit
  4. 10 Jul, 2015 1 commit
  5. 10 Jun, 2015 1 commit
  6. 31 May, 2015 1 commit
  7. 28 May, 2015 2 commits
  8. 22 May, 2015 2 commits
  9. 22 Apr, 2015 1 commit
  10. 19 Apr, 2015 1 commit
  11. 14 Apr, 2015 3 commits
  12. 05 Apr, 2015 1 commit
  13. 03 Apr, 2015 1 commit
  14. 27 Jan, 2015 1 commit
  15. 15 Nov, 2014 2 commits
  16. 01 Nov, 2014 1 commit
  17. 15 Oct, 2014 1 commit
    • Anton Khirnov's avatar
      lavc: deprecate the use of AVCodecContext.time_base for decoding · 7ea1b347
      Anton Khirnov authored
      When decoding, this field holds the inverse of the framerate that can be
      written in the headers for some codecs. Using a field called 'time_base'
      for this is very misleading, as there are no timestamps associated with
      it. Furthermore, this field is used for a very different purpose during
      encoding.
      
      Add a new field, called 'framerate', to replace the use of time_base for
      decoding.
      7ea1b347
  18. 08 Sep, 2014 1 commit
  19. 03 Sep, 2014 1 commit
  20. 01 Sep, 2014 1 commit
  21. 27 Aug, 2014 1 commit
  22. 09 Aug, 2014 1 commit
  23. 03 Aug, 2014 1 commit
  24. 01 Aug, 2014 1 commit
    • Diego Biurrun's avatar
      idct: Split off Xvid IDCT · a786c825
      Diego Biurrun authored
      The Xvid IDCT is only required to decode some Xvid-encoded MPEG-4 files,
      so there is no point in having it as an unconditional part of idctdsp.
      a786c825
  25. 29 Jul, 2014 1 commit
  26. 30 Jun, 2014 1 commit
  27. 18 Jun, 2014 1 commit
  28. 09 May, 2014 2 commits
  29. 06 May, 2014 1 commit
  30. 04 May, 2014 1 commit