summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/af_biquads: make commands work reliably within biquad filterPaul B Mahol2020-11-02
* avfilter/af_biquads: add lattice-ladder formPaul B Mahol2020-11-02
* avfilter/vf_normalize: fix regression with white/black point calculationPaul B Mahol2020-10-27
* lavfi/Makefile: Remove opencl object files when calling make clean.Carl Eugen Hoyos2020-10-25
* avfilter/vf_v360: make commands always do relative rotationPaul B Mahol2020-10-25
* avfilter: add audio frequency and phase shift filtersPaul B Mahol2020-10-20
* avfilter/avf_aphasemeter: add out of phase and mono detectionRomane Lafon2020-10-20
* avfilter/af_asubboost: use transposed II formPaul B Mahol2020-10-20
* avfilter/af_crossfeed: use transposed II formPaul B Mahol2020-10-20
* avfilter/af_aiir: remove unused argumentPaul B Mahol2020-10-19
* avfilter/af_aiir: fix sp2zp mappingPaul B Mahol2020-10-19
* dnn_backend_tf.c: add option sess_config for tf backendGuo, Yejun2020-10-19
* avfilter/af_aiir: remove unused variablePaul B Mahol2020-10-18
* avfilter/af_aiir: add analog transfer function formatPaul B Mahol2020-10-18
* avfilter/af_mcompand: Remove redundant calls to AVFilter.uninitAndreas Rheinhardt2020-10-18
* avfilter/af_aiir: use av_sscanf()Paul B Mahol2020-10-17
* avfilter/af_aiir: reverse order of biquads in serial processingPaul B Mahol2020-10-17
* avfilter/af_aiir: use transposed II form for biquad sectionsPaul B Mahol2020-10-16
* avfilter/af_aiir: implement parallel processingPaul B Mahol2020-10-16
* libavfilter/dnn/dnn_backend{openvino, tf}: check memory alloc non-NULLChris Miceli2020-10-14
* libavfilter/dnn_backend_native: check mem allocationChris Miceli2020-10-14
* avfilter/vf_scale_cuda: unload cuModule on uninitleozhang2020-10-12
* avfilter/af_sofalizer: allow up to 64 channelsPaul B Mahol2020-10-12
* avfilter/af_sofalizer: allow to specify virtual speakers indetifier as numberPaul B Mahol2020-10-12
* avfilter/avfilter.h: add missing FF_API_NEXT wrapperJames Almer2020-10-10
* avfilter/vf_minterpolate: Remove redundant code for freeingAndreas Rheinhardt2020-10-09
* avfilter/vf_minterpolate: Fix left shift of negative valueAndreas Rheinhardt2020-10-09
* avfilter/vf_minterpolate: Reject too small dimensionsAndreas Rheinhardt2020-10-09
* avfilter/vf_v360: use quaternions for rotationPaul B Mahol2020-10-07
* avfilter/vf_v360: fix possible out of range valuesPaul B Mahol2020-10-04
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-04
* avfilter/vf_v360: stop using floats variables in xyz_to_octahedronPaul B Mahol2020-09-30
* Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE"Mark Thompson2020-09-29
* avfilter/vf_v360: simplify input flippingPaul B Mahol2020-09-29
* avfilter/vf_v360: split maps into slicesPaul B Mahol2020-09-29
* dnn/native: add native support for denseMingyu Yin2020-09-29
* avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWAREPavel Koshevoy2020-09-27
* avfilter/vf_v360: add octahedron formatPaul B Mahol2020-09-27
* vf_colorspace: Added linear trc.Andrew Klaassen2020-09-27
* avfilter/vf_histogram: add slide modes for thistogramPaul B Mahol2020-09-26
* dnn: add a new interface DNNModel.get_outputGuo, Yejun2020-09-21
* dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun2020-09-21
* dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun2020-09-21
* dnn: add userdata for load model parameterGuo, Yejun2020-09-21
* dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread ...Xu Jun2020-09-20
* avfilter/vf_datascope: fix oscilloscope with gray>8 depthPaul B Mahol2020-09-19
* avfilter/vf_showinfo: add const to the AVFrameSideData instanceLimin Wang2020-09-17
* dnn_backend_native_layer_conv2d.c: refine code.Xu Jun2020-09-17
* dnn_backend_native_layer_conv2d.c: fix memory allocation bug in multithread f...Xu Jun2020-09-17
* avfilter/f_interleave: fix some issues with interleavingPaul B Mahol2020-09-15