summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
| * hevc: x86: Refactor IDCT macro declarationsDiego Biurrun2016-10-061-23/+11
| * d3d11va: Use the proper decoding slice indexSteve Lhomme2016-10-053-5/+11
| * vp9lpf/x86: make filter_16_h work on 32-bit.Ronald S. Bultje2016-10-042-41/+154
| * vp9lpf/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje2016-10-042-26/+48
| * vp9lpf/x86: make filter_44_h work on 32-bit.Ronald S. Bultje2016-10-042-66/+78
| * vp9lpf/x86: make filter_16_v work on 32-bit.Ronald S. Bultje2016-10-042-40/+99
| * vp9lpf/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje2016-10-042-7/+9
| * vp9lpf/x86: make filter_88_v work on 32-bit.Ronald S. Bultje2016-10-042-48/+109
| * vp9lpf/x86: make filter_44_v work on 32-bit.Ronald S. Bultje2016-10-042-59/+100
| * vp9lpf/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje2016-10-041-14/+14
| * vp9lpf/x86: store unpacked intermediates for filter6/14 on stack.Ronald S. Bultje2016-10-041-72/+79
| * vp9lpf/x86: move variable assigned inside macro branch.Ronald S. Bultje2016-10-041-1/+1
| * vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning.Ronald S. Bultje2016-10-041-51/+52
| * vp9lpf/x86: remove unused register from ABSSUB_CMP macro.Ronald S. Bultje2016-10-041-21/+21
| * vp9lpf/x86: slightly simplify 44/48/84/88 h stores.Ronald S. Bultje2016-10-041-48/+40
| * vp9lpf/x86: make cglobal statement more conservative in register allocation.Ronald S. Bultje2016-10-041-5/+16
| * vp9lpf/x86: save one register in loopfilter surface coverage.Ronald S. Bultje2016-10-041-28/+28
| * vp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}.Clément Bœsch2016-10-042-27/+99
| * vp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}().Clément Bœsch2016-10-042-48/+53
| * vp9lpf/x86: add an SSE2 version of vp9_loop_filter_[vh]_88_16James Almer2016-10-042-3/+20
| * vp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}.Clément Bœsch2016-10-042-27/+163
| * vp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().James Almer2016-10-042-10/+23
| * vp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_[vh]_16_16.Clément Bœsch2016-10-043-1/+618
| * vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje2016-10-042-13/+17
* | Merge commit 'c19830aa2c19f9713b612f7e2fdb437df91ba266'Clément Bœsch2017-03-231-9/+13
|\ \ | |/
| * rscc: Support palette formatCarl Eugen Hoyos2016-10-021-3/+18
* | Merge commit 'b8d5070db6313f985562865edcfd08a01c2d7503'Clément Bœsch2017-03-231-0/+5
|\ \ | |/
| * avcodec: Document AV_PKT_DATA_PALETTE side data typeVittorio Giovara2016-10-021-0/+5
| * vaapi_h265: Add main 10 encode supportMark Thompson2016-10-021-8/+8
| * vaapi_h265: Fix buffering parametersMark Thompson2016-10-021-4/+4
| * vaapi_h265: Fix slice header writingMark Thompson2016-10-021-58/+58
| * vaapi_h264: Write bitstream restriction fieldsMark Thompson2016-10-021-2/+23
| * vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContextMark Thompson2016-10-021-2/+2
| * vaapi_encode: Decide on GOP setup before initialising sequence parametersMark Thompson2016-10-021-6/+6
| * pthread_frame: use atomics for frame progressAnton Khirnov2016-10-021-10/+17
| * pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov2016-10-021-28/+39
| * pthread_frame: use a thread-safe way for signalling threads to dieAnton Khirnov2016-10-021-9/+11
* | lavc: vdpau: Add support for new hw_frames_ctx and hw_device_ctx APIwm42017-03-233-26/+73
* | lavc: Add hwaccel_flags field to AVCodecContextwm42017-03-233-2/+13
* | avcodec/lossless_videodsp: use ptrdiff_t for length parametersJames Almer2017-03-224-18/+21
* | vaapi_vp9: Mark as async-safeMark Thompson2017-03-221-0/+3
* | vaapi_hevc: Mark as async-safeMark Thompson2017-03-221-0/+2
* | vaapi: Implement device-only setupMark Thompson2017-03-223-19/+115
* | Place attribute_deprecated in the right position for struct declarationsDiego Biurrun2017-03-221-2/+1
* | lavc/hevc: use atomics for wpp_errClément Bœsch2017-03-222-6/+9
* | mdct15: fix left shift of a negative valueRostislav Pehlivanov2017-03-221-1/+1
* | lavc/bitstream_filter: remove unused atomic.h includeClément Bœsch2017-03-221-1/+0
* | lavc/bitstream: remove unused atomic.h includeClément Bœsch2017-03-221-1/+0
* | Merge commit '8385ba53f115401a67a4748c0d107769ebfb2941'Clément Bœsch2017-03-221-12/+13
|\ \ | |/
| * mmaldec: convert to stdatomicAnton Khirnov2016-10-021-12/+13
OpenPOWER on IntegriCloud