[FFmpeg-cvslog] avfilter/f_perms: add timeline support

2020-12-07 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 7 21:05:37 2020 +0100| [18befac5da2c71aeb9922b6fd5551502f4c5a913] | committer: Paul B Mahol avfilter/f_perms: add timeline support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18befac5da2c71aeb9922b6fd5551502f4c5a913 ---

[FFmpeg-cvslog] avfilter/af_earwax: fix filter behavior

2020-12-07 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 4 17:54:05 2020 +0100| [f41de0436cc8ce7221cd3702a51f3676cc689cf7] | committer: Paul B Mahol avfilter/af_earwax: fix filter behavior Previous filter output was incorrect. New one actually follows graph in comments described on side of filter

[FFmpeg-cvslog] avcodec/dynamic_hdr10_plus: remove unused const variables

2020-12-07 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Dec 7 14:28:50 2020 -0300| [c369ceb24474449897b3c198fa2c03793173620e] | committer: James Almer avcodec/dynamic_hdr10_plus: remove unused const variables Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/dynamic_hdr10_plus: don't take a GetBitContext as input argument

2020-12-07 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 6 12:30:14 2020 -0300| [1aa72fe79454c8f0a9adcd9ac7e6fbd20bbfe1a4] | committer: James Almer avcodec/dynamic_hdr10_plus: don't take a GetBitContext as input argument Create a local one instead from a byte buffer input argument. This prevents

[FFmpeg-cvslog] avcodec/hevc_sei: split Dynamic HDR10+ SEI parsing into its own function

2020-12-07 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 6 11:04:05 2020 -0300| [32bbca07d74d2bf9ebf6ff881be20e7e7afded1a] | committer: James Almer avcodec/hevc_sei: split Dynamic HDR10+ SEI parsing into its own function Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/hevc_sei: keep size in sync with the registered ITU-T T35 SEI GetBitContext

2020-12-07 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 6 12:30:13 2020 -0300| [b9f7c9b2723f44aa7850c24f9dcbb6a4e3ac555f] | committer: James Almer avcodec/hevc_sei: keep size in sync with the registered ITU-T T35 SEI GetBitContext Signed-off-by: James Almer >

[FFmpeg-cvslog] doc/filters: fix obvious mistake for minimum accepted value

2020-12-07 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 7 13:12:42 2020 +0100| [fcae745f46840416f448639ec34024b07d653ccd] | committer: Paul B Mahol doc/filters: fix obvious mistake for minimum accepted value >

[FFmpeg-cvslog] avformat/tee: allow packets with negative timestamps

2020-12-07 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Tue Jul 14 11:54:08 2020 +0300| [95fd790c14b034e8f6d75a5a20bbc1499d299d97] | committer: Jan Ekström avformat/tee: allow packets with negative timestamps As this is a meta muxer and the same flag is set with the fifo meta muxer, there is really no reason