summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* avfilter/af_headphone: Avoid allocating arrayAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Don't allocate unused element in arrayAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Only keep one AVFrame at a timeAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid intermediate buffer IIIAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Simplify finding channel indexAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Fix channel assignmentAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid intermediate buffers IIAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid intermediate buffers IAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Remove delay fieldsAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Remove unused arraysAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid duplicating string needlesslyAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Simplify parsing channel mapping stringAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Use uint64_t for channel mappingAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Only attempt once to init coeffsAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Combine several loops when checking for EOFAndreas Rheinhardt2020-09-09