summaryrefslogtreecommitdiff
path: root/libavformat/chromaprint.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-6/+7
* avcodec, avformat: Remove unnecessary inclusions of lavc/internal.hAndreas Rheinhardt2022-03-231-1/+0
* chromaprint: convert to new channel layout APIJames Almer2022-03-151-2/+2
* avformat/chromaprint: Improve returned error codesAndreas Rheinhardt2021-09-271-10/+8
* avformat/chromaprint: Add deinit functionAndreas Rheinhardt2021-09-271-3/+4
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* All: update names in copyright headersrcombs2021-01-201-1/+1
* lavf/chromaprint: Silence compilation warningsCarl Eugen Hoyos2020-04-051-3/+4
* avformat/chromaprint: Fix writing raw fingerprintAndriy Gelman2019-10-161-1/+1
* avformat/chromaprint: improve logging messageAndriy Gelman2019-10-141-1/+1
* avformat/chromaprint: Fix fp_format optionAndriy Gelman2019-10-141-1/+1
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-261-4/+5
* lavf/chromaprint: Update for version 1.4Georgi D. Sotirov2016-12-061-0/+4
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
* lavf: add chromaprint muxerRodger Combs2015-10-041-0/+186