1. 07 Feb, 2017 1 commit
  2. 18 Nov, 2016 1 commit
  3. 29 Sep, 2016 1 commit
  4. 07 Jun, 2016 1 commit
  5. 27 Jul, 2015 1 commit
  6. 31 May, 2015 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. 12 Oct, 2014 1 commit
  9. 24 Dec, 2013 1 commit
  10. 09 Dec, 2013 1 commit
  11. 16 Nov, 2013 1 commit
  12. 31 Oct, 2013 1 commit
  13. 03 Oct, 2013 1 commit
  14. 09 Sep, 2013 1 commit
  15. 08 Mar, 2013 1 commit
  16. 29 Jan, 2013 1 commit
  17. 26 Jan, 2013 2 commits
  18. 04 Dec, 2012 1 commit
  19. 25 Oct, 2012 1 commit
  20. 23 Oct, 2012 1 commit
  21. 14 Oct, 2012 1 commit
  22. 08 Oct, 2012 1 commit
  23. 07 Aug, 2012 1 commit
  24. 06 May, 2012 2 commits
  25. 15 Apr, 2012 1 commit
  26. 06 Apr, 2012 1 commit
  27. 13 Feb, 2012 1 commit
  28. 22 Dec, 2011 1 commit
  29. 10 Dec, 2011 1 commit
  30. 12 Nov, 2011 1 commit
  31. 05 Nov, 2011 1 commit
  32. 09 Oct, 2011 2 commits
  33. 29 Jul, 2011 1 commit
  34. 07 May, 2011 1 commit
    • Stefano Sabatini's avatar
      lavc: set defaults in internal codec frames · 01042d41
      Stefano Sabatini authored
      This is required specifically for setting frame->format to -1,
      otherwise it will be set to 0 = PIX_FMT_YUV420P and code reading
      the format from the output decoded frame will get misled.
      
      In particular fix regressions occurring with the pending vsrc_buffer
      patch.
      01042d41
  35. 02 May, 2011 2 commits
  36. 19 Mar, 2011 1 commit