Skip to content
Snippets Groups Projects
  1. Oct 15, 2018
  2. Oct 14, 2018
  3. Oct 12, 2018
  4. Oct 07, 2018
  5. Sep 25, 2018
  6. Sep 23, 2018
  7. Sep 22, 2018
  8. Sep 14, 2018
  9. Sep 10, 2018
  10. Sep 09, 2018
  11. Sep 06, 2018
  12. Aug 31, 2018
  13. Aug 30, 2018
  14. Aug 24, 2018
    • 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
  15. Aug 22, 2018
  16. Aug 21, 2018
  17. Aug 14, 2018
  18. Aug 11, 2018
  19. Jul 31, 2018
  20. Jul 30, 2018
  21. Jul 27, 2018
  22. Jul 23, 2018
  23. Jul 18, 2018
  24. Jul 16, 2018
  25. Jul 10, 2018
    • 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
  26. Jul 07, 2018
  27. Jun 27, 2018
  28. Jun 25, 2018
  29. Jun 19, 2018
    • Gyan Doshi's avatar
      avformat/movenc: read track title from correct key · 830695be
      Gyan Doshi authored
      da9cc22d allowed the MOV muxer to relay a custom stream handler name,
      whether populated from the input stream or user-set. However, the entry
      key didn't match the key set by the MOV demuxer, so it wasn't
      effective. Fixed.
      
      Due to the change, four FATE refs have to be updated. Verified that the
      target payload of the tests hasn't changed in terms of CRC.
      830695be
  30. Jun 16, 2018
  31. Jun 13, 2018
Loading