1. 17 Aug, 2018 1 commit
  2. 20 Feb, 2018 1 commit
  3. 17 Oct, 2017 1 commit
    • Mark Thompson's avatar
      lavc: Add h264_redundant_pps bitstream filter · 8b263062
      Mark Thompson authored
      This applies a specific fixup to some Blu-ray 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.
      
      (cherry picked from commit e6874bc3)
      8b263062
  4. 13 Aug, 2017 1 commit
    • 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