1. 22 Mar, 2016 1 commit
  2. 20 Mar, 2016 1 commit
  3. 06 Dec, 2015 1 commit
  4. 26 Nov, 2015 1 commit
  5. 16 Nov, 2015 3 commits
  6. 15 Nov, 2015 1 commit
  7. 17 Oct, 2015 2 commits
  8. 16 Oct, 2015 1 commit
  9. 29 Sep, 2015 1 commit
  10. 05 Sep, 2015 1 commit
  11. 30 Aug, 2015 1 commit
  12. 11 Aug, 2015 1 commit
  13. 12 May, 2015 1 commit
  14. 10 May, 2015 1 commit
  15. 23 Apr, 2015 2 commits
  16. 20 Apr, 2015 2 commits
    • wm4's avatar
      fate: gapless: fix mp3 tests · 1e2e22ec
      wm4 authored
      Seeking to a negative time did not have the desired effect of seeking to
      the next valid position (the file start). On the other hand, just
      "-ss 0" will normally seek to a position higher than 0, because it adds
      the start time of the file. (The start time is not 0 because the gapless
      code skips a few samples from the start.)
      
      Fix this by using the "-seek_timestamp 1" option, which makes "-ss 0" do
      what you'd expect it would do.
      
      Also put the -ss option at the right place, before -i. This actually
      makes it seek, instead of something completely else. The ".out-3" test
      is no different in the -usetoc 0/1 cases, because the seeking is
      inaccurate (in both cases).
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      1e2e22ec
    • Timothy Gu's avatar
      fate: Omit the results if the test passed · 3b1e35d4
      Timothy Gu authored
      The FATE server does not report this information anyway and omitting
      it makes the successful run send much less data.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      3b1e35d4
  17. 17 Apr, 2015 2 commits
  18. 16 Apr, 2015 1 commit
  19. 10 Apr, 2015 1 commit
  20. 10 Mar, 2015 1 commit
  21. 09 Mar, 2015 1 commit
  22. 21 Feb, 2015 1 commit
  23. 10 Feb, 2015 1 commit
  24. 10 Nov, 2014 1 commit
  25. 15 Oct, 2014 3 commits
  26. 23 Sep, 2014 1 commit
  27. 01 Aug, 2014 1 commit
  28. 15 May, 2014 1 commit
    • Anton Khirnov's avatar
      lavf: add AVFMT_FLAG_BITEXACT. · 0c1959b0
      Anton Khirnov authored
      Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's
      codec context.
      
      Using codec options inside lavf is fragile and can easily break when the
      muxing codec context is not the encoding context.
      0c1959b0
  29. 14 May, 2014 1 commit
  30. 18 Mar, 2014 1 commit
  31. 23 Oct, 2013 1 commit
  32. 29 Sep, 2013 1 commit