summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rscc: Support palette formatCarl Eugen Hoyos2016-10-021-3/+18
* 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
* mmaldec: convert to stdatomicAnton Khirnov2016-10-021-12/+13
* huffyuvdsp: Enable the altivec code for PPC little-endian as wellLuca Barbato2016-10-021-4/+4
* huffyuvdsp: Reenable PPC optimizationsLuca Barbato2016-10-021-0/+2
* h264dec: support broken files with mp4 extradata/annex b dataAnton Khirnov2016-10-021-1/+18
* ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles2016-10-016-177/+316
* ac3dsp: Add some special-case handling for the C downmix functionJustin Ruggles2016-10-011-1/+38
* ac3dsp: Reverse matrix in/out order in downmix()Justin Ruggles2016-10-015-36/+52
* x86/h264_weight: use appropriate register size for weight parametersHendrik Leppkes2016-09-301-6/+6
* mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-295-11/+14
* mss*: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-299-46/+50
* ea: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-297-11/+13
* hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-293-26/+26
* h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-2917-110/+110
* idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-2935-165/+183
* blockdsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-292-3/+6
* intrax8: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-293-42/+46
* hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...Diego Biurrun2016-09-291-8/+8
* x86: fpel: Remove unnecessary sign extendDiego Biurrun2016-09-291-1/+0
* vaapi_h264: Set max_num_ref_frames to 1 when not using B framesMark Thompson2016-09-281-1/+1
* vaapi_encode: Sync to input surface rather than outputMark Thompson2016-09-281-3/+3
* vaapi_encode: Check packed header capabilitiesMark Thompson2016-09-285-7/+54
* vaapi_encode: Refactor initialisationMark Thompson2016-09-285-437/+418
* tdsc: use the new decoding APIAnton Khirnov2016-09-281-6/+9
* lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-283-0/+60
* mpegvideo_enc: use the new encoding API for b_strategy=2Anton Khirnov2016-09-281-39/+49
OpenPOWER on IntegriCloud