[FFmpeg-cvslog] MAINTAINERS: remove myself from here

2024-02-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Dec 7 08:27:14 2023 +0100| [d3111486f917f61df4100beb0cedc8e84cd7d2f7] | committer: Paul B Mahol MAINTAINERS: remove myself from here Once it became fully non-transparent and service of shady practices behind closed doors, I can not be here any

[FFmpeg-cvslog] avcodec/vp8: Change criterion for calling ff_thread_finish_setup()

2024-02-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 30 21:42:37 2024 +0100| [d525dbb41f5236ed2dc74041e9db7022bcb5bb86] | committer: Andreas Rheinhardt avcodec/vp8: Change criterion for calling ff_thread_finish_setup() The current criterion is to check for the existence of

[FFmpeg-cvslog] avformat/wavenc: use strtoull for UMID conversion

2024-02-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jan 29 10:44:06 2024 +0530| [7375a6ca7b4a4b223a71f85a772c64a34e60eabe] | committer: Gyan Doshi avformat/wavenc: use strtoull for UMID conversion Existing use of strtoll can lead to ERANGE errors leading to incorrect storage of UMID. >

[FFmpeg-cvslog] avcodec/vp8: Enforce key-frame only for WebP

2024-02-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 30 21:04:43 2024 +0100| [4b8b1415ae7709351eeab4037d0ef2e20bf9f7bd] | committer: Andreas Rheinhardt avcodec/vp8: Enforce key-frame only for WebP VP8-in-WebP only uses key frame encoding (see [1]), yet this is currently not enforced. This

[FFmpeg-cvslog] avcodec/vp8: Remove write-only vp7 struct field

2024-02-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 30 21:37:52 2024 +0100| [e37e9d58f8161b8de0848646b4738e5caa5afb0d] | committer: Andreas Rheinhardt avcodec/vp8: Remove write-only vp7 struct field This decoder always inlines whether it is VP7 or VP8. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avformat/mov: rename rescale_mdcv

2024-02-04 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Sun Feb 4 15:14:11 2024 +| [dda4b25e2d92e3e72f500daef2de143587752126] | committer: James Almer avformat/mov: rename rescale_mdcv It's not specific to the mdcv box. Signed-off-by: James Almer >

[FFmpeg-cvslog] avformat/mov: add support for 'amve' ambient viewing environment box

2024-02-04 Thread Damiano Galassi
ffmpeg | branch: master | Damiano Galassi | Sun Feb 4 15:14:12 2024 +| [112d3618ca47ac7a8243bb16eebdb2c4460d06d1] | committer: James Almer avformat/mov: add support for 'amve' ambient viewing environment box As defined in ISOBMFF (ISO/IEC 14496-12) document. Co-Authored-By: Cosmin

[FFmpeg-cvslog] tests/fate/mov: add a test for reading and writing amve box

2024-02-04 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Sun Feb 4 15:14:13 2024 +| [976cf2343d8c624c243895c21585d3c7711ab8fe] | committer: James Almer tests/fate/mov: add a test for reading and writing amve box >

[FFmpeg-cvslog] avcodec: add ambient viewing environment packet side data.

2024-02-04 Thread Damiano Galassi
ffmpeg | branch: master | Damiano Galassi | Sun Feb 4 15:14:10 2024 +| [45697e6a51244e3393c8bf5e931ad86387fd8ec8] | committer: James Almer avcodec: add ambient viewing environment packet side data. >

[FFmpeg-cvslog] avfilter/yadif_common: factorize some part of the config_output and the uninit functions

2024-02-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Jan 25 23:08:52 2024 +0100| [268062fa15e1c05310f9c3977e0b95ac07eca274] | committer: Marton Balint avfilter/yadif_common: factorize some part of the config_output and the uninit functions This unifies slightly diverged code and ensures that

[FFmpeg-cvslog] avutil/rational: increase av_d2q precision

2024-02-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Jan 26 01:42:13 2024 +0100| [8fccd6d510fe802c7d2dbe291676b0780cd4cf7f] | committer: Marton Balint avutil/rational: increase av_d2q precision Fixes parsing small timebases from expressions (where the expression API converts the result to double),

[FFmpeg-cvslog] avfilter/yadif_common: fix timestamps with very small timebases

2024-02-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jan 28 02:45:35 2024 +0100| [52cc89dc451f80fbcb0db9a5ade9bd41bd8594c8] | committer: Marton Balint avfilter/yadif_common: fix timestamps with very small timebases Yadif filter assumed that the output timebase is always half of the input timebase.

[FFmpeg-cvslog] lavc/d3d12va: Improve behaviour on missing decoder support

2024-02-04 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Feb 4 13:24:33 2024 +| [fa580a0f17f72a54a2effe89bf10b00b28203d87] | committer: Mark Thompson lavc/d3d12va: Improve behaviour on missing decoder support Distinguish between a decoder being entirely missing and a decoder which requires features

[FFmpeg-cvslog] avformat/flvenc: fix stereo flag when writing PCMA/PCMU

2024-02-04 Thread Alessandro Ros
ffmpeg | branch: master | Alessandro Ros | Sun Jan 21 16:16:20 2024 +0100| [49ab7f8997659b7d7140b54d814234e302843434] | committer: Marton Balint avformat/flvenc: fix stereo flag when writing PCMA/PCMU Currently, when writing PCMA or PCMU tracks with FLV or RTMP, the stereo flag and sample

[FFmpeg-cvslog] avutil/thread: add support for setting thread name on *bsd and solaris

2024-02-04 Thread Brad Smith
ffmpeg | branch: master | Brad Smith | Sun Jan 7 00:55:51 2024 -0500| [fd16d8c68cd7b820eda76c407b0645b7cf470efd] | committer: Marton Balint avutil/thread: add support for setting thread name on *bsd and solaris FreeBSD/DragonFly/Solaris use pthread_setname_np(). OpenBSD uses