1. 04 May, 2016 1 commit
  2. 27 Jul, 2015 1 commit
  3. 22 May, 2015 1 commit
  4. 19 Apr, 2015 1 commit
  5. 01 Feb, 2015 1 commit
  6. 18 Dec, 2014 1 commit
  7. 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
  8. 05 Sep, 2014 1 commit
  9. 01 Sep, 2014 3 commits
  10. 31 Aug, 2014 2 commits
  11. 15 Aug, 2014 2 commits
  12. 14 Aug, 2014 2 commits
  13. 23 Jun, 2014 1 commit
  14. 18 Jun, 2014 1 commit
  15. 09 Apr, 2014 1 commit
  16. 26 Mar, 2014 2 commits
  17. 16 Mar, 2014 1 commit
  18. 05 Dec, 2013 1 commit
    • Anton Khirnov's avatar
      mpegvideo: do not set current_picture_ptr in decoders · 66499f34
      Anton Khirnov authored
      This code was originally added in
      5f194811 to h263 to set decoded frame
      pts to some random numbers (removed in
      a1c5cc42) and then cargo culted to other
      decoders.
      
      The code is left in h263dec for now, since some part of the decoder
      (apparently OBMC) relies on the specific previous frame to be reused.
      66499f34
  19. 31 Oct, 2013 1 commit
  20. 30 Oct, 2013 2 commits
  21. 28 Oct, 2013 1 commit
  22. 03 Oct, 2013 1 commit
  23. 16 Aug, 2013 1 commit
  24. 30 Apr, 2013 1 commit
  25. 10 Apr, 2013 2 commits
  26. 05 Apr, 2013 4 commits
  27. 12 Mar, 2013 1 commit
  28. 08 Mar, 2013 1 commit
  29. 25 Feb, 2013 1 commit