[FFmpeg-cvslog] lavf/fifo: fix typo

2024-03-11 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sun Jan 28 01:21:14 2024 +0100| [53a952a7313f2c78d93a4f6805abe570fe35f96b] | committer: Stefano Sabatini lavf/fifo: fix typo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53a952a7313f2c78d93a4f6805abe570fe35f96b --- libavformat/fifo.

[FFmpeg-cvslog] lavf/dvenc: improve error messaging

2024-03-11 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Jan 20 16:17:59 2024 +0100| [bce9234f1065848dcd2bf70a2c2f34258db9b774] | committer: Stefano Sabatini lavf/dvenc: improve error messaging Provide useful information about the failure in the error message, do not let the user guess. > http://git.

[FFmpeg-cvslog] fftools/opt_common: show if muxer is device

2024-03-11 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sun Jan 7 16:07:54 2024 +0100| [58a1386eaf770ba4969771bf0f433bc976199083] | committer: Stefano Sabatini fftools/opt_common: show if muxer is device > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58a1386eaf770ba4969771bf0f433bc976199083

[FFmpeg-cvslog] avcodec/av1dec: parse DV profile 10 T.35 OBU

2024-03-11 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Feb 23 21:24:32 2024 +0100| [da39a19aadcaa07553554e74309feb0528339c73] | committer: Niklas Haas avcodec/av1dec: parse DV profile 10 T.35 OBU See previous commit. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da39a19aadcaa07553554e74309f

[FFmpeg-cvslog] avcodec/dovi_rpu: implement support for profile 10

2024-03-11 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Feb 23 21:06:20 2024 +0100| [9aecd717ab9fb45bf57329c5afeaf5e80d2a3004] | committer: Niklas Haas avcodec/dovi_rpu: implement support for profile 10 Instead of the nal_prefix, this profile inside wraps the RPU inside an EMDF container, as specified in E

[FFmpeg-cvslog] avcodec/libdav1d: parse DV profile 10 T.35 OBU

2024-03-11 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Feb 23 21:16:58 2024 +0100| [a5d1e69b3bd0ff6fea2086ba2bfb67f5c4184b49] | committer: Niklas Haas avcodec/libdav1d: parse DV profile 10 T.35 OBU This is thankfully passed through verbatim by libdav1d, so we can parse it in our own code. In theory, taki

[FFmpeg-cvslog] avfilter: update filter timeline state only on main link

2024-03-11 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Mar 1 19:21:52 2024 +0530| [3d1860ec8db7f9785bf1338e826138c0218dfb59] | committer: Gyan Doshi avfilter: update filter timeline state only on main link At present, consume_update evaluates timeline state on all links for a multi-input filter. This can