[FFmpeg-cvslog] avfilter/af_channelmap: add some additional checks for the mappings

2024-03-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Mar 18 23:51:50 2024 +0100| [eaca78eff8323466e1ab463d3d193cb7d60cb9ae] | committer: Marton Balint avfilter/af_channelmap: add some additional checks for the mappings - Properly initialize all the mappings to -1 by default. - Make sure every output

[FFmpeg-cvslog] avfilter/af_channelmap: factorize checking indexes against a channel layout

2024-03-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Mar 19 01:06:20 2024 +0100| [bba6dd391f4e9fd8cbe91a202b8f5be04bf9f133] | committer: Marton Balint avfilter/af_channelmap: factorize checking indexes against a channel layout Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] doc/filters: extend af_channelmap documentation

2024-03-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Mar 19 03:55:12 2024 +0100| [f1e34f158276d7cec01f12de7d0bbb6b9414e336] | committer: Marton Balint doc/filters: extend af_channelmap documentation Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1e34f15827

[FFmpeg-cvslog] avfilter/af_channelmap: disallow channel index 64

2024-03-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Mar 18 23:35:26 2024 +0100| [2f754a96bd4ae4932923fe03c2d53f8273b6273c] | committer: Marton Balint avfilter/af_channelmap: disallow channel index 64 MAX_CH is 64, therefore the maximum index is 63. Signed-off-by: Marton Balint > http://git.videol

[FFmpeg-cvslog] avfilter/af_channelmap: fix mapping if in_channel was a string but out_channel was not specified

2024-03-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Mar 18 22:08:54 2024 +0100| [1bea3e9ee2f3521182eea6066fc8e8e1f8910c5b] | committer: Marton Balint avfilter/af_channelmap: fix mapping if in_channel was a string but out_channel was not specified In this case in_channel_idx was never set and the de

[FFmpeg-cvslog] avfilter/af_channelmap: fix error message if FL source channel was missing

2024-03-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Mar 18 21:56:58 2024 +0100| [9a5627ea9a213c4929020ee8c90bae74788f645c] | committer: Marton Balint avfilter/af_channelmap: fix error message if FL source channel was missing FL channel ID is 0, so for an unset value we must check for ID < 0. Regres

[FFmpeg-cvslog] avformat/mov_chan: respect channel order when parsing and creating chan atom

2024-03-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Mar 17 13:10:58 2024 +0100| [e6c2c8703732bc46395c65c530038c8146df0deb] | committer: Marton Balint avformat/mov_chan: respect channel order when parsing and creating chan atom Previously we always assumed that the channels are in native order, even

[FFmpeg-cvslog] configure: Explicitly check for static_assert, _Static_assert

2024-03-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 21 16:27:58 2024 +0100| [0d43adcbef9a061c95db60eb351937c27e2a0609] | committer: Andreas Rheinhardt configure: Explicitly check for static_assert, _Static_assert C11 provides static assertions via _Static_assert and provides static_assert a

[FFmpeg-cvslog] avformat/demux: Combine "Packet corrupt" logmessages

2024-03-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 21 13:32:29 2024 +0100| [ccd2b7f858d2b1d10a49629aa9b24055b7cc5646] | committer: Andreas Rheinhardt avformat/demux: Combine "Packet corrupt" logmessages Otherwise these statements might be torn apart by av_logs from other threads. Signed-o

[FFmpeg-cvslog] avformat/demux: Restore pkt->stream_index assert check

2024-03-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 21 13:07:04 2024 +0100| [07064f9bdac3f865e039373544d53cf633aecfa6] | committer: Andreas Rheinhardt avformat/demux: Restore pkt->stream_index assert check It has been moved after "st = s->streams[pkt->stream_index]" in b140b8332c617b0eef4f

[FFmpeg-cvslog] avutil/film_grain_params: remove unused variables

2024-03-24 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Sat Mar 23 20:10:13 2024 -0400| [438fcc3f6e0c425691643ca783613ef84e712bbc] | committer: Leo Izen avutil/film_grain_params: remove unused variables These variables are never read from, so they trigger -Wunused-variables Signed-off-by: Leo Izen > http://git

[FFmpeg-cvslog] avutil/film_grain_params: remove do loop in CHECK macro

2024-03-24 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Sat Mar 23 20:10:14 2024 -0400| [ac21582e5334388bc0ac47c273ac134023c64984] | committer: Leo Izen avutil/film_grain_params: remove do loop in CHECK macro The continue statement will break out of the do/while loop, not the outer loop as intended. This is one (

[FFmpeg-cvslog] x86: Avoid using 'd' as an argument name

2024-03-24 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Sat Mar 16 15:48:28 2024 +0100| [782c4df28dc91a2b5160fe7a35ad18541e8c5029] | committer: Henrik Gramner x86: Avoid using 'd' as an argument name x86inc.asm adds defines for {b,w,d,q} which clashes with the nasm d{b,w,d,q} pseudo-instructions for writin

[FFmpeg-cvslog] x86: Update x86inc.asm

2024-03-24 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Sat Mar 16 16:39:37 2024 +0100| [afa471d0efed1df5dca6eeeb2fcdd211ae4cad4e] | committer: Henrik Gramner x86: Update x86inc.asm Make things up-to-date with upstream. https://code.videolan.org/videolan/x86inc.asm > http://git.videolan.org/gitweb.cgi/ff