1. 22 Oct, 2016 1 commit
  2. 11 Oct, 2016 1 commit
  3. 06 Oct, 2016 1 commit
  4. 05 Oct, 2016 1 commit
  5. 06 Sep, 2016 1 commit
    • Rodger Combs's avatar
      lavf/matroskaenc: use mkv_check_tag_name consistently · 843e72ea
      Rodger Combs authored
      Previously, we used a different list of checks when deciding whether to
      write a set of tags at all than we did when deciding whether to write an
      individual tag in the set. This resulted in sometimes writing an empty
      tag master and seekhead. Now we use mkv_check_tag_name everywhere, so
      if a dictionary is entirely composed of tags we skip, we don't write a
      tag master at all.
      
      This affected the test file, since "language" was on one list but not
      the other, so we were writing an empty tag master there. The test hash
      is updated to reflect that change.
      843e72ea
  6. 10 May, 2016 1 commit
    • Ronald S. Bultje's avatar
      fate: add matroska-remux test. · 3ed5218b
      Ronald S. Bultje authored
      This tests automatic insertion of the vp9_superframe BSF as well as
      ensuring that the colorspace properties in the video header can be
      modified when remuxing (-c:v copy).
      3ed5218b