[FFmpeg-cvslog] avfilter/af_dynaudnorm: fix previous commit

2020-01-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 2 17:24:01 2020 +0100| [81172b5e3ac0d3130ff7b639ed7efed5baa1195c] | committer: Paul B Mahol avfilter/af_dynaudnorm: fix previous commit We still need to analyze frame for amplification at EOF. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avfilter/af_dynaudnorm: do not enqueue flush buffers

2020-01-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 2 16:22:47 2020 +0100| [ed02563ce0c3df823e96af1178bc566cb7eaac60] | committer: Paul B Mahol avfilter/af_dynaudnorm: do not enqueue flush buffers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed02563ce0c3df823e96af1178bc566cb7eaac60

[FFmpeg-cvslog] avcodec/mpeg12dec: always submit the first field to hwaccel

2020-01-02 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Mon Oct 23 15:43:30 2017 +0800| [12c4d00c10cb73f1976c8de5b23b1405803bd454] | committer: Timo Rothenpieler avcodec/mpeg12dec: always submit the first field to hwaccel Though this patch to fix ticket #6668, I belive it is unnecessary to set SLICE_FLAG_ALLOW_F

[FFmpeg-cvslog] avcodec/nvdec_mpeg12: set field flags

2020-01-02 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Jan 2 13:15:27 2020 +0100| [d4996a600ca0334235a4b66beae5b5c3474535c4] | committer: Timo Rothenpieler avcodec/nvdec_mpeg12: set field flags > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4996a600ca0334235a4b66beae5b5c3474535c4 ---