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-07-13checkasm: add a g722dsp testJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-07-05fate: add fate-checkasm-sbrdsp targetJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-06-28checkasm: add AAC PS testsClément Bœsch
This includes various fixes and improvements from James Almer. Signed-off-by: James Almer <jamrial@gmail.com>
2017-06-15checkasm: add float_dsp testsJames Almer
Ported from libavutil/tests/float_dsp.c Signed-off-by: James Almer <jamrial@gmail.com>
2017-05-05Merge commit '4e62b57ee03928c12a3119dcaf78ffa1f4d6985f'Clément Bœsch
* commit '4e62b57ee03928c12a3119dcaf78ffa1f4d6985f': fate: Skip the checkasm test if CONFIG_STATIC is disabled Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-04-12checkasm: add fixed_dsp testsJames Almer
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2017-03-31Merge commit '4537647c0429fe7c8ee655ac3fda856ba67f58a0'Clément Bœsch
* commit '4537647c0429fe7c8ee655ac3fda856ba67f58a0': fate: checkasm: Split monolithic test into individual components Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-01-09fate: Skip the checkasm test if CONFIG_STATIC is disabledMartin Storsjö
When building DLLs with MSVC, CONFIG_STATIC is disabled (see d66c52c2b3694 for a more verbose explanation) since the built object files can't be linked statically (which checkasm does). This worked up until recently, only by luck. Signed-off-by: Martin Storsjö <martin@martin.st>
2016-11-08fate: checkasm: Split monolithic test into individual componentsDiego Biurrun
2015-07-18fate: add checkasm targetJanne Grunau