1. 30 Jan, 2020 1 commit
  2. 21 Dec, 2019 2 commits
  3. 05 Dec, 2019 1 commit
  4. 23 Aug, 2019 1 commit
    • Marton Balint's avatar
      avformat/mpegtsenc: get rid of packet counting for sdt/pat/pmt · 2fb55089
      Marton Balint authored
      The packet counting based approach caused excessive sdt/pat/pmt for VBR, so
      let's use a timestamp based approach instead similar to how we emit PCRs.
      SDT/PAT/PMT period should be consistent for both VBR and CBR from now on.
      
      Also change the type of sdt_period and pat_period to AV_OPT_TYPE_DURATION so no
      floating point math is necessary.
      
      Fixes ticket #3714.
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      2fb55089
  5. 12 Jul, 2019 1 commit
  6. 08 May, 2019 2 commits
  7. 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
  8. 14 Mar, 2019 1 commit
  9. 16 Feb, 2019 7 commits
  10. 12 Oct, 2018 4 commits
  11. 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
  12. 21 Aug, 2018 1 commit
  13. 16 May, 2018 1 commit
  14. 11 May, 2018 1 commit
  15. 08 May, 2018 10 commits
  16. 07 Jan, 2018 1 commit
  17. 08 Dec, 2017 1 commit
  18. 26 Oct, 2017 1 commit
  19. 03 Oct, 2017 1 commit
  20. 18 Sep, 2017 1 commit