1. 28 1月, 2019 1 次提交
  2. 27 1月, 2019 1 次提交
  3. 15 1月, 2019 1 次提交
  4. 13 1月, 2019 2 次提交
  5. 31 12月, 2018 1 次提交
  6. 19 12月, 2018 1 次提交
  7. 18 12月, 2018 1 次提交
  8. 15 12月, 2018 1 次提交
  9. 14 12月, 2018 1 次提交
  10. 10 12月, 2018 2 次提交
  11. 07 12月, 2018 1 次提交
  12. 04 12月, 2018 1 次提交
  13. 02 12月, 2018 1 次提交
  14. 24 11月, 2018 1 次提交
  15. 06 11月, 2018 4 次提交
  16. 05 11月, 2018 1 次提交
    • M
      libx264: Pass the reordered_opaque field through the encoder · 882ae091
      Martin Storsjö 提交于
      libx264 does have a field for opaque data to pass along with frames
      through the encoder, but it is a pointer, while the libavcodec
      reordered_opaque field is an int64_t. Therefore, allocate an array
      within the libx264 wrapper, where reordered_opaque values in flight
      are stored, and pass a pointer to this array to libx264.
      
      Update the public libavcodec documentation for the AVCodecContext
      field to explain this usage, and add a codec capability that allows
      detecting whether an encoder handles this field.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      882ae091
  17. 02 11月, 2018 2 次提交
  18. 26 10月, 2018 1 次提交
  19. 20 10月, 2018 1 次提交
  20. 18 10月, 2018 1 次提交
  21. 12 10月, 2018 1 次提交
  22. 04 10月, 2018 1 次提交
  23. 30 9月, 2018 1 次提交
  24. 27 9月, 2018 1 次提交
  25. 23 9月, 2018 1 次提交
  26. 12 9月, 2018 1 次提交
  27. 10 9月, 2018 1 次提交
  28. 08 9月, 2018 1 次提交
  29. 28 8月, 2018 2 次提交
  30. 25 8月, 2018 1 次提交
  31. 21 8月, 2018 2 次提交
  32. 18 8月, 2018 1 次提交