summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfilter.h: add missing FF_API_NEXT wrapperJames Almer2020-10-101-0/+2
* avfilter/vf_minterpolate: Remove redundant code for freeingAndreas Rheinhardt2020-10-091-12/+3
* avfilter/vf_minterpolate: Fix left shift of negative valueAndreas Rheinhardt2020-10-091-12/+15
* avfilter/vf_minterpolate: Reject too small dimensionsAndreas Rheinhardt2020-10-091-0/+5
* avfilter/vf_v360: use quaternions for rotationPaul B Mahol2020-10-072-46/+56
* avfilter/vf_v360: fix possible out of range valuesPaul B Mahol2020-10-041-3/+3
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-043-1/+77
* avfilter/vf_v360: stop using floats variables in xyz_to_octahedronPaul B Mahol2020-09-301-6/+6
* Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE"Mark Thompson2020-09-291-3/+0
* avfilter/vf_v360: simplify input flippingPaul B Mahol2020-09-292-95/+69
* avfilter/vf_v360: split maps into slicesPaul B Mahol2020-09-292-38/+70
* dnn/native: add native support for denseMingyu Yin2020-09-296-1/+193
* avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWAREPavel Koshevoy2020-09-271-0/+3
* avfilter/vf_v360: add octahedron formatPaul B Mahol2020-09-272-0/+100
* vf_colorspace: Added linear trc.Andrew Klaassen2020-09-271-0/+2
* avfilter/vf_histogram: add slide modes for thistogramPaul B Mahol2020-09-261-1/+41
* dnn: add a new interface DNNModel.get_outputGuo, Yejun2020-09-216-58/+185
* dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun2020-09-2110-235/+156
* dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun2020-09-2113-425/+450
* dnn: add userdata for load model parameterGuo, Yejun2020-09-2110-11/+16
* dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread ...Xu Jun2020-09-201-1/+1
* avfilter/vf_datascope: fix oscilloscope with gray>8 depthPaul B Mahol2020-09-191-6/+6
* avfilter/vf_showinfo: add const to the AVFrameSideData instanceLimin Wang2020-09-171-16/+16
* dnn_backend_native_layer_conv2d.c: refine code.Xu Jun2020-09-171-16/+14
* dnn_backend_native_layer_conv2d.c: fix memory allocation bug in multithread f...Xu Jun2020-09-171-31/+26
* avfilter/f_interleave: fix some issues with interleavingPaul B Mahol2020-09-151-12/+20
* avfilter/x86/vf_convolution_init: there is asm only for 8bit depthPaul B Mahol2020-09-151-1/+1
* avfilter/avf_concat: check for possible integer overflowPaul B Mahol2020-09-141-0/+4
* avfilter/af_amix: do not leave unset PTS for frames after first stream is overPaul B Mahol2020-09-141-1/+2
* avfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12Mark Reid2020-09-141-0/+2
* avfilter/vf_showinfo: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-131-3/+3
* avfilter/asrc_anullsrc: actually return correct EOF ptsPaul B Mahol2020-09-131-7/+2
* avfilter/asrc_anullsrc: give better limits to number of samples per framePaul B Mahol2020-09-131-2/+2
* avfilter/asrc_anullsrc: make number of output samples match durationPaul B Mahol2020-09-131-3/+13
* dnn/openvino: add input/output name infoTing Fu2020-09-121-1/+17
* dnn/openvino: support run inference via GPUTing Fu2020-09-121-8/+44
* avfilter/formats: Remove pointless checksAndreas Rheinhardt2020-09-111-2/+2
* avfilter/formats: Don't typedef structure a second timeAndreas Rheinhardt2020-09-111-2/+2
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-115-5/+5
* avfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSION_INT checksAndreas Rheinhardt2020-09-111-7/+3
* avfilter/vf_subtitles: Remove unnecessary initialization of AVPacketAndreas Rheinhardt2020-09-111-3/+0
* avfilter/vf_subtitles: Fix leaks on failureAndreas Rheinhardt2020-09-111-4/+8
* avfilter/vf_uspp: Fix potential leak of dict on errorAndreas Rheinhardt2020-09-111-1/+1
* avfilter/lavfutils: Avoid initializing packetAndreas Rheinhardt2020-09-111-3/+1
* avfilter/lavfutils: Fix memleak when avformat_find_stream_info() failsAndreas Rheinhardt2020-09-111-1/+1
* avfilter/lavfutils: Don't use uninitialized pointers for freeingAndreas Rheinhardt2020-09-111-2/+2
* avfilter/src_movie: Fix leak of packet upon errorAndreas Rheinhardt2020-09-101-0/+1
* avfilter/src_movie: Remove unnecessary secondary AVPacketAndreas Rheinhardt2020-09-101-15/+6
* avfilter/src_movie: Remove unneeded resetting of AVPacketAndreas Rheinhardt2020-09-101-1/+0
* avfilter/avfilter: remove obsolete commentPaul B Mahol2020-09-101-3/+0