summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* avfilter/x86/vf_convolution_init: there is asm only for 8bit depthPaul B Mahol2020-09-15
* avfilter/avf_concat: check for possible integer overflowPaul B Mahol2020-09-14
* avfilter/af_amix: do not leave unset PTS for frames after first stream is overPaul B Mahol2020-09-14
* avfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12Mark Reid2020-09-14
* avfilter/vf_showinfo: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-13
* avfilter/asrc_anullsrc: actually return correct EOF ptsPaul B Mahol2020-09-13
* avfilter/asrc_anullsrc: give better limits to number of samples per framePaul B Mahol2020-09-13
* avfilter/asrc_anullsrc: make number of output samples match durationPaul B Mahol2020-09-13
* dnn/openvino: add input/output name infoTing Fu2020-09-12
* dnn/openvino: support run inference via GPUTing Fu2020-09-12
* avfilter/formats: Remove pointless checksAndreas Rheinhardt2020-09-11
* avfilter/formats: Don't typedef structure a second timeAndreas Rheinhardt2020-09-11
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-11
* avfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSION_INT checksAndreas Rheinhardt2020-09-11
* avfilter/vf_subtitles: Remove unnecessary initialization of AVPacketAndreas Rheinhardt2020-09-11
* avfilter/vf_subtitles: Fix leaks on failureAndreas Rheinhardt2020-09-11
* avfilter/vf_uspp: Fix potential leak of dict on errorAndreas Rheinhardt2020-09-11
* avfilter/lavfutils: Avoid initializing packetAndreas Rheinhardt2020-09-11
* avfilter/lavfutils: Fix memleak when avformat_find_stream_info() failsAndreas Rheinhardt2020-09-11
* avfilter/lavfutils: Don't use uninitialized pointers for freeingAndreas Rheinhardt2020-09-11
* avfilter/src_movie: Fix leak of packet upon errorAndreas Rheinhardt2020-09-10
* avfilter/src_movie: Remove unnecessary secondary AVPacketAndreas Rheinhardt2020-09-10
* avfilter/src_movie: Remove unneeded resetting of AVPacketAndreas Rheinhardt2020-09-10
* avfilter/avfilter: remove obsolete commentPaul B Mahol2020-09-10
* avfilter/vf_premultiply: add support for gbrapf32 formatMark Reid2020-09-10
* lavfi/buffersink: cast to uint64_t before shifting.Nicolas George2020-09-09
* dnn/dnn_backend_native_layer_conv2d: Fix allocation sizeAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Don't check for clipping in separate loopAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Remove pointless additionsAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Use more appropriate variable nameAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid indirection for function pointerAndreas Rheinhardt2020-09-09