10101 Commits (c72b5be9e353563b22e7617f9abd14f97ff50f33)

Author SHA1 Message Date
Paul B Mahol c72b5be9e3 avfilter/vf_pad: use already available outlink variable 3 years ago
Paul B Mahol 779ae049b2 avfilter/vf_zscale: fix leaks in fast/bypass path 3 years ago
Paul B Mahol 8061098418 avfilter/avf_abitscope: make frame writable before writing to it 3 years ago
Paul B Mahol 2a5a14f3ca avfilter/avf_aphasemeter: make frame writable before writing to it 3 years ago
Paul B Mahol de07c57d5a avfilter/avf_ahistogram: make frame writable before writing to it 3 years ago
Paul B Mahol faac31cc86 avfilter/avf_avectorscope: make frame writable before writing to it 3 years ago
Paul B Mahol dc8e83b4e0 avfilter/f_ebur128: make sure frame is writable before writing to it 3 years ago
Paul B Mahol aede8424fe avfilter/f_graphmonitor: add several more flags 3 years ago
Paul B Mahol 34836e91e0 avfilter/f_ebur128: switch to activate() 3 years ago
Paul B Mahol 99f7f4144a avfilter/asrc_sinc: check allocation return value 3 years ago
Paul B Mahol f4d123341c avfilter/asrc_sinc: remove no longer correct (un)pack 3 years ago
James Almer ee88804d07 avfilter/framepool: remove superfluous pallete buffer allocation 3 years ago
James Almer 8fcd9d7375 avfilter/framepool: use av_image_fill_plane_sizes() to calculate pool sizes 3 years ago
Paul B Mahol 837c55da3d avfilter/vf_zscale: fix several issues in previous commit 3 years ago
Victoria Zhislina d0aefc3706 avfilter/vf_zscale: add slice threading support 3 years ago
Paul B Mahol d607af50fd avfilter/vf_geq: add float formats support 3 years ago
Paul B Mahol 352a01c3ef avfilter/avf_abitscope: add support for more input formats 3 years ago
Paul B Mahol de0bb77563 avfilter/avf_abitscope: refactor code & add trace mode 3 years ago
Paul B Mahol dae95b3ffd avfilter/vf_maskedmerge: fix rounding when masking 3 years ago
Paul B Mahol 59520f068d avfilter/vf_colorchannelmixer: add float formats support 3 years ago
Paul B Mahol 835446a8e1 avfilter/vf_colorchannelmixer: refactor / add template 3 years ago
Nicolas George add3571a59 lavfi/af_aformat: remove support for comma-separated lists 3 years ago
Gyan Doshi 4b72bca6ca avfilter/drawtext: change reload value to an interval 3 years ago
Paul B Mahol 84f5583078 avfilter/vf_unsharp: add support for alpha formats 3 years ago
Paul B Mahol e1974622e1 avfilter/vf_v360: improve rounding in xyz_to_dfisheye() 3 years ago
Paul B Mahol 5ffad29d62 avfilter/vf_chromanr: fix rounding of final output 3 years ago
Limin Wang d344169419 avfilter: support for CUVA HDR Vivid metadata 3 years ago
Paul B Mahol 178d8036dc avfilter/af_dynaudnorm: reduce number of lines by using for (int ... 3 years ago
Paul B Mahol aa6b9066b9 avfilter/af_dynaudnorm: use fmin/fmax for doubles 3 years ago
Paul B Mahol 456d48c752 avfilter/af_dynaudnorm: add support for overlapping frames 3 years ago
Paul B Mahol 9a86e5338c avfilter/af_dynaudnorm: do not leak frame on error 3 years ago
Paul B Mahol 567cab3bd8 avfilter/vf_amplify: improve performance 3 years ago
Paul B Mahol a2dbd17788 avfilter/af_dynaudnorm: allocate new frame instead of making it writable 3 years ago
Paul B Mahol a9124a75b0 avfilter/af_dynaudnorm: allow to filter subset of channels 3 years ago
Paul B Mahol b9f91a7cbc avfilter/af_dynaudnorm: make frame writable if it may be changed 3 years ago
Paul B Mahol b15c26a22c avfilter/af_acrusher: add timeline support 3 years ago
Paul B Mahol 8bcb7d49f9 avfilter/af_vibrato: add timeline support 3 years ago
Paul B Mahol 57580376f7 avfilter/af_tremolo: add timeline support 3 years ago
Paul B Mahol 0d0002cd20 avfilter/af_afftdn: add more verbose options aliases 3 years ago
Paul B Mahol 592cef6135 avfilter/af_afftdn: remove ThreadData struct code 3 years ago
Paul B Mahol 2cb482aa74 avfilter/af_afftdn: add support for writable input frames 3 years ago
Paul B Mahol 6562d28b9b avfilter/af_aspectralstats: stop using fifo and rewritting pts 3 years ago
Paul B Mahol 644b6ed3ff avfilter/af_afftdn: stop using fifo and rewritting pts 3 years ago
Paul B Mahol 68bc9773cf avfilter/f_ebur128: set video outlink timebase and framerate 3 years ago
Paul B Mahol e3f07185ed avfilter/f_ebur128: also set max peak for all channels in frame metadata 3 years ago
Paul B Mahol e845c41c94 avfilter/af_dynaudnorm: cleanup gaussian_filter() function 3 years ago
Paul B Mahol 353195fb38 avfilter/af_crystalizer: refactor code 3 years ago
Paul B Mahol b9493e0cc0 avfilter/vf_tmidequalizer: check that frame is valid 3 years ago
Paul B Mahol 6f04b43c22 avfilter/vf_tpad: handle case when no frame was ever received 3 years ago
Paul B Mahol 3715f2f864 avfilter/vf_tpad: if there is no frame to clone return early 3 years ago