[FFmpeg-cvslog] avutil/refstruct: Remove redundant check

2025-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 19 03:34:34 2025 +0200| [c8b09fb0acc71b490ed9929210e6b29db42b0635] | committer: Andreas Rheinhardt avutil/refstruct: Remove redundant check We now require C11. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avformat/dhav: fix backward scanning for get_duration and optimize seeking

2025-05-22 Thread Justin Ruggles
ffmpeg | branch: master | Justin Ruggles | Fri Mar 21 14:00:38 2025 -0400| [36ec9217e6dca3432304c9d76078d9618247eb0f] | committer: Derek Buitenhuis avformat/dhav: fix backward scanning for get_duration and optimize seeking The backwards scanning done for incomplete final packets should not ass

[FFmpeg-cvslog] libavformat/rtpdec_opus: add fmtp parsing of sprop-maxcapturerate

2025-05-22 Thread Erik Linge
ffmpeg | branch: master | Erik Linge | Mon Sep 26 21:51:31 2022 +0200| [f566392f66d435223e2df017e4ebd7db084fd7a0] | committer: Marvin Scholz libavformat/rtpdec_opus: add fmtp parsing of sprop-maxcapturerate Co-authored-by: Marvin Scholz Signed-off-by: Marvin Scholz > http://git.videolan.org

[FFmpeg-cvslog] libavformat/rtpdec_opus: Set duration field on Opus AVPacket

2025-05-22 Thread Jonathan Baudanza
ffmpeg | branch: master | Jonathan Baudanza | Mon May 12 12:11:14 2025 +0900| [2a180c7150be8645b85e644c565be68d7320e513] | committer: Marvin Scholz libavformat/rtpdec_opus: Set duration field on Opus AVPacket This commit will properly set the duration field of Opus AVPackets. Currently, durati

[FFmpeg-cvslog] rtpdec: Set bitrate for pcm-mulaw audio

2025-05-22 Thread Erik Linge
ffmpeg | branch: master | Erik Linge | Tue Sep 27 21:00:21 2022 +0200| [b9b44e15b51fec88207842a21b9a284c1b0e2d93] | committer: Marvin Scholz rtpdec: Set bitrate for pcm-mulaw audio Signed-off-by: Marvin Scholz Co-authored-by: Marvin Scholz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] vulkan/ffv1: fix sync issue in cached bitstream reader/writer

2025-05-22 Thread Lynne
ffmpeg | branch: master | Lynne | Fri May 23 05:11:07 2025 +0900| [977d1a24bc01ad2a9674f7bc749c6dc4adde0e13] | committer: Lynne vulkan/ffv1: fix sync issue in cached bitstream reader/writer The issue is that there is an explicit lack of synchronization as only the very first invocation writes s

[FFmpeg-cvslog] doc/examples/filter_audio: use av_err2str

2025-05-22 Thread Tristan Matthews
ffmpeg | branch: master | Tristan Matthews | Thu May 22 12:57:24 2025 -0400| [e93a43b5113c0b8d6357c5b6ed2622cf028d] | committer: Marvin Scholz doc/examples/filter_audio: use av_err2str Signed-off-by: Marvin Scholz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e93a43b5113c0b

[FFmpeg-cvslog] doc/examples/qsv_decode: use av_err2str

2025-05-22 Thread Tristan Matthews
ffmpeg | branch: master | Tristan Matthews | Thu May 22 12:57:25 2025 -0400| [9b9a287872c1ecc651a29f08854b68f25be65daf] | committer: Marvin Scholz doc/examples/qsv_decode: use av_err2str Signed-off-by: Marvin Scholz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b9a287872c1ecc6

[FFmpeg-cvslog] avcodec/lcevcdec: don't try to write to output frames directly

2025-05-22 Thread James Almer
ffmpeg | branch: release/7.1 | James Almer | Fri May 16 16:54:52 2025 -0300| [4c78a357d082b1097c4269dd1af116bb01ddc83e] | committer: James Almer avcodec/lcevcdec: don't try to write to output frames directly The buffer references may not be writable at this point, as the decoder calls get_buff

[FFmpeg-cvslog] avcodec/lcevcdec: don't try to write to output frames directly

2025-05-22 Thread James Almer
ffmpeg | branch: master | James Almer | Fri May 16 16:54:52 2025 -0300| [8eae65dc5c8960c9770017737d968eca2aa7f502] | committer: James Almer avcodec/lcevcdec: don't try to write to output frames directly The buffer references may not be writable at this point, as the decoder calls get_buffer2()

[FFmpeg-cvslog] tests/fate/ac3: add a second ac3_fixed encoder test

2025-05-22 Thread James Almer
ffmpeg | branch: master | James Almer | Thu May 22 19:23:35 2025 -0300| [622a72b5ea5f2022b173355d65d513df2d75000b] | committer: James Almer tests/fate/ac3: add a second ac3_fixed encoder test Exercising the lavfi filtergraph codepath to choose the best output layout. Signed-off-by: James Almer

[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout

2025-05-22 Thread Paul B Mahol
ffmpeg | branch: release/7.1 | Paul B Mahol | Thu May 22 21:21:24 2025 +| [ccbd089467382a6693f792b1ea1c23e3bdda089d] | committer: James Almer avfilter/avfiltergraph: fix regression in picking channel layout Signed-off-by: James Almer (cherry picked from commit 1b3f4842c18409dba5a345ef9e7b

[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout

2025-05-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu May 22 21:21:24 2025 +| [1b3f4842c18409dba5a345ef9e7b3de7a4fa3657] | committer: James Almer avfilter/avfiltergraph: fix regression in picking channel layout Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout

2025-05-22 Thread Paul B Mahol
ffmpeg | branch: release/6.0 | Paul B Mahol | Thu May 22 21:21:24 2025 +| [bd1c255af8c061e7a2be47a95632135b720e040e] | committer: James Almer avfilter/avfiltergraph: fix regression in picking channel layout Signed-off-by: James Almer (cherry picked from commit 1b3f4842c18409dba5a345ef9e7b

[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout

2025-05-22 Thread Paul B Mahol
ffmpeg | branch: release/6.1 | Paul B Mahol | Thu May 22 21:21:24 2025 +| [b8fe1bc38e35e810fcf7310213199364b097bd15] | committer: James Almer avfilter/avfiltergraph: fix regression in picking channel layout Signed-off-by: James Almer (cherry picked from commit 1b3f4842c18409dba5a345ef9e7b

[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout

2025-05-22 Thread Paul B Mahol
ffmpeg | branch: release/7.0 | Paul B Mahol | Thu May 22 21:21:24 2025 +| [01e42959a5c0d9a64c85245101b65afc9775fd6a] | committer: James Almer avfilter/avfiltergraph: fix regression in picking channel layout Signed-off-by: James Almer (cherry picked from commit 1b3f4842c18409dba5a345ef9e7b

[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout

2025-05-22 Thread Paul B Mahol
ffmpeg | branch: release/5.1 | Paul B Mahol | Thu May 22 21:21:24 2025 +| [e09bd41752491627b4d52e8c76d3d5cfd4b2d7ba] | committer: James Almer avfilter/avfiltergraph: fix regression in picking channel layout Signed-off-by: James Almer (cherry picked from commit 1b3f4842c18409dba5a345ef9e7b

[FFmpeg-cvslog] swscale/swscale_unscaled: fix planarCopyWrapper() for yuv444p => yuva444p

2025-05-22 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun May 18 22:52:07 2025 +0200| [a16c053a333b43d547b01834a6c89dde2459c8b5] | committer: Ramiro Polla swscale/swscale_unscaled: fix planarCopyWrapper() for yuv444p => yuva444p Currently, planarCopyWrapper() assumes that src[3] must be NULL when the sourc

[FFmpeg-cvslog] swscale/swscale_unscaled: fix planarRgbToplanarRgbWrapper() for formats with bpc between 9-14 bits

2025-05-22 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun May 18 23:02:27 2025 +0200| [d028cf03b875fc44be666e2155b92a2accdd4f1c] | committer: Ramiro Polla swscale/swscale_unscaled: fix planarRgbToplanarRgbWrapper() for formats with bpc between 9-14 bits Currently, planarRgbToplanarRgbWrapper() always sets

[FFmpeg-cvslog] swscale/swscale_unscaled: fix packed16togbra16() for formats with bpc between 9-14 bits

2025-05-22 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun May 18 22:52:09 2025 +0200| [748e960e04248569d121ac4ebba11109b6c81acb] | committer: Ramiro Polla swscale/swscale_unscaled: fix packed16togbra16() for formats with bpc between 9-14 bits Currently, packed16togbra16() always sets the alpha value to 0x

[FFmpeg-cvslog] swscale/swscale_unscaled: fix packed30togbra10() for formats with bpc between 9-14 bits

2025-05-22 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun May 18 22:52:08 2025 +0200| [0c1d87d1e61cbb0f0ffa0d95d9e8b77d5bbde70a] | committer: Ramiro Polla swscale/swscale_unscaled: fix packed30togbra10() for formats with bpc between 9-14 bits Currently, packed30togbra10() always sets the alpha value to 0x

[FFmpeg-cvslog] build: remove unused SLIBOBJS variable

2025-05-22 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sat May 17 00:36:33 2025 +0200| [db5e0e2ef9dcaed955adb27255537589f37628ae] | committer: Ramiro Polla build: remove unused SLIBOBJS variable The SLIBOBJS variable was introduced in 56572787ae2 but is no longer used. Another variable, SHLIBOBJS, was intro

[FFmpeg-cvslog] avformat/matroskadec: Accept WebVTT subtitles with empty cues

2025-05-22 Thread Marcos Del Sol Vives via ffmpeg-devel
ffmpeg | branch: master | Marcos Del Sol Vives via ffmpeg-devel | Tue May 20 11:26:21 2025 +0200| [a79720e10f30e9fd18bd78242ce96dde06461343] | committer: Michael Niedermayer avformat/matroskadec: Accept WebVTT subtitles with empty cues Fixes: #11493 Signed-off-by: Michael Niedermayer > http:

[FFmpeg-cvslog] avformat/imfdec: inherit opaque from parent AVFormatContext

2025-05-22 Thread Kacper Michajłow
ffmpeg | branch: master | Kacper Michajłow | Sat May 17 05:50:29 2025 +0200| [9c6c653a469e6679f11a0f25aab65a704fc872db] | committer: Michael Niedermayer avformat/imfdec: inherit opaque from parent AVFormatContext io_open and io_close2 callbacks may use opaque pointer stored in the context. The