Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-19tests/audiomatch: Add missing return code at the end of main()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-12-19tests/audiomatch: Whitespace refinementJun Zhao
Refine the coding style. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-12-19tests/audiomatch: Add return value check for fread.Jun Zhao
Check fread return value to fix build warning as "ignoring return value of ‘fread’" Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-25tests/audiomatch: Fix compile warningSteven Liu
Making sure bestpos is initialized to zero to prevent gcc from kvetching. It's harmless (although it's not obvious that it's harmless) from code inspection: tests/audiomatch.c: In function ‘main’: tests/audiomatch.c:40: warning: ‘bestpos’ may be used uninitialized in this function Thanks to Moritz Barsnick for first bringing this to the attention. Signed-off-by: LiuQi <liuqi@gosun.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-03-30tests/audiomatch: Reduce search windowMichael Niedermayer
This avoids unneeded computations Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-03-30tests/audiomatch: also print signal vs reference lengthMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-03-22fate: add audiomatchMichael Niedermayer
Testset provided by Justin Greer <justin@zencoder.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>