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