1. 20 Jun, 2017 3 commits
    • James Darnley's avatar
    • Diego Biurrun's avatar
      build: Add missing idctdsp dependency for clearvideo · 155f071b
      Diego Biurrun authored
      (cherry picked from commit 2f792cb6)
      155f071b
    • wm4's avatar
      ffmpeg: remove misleading and incorrect warning messages · f1df7cc1
      wm4 authored
      It is wrong/incorrect in two aspects:
      1. The pixel format is not enough to guarantee that the resulting file
         will be any more compatible with media players.
      2. Media players not supporting higher profiles are not necessarily
         outdated (in fact this is simply an arrogant statement that
         libavcodec can handle these particular features).
      
      You could add that there are plenty of other ways to produce widely
      incompatible files with ffmpeg, and these don't show any warnings.
      
      What we really want to do here is defaulting to codec profiles that
      have wide compatibility, such as main/high for h264. Also, if an
      encoder does not accept certain pixfmts, we should automatically
      convert them to a pixfmt the encoder can accept. But the existing
      message certainly is not appropriate.
      
      It also works for 2 specific encoders only. Extending it for other
      cases would result in a lot of special cases, so this is not the
      right place.
      f1df7cc1
  2. 19 Jun, 2017 21 commits
  3. 18 Jun, 2017 12 commits
  4. 17 Jun, 2017 4 commits