[FFmpeg-cvslog] tests/fate/filter-audio: add aloop test

2024-11-29 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Nov 4 01:06:32 2024 +0100| [4100a2da297bddfacc634f93d0634fc34869cbf1] | committer: Marton Balint tests/fate/filter-audio: add aloop test Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4100a2da297bddfacc6

[FFmpeg-cvslog] avcodec/cbs_h266: stricter validation for subpicture's max width and height

2024-11-29 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Nov 23 17:32:34 2024 +0800| [98698ed3c24bfd0b1e6e6db943b5f25f6046cee7] | committer: Nuo Mi avcodec/cbs_h266: stricter validation for subpicture's max width and height Co-authored-by: Frank Plowman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avcodec/cbs_h266: improve readability in subpicture parser

2024-11-29 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Nov 23 17:32:33 2024 +0800| [e06515b092225f7d954aa64aedde98df097515ee] | committer: Nuo Mi avcodec/cbs_h266: improve readability in subpicture parser > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e06515b092225f7d954aa64aedde98df097515ee ---

[FFmpeg-cvslog] avcodec/vvcdec: misc, reformat inter_data()

2024-11-29 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Nov 23 17:32:36 2024 +0800| [4ec767abcc1036a424e4b30ef6d0d3b180d4eed4] | committer: Nuo Mi avcodec/vvcdec: misc, reformat inter_data() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ec767abcc1036a424e4b30ef6d0d3b180d4eed4 --- libavcodec/vvc

[FFmpeg-cvslog] avcodec/vvcdec: ensure every CTU belongs to a slice

2024-11-29 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Nov 23 17:32:32 2024 +0800| [5c5a08ecb53b1b9d97512ce398fa395c3fb8c1a8] | committer: Nuo Mi avcodec/vvcdec: ensure every CTU belongs to a slice According to section 6.3.3 "Spatial or component-wise partitionings," CTUs should fully cover slices with no over

[FFmpeg-cvslog] avcodec/vvcdec: return error if CTU size > 128

2024-11-29 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Nov 23 17:32:38 2024 +0800| [4de67e874697271e189022b03cd619329d54603c] | committer: Nuo Mi avcodec/vvcdec: return error if CTU size > 128 The v3 spec reserves CTU size 256. Currently, we use an uint8_t* table to hold cb_width and cb_height. If a CTU size

[FFmpeg-cvslog] avcodec/vvcdec: schedule next stage only if the current stage reports no error

2024-11-29 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Nov 23 17:32:37 2024 +0800| [eb67e60cb004c17ecbbd43c6e3c6732c19de5d33] | committer: Nuo Mi avcodec/vvcdec: schedule next stage only if the current stage reports no error If the current stage reports an error, some variables may not be correctly initialize

[FFmpeg-cvslog] avcodec/cbs_h266: check subpicture slices number

2024-11-29 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Nov 23 17:32:31 2024 +0800| [46006529a16efab45c865114a559914afe281341] | committer: Nuo Mi avcodec/cbs_h266: check subpicture slices number According to section 6.3.3, 'Spatial or component-wise partitionings,' Subpictures must cover the entire picture. Th

[FFmpeg-cvslog] avcodec/vvcdec: inter_data, check the return value from hls_merge_data

2024-11-29 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Nov 23 17:32:35 2024 +0800| [ba89c5b989938fad751ac451d1f6ef813bb42460] | committer: Nuo Mi avcodec/vvcdec: inter_data, check the return value from hls_merge_data Reported-by: Frank Plowman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba89c

[FFmpeg-cvslog] fate: adjust frequencies of the sine filter

2024-11-29 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 10 00:45:31 2024 +0100| [6189cb47fc065a7a20e45674a4755dde4afc1f4a] | committer: Marton Balint fate: adjust frequencies of the sine filter The filter currently uses inaccurate frequencies, this is in preparation for fixing that, by using numbers

[FFmpeg-cvslog] avfilter/asrc_sine: factorize sampling to a separate context

2024-11-29 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Nov 9 10:37:14 2024 +0100| [06247ae7460df0353d470c27465e880a97977f80] | committer: Marton Balint avfilter/asrc_sine: factorize sampling to a separate context Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avfilter/asrc_sine: increase frequency accuracy

2024-11-29 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 10 01:14:06 2024 +0100| [8d6f3bcb96043a590dd0ef60faf194066195d1cc] | committer: Marton Balint avfilter/asrc_sine: increase frequency accuracy Previously the delta phase was fixed point fractional with 2^32 fractions, which caused inaccuracies i

[FFmpeg-cvslog] fate: revert previous frequency adjustments of the sine filter

2024-11-29 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 10 04:01:24 2024 +0100| [f5948543f4fde21f8fbfbb27cf378ec54eb6fb0e] | committer: Marton Balint fate: revert previous frequency adjustments of the sine filter With more precise frequency support in the sine filter, several fate tests will change.