1. 05 Apr, 2017 1 commit
  2. 01 Feb, 2017 1 commit
  3. 16 May, 2016 2 commits
  4. 04 May, 2016 1 commit
  5. 12 Dec, 2015 1 commit
  6. 27 Jul, 2015 3 commits
  7. 31 May, 2015 1 commit
  8. 28 May, 2015 1 commit
  9. 22 May, 2015 2 commits
  10. 14 Apr, 2015 1 commit
  11. 27 Jan, 2015 1 commit
  12. 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
  13. 01 Sep, 2014 1 commit
  14. 27 Aug, 2014 1 commit
  15. 03 Aug, 2014 1 commit
  16. 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
  17. 29 Jul, 2014 1 commit
  18. 30 Jun, 2014 1 commit
  19. 18 Jun, 2014 1 commit
  20. 16 Mar, 2014 1 commit
  21. 31 Jan, 2014 1 commit
  22. 05 Dec, 2013 3 commits
  23. 29 Nov, 2013 12 commits