1. 21 Dec, 2019 1 commit
  2. 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
  3. 24 Aug, 2018 1 commit
    • Jan Ekström's avatar
      avformat/movenc: implicitly enable negative CTS offsets for ismv · 1931761f
      Jan Ekström authored
      ISMV lacks any sort of edit list support, as well as tfxd is
      effectively the PTS of the fragment for most intents and purposes.
      
      Thus, if b-frames are requested without negative CTS offsets you
      end up with N frames' worth of delay (tfxd PTS plus the CTS offset
      of the first sample). Negative CTS offsets enable the first sample
      to have CTS=DTS, and thus a/v desync due to b-frame reorder delay
      is avoided.
      1931761f
  4. 16 Mar, 2014 1 commit
  5. 22 Feb, 2014 1 commit
  6. 17 May, 2013 1 commit
  7. 08 Jan, 2013 1 commit
  8. 27 Sep, 2012 1 commit
  9. 04 Jul, 2012 1 commit
    • Nicolas George's avatar
      ffmpeg: rework checks for the -t option. · 2fc354f9
      Nicolas George authored
      This commit is based on libav's implementation and
      makes sure to compare output timestamps together.
      It also reduces the differences with avconv.
      
      The changes to the test reference files are caused
      by an additional packet at the end, the timestamp
      of the frame encoded by this packet is always
      strictly below the limit stated by the -t option.
      2fc354f9
  10. 17 Feb, 2012 1 commit