summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* checkasm/llviddsp : add test for add_gradient_predMartin Vignali2017-12-091-0/+30
* avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_predMartin Vignali2017-12-095-1/+101
* avcodec/x86/lossless_videodsp : add avx2 version for add_left_predMartin Vignali2017-12-092-22/+44
* avcodec/x86/lossless_videodsp.asm : make macro for add_left_pred_unaligned in...Martin Vignali2017-12-091-1/+5
* checkasm/llviddsp : test return of add_left_pred(16)Martin Vignali2017-12-091-8/+12
* avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte ...Martin Vignali2017-12-091-2/+3
* avcodec/huffyuvenc : remove code duplication in sub_left_predictionMartin Vignali2017-12-091-30/+18
* avcodec/huffyuvenc : increase scalar loop countMartin Vignali2017-12-091-2/+2
* avcodec/utvideodec : use dsp add_median_pred for second lineMartin Vignali2017-12-091-2/+10
* checkasm/vf_threshold : add test for threshold16Martin Vignali2017-12-091-5/+11
* avfilter/x86/vf_threshold : add threshold16 SIMD (SSE4 and AVX2)Martin Vignali2017-12-092-21/+34
* avfilter/vf_scale: add more aliases for "range" optionsPaul B Mahol2017-12-082-2/+4
* fate: Fix fate-mov-bbi-elst-starts-b on ARMMichael Niedermayer2017-12-082-227/+227
* fate/mxf: add reel name testMark Reid2017-12-082-2/+7
* avformat/mxfenc: write reel_name if metadata key is presentMark Reid2017-12-082-7/+36
* avformat/mxfenc: use track count to generate component instance uuidMark Reid2017-12-0810-26/+37
* libavcodec/hevc_filter: move AVDISCARD_NONREF switch-case into functionsfan52017-12-082-17/+23
* avcodec/nvdec: Fix capability check with old drivers.Jacob Trimble2017-12-081-0/+12
* vf_zscale: Fix alpha destination graph for floating point pixel formatsVittorio Giovara2017-12-081-1/+1
* avformat: add NSP demuxerPaul B Mahol2017-12-086-2/+114
* avfilter/vf_waveform: add default case when picking input formatsPaul B Mahol2017-12-081-0/+1
* opus: fix hybrid folding indexing during band quantizationRostislav Pehlivanov2017-12-082-16/+16
* fate-opus: run and test inactive samplesRostislav Pehlivanov2017-12-081-2/+6
* x86/vf_hflip: use xor to zero initialize registersJames Almer2017-12-071-2/+2
* x86/vf_hflip: don't load the width argument twiceJames Almer2017-12-071-3/+2
* lavc/libx265: mark disposable framesJohn Stebbins2017-12-071-0/+7
* avcodec/libx265 - Add named option to set profileGyan Doshi2017-12-062-1/+15
* avcodec/diracdsp: Fix integer overflow in PUT_SIGNED_RECT_CLAMPED()Michael Niedermayer2017-12-061-4/+4
* avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97*Michael Niedermayer2017-12-061-4/+4
* avformat/mux: stop delaying writing the headerJames Almer2017-12-067-105/+14
* avcodec/extract_extradata_bsf: Fix leak discovered via fuzzingNikolas Bowe2017-12-061-1/+1
* avfilter: add setrange filterPaul B Mahol2017-12-066-1/+118
* tests/fate/mov: Fix fate-mov-invalid-elst-entry-count failure on ARMMichael Niedermayer2017-12-061-1/+1
* fate/hevc: add skip_loop_filter testsfan52017-12-052-0/+17
* doc/developer: revise mailing list sectionJim DeLaHunt2017-12-051-4/+20
* vaapi_h265: Add named options for setting profile and levelMark Thompson2017-12-041-3/+41
* vaapi_h264: Add named options for setting profile and levelMark Thompson2017-12-041-2/+46
* rkmpp: Add hardware config informationMark Thompson2017-12-041-0/+6
* avfilter/vf_convolution: add 7x7 filterPaul B Mahol2017-12-042-7/+172
* x86/vf_threshold: make threshold8 functions work on x86_32James Almer2017-12-042-12/+17
* fate/checkasm: add missing target for vf_threshold testJames Almer2017-12-041-0/+1
* checkasm/vf_threshold: fix mixed code and declarationsJames Almer2017-12-041-4/+4
* libavcodec/hevc_filter: support for all skip_loop_filter levels.sfan52017-12-042-9/+27
* avformat/hlsenc: fix compiling error when disable-networkSteven Liu2017-12-041-1/+5
* avfilter/x86/vf_hflip.asm: fix building on x32Paul B Mahol2017-12-041-6/+6
* fate-opus: update tests to use new decoder outputsRostislav Pehlivanov2017-12-041-7/+6
* opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis...Rostislav Pehlivanov2017-12-043-55/+59
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-048-244/+162
* avfilter: add hflip x86 SIMDPaul B Mahol2017-12-045-47/+275
* fate-opus: update to match the changes from RFC8251Rostislav Pehlivanov2017-12-041-8/+5
OpenPOWER on IntegriCloud