1. 12 Oct, 2018 4 commits
  2. 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
  3. 21 Aug, 2018 1 commit
  4. 16 May, 2018 1 commit
  5. 11 May, 2018 1 commit
  6. 08 May, 2018 10 commits
  7. 07 Jan, 2018 1 commit
  8. 08 Dec, 2017 1 commit
  9. 26 Oct, 2017 1 commit
  10. 03 Oct, 2017 1 commit
  11. 18 Sep, 2017 1 commit
  12. 12 Sep, 2017 1 commit
  13. 30 Aug, 2017 1 commit
  14. 20 Aug, 2017 1 commit
  15. 08 Aug, 2017 1 commit
  16. 30 Jul, 2017 1 commit
  17. 24 Jun, 2017 1 commit
    • James Almer's avatar
      fate: update checksums for fate-lavf-ffm and fate-lavf-mxf · e5bce8b4
      James Almer authored
      <@jamrial> durandal_1707: 04aa09c4 broke fate-lavf-ffm and fate-lavf-mxf
      <@durandal_1707> how so?
      <@jamrial> one byte changes
      <@durandal_1707> jamrial: just update checksums
      <@jamrial> durandal_1707: but why did they change at all? the commit you reverted didn't affect them
      <@jamrial> why does reverting it affect these tests?
      <@jamrial> i don't think updating the checksum without knowing what changed is a good idea
      <@durandal_1707> jamrial: the lavfi core is in weird state after removal of recursive code
      <@durandal_1707> jamrial: the change is that older ones would get progressive flag set and new one doesnt
      <@jamrial> alright
      e5bce8b4
  18. 08 Apr, 2017 1 commit
  19. 16 Mar, 2017 1 commit
  20. 08 Mar, 2017 1 commit
  21. 03 Mar, 2017 1 commit
    • Anton Khirnov's avatar
      ffmpeg: init filtergraphs only after we have a frame on each input · af1761f7
      Anton Khirnov authored
      This makes sure the actual stream parameters are used, which is
      important mainly for hardware decoding+filtering cases, which would
      previously require various weird workarounds to handle the fact that a
      fake software graph has to be constructed, but never used.
      This should also improve behaviour in rare cases where
      avformat_find_stream_info() does not provide accurate information.
      
      This merges Libav commit a3a0230a. It was previously skipped.
      
      The code in flush_encoders() which sets up a "fake" format wasn't in
      Libav. I'm not sure if it's a good idea, but it tends to give
      behavior closer to the old one in certain corner cases.
      
      The vp8-size-change gives different result, because now the size of
      the first frame is used. libavformat reported the size of the largest
      frame for some reason.
      
      The exr tests now use the sample aspect ratio of the first frame. For
      some reason libavformat determines 0/1 as aspect ratio, while the
      decoder returns the correct one.
      
      The ffm and mxf tests change the field_order values. I'm assuming
      another libavformat/decoding mismatch.
      Signed-off-by: 's avatarwm4 <nfxjfg@googlemail.com>
      af1761f7
  22. 22 Feb, 2017 1 commit
  23. 11 Feb, 2017 1 commit
  24. 10 Feb, 2017 1 commit
  25. 02 Dec, 2016 3 commits
  26. 18 Nov, 2016 1 commit