1. 14 4月, 2018 1 次提交
  2. 13 4月, 2018 1 次提交
  3. 12 4月, 2018 1 次提交
  4. 06 4月, 2018 1 次提交
  5. 04 4月, 2018 1 次提交
  6. 02 4月, 2018 2 次提交
  7. 01 4月, 2018 2 次提交
  8. 31 3月, 2018 1 次提交
  9. 30 3月, 2018 1 次提交
  10. 29 3月, 2018 4 次提交
  11. 25 3月, 2018 1 次提交
  12. 24 3月, 2018 1 次提交
  13. 21 3月, 2018 1 次提交
  14. 19 3月, 2018 1 次提交
  15. 18 3月, 2018 3 次提交
    • M
      fate/hapqa_extract : add test for hapqa_extract bsf · b2bb1cb6
      Martin Vignali 提交于
      test extract color and alpha
      with the three main kind of hap frame :
      - no snappy compression
      - snappy compression and one chunk
      - snappy compression and several chunks (16 here)
      
      like the bsf filter need to be used with vtag and encoder edition
      also test the information of the target mov for color and alpha
      b2bb1cb6
    • W
      lavu/frame: add QP side data · 4b86ac27
      wm4 提交于
      This adds a way for an API user to transfer QP data and metadata without
      having to keep the reference to AVFrame, and without having to
      explicitly care about QP APIs. It might also provide a way to finally
      remove the deprecated QP related fields. In the end, the QP table should
      be handled in a very similar way to e.g. AV_FRAME_DATA_MOTION_VECTORS.
      
      There are two side data types, because I didn't care about having to
      repack the QP data so the table and the metadata are in a single
      AVBufferRef. Otherwise it would have either required a copy on decoding
      (extra slowdown for something as obscure as the QP data), or would have
      required making intrusive changes to the codecs which support export of
      this data.
      
      The new side data types are added under deprecation guards, because I
      don't intend to change the status of the QP export as being deprecated
      (as it was before this patch too).
      4b86ac27
    • M
      fate/hapenc : remove test which use libsnappy · 32dbee44
      Martin Vignali 提交于
      the test in none mode can be let (they don't use libsnappy)
      32dbee44
  16. 17 3月, 2018 1 次提交
  17. 16 3月, 2018 1 次提交
  18. 14 3月, 2018 2 次提交
  19. 13 3月, 2018 2 次提交
  20. 11 3月, 2018 1 次提交
  21. 08 3月, 2018 3 次提交
  22. 03 3月, 2018 1 次提交
  23. 27 2月, 2018 1 次提交
  24. 26 2月, 2018 1 次提交
    • D
      fate: Error out more gracefully on configure failure · e2399e0c
      Diego Biurrun 提交于
      If configure fails before config.fate is generated, the report file misses
      some values and gets discarded by the FATE server. In these cases, print
      those values as "failed" along with the failing configure command line.
      e2399e0c
  25. 25 2月, 2018 3 次提交
  26. 24 2月, 2018 1 次提交
  27. 22 2月, 2018 1 次提交