summaryrefslogtreecommitdiff
path: root/libswresample/tests
Commit message (Collapse)AuthorAgeFilesLines
* swresample: convert to new channel layout APIJames Almer2022-03-151-35/+29
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-031-8/+0
| | | | | | Newer versions of Clang detect this and emit warnings for it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* swr: fix time.h includeClément Bœsch2016-06-221-1/+1
|
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-222-0/+423
* commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>