summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* avfilter/af_headphone: Fix stack buffer overflowAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Don't overrun arrayAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Fix segfault when using very short streamsAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Check for the existence of samplesAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Remove always true checkAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Don't use uninitialized buffer in log messageAndreas Rheinhardt2020-09-09
* dnn_backend_native_layer_conv2d.c:Add mutithread functionXu Jun2020-09-09
* dnn_backend_native.c: parse options in native backendXu Jun2020-09-09
* Revert "avfilter/src_movie: switch to activate"Nicolas George2020-09-08