[FFmpeg-cvslog] configure: Fix a regression when probing link.exe

2025-06-21 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Sat Jun 21 11:13:22 2025 +0200| [204d03c803de6a656f8adba7f198383ee3751318] | committer: Martin Storsjö configure: Fix a regression when probing link.exe The version ident is printed on stdout for link.exe and redirecting stdout to /dev/null will

[FFmpeg-cvslog] avcodec/cbs_h266: Fix typo

2024-12-03 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Sun Dec 1 20:44:04 2024 +0100| [a280e2e646a209905fa64c6f65aa75f2be7d47b9] | committer: Nuo Mi avcodec/cbs_h266: Fix typo Introduced in commit 98698ed3c24bfd0b1e6e6db943b5f25f6046cee7 Fixes: CID1635788 CID1635789 Signed-off-by: Alexander

[FFmpeg-cvslog] lavc/dnxuc_parser: Use av_fourcc2str instead of av_fourcc_make_string

2024-10-13 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Sat Oct 12 19:38:44 2024 +0200| [b0ea76c9d1e76fb62a685a00ba153ed7a1eb309b] | committer: Alexander Strasser lavc/dnxuc_parser: Use av_fourcc2str instead of av_fourcc_make_string The documentation of av_fourcc_make_string states the passed in

[FFmpeg-cvslog] libavdevice: Improve example in deprecation message for opengl and sdl

2024-07-14 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Tue Apr 9 01:36:08 2024 +0200| [36aee69f0d2ac2255c9a47d46bc8a26c196a40c2] | committer: Alexander Strasser libavdevice: Improve example in deprecation message for opengl and sdl When piping ffmpeg into ffplay both programs write a status line in

[FFmpeg-cvslog] lavc/aac_ac3_parser: fix potential overflow when averaging bitrate

2020-08-12 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Fri Jul 17 20:51:43 2020 +0200| [ecd71916d1e573a4b91b1fd182f3d232a1693dff] | committer: Alexander Strasser lavc/aac_ac3_parser: fix potential overflow when averaging bitrate The new code is analog to how it's done in our mpegaudio parser.

[FFmpeg-cvslog] lavc/snowenc: Expose an option to set the rc_eq expression

2020-08-12 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Fri Aug 7 21:40:40 2020 +0200| [b40dd2fdabaa1ffb24ccf6486dc8a96e84b72c40] | committer: Alexander Strasser lavc/snowenc: Expose an option to set the rc_eq expression Snow uses the ratecontrol module, but does not expose a way to set the rc_eq

[FFmpeg-cvslog] configure: print_in_columns: Replace pr with awk

2019-06-24 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Sat Apr 27 23:15:08 2019 +0200| [99147312ce6ffd3a3b70e10aacc9b64a63b6aefe] | committer: Alexander Strasser configure: print_in_columns: Replace pr with awk Get rid of pr dependency and write the columns strictly alphabetical without page size

[FFmpeg-cvslog] lavf/avio: Be more explicit in logging white/black list matches

2017-03-14 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Sat Mar 11 15:43:39 2017 +0100| [a70d5e25936424112ecbeb1c304100e68bce0faa] | committer: Alexander Strasser lavf/avio: Be more explicit in logging white/black list matches The current form of the messages indicating matches in the white or black

[FFmpeg-cvslog] lavf/avio: Remove unnecessary escaping of ' in string literals

2017-03-14 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Sat Mar 11 12:02:32 2017 +0100| [6693d57e99d9bde450b145024f025e5c5349c3a0] | committer: Alexander Strasser lavf/avio: Remove unnecessary escaping of ' in string literals Signed-off-by: Alexander Strasser > http://git.videolan.org/gi

Re: [FFmpeg-cvslog] avcodec/s302menc: comment out allowed channel layouts

2015-12-23 Thread Alexander Strasser
On 2015-12-23 12:48 +0100, Paul B Mahol wrote: > ffmpeg | branch: master | Paul B Mahol | Wed Dec 23 > 12:46:23 2015 +0100| [57787f5ef8235f77ec9c76c064b378631168c066] | committer: > Paul B Mahol > > avcodec/s302menc: comment out allowed channel layouts > > Signed-off-by: Paul B Mahol This

Re: [FFmpeg-cvslog] doc/indevs/libcdio: apply minor spell fixes, extend documentation

2015-02-06 Thread Alexander Strasser
On 2015-01-31 11:36 +0100, Stefano Sabatini wrote: > ffmpeg | branch: master | Stefano Sabatini | Wed Jan 21 > 20:10:45 2015 +0100| [f422f474dfa7e9f54197dde961e4a01cd060994f] | committer: > Stefano Sabatini > > doc/indevs/libcdio: apply minor spell fixes, extend documentation > > > http://git.

Re: [FFmpeg-cvslog] ffprobe: add pixel format flags output

2014-10-10 Thread Alexander Strasser
On 2014-10-10 10:25 +0200, Alexander Strasser wrote: [...] > I think it's no big deal and easy to change in this case: Oops, I forgot to pseudo-diff the second change in my original mail :( -#define PRINT_PIX_FMT_FLAG(flagname, name)\

Re: [FFmpeg-cvslog] ffprobe: add pixel format flags output

2014-10-10 Thread Alexander Strasser
Hi! On 2014-10-07 23:28 +0200, Tobias Rapp wrote: > ffmpeg | branch: master | Tobias Rapp | Mon Sep 15 > 17:15:17 2014 +0200| [b36b2c89dfd7540c8b4a041fbe702d02a8f04f9e] | committer: > Michael Niedermayer > > ffprobe: add pixel format flags output > > Adds output of pixel format flags to ffpro

[FFmpeg-cvslog] avformat/img2dec: Attempt to detect non-escaped glob patterns too ( -pattern_type glob)

2014-10-04 Thread Alexander Strasser
ffmpeg | branch: release/2.4 | Alexander Strasser | Sun Oct 5 03:42:32 2014 +0200| [d61454e7c1de48f6a9059ca98f55e6beb52a618c] | committer: Michael Niedermayer avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_type glob) Fixes ticket #3948 Based-on-patch-by

[FFmpeg-cvslog] avformat/img2dec: Attempt to detect non-escaped glob patterns too ( -pattern_type glob)

2014-10-04 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Sun Oct 5 03:42:32 2014 +0200| [e079d43af86c38a0c0efb9bc6058e1316e6a18f4] | committer: Michael Niedermayer avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_type glob) Fixes ticket #3948 Based-on-patch-by: Michael

[FFmpeg-cvslog] libavformat/ftp: Do not leak memory in routine ftp_features

2014-08-25 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Wed Aug 20 00:41:55 2014 +0200| [db85d11d9d880c932b13d37b5f1ca2bc9e3a253b] | committer: Alexander Strasser libavformat/ftp: Do not leak memory in routine ftp_features Setting the pointer to NULL inside both ftp_send_command and ftp_features is