1. 05 Jan, 2017 1 commit
  2. 02 Jan, 2017 1 commit
  3. 31 Dec, 2016 1 commit
  4. 30 Dec, 2016 1 commit
  5. 23 Dec, 2016 1 commit
  6. 20 Dec, 2016 1 commit
  7. 12 Dec, 2016 1 commit
  8. 10 Dec, 2016 4 commits
  9. 05 Dec, 2016 1 commit
  10. 03 Dec, 2016 1 commit
  11. 02 Dec, 2016 5 commits
  12. 27 Nov, 2016 2 commits
  13. 24 Nov, 2016 1 commit
  14. 23 Nov, 2016 1 commit
  15. 22 Nov, 2016 3 commits
  16. 16 Nov, 2016 1 commit
  17. 13 Nov, 2016 1 commit
    • Hendrik Leppkes's avatar
      configure: use check_lib2 for cuda and cuvid · 0539ff0e
      Hendrik Leppkes authored
      Fixes building for Windows x86 with MSVC using the link libraries distributed with the CUDA SDK.
      
      check_lib2 is required here because it includes the header to get the full signature of the
      function, including the stdcall calling convention and all of its arguments, which enables
      the linker to determine the fully qualified object name and resolve it through the import
      library, since the CUDA SDK libraries do not include un-qualified aliases.
      0539ff0e
  18. 11 Nov, 2016 1 commit
    • Marton Balint's avatar
      lavfi/loudnorm: add an internal libebur128 library · 005d058f
      Marton Balint authored
      Also contains the following changes to the library:
      - add ff_ prefix to functions
      - remove cplusplus defines.
      - add FF_ prefix to contants and some structs
      - remove true peak calculation feature, since it uses its own resampler, and
        af_loudnorm does not need it.
      - remove version info and some fprintf(stderr) functions
      - convert to use av_malloc
      - always use histogram mode for LRA calculation, otherwise LRA data is slowly
        consuming memory making af_loudnorm unfit for 24/7 operation. It also uses a
        BSD style linked list implementation which is probably not available on all
        platforms. So let's just remove the classic mode which not uses histogram.
      - add ff_thread_once for calculating static histogram tables
      - convert some functions to void which cannot fail
      - remove intrinsics and some unused headers
      - add support for planar audio
      - remove channel / sample rate changer function, in ffmpeg usually we simply
        alloc a new context
      - convert some static variables to defines
      - declare static histogram variables as aligned
      - convert some initalizations to mallocz
      - add window size parameter to init function and remove window size setter
        function
      - convert return codes to AVERROR
      - fix indentation
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      005d058f
  19. 05 Nov, 2016 1 commit
  20. 31 Oct, 2016 1 commit
  21. 30 Oct, 2016 1 commit
  22. 29 Oct, 2016 1 commit
  23. 28 Oct, 2016 1 commit
  24. 26 Oct, 2016 2 commits
  25. 21 Oct, 2016 1 commit
  26. 19 Oct, 2016 2 commits
  27. 14 Oct, 2016 1 commit
  28. 13 Oct, 2016 1 commit