[FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe

2025-05-17 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Fri May 9 00:18:29 2025 +0200| [7d383ac18b4df017d74af95ad5ccab626ef41b2a] | committer: Marton Balint avformat/wavdec: increase requested probe score for codec probe Codec probing was primarily added to the wav demuxer to support DTS-in-wav files

[FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe

2025-05-17 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Fri May 9 00:18:29 2025 +0200| [b791523bb9834fad6dd9a48ee235f66a204499cb] | committer: Marton Balint avformat/wavdec: increase requested probe score for codec probe Codec probing was primarily added to the wav demuxer to support DTS-in-wav files

[FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe

2025-05-17 Thread Marton Balint
ffmpeg | branch: release/7.1 | Marton Balint | Fri May 9 00:18:29 2025 +0200| [59576ad4c5ce3667e0e1d967af57ad0c3f2d334a] | committer: Marton Balint avformat/wavdec: increase requested probe score for codec probe Codec probing was primarily added to the wav demuxer to support DTS-in-wav files

[FFmpeg-cvslog] tests/fate/probe: add test for pcm misdetected as mp3 in wav

2025-05-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 11 20:27:00 2025 +0200| [a6a510c1d95ebc693ef74354df76b8622a511ce4] | committer: Marton Balint tests/fate/probe: add test for pcm misdetected as mp3 in wav Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] tests/fate/probe: add test for dts in wav

2025-05-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 11 20:47:31 2025 +0200| [fe97bf8752342deaee9f918331d438e2680fcacb] | committer: Marton Balint tests/fate/probe: add test for dts in wav Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] Revert "fftools/textformat/avtextformat: Make close functions return void"

2025-05-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed May 7 11:32:14 2025 +0200| [a124c9a580c4da0b0774f0cb0a4ae338214c2afa] | committer: Marton Balint Revert "fftools/textformat/avtextformat: Make close functions return void" This reverts commit 7684243fbe6e84fecb4a039195d5fda8a0

[FFmpeg-cvslog] fftools/textformat: correctly propagate uninit error codes

2025-05-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed May 7 12:45:16 2025 +0200| [0d6ef6f545042981583669aa88f2f1f6459b0325] | committer: Marton Balint fftools/textformat: correctly propagate uninit error codes This allows catching IO errors occuring at file close. Signed-off-by: Marton Balint

[FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe

2025-05-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri May 9 00:18:29 2025 +0200| [ce01c7fb58597f525e130f47a13ff77f1db62bf4] | committer: Marton Balint avformat/wavdec: increase requested probe score for codec probe Codec probing was primarily added to the wav demuxer to support DTS-in-wav files, but

[FFmpeg-cvslog] fftools/ffmpeg: move elapsed time counter to the end of the status line

2025-05-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri May 9 14:01:33 2025 +0200| [4014784b6229fe0829c2b154694fc13fcb963864] | committer: Marton Balint fftools/ffmpeg: move elapsed time counter to the end of the status line Elapsed time is much less important than the actual progress, and I am

[FFmpeg-cvslog] avcodec/libxvid: add check for invalid intra/inter matrix values

2025-02-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Jan 25 20:25:38 2025 +0100| [9b5a4c0aea1f8ac2082c223d8b6a5e5d8a896dbd] | committer: Marton Balint avcodec/libxvid: add check for invalid intra/inter matrix values Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/mpegvideo_enc: use 64bit multiplication in dct_quantize_trellis_c and dct_quantize_c

2025-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jan 6 23:08:32 2025 +0100| [ec4d3dc5b90f0e5b4e931667fd9c9c6944da40fa] | committer: Marton Balint avcodec/mpegvideo_enc: use 64bit multiplication in dct_quantize_trellis_c and dct_quantize_c Fixes corruption with: ffmpeg -t 1 -filter_complex

[FFmpeg-cvslog] avcodec/mpegvideo_enc: fix qmat value comments

2025-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jan 6 21:18:36 2025 +0100| [ed26812337b397e602e68dae5c39b20b8b599565] | committer: Marton Balint avcodec/mpegvideo_enc: fix qmat value comments The comments supposed to track the possible value of the qmat and qmat16 matrices, but they were not

[FFmpeg-cvslog] avcodec/mpegvideo_enc: add checks for custom inter/intra/chroma matrices

2025-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Jan 7 00:02:47 2025 +0100| [7d9f373984c39fd87a22025efbe2f195e79f9acf] | committer: Marton Balint avcodec/mpegvideo_enc: add checks for custom inter/intra/chroma matrices Make the checker functions available for all codecs. Signed-off-by: Marton

[FFmpeg-cvslog] avcodec: deprecate AVCodecContext properties

2025-01-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 8 21:51:20 2024 +0100| [19c95ecbff84eebca254d200c941ce07868ee707] | committer: Marton Balint avcodec: deprecate AVCodecContext properties These properties are unreliable because they depend on the frames decoded so far, users should check

[FFmpeg-cvslog] avcodec: set AV_FRAME_FLAG_LOSSLESS where supported

2025-01-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 8 20:56:23 2024 +0100| [74e04b8921ec8f2b392b0ab568641cc558ae4878] | committer: Marton Balint avcodec: set AV_FRAME_FLAG_LOSSLESS where supported Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/frame: add AV_FRAME_FLAG_LOSSLESS

2025-01-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 8 20:13:28 2024 +0100| [2d91f89445df4aa9f75325e3f79866e1c1bc188a] | committer: Marton Balint avcodec/frame: add AV_FRAME_FLAG_LOSSLESS Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[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=commi

[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

[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

[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=com

[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

[FFmpeg-cvslog] avformat/framecrc: add AVFMT_NODIMENSIONS flag

2024-11-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Nov 19 22:25:49 2024 +0100| [aea63ea7f57483bd203000a68571c7af92911c27] | committer: Marton Balint avformat/framecrc: add AVFMT_NODIMENSIONS flag Framecrc does not need frame dimensions to work correctly. Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] avcodec/dnxuc_parser: rework DNXUC parser

2024-11-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Nov 19 10:51:16 2024 +0100| [1402a2ac3ba59dfa0b5a1e82c180694104e9d677] | committer: Marton Balint avcodec/dnxuc_parser: rework DNXUC parser The current parser does things which a parser should not, like skipping parts of the packet header, but it

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

2024-11-17 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Sun Nov 3 22:32:51 2024 +0100| [ff0f25a1546f434f8bfddfed150ea6fa60d62d93] | 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

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

2024-11-17 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Mon Nov 4 00:43:06 2024 +0100| [210cb52ef637daebc964bbfda0c7eaafca33e254] | 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

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

2024-11-17 Thread Marton Balint
ffmpeg | branch: release/7.1 | Marton Balint | Mon Nov 4 00:43:06 2024 +0100| [b016aae6627128b1657762c8aa4377e4144046fc] | 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

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

2024-11-17 Thread Marton Balint
ffmpeg | branch: release/7.1 | Marton Balint | Sun Nov 3 22:32:51 2024 +0100| [0a58588ffb875066fc8d75ad9b5c93f3dd9e8c28] | 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

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

2024-11-17 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Sun Nov 3 22:32:51 2024 +0100| [a38726fb059e8fe969060f81bb27fc4b55ef7778] | 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

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

2024-11-17 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Mon Nov 4 00:43:06 2024 +0100| [a6a07eebdf46c87be394a905c021dc01120d566f] | 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

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

2024-11-17 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Sun Nov 3 22:32:51 2024 +0100| [2b6be6ba90adefa0ffdfaf309a4d9d51d430b6f4] | 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

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

2024-11-17 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Mon Nov 4 00:43:06 2024 +0100| [cde3c5fc0c61281b4ee1e175a0ab0f367f297bf4] | 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

[FFmpeg-cvslog] avutil/opt: do no rely on av_d2q returning higher num/den than allowed when parsing rational opts

2024-11-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 10 14:25:53 2024 +0100| [e9af7b7b5d386f6d480497c856e4205d0550bd88] | committer: Marton Balint avutil/opt: do no rely on av_d2q returning higher num/den than allowed when parsing rational opts Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] avutil/rational: never return greater num/den than the maximum allowed in av_d2q

2024-11-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 10 14:10:03 2024 +0100| [d884606ce0f46161ada47568b3d7336d697c1061] | committer: Marton Balint avutil/rational: never return greater num/den than the maximum allowed in av_d2q This reverts 887d74c47efa70d7d1513e9492d41cf7f88dee0b, because it

[FFmpeg-cvslog] avutil/parseutils: do no rely on av_d2q returning higher num/den than allowed in av_parse_video_rate

2024-11-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 10 15:25:26 2024 +0100| [25efe34e6f1353b50c147098355250e2f401ca33] | committer: Marton Balint avutil/parseutils: do no rely on av_d2q returning higher num/den than allowed in av_parse_video_rate > http://git.videolan.org/gitweb.cgi/ffmpeg.

[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] 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] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [d63f7ddebc20a26838cc733aca2c6a21091c391c] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from

[FFmpeg-cvslog] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [9b0128aa766221f8a32e13cf3c1d3e6d75a2d829] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from

[FFmpeg-cvslog] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [4d40898657659f8251a351af3f1f2a93584ccd58] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from

[FFmpeg-cvslog] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: release/7.1 | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [15035aaec0b5d86ea063b8b3d46d13ed1ee9bed2] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from

[FFmpeg-cvslog] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [dcdfd7fb62464beeeb03c24f21713bf3914b9ea4] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from

[FFmpeg-cvslog] avformat/libzmq: fix check for zmq protocol prefix

2024-09-02 Thread Marton Balint
ffmpeg | branch: release/4.4 | Marton Balint | Mon Aug 26 23:07:35 2024 +0200| [bd1619da10d24011c61601d31a4ddf145e1e15a6] | committer: Marton Balint avformat/libzmq: fix check for zmq protocol prefix Fixes ticket #11134. Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avformat/libzmq: fix check for zmq protocol prefix

2024-09-02 Thread Marton Balint
ffmpeg | branch: release/4.3 | Marton Balint | Mon Aug 26 23:07:35 2024 +0200| [c5a083a50b9d98b2005a658e25d371356b10c0a7] | committer: Marton Balint avformat/libzmq: fix check for zmq protocol prefix Fixes ticket #11134. Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avformat/libzmq: fix check for zmq protocol prefix

2024-09-02 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Mon Aug 26 23:07:35 2024 +0200| [17e84a454e5e20106155774d8fb17f424c4dc78e] | committer: Marton Balint avformat/libzmq: fix check for zmq protocol prefix Fixes ticket #11134. Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avformat/libzmq: fix check for zmq protocol prefix

2024-09-02 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Mon Aug 26 23:07:35 2024 +0200| [a041b7be2c1b2b02d283dac883c0ce5e57c31112] | committer: Marton Balint avformat/libzmq: fix check for zmq protocol prefix Fixes ticket #11134. Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avformat/libzmq: fix check for zmq protocol prefix

2024-09-02 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Mon Aug 26 23:07:35 2024 +0200| [6a1ceb3c72ef45f5a98dd21bacce05a8bfb22d06] | committer: Marton Balint avformat/libzmq: fix check for zmq protocol prefix Fixes ticket #11134. Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avformat/libzmq: fix check for zmq protocol prefix

2024-09-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Aug 26 23:07:35 2024 +0200| [a87a96105e9150dba07e3a660e41f78557f3356c] | committer: Marton Balint avformat/libzmq: fix check for zmq protocol prefix Fixes ticket #11134. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/mxfdec: disallow generic seek search

2024-09-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Aug 27 01:08:33 2024 +0200| [90f68f7b2d2c215e98cea1d955fb37605ae89585] | committer: Marton Balint avformat/mxfdec: disallow generic seek search If the demuxer does not provide per-stream indexes, the generic seek search can attempt to read the

[FFmpeg-cvslog] avutil/timestamp: avoid possible FPE when 0 is passed to av_ts_make_time_string2()

2024-07-05 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Mon Jun 17 22:30:26 2024 +0200| [c75cabef94e0985d1aa3f8d5ea9f4f7b8795d5ab] | committer: Marton Balint avutil/timestamp: avoid possible FPE when 0 is passed to av_ts_make_time_string2() Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avutil/timestamp: avoid possible FPE when 0 is passed to av_ts_make_time_string2()

2024-06-30 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jun 17 22:30:26 2024 +0200| [0d5e3f5a4034b6c9312b7c621e25aa4303a00b6f] | committer: Marton Balint avutil/timestamp: avoid possible FPE when 0 is passed to av_ts_make_time_string2() Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] avformat/mov_chan: make iso_channel_position table more compact

2024-06-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jun 3 21:52:55 2024 +0200| [d9a0a6a2b5e3a62b819333d6fa239e897725dde3] | committer: Marton Balint avformat/mov_chan: make iso_channel_position table more compact Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/mxfdec: use the newly added channel ids for more exact mapping

2024-06-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jun 3 21:18:19 2024 +0200| [9fb6f024c3db2c19aca7f5f93c6843b7e5d1eecf] | committer: Marton Balint avformat/mxfdec: use the newly added channel ids for more exact mapping Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/mov_chan: use the newly added channel ids for more exact mapping

2024-06-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jun 3 21:15:16 2024 +0200| [e405afdd0a27caaa37ed57be81d4b7faf87296f2] | committer: Marton Balint avformat/mov_chan: use the newly added channel ids for more exact mapping Also make the iso_channel_position table consistent with what the AAC

[FFmpeg-cvslog] fftools: move check_avoptions and remove_avoptions to cmdutils

2024-05-27 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat May 18 15:55:18 2024 +0200| [f9810be5d32fec736c65fcad07a7413546aeacef] | committer: Marton Balint fftools: move check_avoptions and remove_avoptions to cmdutils Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] fftools/ffplay: allow unused format options which are also codec options

2024-05-27 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat May 18 16:05:02 2024 +0200| [ed927f2f0c3e9c87d90af4e87eeb06413f13fa14] | committer: Marton Balint fftools/ffplay: allow unused format options which are also codec options Same as it is handled in ffmpeg, allows using -ch_layout codec option

[FFmpeg-cvslog] fftools/ffplay: use cmdutils code for checking remaining avoptions

2024-05-27 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat May 18 16:03:36 2024 +0200| [4d975571372d64f5feaa7737604190d34b37457f] | committer: Marton Balint fftools/ffplay: use cmdutils code for checking remaining avoptions Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] doc/ffmpeg: document -channel_layout/ch_layout options

2024-05-27 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat May 18 17:10:28 2024 +0200| [169b6ee732fdc35d0eb4be4d076d5265ce9b1304] | committer: Marton Balint doc/ffmpeg: document -channel_layout/ch_layout options Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] fftools/ffmpeg_demux: honor -ch_layout options for overriding input stream channel layout

2024-05-27 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat May 18 03:08:31 2024 +0200| [4bfecde9b9b25568f10135a507b44d1bb623c66b] | committer: Marton Balint fftools/ffmpeg_demux: honor -ch_layout options for overriding input stream channel layout The code only set the channel layout of the

[FFmpeg-cvslog] avformat/mp3dec: change bogus error message if read_header encounters EOF

2024-05-21 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Sun May 12 19:26:24 2024 +0200| [52132f4d6eab03a5fa34bab0c41a35b9a7a10b7b] | committer: Marton Balint avformat/mp3dec: change bogus error message if read_header encounters EOF Because of ffio_ensure_seekback() a seek error normally should only

[FFmpeg-cvslog] avformat/mp3dec: simplify inner frame size check in mp3_read_header

2024-05-21 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Sun May 12 19:10:18 2024 +0200| [89ea8af0b3ef27b11c889410e1718ebc43d2d7d9] | committer: Marton Balint avformat/mp3dec: simplify inner frame size check in mp3_read_header We are protecting the checked buffer with ffio_ensure_seekback(), so if the

[FFmpeg-cvslog] avformat/mp3dec: only call ffio_ensure_seekback once

2024-05-21 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Sat May 11 22:54:24 2024 +0200| [07ee3648b76ec0cbc5b333fc70ea825c169b598b] | committer: Marton Balint avformat/mp3dec: only call ffio_ensure_seekback once Otherwise the subsequent ffio_ensure_seekback calls destroy the buffer of the earlier. The

[FFmpeg-cvslog] avformat/mp3dec: only call ffio_ensure_seekback once

2024-05-21 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Sat May 11 22:54:24 2024 +0200| [b4681bd6ecfb2fb4b4512a98e68edda536af7ca5] | committer: Marton Balint avformat/mp3dec: only call ffio_ensure_seekback once Otherwise the subsequent ffio_ensure_seekback calls destroy the buffer of the earlier. The

[FFmpeg-cvslog] avformat/mp3dec: change bogus error message if read_header encounters EOF

2024-05-21 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Sun May 12 19:26:24 2024 +0200| [fcce52871326e0ca722a01c951bbf780a5d463fc] | committer: Marton Balint avformat/mp3dec: change bogus error message if read_header encounters EOF Because of ffio_ensure_seekback() a seek error normally should only

[FFmpeg-cvslog] avformat/mp3dec: simplify inner frame size check in mp3_read_header

2024-05-21 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Sun May 12 19:10:18 2024 +0200| [306ed3f30182bbdc5f7ba9e81d57679d96d121f6] | committer: Marton Balint avformat/mp3dec: simplify inner frame size check in mp3_read_header We are protecting the checked buffer with ffio_ensure_seekback(), so if the

[FFmpeg-cvslog] avformat/mp3dec: only call ffio_ensure_seekback once

2024-05-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat May 11 22:54:24 2024 +0200| [b0053172199b54a806a4147cda8567a2f1823bc0] | committer: Marton Balint avformat/mp3dec: only call ffio_ensure_seekback once Otherwise the subsequent ffio_ensure_seekback calls destroy the buffer of the earlier. The worst

[FFmpeg-cvslog] avformat/mp3dec: change bogus error message if read_header encounters EOF

2024-05-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 12 19:26:24 2024 +0200| [49e018d6fee689af6b30b773d83f545d74b8d9aa] | committer: Marton Balint avformat/mp3dec: change bogus error message if read_header encounters EOF Because of ffio_ensure_seekback() a seek error normally should only happen

[FFmpeg-cvslog] avformat/mp3dec: simplify inner frame size check in mp3_read_header

2024-05-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 12 19:10:18 2024 +0200| [b75e604fe5cd7da9ca713f20d1ade18d50319aff] | committer: Marton Balint avformat/mp3dec: simplify inner frame size check in mp3_read_header We are protecting the checked buffer with ffio_ensure_seekback(), so if the inner

[FFmpeg-cvslog] avutil/thread: fix pthread_setname_np parameters for NetBSD and Apple

2024-05-18 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Mon Feb 5 00:31:27 2024 +0100| [2aad37688cedf7675a55137d326c7d931f587138] | committer: Brad Smith avutil/thread: fix pthread_setname_np parameters for NetBSD and Apple Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avutil/thread: fix pthread_setname_np parameters for NetBSD and Apple

2024-05-18 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Mon Feb 5 00:31:27 2024 +0100| [9dbeb1d5d0f4fbc9bdc943c869a6e312f12074a8] | committer: Brad Smith avutil/thread: fix pthread_setname_np parameters for NetBSD and Apple Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avfilter/vf_geq: fix interpolation with 1 pixel width/height

2024-05-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu May 9 00:17:53 2024 +0200| [b0093ab8a3d34bf2fefd6665464cc343a9ef0d53] | committer: Marton Balint avfilter/vf_geq: fix interpolation with 1 pixel width/height Fixes ticket #9740. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/blend: use a per-thread AVExpr

2024-05-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu May 9 00:07:26 2024 +0200| [64330e365b97d9b8304a9d3d306581b6c14a773b] | committer: Marton Balint avfilter/blend: use a per-thread AVExpr Otherwise expression state is accessed and changed from multiple threads. Fixes ticket #10987. Signed-off

[FFmpeg-cvslog] avfilter/blend: put slice parameters to a single struct

2024-05-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed May 8 23:05:27 2024 +0200| [a69a0b689c3c4e1e0bbf4c17716a25e14332a250] | committer: Marton Balint avfilter/blend: put slice parameters to a single struct This should make future extensibility easier. Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] avfilter/vsrc_testsrc: do not round down width and height for color src

2024-05-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed May 8 09:40:57 2024 +0200| [77fc047bd91eaef615a2c36b93ee23d7d27e7d25] | committer: Marton Balint avfilter/vsrc_testsrc: do not round down width and height for color src ff_draw_rectangle handles subsampling since 2013. Fixes ticket #10989

[FFmpeg-cvslog] avformat/file: fail for non-numerical arguments to pipe:

2024-05-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 5 21:31:47 2024 +0200| [8d92f59d117a19e910574c0fe3c67e71dfe11b72] | committer: Marton Balint avformat/file: fail for non-numerical arguments to pipe: Before this patch, the implementation of pipe: inputs/outputs would silently fall back to

[FFmpeg-cvslog] avformat/mov_chan: add support for omitted_channel bitmask in chnl atom

2024-04-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Apr 1 20:12:48 2024 +0200| [c38f785be4aec324f6fd534bdd2bc16d631ac9b4] | committer: Marton Balint avformat/mov_chan: add support for omitted_channel bitmask in chnl atom Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/hlsenc: use a slash separator even in win32

2024-04-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Mar 31 20:50:31 2024 +0200| [7801451376d6acda08f6ee2b1cefd02a9fcf0857] | committer: Marton Balint avformat/hlsenc: use a slash separator even in win32 We don't know if the protocol used is referring to a local file or a remote resource, so

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

2024-04-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Apr 1 18:28:21 2024 +0200| [92e7a9a4d554d9baded1e0c12ccac8ba7ed072a8] | committer: Marton Balint avformat/mov_chan: respect channel order when parsing and creating chnl atom Previously we always assumed that the channels are in native order, even

[FFmpeg-cvslog] avfilter/buffersrc: never override channel count in av_buffersrc_add_frame_flags

2024-04-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Mar 31 20:28:13 2024 +0200| [4721b9f15fc8487d718cce918f51db5b7734a942] | committer: Marton Balint avfilter/buffersrc: never override channel count in av_buffersrc_add_frame_flags Overriding unknown layouts with the negotiated layout is OK, but the

[FFmpeg-cvslog] avformat/mov_chan: factorize some layout map search functions

2024-04-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Apr 1 14:31:26 2024 +0200| [da0fe26379c8af68a95be413afa2b48c175ecc9d] | committer: Marton Balint avformat/mov_chan: factorize some layout map search functions Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/mov_chan: check channel count of layout tags at compile time

2024-04-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Apr 1 13:19:13 2024 +0200| [c68dc3e5f1211c8cd9c7c9b04449b78211b46770] | committer: Marton Balint avformat/mov_chan: check channel count of layout tags at compile time We can do this by using an X-macro for channel map declaration and doing a

[FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Sat Mar 23 16:10:22 2024 +0100| [defa085fc88d018d398b00ccefbe386659864694] | committer: Marton Balint avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one Fixes ffplay playback of unknown layouts, when SDL directly

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

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Mon Mar 18 21:56:58 2024 +0100| [66430bf110b29b0b3fb8b47773572cbf70d45100] | 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 <

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

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Mon Mar 18 23:35:26 2024 +0100| [19c3f055b2e29632be2f8e99e7b26b4f597c0173] | 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 (cherry picked

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

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Mon Mar 18 22:08:54 2024 +0100| [59dccea6ef8fb2cb649b02a65eeec0b5ce461837] | 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

[FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Sat Mar 23 16:10:22 2024 +0100| [aae59be4001a517f2b76dbf11f12341ce2401e02] | committer: Marton Balint avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one Fixes ffplay playback of unknown layouts, when SDL directly

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

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Mon Mar 18 23:35:26 2024 +0100| [fc8775ae966179a66fef4bd126169f74d9ac60fb] | 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 (cherry picked

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

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Mon Mar 18 22:08:54 2024 +0100| [1ad767bf27497687d72d9d683519603642f37eff] | 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

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

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Mon Mar 18 21:56:58 2024 +0100| [ea2dcb9b3918fb4cbbe2e032c683dc68320145f3] | 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 <

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

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Mon Mar 18 23:35:26 2024 +0100| [8d1e092b245f6ac66dfe71f76a4a18dd2c11735e] | 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 (cherry picked

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

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Mon Mar 18 22:08:54 2024 +0100| [0deb010ae7eec4df1d874b74c9f46571045bb48e] | 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

[FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Sat Mar 23 16:10:22 2024 +0100| [aa5e6017a58ec4b647a35cea1605ce00a9d7054f] | committer: Marton Balint avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one Fixes ffplay playback of unknown layouts, when SDL directly

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

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Mon Mar 18 21:56:58 2024 +0100| [88127b743f33ca90f7917b3203819b2ada018559] | 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 <

[FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one

2024-03-30 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Sat Mar 23 16:10:22 2024 +0100| [7ed9ad3467e104294abd84f4cb57accd9040865c] | committer: Marton Balint avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one Fixes ffplay playback of unknown layouts, when SDL directly

[FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one

2024-03-30 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Mar 23 16:10:22 2024 +0100| [2df2b4067ed01b9076a5dda073521551a32336cd] | committer: Marton Balint avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one Fixes ffplay playback of unknown layouts, when SDL directly supports

[FFmpeg-cvslog] avutil/timestamp: introduce av_ts_make_time_string2 for better precision

2024-03-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Mar 17 23:35:24 2024 +0100| [5df901ffa56e0ff225fcc129c751befeb3b4d0d0] | committer: Marton Balint avutil/timestamp: introduce av_ts_make_time_string2 for better precision av_ts_make_time_string() used "%.6g" format, but this format

[FFmpeg-cvslog] avutil/timestamp: change precision of av_ts_make_time_string()

2024-03-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Mar 23 03:12:16 2024 +0100| [8c936e9b437aaed0ca10f3ec2edebf06cad6a5b5] | committer: Marton Balint avutil/timestamp: change precision of av_ts_make_time_string() By calling the av_ts_make_time_string2() from the function we can fix the precision

[FFmpeg-cvslog] avutil/timestamp: change precision of av_ts_make_time_string()

2024-03-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Mar 23 03:12:16 2024 +0100| [4be4b20a4feb33dc54356feedd85baf8ace4ddd5] | committer: Marton Balint avutil/timestamp: change precision of av_ts_make_time_string() By calling the av_ts_make_time_string2() from the function we can fix the precision

[FFmpeg-cvslog] avutil/timestamp: introduce av_ts_make_time_string2 for better precision

2024-03-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Mar 17 23:35:24 2024 +0100| [ac8fefdbc418b4e71e6af9b5f0aab4dbc9e9311f] | committer: Marton Balint avutil/timestamp: introduce av_ts_make_time_string2 for better precision av_ts_make_time_string() used "%.6g" format, but this format

[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.

  1   2   3   4   5   6   7   8   9   10   >