| Commit message (Expand) | Author | Age | Files | Lines |
* | checkasm: Use a self-balancing tree | Henrik Gramner | 2015-09-26 | 1 | -12/+47 |
* | checkasm: clip vp9 loopfilter test pixels inside allowed bitdepth range. | Ronald S. Bultje | 2015-09-26 | 1 | -2/+2 |
* | tests/checkasm: make randomize_buffers a function for easier debugging | Rodger Combs | 2015-09-26 | 1 | -51/+57 |
* | AAC encoder: tweak PNS usage to be more aggressive | Claudio Freire | 2015-09-25 | 1 | -1/+1 |
* | tests/checkasm/vp9dsp: Revert first hunk of bddcf758d3a68ac0bcc3bc4fc4aa7156e... | Michael Niedermayer | 2015-09-24 | 1 | -1/+3 |
* | fate: add chroma position scale test | Christophe Gisquet | 2015-09-23 | 2 | -0/+30 |
* | AAC encoder: tweak rate-distortion logic | Claudio Freire | 2015-09-23 | 1 | -5/+5 |
* | vp9: fix loopfilter test code to address Hendrik's comments. | Ronald S. Bultje | 2015-09-21 | 1 | -6/+5 |
* | tests/checkasm: fix stack smash in check_loopfilter | Rodger Combs | 2015-09-20 | 1 | -0/+3 |
* | tests/checkasm/vp9dsp: Add () to protect macro arguments | Michael Niedermayer | 2015-09-20 | 1 | -2/+2 |
* | checkasm: add VP9 loopfilter tests. | Ronald S. Bultje | 2015-09-20 | 1 | -0/+147 |
* | checkasm: add jpeg2000dsp rct_int tests | James Almer | 2015-09-20 | 4 | -0/+76 |
* | lpc: correctly apply windowing to the samples in the float-only lpc | Rostislav Pehlivanov | 2015-09-19 | 1 | -1/+1 |
* | checkasm: add flacdsp decorrelate tests | James Almer | 2015-09-17 | 4 | -0/+95 |
* | AAC encoder: refactor to resynchronize MIPS port | Claudio Freire | 2015-09-16 | 1 | -3/+12 |
* | aacenc_tns: fix coefficient compression condition | Rostislav Pehlivanov | 2015-09-16 | 1 | -1/+1 |
* | tests/checkasm/vp9dsp: Use snprintf() for safetey | Michael Niedermayer | 2015-09-16 | 1 | -4/+6 |
* | checkasm: v210: Fix array overwrite | Henrik Gramner | 2015-09-16 | 1 | -1/+1 |
* | checkasm: v210: s/Libav/FFmpeg/ | Henrik Gramner | 2015-09-16 | 1 | -4/+4 |
* | Merge commit 'e17db9ac496420f8824190ff5059a8a3646cbb7e' | Hendrik Leppkes | 2015-09-16 | 1 | -5/+4 |
|\ |
|
| * | fate: Move mv0 option from global to mpv private | Vittorio Giovara | 2015-09-13 | 1 | -7/+7 |
| * | avconv_filter: Use full named options | Vittorio Giovara | 2015-09-13 | 1 | -1/+1 |
* | | checkasm: add vp9 intra pred tests. | Ronald S. Bultje | 2015-09-15 | 1 | -1/+68 |
* | | checkasm: add vp9 MC tests. | Ronald S. Bultje | 2015-09-15 | 4 | -0/+127 |
* | | fate: readjust AAC encoder TNS test | Rostislav Pehlivanov | 2015-09-12 | 1 | -1/+1 |
* | | swscale/utils: handle gray+alpha formats like gray for luma ranges | Michael Niedermayer | 2015-09-10 | 11 | -11/+11 |
* | | aaccoder: tweak PNS implementation further | Rostislav Pehlivanov | 2015-09-09 | 1 | -1/+1 |
* | | avutil/opt: add AV_OPT_TYPE_BOOL | Clément Bœsch | 2015-09-08 | 1 | -2/+20 |
* | | Merge commit '3cdda78deb19b39dbbf8961ae0aec44dbb19bf6d' | Hendrik Leppkes | 2015-09-08 | 4 | -0/+99 |
|\| |
|
| * | checkasm: add unit tests for v210enc | Henrik Gramner | 2015-09-06 | 4 | -0/+99 |
* | | Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b' | Hendrik Leppkes | 2015-09-07 | 5 | -0/+23 |
|\| |
|
| * | DXV decoder | Vittorio Giovara | 2015-09-02 | 5 | -0/+23 |
| * | checkasm: Fix floating point arguments on 64-bit Windows | Henrik Gramner | 2015-08-28 | 1 | -3/+7 |
| * | checkasm: Explicitly declare function prototypes | Henrik Gramner | 2015-08-20 | 7 | -39/+53 |
| * | checkasm: x86: properly save rdx/edx in checked_call() | Henrik Gramner | 2015-08-20 | 1 | -0/+7 |
* | | aaccoder: add frequency scaling and quantization correction for PNS | Rostislav Pehlivanov | 2015-09-07 | 1 | -1/+1 |
* | | aacenc_is: take absolute coefficient value upon energy calculations | Rostislav Pehlivanov | 2015-09-06 | 1 | -1/+1 |
* | | fate: adjust AAC encoder tests values | Rostislav Pehlivanov | 2015-09-06 | 1 | -2/+2 |
* | | avcodec/samidec: use ff_htmlmarkup_to_ass() | Yayoi | 2015-09-06 | 2 | -88/+88 |
* | | fate/subtitles: add a new test for SAMI demuxer and decoder | Yayoi | 2015-09-06 | 2 | -0/+94 |
* | | tests/fate: replace all -f md5 by framemd5 | Michael Niedermayer | 2015-09-06 | 8 | -12/+90 |
* | | tests/fate-run: Pass bitexact flags to enc_dec_pcm() output | Michael Niedermayer | 2015-09-06 | 1 | -1/+1 |
* | | fate: increase the fuzz of the AAC encoder aref test | Rostislav Pehlivanov | 2015-09-05 | 1 | -1/+1 |
* | | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft | Hendrik Leppkes | 2015-09-05 | 1 | -5/+5 |
* | | fate: adjust AAC encoder TNS test target | Rostislav Pehlivanov | 2015-09-05 | 1 | -1/+1 |
* | | vp9_parse: fix parsing of pskip and profile 2/3. | Ronald S. Bultje | 2015-09-04 | 3 | -3/+10 |
* | | AAC: Increase fuzziness of fate-aac tests | Claudio Freire | 2015-09-03 | 1 | -1/+3 |
* | | avfilter/vf_vectorscope: support more formats for color4 mode in common case | Paul B Mahol | 2015-09-03 | 1 | -3/+3 |
* | | fate: increase fuzziness for the AAC encoder prediction test | Rostislav Pehlivanov | 2015-09-02 | 1 | -1/+1 |
* | | fate: add fuzziness to the AAC Encode prediction test | Rostislav Pehlivanov | 2015-09-02 | 1 | -0/+1 |