1. 31 Aug, 2017 2 commits
    • Martin Storsjö's avatar
      msvc: Properly specify dllexport for data symbols shared across dll boundaries · abf1c058
      Martin Storsjö authored
      We currently only have exported data symbols within libavcodec, but
      the concept is easy to extend to other libraries if necessary.
      The attribute declaration needs to be in a private header though,
      since we can't use CONFIG_SHARED in public installed headers.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      abf1c058
    • Martin Storsjö's avatar
      Remove support for building for mingw32ce (Windows CE) · e41daa62
      Martin Storsjö authored
      The toolchain for this target is unmaintained since many years.
      
      While it has been continuously build tested on fate, it hasn't
      actually been tested at runtime since many, many years (and back
      then, only a few codecs in libavcodec were tested).
      
      So far, keeping support for it has been mostly effortless, but
      the compiler does seem to have issues with dllimported data symbols,
      ending up as internal compiler errors in some cases. Instead of
      jumping through further hoops to work around that, just remove the
      target.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      e41daa62
  2. 30 Aug, 2017 1 commit
  3. 28 Aug, 2017 1 commit
  4. 25 Aug, 2017 1 commit
  5. 22 Aug, 2017 2 commits
  6. 21 Aug, 2017 2 commits
  7. 20 Aug, 2017 4 commits
  8. 18 Aug, 2017 1 commit
  9. 13 Aug, 2017 11 commits
  10. 12 Aug, 2017 4 commits
  11. 10 Aug, 2017 2 commits
  12. 06 Aug, 2017 1 commit
    • Mark Thompson's avatar
      vaapi_encode: Move quality option to common code · 19388a72
      Mark Thompson authored
      Use AVCodecContext.compression_level rather than a private option,
      replacing the H.264-specific quality option (which stays only for
      compatibility).
      
      This now works with the H.265 encoder in the i965 driver, as well as
      the existing cases with the H.264 encoder.
      19388a72
  13. 05 Aug, 2017 3 commits
  14. 31 Jul, 2017 2 commits
  15. 30 Jul, 2017 1 commit
  16. 28 Jul, 2017 2 commits