git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/iamf_parse : try to retype the channel layout for ambisonics_mode == 0
16 juin, par James Almer -
avfilter/af_aresample : rework activate logic to follow the advised flow more strictly
16 juin, par Marton Balintavfilter/af_aresample: rework activate logic to follow the advised flow more strictly This should prevent the possibility of audio data accumulating. The commit also cleans up and simplifies the code a bit so all frame producers (filter_frame(), flush_frame()) functions follow similar logic as ff_inlink_consume_frame() for the return code. Signed-off-by: Marton Balint <cus@passwd.hu>
-
avfilter/af_aresample : merge request_frame into activate function
16 juin, par Marton Balint -
hwcontext_vulkan : add workaround for broken Nvidia drivers
16 juin, par Lynne -
avfilter/vf_libplacebo : add `reset_sar` option
16 juin, par Niklas Haasavfilter/vf_libplacebo: add `reset_sar` option This was requested by users of `vf_libplacebo`, to mirror the existing option on the other `vf_scale_*` family of filters. While we have `vf_normalize`, it was not as useful in the event that the content stretching was actually desired. Bridges an important usability gap between `vf_scale` and `vf_libplacebo` that made mixing and matching the filters needlessly difficult.