1. 13 Aug, 2017 3 commits
    • Mark Thompson's avatar
      lavc: Add hevc_metadata bitstream filter · b31a9eae
      Mark Thompson authored
      This is able to modify some header metadata found in the VPS/SPS/VUI,
      and can also add/remove AUDs.
      b31a9eae
    • Mark Thompson's avatar
      lavc: Add h264_redundant_pps bitstream filter · e6874bc3
      Mark Thompson authored
      This applies a specific fixup to some Bluray streams which contain
      redundant PPSs modifying irrelevant parameters of the stream which
      confuse other transformations which require correct extradata.
      
      A new single global PPS is created, and all of the redundant PPSs
      within the stream are removed.
      e6874bc3
    • Mark Thompson's avatar
      lavc: Add h264_metadata bitstream filter · 9e93001b
      Mark Thompson authored
      This is able to modify some header metadata found in the SPS/VUI,
      and can also add/remove AUDs and insert user data in SEI NAL units.
      9e93001b
  2. 12 Aug, 2017 4 commits
  3. 10 Aug, 2017 2 commits
  4. 06 Aug, 2017 1 commit
    • Mark Thompson's avatar
      vaapi_encode: Move quality option to common code · 19388a72
      Mark Thompson authored
      Use AVCodecContext.compression_level rather than a private option,
      replacing the H.264-specific quality option (which stays only for
      compatibility).
      
      This now works with the H.265 encoder in the i965 driver, as well as
      the existing cases with the H.264 encoder.
      19388a72
  5. 05 Aug, 2017 3 commits
  6. 31 Jul, 2017 2 commits
  7. 30 Jul, 2017 1 commit
  8. 28 Jul, 2017 4 commits
  9. 27 Jul, 2017 1 commit
  10. 26 Jul, 2017 11 commits
  11. 25 Jul, 2017 3 commits
  12. 22 Jul, 2017 3 commits
  13. 21 Jul, 2017 1 commit
  14. 17 Jul, 2017 1 commit