1. 26 Sep, 2019 1 commit
  2. 20 Sep, 2019 1 commit
  3. 19 Sep, 2019 2 commits
  4. 11 Sep, 2019 1 commit
  5. 08 Sep, 2019 1 commit
    • Calvin Walton's avatar
      lavfi/concat: allow to support inputs with different frame rates · 3ad5d4df
      Calvin Walton authored
      Right now, the concat filter does not set the frame_rate value on any of
      the out links. As a result, the default ffmpeg behaviour kicks in - to
      copy the framerate from the first input to the outputs.
      
      If a later input is higher framerate, this results in dropped frames; if
      a later input is lower framerate it might cause judder.
      
      This patch checks if all of the video inputs have the same framerate, and
      if not it sets the out link to use '1/0' as the frame rate, the value
      meaning "unknown/vfr".
      
      A test is added to verify the VFR behaviour. The existing test for CFR
      behaviour passes unchanged.
      3ad5d4df
  6. 05 Sep, 2019 1 commit
  7. 24 Aug, 2019 1 commit
  8. 17 Aug, 2019 1 commit
  9. 13 Aug, 2019 1 commit
  10. 01 Aug, 2019 1 commit
  11. 29 Jul, 2019 1 commit
  12. 22 Jul, 2019 1 commit
  13. 15 Jul, 2019 1 commit
  14. 11 Jul, 2019 2 commits
  15. 07 Jul, 2019 1 commit
  16. 12 Jun, 2019 3 commits
  17. 09 Jun, 2019 1 commit
  18. 08 May, 2019 3 commits
  19. 03 May, 2019 1 commit
  20. 19 Apr, 2019 1 commit
  21. 18 Apr, 2019 2 commits
  22. 17 Apr, 2019 1 commit
  23. 05 Apr, 2019 1 commit
  24. 03 Apr, 2019 1 commit
    • Gyan Doshi's avatar
      lavf/movenc: fix tmcd writing for non-MP4/MOV modes · 8161ac29
      Gyan Doshi authored
      write_tmcd allows tmcd track to be created with any mode but in
      mov_write_header, index for first tmcd track is only set for modes
      MP4 or MOV, causing a crash if tmcd creation is attempted with other
      modes.
      8161ac29
  25. 15 Mar, 2019 1 commit
  26. 14 Mar, 2019 2 commits
  27. 13 Mar, 2019 1 commit
  28. 04 Mar, 2019 1 commit
  29. 27 Feb, 2019 1 commit
  30. 16 Feb, 2019 3 commits