Skip to content
Snippets Groups Projects
  1. Nov 13, 2016
  2. Nov 06, 2016
  3. Nov 03, 2016
  4. Sep 21, 2016
    • Clément Bœsch's avatar
      ffmpeg: switch to codecpar · 955b818c
      Clément Bœsch authored
      
      This commit is largely based on commit 15e84ed3 from Anton Khirnov
      <anton@khirnov.net> which was previously skipped in bbf5ef9d.
      
      There are still a bunch of things raising codecpar related warnings that
      need fixing, such as:
      - the use of codec->debug in the interactive debug mode
      - read_ffserver_streams(): it's probably broken now but there is no test
      - lowres stuff
      - codec copy apparently required by bitstream filters
      
      The matroska references are updated because they now properly forward
      the field_order (previously unknown, now progressive).
      
      Thanks to James Almer for fixing a bunch of FATE issues in this commit.
      
      Signed-off-by: default avatarClément Bœsch <clement@stupeflix.com>
      Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
      955b818c
  5. May 18, 2016
  6. Mar 28, 2016
  7. Feb 10, 2016
  8. Nov 11, 2015
  9. Oct 30, 2015
  10. Oct 11, 2015
    • Michael Niedermayer's avatar
      Revert "Merge commit '8b830ee9'" (avconv: Do... · 14573b9b
      Michael Niedermayer authored
      Revert "Merge commit '8b830ee9'" (avconv: Do not try to configure filter outputs without streams)
      
      FFmpeg already tests for this case in configure_output_filter() and printed a
      clearer error message
      
      example:
      ./ffmpeg -f lavfi -i color -f lavfi -i color -filter_complex "[1]null[x],[0][1]overlay" -f null -
      before the merge / after the revert:
      Filter null has a unconnected output
      
      after the merge / before the revert:
      Output pad "default" with type video of the filter instance "Parsed_null_0" of null not connected to any destination
      Error configuring complex filters.
      Invalid argument
      
      This reverts commit 3e3779cd, reversing
      changes made to 0b28039a.
      
      Reviewed-by: default avatarGanesh Ajjanagadde <gajjanag@mit.edu>
      14573b9b
  11. Aug 19, 2015
  12. Aug 15, 2015
  13. Aug 08, 2015
  14. Jul 19, 2015
  15. Jul 02, 2015
  16. May 03, 2015
  17. Nov 24, 2014
  18. Nov 05, 2014
  19. Sep 11, 2014
  20. Sep 01, 2014
  21. Aug 30, 2014
  22. Jul 30, 2014
    • Nicolas George's avatar
      ffmpeg_filter: refuse to configure input without a decoder. · 91244073
      Nicolas George authored
      The decoder is necessary in order to filter frames.
      This makes the error message clearer in this case:
      currently, it will usually fail because the pixel or sample
      format is not defined and is converted into "(null)"
      (non-portable).
      
      Enhance trac ticket #3779.
      91244073
  23. Jun 01, 2014
  24. Apr 27, 2014
  25. Oct 27, 2013
  26. Oct 24, 2013
  27. Aug 14, 2013
  28. Aug 12, 2013
  29. Aug 07, 2013
  30. Jul 08, 2013
  31. May 08, 2013
  32. Apr 21, 2013
  33. Apr 12, 2013
  34. Apr 11, 2013
Loading