1. 03 6月, 2018 1 次提交
  2. 14 5月, 2018 1 次提交
  3. 12 2月, 2018 1 次提交
  4. 11 2月, 2018 1 次提交
  5. 07 11月, 2017 1 次提交
  6. 26 5月, 2017 1 次提交
  7. 02 5月, 2017 1 次提交
  8. 04 3月, 2017 1 次提交
  9. 12 1月, 2017 1 次提交
  10. 05 5月, 2016 1 次提交
  11. 04 12月, 2015 1 次提交
  12. 03 12月, 2015 1 次提交
  13. 30 11月, 2015 1 次提交
  14. 28 11月, 2015 2 次提交
  15. 05 10月, 2015 1 次提交
  16. 04 9月, 2015 1 次提交
  17. 27 7月, 2015 2 次提交
  18. 14 7月, 2015 1 次提交
  19. 15 5月, 2015 1 次提交
  20. 19 4月, 2015 1 次提交
  21. 06 2月, 2015 1 次提交
  22. 31 1月, 2015 1 次提交
  23. 20 12月, 2014 1 次提交
  24. 19 12月, 2014 1 次提交
  25. 14 12月, 2014 1 次提交
  26. 15 10月, 2014 1 次提交
    • A
      lavc: deprecate the use of AVCodecContext.time_base for decoding · 7ea1b347
      Anton Khirnov 提交于
      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
  27. 24 8月, 2014 1 次提交
  28. 15 8月, 2014 1 次提交
  29. 10 7月, 2014 1 次提交
  30. 20 6月, 2014 1 次提交
  31. 08 6月, 2014 1 次提交
  32. 03 6月, 2014 2 次提交
  33. 28 5月, 2014 1 次提交
  34. 02 4月, 2014 1 次提交
  35. 22 3月, 2014 1 次提交
  36. 28 2月, 2014 1 次提交
  37. 15 11月, 2013 1 次提交
    • R
      lavc: Edge emulation with dst/src linesize · 458446ac
      Ronald S. Bultje 提交于
      Allow supporting files for which the image stride is smaller than
      the maximum block size + number of subpel mc taps, e.g. a 64x64 VP9
      file or a 16x16 VP8 file with -fflags +emu_edge.
      458446ac