1. 21 Dec, 2015 1 commit
  2. 09 Dec, 2015 1 commit
  3. 08 Dec, 2015 1 commit
  4. 07 Dec, 2015 1 commit
  5. 06 Dec, 2015 1 commit
  6. 26 Nov, 2015 1 commit
  7. 24 Nov, 2015 3 commits
  8. 23 Nov, 2015 2 commits
  9. 18 Nov, 2015 1 commit
  10. 17 Nov, 2015 1 commit
  11. 15 Nov, 2015 1 commit
  12. 11 Nov, 2015 3 commits
  13. 10 Nov, 2015 3 commits
  14. 07 Nov, 2015 3 commits
    • Nicolas George's avatar
      lavu/opt: enhance printing durations. · 47ea04ff
      Nicolas George authored
      Trim unneeded leading components and trailing zeros.
      Move the formating code in a separate function.
      Use the function also to format the default value, it was currently
      printed as plain integer, inconsistent to the way it is parsed.
      47ea04ff
    • Nicolas George's avatar
      fate: add mpdecimate test. · 432e27e6
      Nicolas George authored
      432e27e6
    • Nicolas George's avatar
      lavfi: add testsrc2 test source. · b16e5693
      Nicolas George authored
      Similar to testsrc, but using drawutils and therefore
      supporting a lot of pixel formats instead of just rgb24.
      This allows using it as input for other tests without
      requiring a format conversion.
      It is also slightly faster than testsrc for some reason.
      b16e5693
  15. 03 Nov, 2015 1 commit
  16. 30 Oct, 2015 2 commits
  17. 29 Oct, 2015 1 commit
  18. 25 Oct, 2015 1 commit
    • Clément Bœsch's avatar
      avutil/opt: print more meaningful default flags values · 6b5412cb
      Clément Bœsch authored
      Example:
      % ./ffmpeg -h encoder=gif
      [...]
      GIF encoder AVOptions:
        -gifflags          <flags>      E..V.... set GIF flags (default offsetting+transdiff)
           offsetting                   E..V.... enable picture offsetting
           transdiff                    E..V.... enable transparency detection between frames
      6b5412cb
  19. 23 Oct, 2015 1 commit
  20. 14 Oct, 2015 1 commit
  21. 13 Oct, 2015 2 commits
  22. 12 Oct, 2015 2 commits
  23. 10 Oct, 2015 1 commit
  24. 09 Oct, 2015 1 commit
    • Christophe Gisquet's avatar
      fate: add DNxHD/HR tests · 25d3013e
      Christophe Gisquet authored
      Currently only 2 profiles are evaluated because they are the only 2
      with distributed test sequences.
      - CID 1260: YUV 4:2:2 10 bits with block-adaptive interlace coding,
        from ticket 4876;
      - CID 1270: YUV 4:4:4 10 bits (HR), 1920x839, from ticket 4581.
      
      They were generated from the ticket sequences by running the
      following kind of command-line;
      ffmpeg -i $INPUT -an -sn -vcodec copy -vframes 1 -y $OUTPUT.mov
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      25d3013e
  25. 08 Oct, 2015 1 commit
  26. 02 Oct, 2015 2 commits
  27. 30 Sep, 2015 1 commit