]> git.sesse.net Git - ffmpeg/history - libavfilter
avformat/mpegtsenc: first_pts_check -> first_pts_checked
[ffmpeg] / libavfilter /
2020-10-27 Paul B Maholavfilter/vf_normalize: fix regression with white/black...
2020-10-25 Carl Eugen Hoyoslavfi/Makefile: Remove opencl object files when calling...
2020-10-25 Paul B Maholavfilter/vf_v360: make commands always do relative...
2020-10-20 Paul B Maholavfilter: add audio frequency and phase shift filters
2020-10-20 Romane Lafonavfilter/avf_aphasemeter: add out of phase and mono...
2020-10-20 Paul B Maholavfilter/af_asubboost: use transposed II form
2020-10-20 Paul B Maholavfilter/af_crossfeed: use transposed II form
2020-10-19 Paul B Maholavfilter/af_aiir: remove unused argument
2020-10-19 Paul B Maholavfilter/af_aiir: fix sp2zp mapping
2020-10-19 Guo, Yejundnn_backend_tf.c: add option sess_config for tf backend
2020-10-18 Paul B Maholavfilter/af_aiir: remove unused variable
2020-10-18 Paul B Maholavfilter/af_aiir: add analog transfer function format
2020-10-18 Andreas Rheinhardtavfilter/af_mcompand: Remove redundant calls to AVFilte...
2020-10-17 Paul B Maholavfilter/af_aiir: use av_sscanf()
2020-10-17 Paul B Maholavfilter/af_aiir: reverse order of biquads in serial...
2020-10-16 Paul B Maholavfilter/af_aiir: use transposed II form for biquad...
2020-10-16 Paul B Maholavfilter/af_aiir: implement parallel processing
2020-10-14 Chris Micelilibavfilter/dnn/dnn_backend{openvino, tf}: check memory...
2020-10-14 Chris Micelilibavfilter/dnn_backend_native: check mem allocation
2020-10-12 leozhangavfilter/vf_scale_cuda: unload cuModule on uninit
2020-10-12 Paul B Maholavfilter/af_sofalizer: allow up to 64 channels
2020-10-12 Paul B Maholavfilter/af_sofalizer: allow to specify virtual speaker...
2020-10-11 James Almeravfilter/avfilter.h: add missing FF_API_NEXT wrapper
2020-10-09 Andreas Rheinhardtavfilter/vf_minterpolate: Remove redundant code for...
2020-10-09 Andreas Rheinhardtavfilter/vf_minterpolate: Fix left shift of negative...
2020-10-09 Andreas Rheinhardtavfilter/vf_minterpolate: Reject too small dimensions
2020-10-06 Paul B Maholavfilter/vf_v360: use quaternions for rotation
2020-10-04 Paul B Maholavfilter/vf_v360: fix possible out of range values
2020-10-04 Paul B Maholavfilter/vf_v360: add mitchell interpolation
2020-09-29 Paul B Maholavfilter/vf_v360: stop using floats variables in xyz_to...
2020-09-29 Mark ThompsonRevert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_...
2020-09-29 Paul B Maholavfilter/vf_v360: simplify input flipping
2020-09-29 Paul B Maholavfilter/vf_v360: split maps into slices
2020-09-29 Mingyu Yindnn/native: add native support for dense
2020-09-28 Pavel Koshevoyavfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE
2020-09-27 Paul B Maholavfilter/vf_v360: add octahedron format
2020-09-27 Andrew Klaassenvf_colorspace: Added linear trc.
2020-09-26 Paul B Maholavfilter/vf_histogram: add slide modes for thistogram
2020-09-21 Guo, Yejundnn: add a new interface DNNModel.get_output
2020-09-21 Guo, Yejundnn: put DNNModel.set_input and DNNModule.execute_model...
2020-09-21 Guo, Yejundnn: change dnn interface to replace DNNData* with...
2020-09-21 Guo, Yejundnn: add userdata for load model parameter
2020-09-20 Xu Jundnn_backend_native_layer_conv2d.c: fix bug of loop...
2020-09-19 Paul B Maholavfilter/vf_datascope: fix oscilloscope with gray>8...
2020-09-17 Limin Wangavfilter/vf_showinfo: add const to the AVFrameSideData...
2020-09-17 Xu Jundnn_backend_native_layer_conv2d.c: refine code.
2020-09-17 Xu Jundnn_backend_native_layer_conv2d.c: fix memory allocatio...
2020-09-15 Paul B Maholavfilter/f_interleave: fix some issues with interleaving
2020-09-15 Paul B Maholavfilter/x86/vf_convolution_init: there is asm only...
2020-09-14 Paul B Maholavfilter/avf_concat: check for possible integer overflow
2020-09-14 Paul B Maholavfilter/af_amix: do not leave unset PTS for frames...
2020-09-14 Mark Reidavfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12
2020-09-13 Marton Balintavfilter/vf_showinfo: use av_timecode_make_smpte_tc_string2
2020-09-13 Paul B Maholavfilter/asrc_anullsrc: actually return correct EOF pts
2020-09-13 Paul B Maholavfilter/asrc_anullsrc: give better limits to number...
2020-09-13 Paul B Maholavfilter/asrc_anullsrc: make number of output samples...
2020-09-12 Ting Fudnn/openvino: add input/output name info
2020-09-12 Ting Fudnn/openvino: support run inference via GPU
2020-09-11 Andreas Rheinhardtavfilter/formats: Remove pointless checks
2020-09-11 Andreas Rheinhardtavfilter/formats: Don't typedef structure a second...
2020-09-11 Andreas Rheinhardtfftools, libavcodec, libavfilter: Add const to some...
2020-09-11 Andreas Rheinhardtavfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSI...
2020-09-11 Andreas Rheinhardtavfilter/vf_subtitles: Remove unnecessary initializatio...
2020-09-11 Andreas Rheinhardtavfilter/vf_subtitles: Fix leaks on failure
2020-09-11 Andreas Rheinhardtavfilter/vf_uspp: Fix potential leak of dict on error
2020-09-11 Andreas Rheinhardtavfilter/lavfutils: Avoid initializing packet
2020-09-11 Andreas Rheinhardtavfilter/lavfutils: Fix memleak when avformat_find_stre...
2020-09-11 Andreas Rheinhardtavfilter/lavfutils: Don't use uninitialized pointers...
2020-09-10 Andreas Rheinhardtavfilter/src_movie: Fix leak of packet upon error
2020-09-10 Andreas Rheinhardtavfilter/src_movie: Remove unnecessary secondary AVPacket
2020-09-10 Andreas Rheinhardtavfilter/src_movie: Remove unneeded resetting of AVPacket
2020-09-10 Paul B Maholavfilter/avfilter: remove obsolete comment
2020-09-10 Mark Reidavfilter/vf_premultiply: add support for gbrapf32 format
2020-09-09 Nicolas Georgelavfi/buffersink: cast to uint64_t before shifting.
2020-09-09 Andreas Rheinhardtdnn/dnn_backend_native_layer_conv2d: Fix allocation...
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Don't check for clipping in...
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Remove pointless additions
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Use more appropriate variable...
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Avoid indirection for function...
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Avoid allocating array
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Don't allocate unused element...
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Only keep one AVFrame at a time
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Avoid intermediate buffer III
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Simplify finding channel index
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Fix channel assignment
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Avoid intermediate buffers II
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Avoid intermediate buffers I
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Remove delay fields
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Remove unused arrays
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Avoid duplicating string needlessly
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Simplify parsing channel mapping...
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Use uint64_t for channel mapping
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Only attempt once to init coeffs
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Combine several loops when check...
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Fix stack buffer overflow
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Don't overrun array
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Fix segfault when using very...
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Check for the existence of samples
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Remove always true check
2020-09-09 Andreas Rheinhardtavfilter/af_headphone: Don't use uninitialized buffer...
next