summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Merge commit '9b2ccafb480c94fd09cfb24306d5296dc013cf5b'Clément Bœsch2017-03-23
|\|
| * aarch64: Add missing sign extension in ff_h264_idct8_add_neonMartin Storsjö2016-10-10
* | Merge commit 'cbd84b8a51aa656d71b7d6ed44bd89041ff081a8'Clément Bœsch2017-03-23
|\|
| * nvenc: Fix error logYogender Gupta2016-10-09
* | Merge commit 'da2848375a2e2121dad9f1e8cbd0ead4e3bf77d6'Clément Bœsch2017-03-23
|\|
| * nvenc: Force high_444 profile for 444 inputYogender Gupta2016-10-07
* | Merge commit 'e4128c08d786eb5513578e8c6063671ba03226ab'Clément Bœsch2017-03-23
|\|
| * Revert "hevc: x86: Refactor IDCT macro declarations"Anton Khirnov2016-10-06
* | Merge commit '5801f9ed245ca5ebb57b0b5183de7a24aaece133'Clément Bœsch2017-03-23
|\|
| * h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d7...Diego Biurrun2016-10-06
* | Merge commit '20abcaa273a6e77d0a2e1a98c643c73562c6f8f2'Clément Bœsch2017-03-23
|\|
| * configure: #include stdint.h as part of libxavs testDiego Biurrun2016-10-06
* | Merge commit 'd9dccc03890a976dba59d66ed3b5aceeaa33d14c'Clément Bœsch2017-03-23
|\|
| * hevc: x86: Refactor IDCT macro declarationsDiego Biurrun2016-10-06
* | Merge commit 'be630b1e08ebe8f766b1798accd6b8e5e096f5aa'Clément Bœsch2017-03-23
|\|
| * d3d11va: Use the proper decoding slice indexSteve Lhomme2016-10-05
* | Merge commit '715f139c9bd407ef7f4d1f564ad683140ec61e6d'Clément Bœsch2017-03-23
|\|
| * vp9lpf/x86: make filter_16_h work on 32-bit.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: make filter_44_h work on 32-bit.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: make filter_16_v work on 32-bit.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: make filter_88_v work on 32-bit.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: make filter_44_v work on 32-bit.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: store unpacked intermediates for filter6/14 on stack.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: move variable assigned inside macro branch.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: remove unused register from ABSSUB_CMP macro.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: slightly simplify 44/48/84/88 h stores.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: make cglobal statement more conservative in register allocation.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: save one register in loopfilter surface coverage.Ronald S. Bultje2016-10-04
| * vp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}.Clément Bœsch2016-10-04
| * vp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}().Clément Bœsch2016-10-04
| * vp9lpf/x86: add an SSE2 version of vp9_loop_filter_[vh]_88_16James Almer2016-10-04
| * vp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}.Clément Bœsch2016-10-04
| * vp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().James Almer2016-10-04
| * vp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_[vh]_16_16.Clément Bœsch2016-10-04
| * checkasm: add VP9 loopfilter tests.Ronald S. Bultje2016-10-04
| * vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje2016-10-04
* | Merge commit 'dc3fe45fca9c10c4af6bfcf48eb7b81968892ef9'Clément Bœsch2017-03-23
|\|
| * fate: Add test for rscc paletteVittorio Giovara2016-10-02
* | Merge commit 'c19830aa2c19f9713b612f7e2fdb437df91ba266'Clément Bœsch2017-03-23
|\|
| * rscc: Support palette formatCarl Eugen Hoyos2016-10-02
* | Merge commit 'b8d5070db6313f985562865edcfd08a01c2d7503'Clément Bœsch2017-03-23
|\|
| * avcodec: Document AV_PKT_DATA_PALETTE side data typeVittorio Giovara2016-10-02
* | Merge commit '497c087939e32b26b792515d2dbc7e22561203f7'Clément Bœsch2017-03-23
|\|
| * avidec: Set palette alpha as fully opaqueVittorio Giovara2016-10-02
* | Merge commit 'bad4aad4037f59ba0ad656164be9ab8f7a0fa2d4'Clément Bœsch2017-03-23
|\|
| * avidec: Do not special case palette on big-endianVittorio Giovara2016-10-02