1. 23 Apr, 2019 1 commit
  2. 03 Apr, 2019 1 commit
  3. 16 Feb, 2019 8 commits
  4. 04 Jan, 2019 1 commit
  5. 10 Jul, 2018 1 commit
    • Gyan Doshi's avatar
      fate: allow temp files for passed test to be kept · 0bd48ab2
      Gyan Doshi authored
      Set make variable KEEP to non-zero value to preserve temp files
      when a test has passed.
      
      Helpful in diagnosing failed tests when test outfile is some type of
      single hash and does not reveal differences in processed output.
      0bd48ab2
  6. 16 Jun, 2018 1 commit
  7. 13 Jun, 2018 1 commit
  8. 21 May, 2018 1 commit
  9. 13 Mar, 2018 1 commit
  10. 16 Feb, 2018 1 commit
  11. 02 Feb, 2018 1 commit
  12. 06 Jan, 2018 1 commit
  13. 17 Oct, 2017 1 commit
  14. 03 Oct, 2017 1 commit
  15. 26 Sep, 2017 1 commit
  16. 31 Aug, 2017 1 commit
  17. 30 Aug, 2017 1 commit
  18. 03 Aug, 2017 1 commit
  19. 20 Mar, 2017 1 commit
  20. 01 Mar, 2017 1 commit
  21. 28 Dec, 2016 1 commit
  22. 28 Nov, 2016 2 commits
  23. 10 Nov, 2016 1 commit
    • Steven Liu's avatar
      avformat/flvenc: add add_keyframe_index option · 863ebe6f
      Steven Liu authored
      Add keyframe index metadata
      Used to facilitate seeking; particularly for HTTP pseudo streaming.
       1. read live streaming or file by sequence
       2. if use add_keyframe_index option, add a mark flag at the position,
          use to insert new context at the last step.
       3. add the keyframes *offset* and *timestamp* into a list
       4. if use add_keyframe_index option, shift the metadata data from
          mark flag offset
       5. insert the keyframes *offset* and *timestamp* from the list by
          sequence
       6. free the list
       7. end.
      
      Add FATE test case;
      Reviewed-by: 's avatarLou Logan <lou@lrcd.com>
      Signed-off-by: 's avatarSteven Liu <liuqi@gosun.com>
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      863ebe6f
  24. 01 Nov, 2016 1 commit
  25. 19 Sep, 2016 1 commit
  26. 22 Aug, 2016 1 commit
  27. 04 Jul, 2016 1 commit
  28. 06 Jun, 2016 1 commit
  29. 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
  30. 21 Apr, 2016 1 commit
  31. 07 Apr, 2016 1 commit
    • Diego Biurrun's avatar
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun authored
      Restore alphabetical order in lists, break overly long lines, do some
      prettyprinting, add some explanatory section comments, group parts
      together that belong together logically.
      01621202
  32. 22 Mar, 2016 1 commit