Skip to content
Snippets Groups Projects
  1. Jul 16, 2017
  2. Jul 13, 2017
  3. Jul 06, 2017
    • Ricardo Constantino's avatar
      configure: require pkg-config for libvorbis · 3b3501f7
      Ricardo Constantino authored
      
      libvorbis comes with pkg-config files since at least v1.0.1, way back in 2003.
      
      We need the two checks for vorbis and vorbisenc because we use functions from
      both and Xiph considers them separate libraries.
      
      The check is inverted (vorbis first then vorbisenc) because add_extralibs()
      prepends to EXTRALIBS instead of appending. For both shared and static linking
      the order didn't seem to matter anyway, testing with MinGW.
      
      Signed-off-by: default avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      3b3501f7
  4. Jun 27, 2017
  5. Jun 24, 2017
  6. Jun 23, 2017
  7. Jun 21, 2017
  8. Jun 20, 2017
  9. Jun 16, 2017
  10. Jun 08, 2017
  11. Jun 02, 2017
  12. Jun 01, 2017
  13. May 31, 2017
  14. May 29, 2017
    • Rostislav Pehlivanov's avatar
      lavc: remove libschroedinger encoding and decoding wrappers · 220b24c7
      Rostislav Pehlivanov authored
      The library has stopped being developed and Debian has removed it
      from its repositories citing security issues.
      The native Dirac decoder supports everything the library has and basic
      encoding support is still provided via the native vc2 (Dirac Pro, intra
      only version of Dirac) encoder. Hence, there's no reason to still support
      linking to the library and potentially leading users into security issues.
      220b24c7
    • Rostislav Pehlivanov's avatar
      lavf: remove the libnut library wrapper · a3deeaad
      Rostislav Pehlivanov authored
      libnut is outdated and not developed anymore, all nut developments
      happens in this repo, so users are getting mislead
      a3deeaad
  15. May 21, 2017
  16. May 18, 2017
  17. May 16, 2017
  18. May 15, 2017
  19. May 09, 2017
  20. May 08, 2017
    • Aaron Levinson's avatar
      avdevice/decklink: fix MSVC build issues · 7f7ee86d
      Aaron Levinson authored
      
      Purpose: Made minor changes to get the decklink avdevice code to build
      using Visual C++.
      
      Notes: Made changes to configure per Hendrik Leppkes's review of first
      and second versions of patch.  Also made slight alterations per Marton
      Balint's reviews.
      
      Comments:
      
      -- configure: Added if enabled decklink section and setting
         decklink_indev_extralibs and decklink_outdev_extralibs here for
         both mingw and Windows.  Also eliminated the setting of these
         variables in the mingw section earlier in the file.
      
      -- libavdevice/decklink_common.cpp: Switched the order of the include
         of libavformat/internal.h to workaround build issues with Visual
         C++.  See comment in file for more details.
      
      -- libavdevice/decklink_dec.cpp:
      a) Rearranged the include of libavformat/internal.h (for reasons as
         described above).
      b) Made slight alteration to an argument for call to av_rescale_q() to
         workaround a compiler error with Visual C++.  This appears to only
         be an issue when building C++ files with Visual C++.  See comment
         in code for more details.
      
      -- libavdevice/decklink_enc.cpp: Rearranged the include of
         libavformat/internal.h (for reasons as described above).
      
      Signed-off-by: default avatarAaron Levinson <alevinsn@aracnet.com>
      Signed-off-by: default avatarMarton Balint <cus@passwd.hu>
      7f7ee86d
    • James Almer's avatar
  21. May 07, 2017
  22. May 04, 2017
  23. Apr 24, 2017
Loading