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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-09-28checkasm/vp9dsp: Fix iszero() to read the correct dataHenrik Gramner
2015-09-28checkasm: add vp9dsp.itxfm_add tests.Ronald S. Bultje
2015-09-28checkasm: Fix the function name sorting algorithmHenrik Gramner
2015-09-27checkasm/x86: Correctly handle variadic functionsHenrik Gramner
2015-09-26checkasm/vp9dsp: add const to suppress "discards const qualifier" warningsJames Almer
2015-09-26checkasm/Makefile: add missing testclean targetJames Almer
2015-09-26checkasm: Use a self-balancing treeHenrik Gramner
2015-09-26checkasm: clip vp9 loopfilter test pixels inside allowed bitdepth range.Ronald S. Bultje
2015-09-26tests/checkasm: make randomize_buffers a function for easier debuggingRodger Combs
2015-09-25AAC encoder: tweak PNS usage to be more aggressiveClaudio Freire
2015-09-24tests/checkasm/vp9dsp: Revert first hunk of bddcf758d3a68ac0bcc3bc4fc4aa7156e...Michael Niedermayer
2015-09-24fate: add chroma position scale testChristophe Gisquet
2015-09-23AAC encoder: tweak rate-distortion logicClaudio Freire
2015-09-22vp9: fix loopfilter test code to address Hendrik's comments.Ronald S. Bultje
2015-09-20tests/checkasm: fix stack smash in check_loopfilterRodger Combs
2015-09-20tests/checkasm/vp9dsp: Add () to protect macro argumentsMichael Niedermayer
2015-09-20checkasm: add VP9 loopfilter tests.Ronald S. Bultje
2015-09-20checkasm: add jpeg2000dsp rct_int testsJames Almer
2015-09-19lpc: correctly apply windowing to the samples in the float-only lpcRostislav Pehlivanov
2015-09-17checkasm: add flacdsp decorrelate testsJames Almer
2015-09-17AAC encoder: refactor to resynchronize MIPS portClaudio Freire
2015-09-16aacenc_tns: fix coefficient compression conditionRostislav Pehlivanov
2015-09-16tests/checkasm/vp9dsp: Use snprintf() for safeteyMichael Niedermayer
2015-09-16checkasm: v210: Fix array overwriteHenrik Gramner
2015-09-16checkasm: v210: s/Libav/FFmpeg/Henrik Gramner
2015-09-16Merge commit 'e17db9ac496420f8824190ff5059a8a3646cbb7e'Hendrik Leppkes
2015-09-15checkasm: add vp9 intra pred tests.Ronald S. Bultje
2015-09-15checkasm: add vp9 MC tests.Ronald S. Bultje
2015-09-13fate: Move mv0 option from global to mpv privateVittorio Giovara
2015-09-13avconv_filter: Use full named optionsVittorio Giovara
2015-09-12fate: readjust AAC encoder TNS testRostislav Pehlivanov
2015-09-10swscale/utils: handle gray+alpha formats like gray for luma rangesMichael Niedermayer
2015-09-09aaccoder: tweak PNS implementation furtherRostislav Pehlivanov
2015-09-08avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch
2015-09-08Merge commit '3cdda78deb19b39dbbf8961ae0aec44dbb19bf6d'Hendrik Leppkes
2015-09-07Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'Hendrik Leppkes
2015-09-07aaccoder: add frequency scaling and quantization correction for PNSRostislav Pehlivanov
2015-09-06aacenc_is: take absolute coefficient value upon energy calculationsRostislav Pehlivanov
2015-09-06fate: adjust AAC encoder tests valuesRostislav Pehlivanov
2015-09-06avcodec/samidec: use ff_htmlmarkup_to_ass()Yayoi
2015-09-06fate/subtitles: add a new test for SAMI demuxer and decoderYayoi
2015-09-06checkasm: add unit tests for v210encHenrik Gramner
2015-09-06tests/fate: replace all -f md5 by framemd5Michael Niedermayer
2015-09-06tests/fate-run: Pass bitexact flags to enc_dec_pcm() outputMichael Niedermayer
2015-09-05fate: increase the fuzz of the AAC encoder aref testRostislav Pehlivanov
2015-09-05lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes
2015-09-05fate: adjust AAC encoder TNS test targetRostislav Pehlivanov
2015-09-04vp9_parse: fix parsing of pskip and profile 2/3.Ronald S. Bultje
2015-09-03AAC: Increase fuzziness of fate-aac testsClaudio Freire
2015-09-03avfilter/vf_vectorscope: support more formats for color4 mode in common casePaul B Mahol