[FFmpeg-cvslog] avformat/iamf_parse: use the public iamf helpers to allocate structs

2024-01-23 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jan 23 20:54:13 2024 -0300| [0b8e51b584468388a4eee8e630a98ebdb53148aa] | committer: James Almer avformat/iamf_parse: use the public iamf helpers to allocate structs Should fix memory leaks from non-freed fields due to missing AVClass in the allocated

[FFmpeg-cvslog] tests/checkasm/aacencdsp: Use float_near_ulp_array() for abs_pow34() test

2024-01-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 23 21:06:49 2024 +0100| [d6c62b4bce8f9ae5f09a8acaf446c1a8231bca55] | committer: Michael Niedermayer tests/checkasm/aacencdsp: Use float_near_ulp_array() for abs_pow34() test Fixes: ticket/10818 Approved-by: James Almer Signed-off-by: Mic

[FFmpeg-cvslog] avformat/mxfenc: Remove AVERROR²

2024-01-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 23 02:24:07 2024 +0100| [88a9142cac25a365cde0b396cca1987eca68ccb2] | committer: Michael Niedermayer avformat/mxfenc: Remove AVERROR² Reviewed-by: James Almer Reviewed-by: Tomas Härdin Signed-off-by: Michael Niedermayer > http://git.vi

[FFmpeg-cvslog] doc/muxers: add dv

2024-01-23 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Jan 20 16:23:43 2024 +0100| [58d13d637767c6629faba66efce81b675bcb754e] | committer: Stefano Sabatini doc/muxers: add dv > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58d13d637767c6629faba66efce81b675bcb754e --- doc/muxers.texi |

[FFmpeg-cvslog] doc/muxers: add MPEG-1/2 muxers section

2024-01-23 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Jan 20 18:07:02 2024 +0100| [792c71350434d63e94fb1742d24365c44177ff8f] | committer: Stefano Sabatini doc/muxers: add MPEG-1/2 muxers section > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=792c71350434d63e94fb1742d24365c44177ff8f ---

[FFmpeg-cvslog] lavf/mpegenc: extend options definition

2024-01-23 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Jan 20 17:54:37 2024 +0100| [02e4598f8f40d0ac43d73fa79f02caecf79cbac1] | committer: Stefano Sabatini lavf/mpegenc: extend options definition > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02e4598f8f40d0ac43d73fa79f02caecf79cbac1 ---

[FFmpeg-cvslog] doc/muxers/raw: drop duplicated whitespace

2024-01-23 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Jan 20 15:20:49 2024 +0100| [f6f781625a866f4a2ac3c74971089cbd6767b72a] | committer: Stefano Sabatini doc/muxers/raw: drop duplicated whitespace > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f6f781625a866f4a2ac3c74971089cbd6767b72a

[FFmpeg-cvslog] doc/muxers/raw: add dfpwm item

2024-01-23 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Jan 20 15:19:59 2024 +0100| [8bcea02f6cb08cec30aa4b50fba8af33d5600082] | committer: Stefano Sabatini doc/muxers/raw: add dfpwm item > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8bcea02f6cb08cec30aa4b50fba8af33d5600082 --- doc/mu

[FFmpeg-cvslog] doc/muxers: add daud

2024-01-23 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Jan 20 15:10:35 2024 +0100| [916373014e006379468832830870810c5d985836] | committer: Stefano Sabatini doc/muxers: add daud > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=916373014e006379468832830870810c5d985836 --- doc/muxers.texi

[FFmpeg-cvslog] lavf/daudenc: clarify error messages

2024-01-23 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Jan 20 15:08:49 2024 +0100| [bba784d60401e0d2f669cd79799c434ba0357deb] | committer: Stefano Sabatini lavf/daudenc: clarify error messages > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bba784d60401e0d2f669cd79799c434ba0357deb ---

[FFmpeg-cvslog] lavf/dashenc: sort options by name

2024-01-23 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Wed Jan 17 00:14:40 2024 +0100| [f8b14d8bee16515293eb3cc77e8cdbbdad0de8d5] | committer: Stefano Sabatini lavf/dashenc: sort options by name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8b14d8bee16515293eb3cc77e8cdbbdad0de8d5 --- li

[FFmpeg-cvslog] doc/muxers/dash: review documentation

2024-01-23 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Fri Jan 19 00:19:25 2024 +0100| [9c06dedad10905979546b208f0709421b37b4f16] | committer: Stefano Sabatini doc/muxers/dash: review documentation Sort options by name, review formatting, apply consistency fixes and fill the gaps (e.g. missing value for

[FFmpeg-cvslog] avformat/mov: zero initialize the index ranges buffer

2024-01-23 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jan 23 18:39:24 2024 -0300| [eee3b7e2fb0664b889e58c03f76e19ef23e4d1d8] | committer: James Almer avformat/mov: zero initialize the index ranges buffer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eee3b7e2fb06

[FFmpeg-cvslog] lavc/dxvenc: add DXV encoder with support for DXT1 texture format

2024-01-23 Thread Connor Worley
ffmpeg | branch: master | Connor Worley | Tue Jan 23 19:59:00 2024 +0100| [dfbbd11a4b2ce947a5041afecbc081c46ce5a186] | committer: Vittorio Giovara lavc/dxvenc: add DXV encoder with support for DXT1 texture format Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/vvc_ctu: align motion vector fields

2024-01-23 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jan 23 17:24:12 2024 -0300| [1496ce8f6bae75bd6c00c4d7628a2326b7115df6] | committer: James Almer avcodec/vvc_ctu: align motion vector fields Should fix "member access within misaligned address 0xf00 for type 'const union av_alias64', which requires 8 b

[FFmpeg-cvslog] fate: remove unused filtergraph files

2024-01-23 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jan 23 13:49:41 2024 -0300| [67b5012cb127b7eb570525d6314f56db5e6b779f] | committer: James Almer fate: remove unused filtergraph files They were added by mistake. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] fate/iamf: add an ambisonic test

2024-01-23 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jan 23 12:34:52 2024 -0300| [e8759580b14e73c0a007023e6fcb2dfe932de50e] | committer: James Almer fate/iamf: add an ambisonic test Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8759580b14e73c0a007023e6fcb2dfe9

[FFmpeg-cvslog] lavc/vvc: Remove left shifts of negative values

2024-01-23 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Sat Jan 20 14:51:04 2024 +| [8157b5d4051d52d9bcabda9dcd5f012d070cba71] | committer: James Almer lavc/vvc: Remove left shifts of negative values VVC specifies << as arithmetic left shift, i.e. x << y is equivalent to x * pow2(y). C's << on the othe

[FFmpeg-cvslog] fate: add VVC decoder tests

2024-01-23 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 3 21:19:47 2024 -0300| [2d712314ecb64e562243986401522d2c8ffc00cc] | committer: James Almer fate: add VVC decoder tests Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d712314ecb64e562243986401522d2c8ffc00

[FFmpeg-cvslog] avformat/iamf_writer: remove bogus check

2024-01-23 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jan 23 10:13:25 2024 -0300| [9813df77d68a43c1dbf4e5b0dc4a7e5eb525b5f9] | committer: James Almer avformat/iamf_writer: remove bogus check Probably an artifact of a rebase, as this check is done below. Fixes "Conditional jump or move depends on uniniti

[FFmpeg-cvslog] avformat/iamfdec: free superfluous objects

2024-01-23 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jan 23 09:58:39 2024 -0300| [b6af126c72e6f2988ca29c189926b20f12ff19de] | committer: James Almer avformat/iamfdec: free superfluous objects The AVIAMFAudioElement and AVIAMFMixPresentation that are ultimately used are allocated by ff_iamfdec_read_descr