[FFmpeg-cvslog] avcodec/cbs_h266: Fix regression in DVB clip introduced by 93281630a71c06642adfebebb0d4b105a4e02e91

2024-11-11 Thread Nuo Mi
ffmpeg | branch: release/7.1 | Nuo Mi | Sun Nov 10 14:20:24 2024 +0800| [1b1ba7d4f20c14d084b5304b39d45c8a6c80013b] | committer: James Almer avcodec/cbs_h266: Fix regression in DVB clip introduced by 93281630a71c06642adfebebb0d4b105a4e02e91 This commit introduced a regression to VVC_HDR_UHDTV

[FFmpeg-cvslog] Revert "avcodec/h2645_sei: fix parsing AOM grain provider_oriented_code"

2024-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 11 17:11:15 2024 -0300| [97c5cc3a5c7c69ed3289c54ef020bca28d82c39d] | committer: James Almer Revert "avcodec/h2645_sei: fix parsing AOM grain provider_oriented_code" This reverts commit 24141a714093f6a662e922ec38e361f2ec1446b7. It was a change made

[FFmpeg-cvslog] avfilter/f_loop: fix length of aloop leftover buffer

2024-11-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 3 22:32:51 2024 +0100| [b33a59416072ad31a5840f33f9975d88acf45add] | committer: Marton Balint avfilter/f_loop: fix length of aloop leftover buffer If the audio loop stops inside an audio frame, the leftover buffer contains the end of the frame,

[FFmpeg-cvslog] avfilter/f_loop: fix aloop activate logic

2024-11-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Nov 4 00:43:06 2024 +0100| [fe18ed3f2a9221af0beaec7b04b7804849db1f2f] | committer: Marton Balint avfilter/f_loop: fix aloop activate logic The logic did not follow the documented behaviour and that caused skipping of some audio in the loop and in

[FFmpeg-cvslog] avcodec/x86/vvc: add prototypes for OF functions

2024-11-11 Thread James Almer
ffmpeg | branch: release/7.1 | James Almer | Sun Nov 10 16:46:31 2024 -0300| [baef55364f3aec557c460621ca3e98b74646ebd4] | committer: James Almer avcodec/x86/vvc: add prototypes for OF functions And wrap the implemtation in preprocessor checks. Should fix ticket #11282. Signed-off-by: James Al

[FFmpeg-cvslog] lavc/vvc: Remove floating point logic

2024-11-11 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Sun Nov 10 20:24:33 2024 +| [1e5f24d1a6e8882c77e3db677b07500269642b37] | committer: Nuo Mi lavc/vvc: Remove floating point logic This was the only floating point logic in the native VVC decoder. Signed-off-by: Frank Plowman > http://git.videolan

[FFmpeg-cvslog] x86/vvc: Fix build error for arch x86_32

2024-11-11 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Nov 2 13:26:51 2024 +0800| [994368be8fe4d6eeec236caa1e17ac8b97babde0] | committer: Nuo Mi x86/vvc: Fix build error for arch x86_32 There were static functions which built for x86_32, but the simd functions they reference only available for x86_64. >

[FFmpeg-cvslog] avcodec/cbs_h266: Fix regression in DVB clip introduced by 93281630a71c06642adfebebb0d4b105a4e02e91

2024-11-11 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sun Nov 10 14:20:24 2024 +0800| [c49001e338feb9d8537bb00de33b2a5725ea6028] | committer: Nuo Mi avcodec/cbs_h266: Fix regression in DVB clip introduced by 93281630a71c06642adfebebb0d4b105a4e02e91 This commit introduced a regression to VVC_HDR_UHDTV1_OpenGOP_3

[FFmpeg-cvslog] avcodec/x86/vvc: add prototypes for OF functions

2024-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 10 16:46:31 2024 -0300| [9ec042c1aaa64b5f6dff8be263feff4288c1844e] | committer: Nuo Mi avcodec/x86/vvc: add prototypes for OF functions And wrap the implemtation in preprocessor checks. Should fix ticket #11282. Signed-off-by: James Almer > htt

[FFmpeg-cvslog] Revert "avcodec/h2645: allocate film grain metadata dynamically"

2024-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Oct 25 12:24:04 2024 -0300| [91b6ba653e44f7e911fac848a32c9c431d47c433] | committer: James Almer Revert "avcodec/h2645: allocate film grain metadata dynamically" AVFilmGrainAFGS1Params, the offending struct, is using sizeof(AVFilmGrainParams) when it s

[FFmpeg-cvslog] avcodec/h2645_sei: fix parsing AOM grain provider_oriented_code

2024-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 11 16:10:10 2024 -0300| [24141a714093f6a662e922ec38e361f2ec1446b7] | committer: James Almer avcodec/h2645_sei: fix parsing AOM grain provider_oriented_code The value is 16 bits big endian, not a single byte. Signed-off-by: James Almer > http://

[FFmpeg-cvslog] avcodec/h2645_sei: use the RefStruct API for film_grain_characteristics

2024-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Oct 25 12:49:11 2024 -0300| [e33b162c7d84838a2af3685fad2bb1ac774a] | committer: James Almer avcodec/h2645_sei: use the RefStruct API for film_grain_characteristics And ensure the buffer is synced between threads. Based on a patch by Dale Curtis

[FFmpeg-cvslog] avcodec/aom_film_grain: allocate film grain metadata dynamically

2024-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 24 23:09:23 2024 -0300| [fd4a2c9b026d8e23301854a500fdfc7bd4a4cbc6] | committer: James Almer avcodec/aom_film_grain: allocate film grain metadata dynamically This removes the ABI breaking use of sizeof(AVFilmGrainParams), and achieves the same size