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