[FFmpeg-cvslog] avformat/imf_cpl: do not use filesize when reading XML file

2022-02-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Feb 1 00:08:22 2022 +0100| [8a9d3d3dec74568a1a7f226dab3a779cd0bfc079] | committer: Marton Balint avformat/imf_cpl: do not use filesize when reading XML file Similar to the earlier patch applied to imfdec. Signed-off-by: Marton Balint > http://g

[FFmpeg-cvslog] avformat/demux: don't propagate unsupported skip samples packet side data values

2022-02-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 31 22:56:45 2022 -0300| [3b9bd63ad92967e06d5e2f67e0cfd9093bf7700d] | committer: James Almer avformat/demux: don't propagate unsupported skip samples packet side data values Should fix ticket #9622 Signed-off-by: James Almer > http://git.videola

[FFmpeg-cvslog] avcodec/decode: ignore unsupported skip samples packet side data values

2022-02-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 31 22:56:46 2022 -0300| [22d6d2b4818f3b1b451d1b4c4dd3d484e3040261] | committer: James Almer avcodec/decode: ignore unsupported skip samples packet side data values Same as in the AV_FRAME_FLAG_DISCARD codepath, ensure avci->skip_samples is not neg

[FFmpeg-cvslog] avformat/demux: print skip_samples and discard_padding as unsigned values in debug log

2022-02-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 31 22:56:47 2022 -0300| [928e7c60cc5f220e931df51392b5577b253ffa23] | committer: James Almer avformat/demux: print skip_samples and discard_padding as unsigned values in debug log It's the type they should be interpreted as in the AV_PKT_DATA_SKIP

[FFmpeg-cvslog] avformat/demux: don't truncate the return value of ts_to_samples()

2022-02-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 31 22:56:48 2022 -0300| [0ea87ebc19c843747d6e3f7e060e2f2da634eb03] | committer: James Almer avformat/demux: don't truncate the return value of ts_to_samples() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avformat/tests: add /imf to .gitignore

2022-02-05 Thread Pierre-Anthony Lemieux
ffmpeg | branch: master | Pierre-Anthony Lemieux | Fri Feb 4 18:07:38 2022 -0800| [bec300f4e18f53f6e33ad183b2ef9d5a422088d9] | committer: Zane van Iperen avformat/tests: add /imf to .gitignore Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bec300f

[FFmpeg-cvslog] avformat/imf: cosmetics

2022-02-05 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Fri Jan 7 19:16:25 2022 +1000| [40766ae1da412f7a8f665fd49c0de905f856552e] | committer: Zane van Iperen avformat/imf: cosmetics s/++i/i++/g Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40766ae1da412f7a

[FFmpeg-cvslog] avfilter/af_apsyclip: fix FFT bin indexing

2022-02-05 Thread Jason Jang
ffmpeg | branch: master | Jason Jang | Fri Jan 28 17:08:27 2022 -0800| [b4ad13420f57ff7b2a411f2f70217635d1516a80] | committer: Paul B Mahol avfilter/af_apsyclip: fix FFT bin indexing With a complex FFT instead of real FFT, the negative frequencies are not dropped from the spectrum output, so th

[FFmpeg-cvslog] avfilter/af_apsyclip: fix peak overestimation

2022-02-05 Thread Jason Jang
ffmpeg | branch: master | Jason Jang | Fri Jan 28 17:12:41 2022 -0800| [18fceb99260a74ec80d661b28f0ab32783130516] | committer: Paul B Mahol avfilter/af_apsyclip: fix peak overestimation Ignore more samples that are near the edge of the block. The reason is that the filtering tends to cause thes

[FFmpeg-cvslog] avfilter/af_apsyclip: increase protection for high frequencies

2022-02-05 Thread Jason Jang
ffmpeg | branch: master | Jason Jang | Fri Jan 28 17:15:54 2022 -0800| [306994b887d484eb9e0a9aa95b8d7825ce4efec1] | committer: Paul B Mahol avfilter/af_apsyclip: increase protection for high frequencies This reduces sibilance distortion when sibilance and bass are present at the same time. Brin

[FFmpeg-cvslog] avfilter/vf_cas: unbreak >8 depth support

2022-02-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Feb 5 20:56:33 2022 +0100| [bedb4bac1c8e2695cf10d21c6b3ed23c877934e7] | committer: Paul B Mahol avfilter/vf_cas: unbreak >8 depth support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bedb4bac1c8e2695cf10d21c6b3ed23c877934e7 --- liba

[FFmpeg-cvslog] avformat/mxfdec: add avlanguage dependency

2022-02-05 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Sun Feb 6 13:20:46 2022 +1000| [f14dbb4bf50009fdec601b2e343b46b151104eb3] | committer: Zane van Iperen avformat/mxfdec: add avlanguage dependency Reviewed-by: Andreas Rheinhardt Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi/