summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mediacodec: convert to stdatomicJames Almer2017-03-23
* avcodec/h264_ps: Fix runtime error: signed integer overflow: 2147483647 + 26 ...Michael Niedermayer2017-03-23
* avcodec/pictordec: runtime error: left shift of 15 by 28 places cannot be rep...Michael Niedermayer2017-03-23
* avcodec/tiff: Check geotag count for being non zeroMichael Niedermayer2017-03-23
* Merge commit '9b2ccafb480c94fd09cfb24306d5296dc013cf5b'Clément Bœsch2017-03-23
|\
| * aarch64: Add missing sign extension in ff_h264_idct8_add_neonMartin Storsjö2016-10-10
| * nvenc: Fix error logYogender Gupta2016-10-09
| * 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 'd9dccc03890a976dba59d66ed3b5aceeaa33d14c'Clément Bœsch2017-03-23
|\|
| * hevc: x86: Refactor IDCT macro declarationsDiego Biurrun2016-10-06
| * d3d11va: Use the proper decoding slice indexSteve Lhomme2016-10-05
| * 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
| * vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje2016-10-04
* | 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
| * vaapi_h265: Add main 10 encode supportMark Thompson2016-10-02
| * vaapi_h265: Fix buffering parametersMark Thompson2016-10-02
| * vaapi_h265: Fix slice header writingMark Thompson2016-10-02
| * vaapi_h264: Write bitstream restriction fieldsMark Thompson2016-10-02
| * vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContextMark Thompson2016-10-02
| * vaapi_encode: Decide on GOP setup before initialising sequence parametersMark Thompson2016-10-02
| * pthread_frame: use atomics for frame progressAnton Khirnov2016-10-02
| * pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov2016-10-02
| * pthread_frame: use a thread-safe way for signalling threads to dieAnton Khirnov2016-10-02