1. 16 Oct, 2019 2 commits
    • Paul B Mahol's avatar
      avfilter/vf_gblur: fix heap-buffer overflow · 64a80588
      Paul B Mahol authored
      Fixes #8282
      64a80588
    • Andriy Gelman's avatar
      avformat/chromaprint: Fix writing raw fingerprint · e14f5fd0
      Andriy Gelman authored
      The pointer fp after the call to chromaprint_get_raw_fingerpoint() points to an array
      of uint32_t whereas the current code assumed just a char stream. Thus when writing the
      raw fingerprint, the output would be truncated by a factor of 4.
      
      For reference the declaration of the function from chromaprint.h is:
      int chromaprint_get_raw_fingerprint(ChromaprintContext *ctx, uint32_t **fingerprint, int *size);
      e14f5fd0
  2. 15 Oct, 2019 15 commits
  3. 14 Oct, 2019 23 commits