[FFmpeg-cvslog] avfilter/avfilter: add a return at the end of a non-void function

2021-08-24 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Aug 24 09:36:21 2021 -0300| [61b38f7aef8d2f34135eb6a1e1e637d4fef667d2] | committer: James Almer avfilter/avfilter: add a return at the end of a non-void function Fixes compilation with GCC 11 when configured with "--disable-optimizations --toolchain=

[FFmpeg-cvslog] avcodec/h264_slice: compute and export film grain seed

2021-08-24 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Tue Aug 17 21:25:31 2021 +0200| [cf37c3fb6c84d8eb61079520b4c57e3c969bc25d] | committer: James Almer avcodec/h264_slice: compute and export film grain seed >From SMPTE RDD 5-2006, the grain seed is to be computed from the following definition of `pic_offse

[FFmpeg-cvslog] avcodec/h264dec: apply H.274 film grain

2021-08-24 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Tue Aug 17 21:54:56 2021 +0200| [66845cffc3bbb17f91294d15cd6f57f3df3bce97] | committer: James Almer avcodec/h264dec: apply H.274 film grain Because we need access to ref frames without film grain applied, we have to add an extra AVFrame to H264Picture to

[FFmpeg-cvslog] avcodec/h274: add film grain synthesis routine

2021-08-24 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Tue Aug 17 21:25:32 2021 +0200| [6bc29a6b571c83058d04dc7b8b0f827dfee31b2c] | committer: James Almer avcodec/h274: add film grain synthesis routine This could arguably also be a vf, but I decided to put it here since decoders are technically required to ap

[FFmpeg-cvslog] avcodec/pthread_frame: also keep AVCodecContext.properties in sync between threads

2021-08-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 16 12:05:31 2021 -0300| [6dd7149f4c35be1378feecbdc1c57090d095201e] | committer: James Almer avcodec/pthread_frame: also keep AVCodecContext.properties in sync between threads Some frame threaded decoders set it, but this information never reached

[FFmpeg-cvslog] avcodec: add a Film Grain codec property flag

2021-08-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 16 12:08:56 2021 -0300| [590a7e02f04795ef308240bb13b76f97f916b16e] | committer: James Almer avcodec: add a Film Grain codec property flag Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=590a7e02f04795ef3082

[FFmpeg-cvslog] avcodec/libdav1d: signal the presence of Film Grain in the decoder context

2021-08-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 16 12:09:39 2021 -0300| [651fed3860328e5c4eb3191ffc00b3a18074f90d] | committer: James Almer avcodec/libdav1d: signal the presence of Film Grain in the decoder context Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/av1: signal the presence of Film Grain in the decoder context

2021-08-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 16 12:39:19 2021 -0300| [9b05263ac166924f28a2f4a65883629219fa6689] | committer: James Almer avcodec/av1: signal the presence of Film Grain in the decoder context Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/h264_slice: signal the presence of Film Grain in the decoder context

2021-08-24 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Aug 24 09:55:34 2021 -0300| [ab25874e3245ef578d7b48200ba922a8ff253f28] | committer: James Almer avcodec/h264_slice: signal the presence of Film Grain in the decoder context Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] fate: update some missing refs

2021-08-24 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Aug 24 12:22:36 2021 -0300| [fbbca7b8facb027db158f1fd7bea18b5cbfe26ed] | committer: James Almer fate: update some missing refs Forgotten in 590a7e02f04795ef308240bb13b76f97f916b16e Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] checkasm: collapse hevc pel tests

2021-08-24 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Thu Aug 5 10:26:48 2021 +0200| [b492cacffd36ad4cb251ba1f13ac398318ee639a] | committer: Thilo Borgmann checkasm: collapse hevc pel tests Also add to `make fate-checkasm' target. Signed-off-by: J. Dekker > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avcodec/h264dec: fix possible out-of-bounds array access

2021-08-24 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Wed Aug 25 05:06:01 2021 +0200| [94653e0dee8d2efa85087e28249249cb3fde3d71] | committer: James Almer avcodec/h264dec: fix possible out-of-bounds array access If slice_type is > 9, the access to ff_h264_golomb_to_pict_type is out-of-bounds. Fix this by simp

[FFmpeg-cvslog] avformat/ttml: split TTML paragraph based or not check into header

2021-08-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed Feb 24 14:19:28 2021 +0200| [460beb948ceddeb86bd2b3b17335176adcaa7223] | committer: Jan Ekström avformat/ttml: split TTML paragraph based or not check into header This way it can be re-utilized in movenc. Signed-off-by: Jan Ekström > http://git.vi

[FFmpeg-cvslog] avformat/movenc: add support for TTML muxing

2021-08-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Feb 15 16:21:13 2021 +0200| [e41bd075dd56f20f4eca61790bda5bf88c433bcb] | committer: Jan Ekström avformat/movenc: add support for TTML muxing Includes basic support for both the ISMV ('dfxp') and MP4 ('stpp') methods. This initial version also foregoe