ffmpeg | branch: master | Marvin Scholz | Tue Dec 17
01:17:42 2019 +0100| [c3bb6efef285adb8ca06278df15473f3c4d5aec5] | committer:
James Almer
avformat/hls: propagate icy to child AVIOContexts
When the user decides they do not want to to send the Icy-MetaData
header, this should be respected
ffmpeg | branch: master | Marvin Scholz | Tue Dec 17
01:45:04 2019 +0100| [f37bfd3f62899d5aa1460b0d206a32a602e1c9ff] | committer:
James Almer
avformat/dashdec: propagate icy to child AVIOContexts
When the user decides they do not want to to send the Icy-MetaData
header, this should be
ffmpeg | branch: master | Marvin Scholz | Tue Nov 11
01:51:23 2014 +0100| [5e08b54f47e8168e1f8203d9b5d0d1fba3c9f822] | committer:
Michael Niedermayer
Icecast: always send a content-type
use a default (audio/mpeg for historical reason) if none. Required since
Icecast 2.4.1
Not using AVOption
ffmpeg | branch: master | Marvin Scholz | Tue Nov 11
02:10:22 2014 +0100| [17dc39e76baf8a481fc8b1d24ee4cf7a6ffe1c1d] | committer:
Michael Niedermayer
Icecast: Use 100-continue if possible for proper error handling
Using 100-continue ffmpeg will only send data if the server confirms it,
so if
ffmpeg | branch: master | Marvin Scholz | Tue Nov 11
18:24:20 2014 +0100| [2c0bf76bb3358544e77a1383528d69fb76e96101] | committer:
Michael Niedermayer
MAINTAINERS: Add myself as maintainer for Icecast protocol
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.
ffmpeg | branch: master | Marvin Scholz | Tue Nov 11
02:39:39 2014 +0100| [3a6bb9735053c453f806ceab1d91124648d90aca] | committer:
Anton Khirnov
Icecast: Send 100-continue header if possible
This allows for proper error reporting. Only do
this for non-legacy requests as only Icecast >2.
ffmpeg | branch: master | Marvin Scholz | Tue Nov 11
02:39:40 2014 +0100| [8562c1483ba647f562e4c1df68a9231274b80e6b] | committer:
Anton Khirnov
Icecast: Send content-type in all cases
This is needed because Icecast since version 2.4.1 doesn't default
to audio/mpeg anymore. AVOption de
ffmpeg | branch: master | Marvin Scholz | Mon Jul 28
11:55:38 2014 +0200| [eb9244f20210fd420fb9b3c98126f9cae525d1cc] | committer:
Martin Storsjö
Add Icecast protocol
Icecast is basically a convenience wrapper around the HTTP protocol.
Signed-off-by: Martin Storsjö
> http://git.videolan.
ffmpeg | branch: master | Marvin Scholz | Tue Jul 2
23:25:57 2024 +0200| [ac60ad1872f739dab3ce5c9291d0ea90dbf21e94] | committer:
Lynne
avcodec/aacdec_usac: Fix array size
The array in ff_aac_usac_mdst_filt_cur that is passed to that has a size
of 7 elements, not 6 and the code in the
ffmpeg | branch: master | Marvin Scholz | Mon May 20
03:12:01 2024 +0200| [1fa7554bd6cc35b008045d33f9e948a92e7b901c] | committer:
Zhao Zhili
avutil/hwcontext_videotoolbox: Unset undefined values
When mapping AVFrame properties to the CVBuffer attachments, it is
necessary to properly delete
ffmpeg | branch: master | Marvin Scholz | Thu May 30
03:16:56 2024 +0200| [b4f9fcc63c29827f3bd2822f0d6ba6af098c9cb7] | committer:
Zhao Zhili
avutil/hwcontext_videotoolbox: Update documentation
The documentation was not clear at all what specifically the
function does, so it was left
ffmpeg | branch: master | Marvin Scholz | Mon May 20
03:12:01 2024 +0200| [cd9ceaef22ecc25278c771169d179dbfdb24a355] | committer:
Zhao Zhili
avutil/hwcontext_videotoolbox: Set CVBuffer CGColorSpace
In addition to the other properties, try to obtain the right
CGColorSpace and set it as well
ffmpeg | branch: master | Marvin Scholz | Tue Jul 2
20:38:00 2024 +0200| [6d9c4bd69e81b614cf1e1a809679a7ab840b2b3d] | committer:
Michael Niedermayer
lavfi/perlin: Fix out of bounds stack buffer write
An incorrect calculation in ff_perlin_init causes a write to the
stack array at index 256
ffmpeg | branch: master | Marvin Scholz | Fri Jul 12
17:47:14 2024 +0200| [613c85a8f5b296c2b79fc0abfd98fccf962bb334] | committer:
Leo Izen
avfilter/af_channelsplit: fix mixed declaration and code
Fix a "mixing declarations and code is incompatible with standards
before C99" warnin
ffmpeg | branch: master | Marvin Scholz | Tue Jul 9
16:46:47 2024 +0200| [2fc37c42391a38bfe0aea248f2fe75c9033f98e5] | committer:
Zhao Zhili
avutil/hwcontext_videotoolbox: Fix build with older SDKs
I've accidentally used API not available on the checked version.
Additionally check for th
ffmpeg | branch: master | Marvin Scholz | Tue Jul 23
11:10:44 2024 +0200| [ca7fcf50891997eb95b4bf6d5cd4e2446e8c8631] | committer:
Zhao Zhili
avutil/hwcontext_videotoolbox: Fix build with older SDKs
The previous fix was not sufficient.
To make things easier to reason about, split the function
ffmpeg | branch: master | Marvin Scholz | Thu Aug 15
00:41:44 2024 +0200| [8f36c6f2e7b7180e28960437c011bcfa11d669d1] | committer:
Michael Niedermayer
MAINTAINERS: add CC preference for myself
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Marvin Scholz | Sat Aug 31
22:45:31 2024 +0200| [b6a0eab528695c39a0c52889db0c1ce5dd6d99f3] | committer:
James Almer
avformat/iamf_parse: Fix return of uninitialized value
The ret value here is not yet intialized so the return would return
uninitialized data. What was
ffmpeg | branch: release/7.0 | Marvin Scholz | Sat Aug 31
22:45:31 2024 +0200| [47844f58691feae90e3df7444c00631a94a65bba] | committer:
James Almer
avformat/iamf_parse: Fix return of uninitialized value
The ret value here is not yet intialized so the return would return
uninitialized data
ffmpeg | branch: master | Marvin Scholz | Wed Aug 28
03:08:39 2024 +0200| [8a314e3f11dc6549a2b1aa4a7cefa2a44aca2827] | committer:
Timo Rothenpieler
lavu/opt: Fix return of uninitialised value
In one of the failure paths of av_opt_get_array, the ret variable
was accidentally declared again
ffmpeg | branch: master | Marvin Scholz | Sat Sep 7
20:19:04 2024 +0200| [b4e64b86ad92ce83d7befeaa1245416cf6eadd27] | committer:
Timo Rothenpieler
lavu/opt: av_opt_set_array: fix uninitialised return
In one failure path for av_opt_set_array, the ret variable
was declared again, shadowing the
ffmpeg | branch: master | Marvin Scholz | Thu Sep 5
03:13:13 2024 +0200| [9556379943b6c221def0022f4ce31343b91ec7f3] | committer:
Anton Khirnov
lavfi/avfiltergraph: fix leak on error
Introduced in eddffbedb3443d5a4fe642de6e35b9e6a35cfda7
Fixes: CID1618897 Resource leak
Signed-off-by: Anton
ffmpeg | branch: master | Marvin Scholz | Tue Aug 13
20:06:42 2024 +0200| [504c1ffcd8dd09c40f4eacecb407d5fce423145c] | committer:
Marvin Scholz
fftools/ffmpeg: remove useless error check
When ret is checked here, it was never assigned anything, making this
check useless, as highlighted by
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
19:54:47 2024 +0200| [bbde886b6373795c304506e1692a9851acdd1ea1] | committer:
Marvin Scholz
lavfi/vf_ssim360: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bbde886b6373795c304506e1692a9851acdd1
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
20:01:15 2024 +0200| [29d7ed089eb3bba470ca6aa7b5005c59c5ddf8d7] | committer:
Marvin Scholz
lavfi/vf_psnr: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str can
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
19:50:46 2024 +0200| [c6ab95d009f080a8f0beea5149ae8335186adbe1] | committer:
Marvin Scholz
lavfi/vf_ssim360: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only ever passed
to av_log, so av_err2str
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
20:02:34 2024 +0200| [e93f20c0173d811246943b9078209609734ca3a2] | committer:
Marvin Scholz
lavfi/vf_vmafmotion: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
20:05:57 2024 +0200| [bd3038b28c2669379bfaff6673b21a6f98934705] | committer:
Marvin Scholz
lavfi/vf_vmafmotion: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd3038b28c2669379bfaff6673b21a6f98934
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
19:58:16 2024 +0200| [4c6d07dd286562a78ac0c74a68bdb85a8e218423] | committer:
Marvin Scholz
fftools/cmdutils: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c6d07dd286562a78ac0c74a68bdb85a8e218
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
20:51:47 2024 +0200| [59244a0c50b6dd3c69518aa5ccf69304106eb5f4] | committer:
Marvin Scholz
lavfi/vf_ssim: narrow variable scopes
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59244a0c50b6dd3c69518aa5ccf69304106eb
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
19:14:10 2024 +0200| [990b80c004baa921212ee6b900d4a56c86cd9e8d] | committer:
Marvin Scholz
fftools/ffmpeg_opt: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=990b80c004baa921212ee6b900d4a56c86cd9
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
21:16:45 2024 +0200| [24711b00c687d6df175d4fd5bea0b66d6450c7e3] | committer:
Marvin Scholz
avformat/network: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
20:13:45 2024 +0200| [3f8061afe8632cd8e55227281761211ba20e04f4] | committer:
Marvin Scholz
lavfi/vf_ssim: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str can
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
20:53:11 2024 +0200| [8fac5beaf8177a3bbb4df9c845413ceaf70ea1f6] | committer:
Marvin Scholz
lavfi/f_metadata: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
21:45:24 2024 +0200| [0c84b977a9ecdec02424fd6766d05b83bfb00a31] | committer:
Marvin Scholz
avdevice/jack: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str can
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
22:20:42 2024 +0200| [bb91425eb89affd45dfcdb004bd361e0630a7ece] | committer:
Marvin Scholz
fftools/ffmpeg_mux_init: remove unused variable
This dict is declared and freed but nothing is ever written to it.
> http://git.videolan.
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
21:43:39 2024 +0200| [5dfc547f257ac13c16d8103ecb473996944bd25f] | committer:
Marvin Scholz
avutil/file: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str can be
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
21:38:12 2024 +0200| [074bf9faf7a0960b0e879b024121ae7230cefb75] | committer:
Marvin Scholz
avformat/crypto: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=074bf9faf7a0960b0e879b024121ae7230cef
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
20:56:38 2024 +0200| [e7126d96489bbfe4164550cb1253839ae63d724c] | committer:
Marvin Scholz
lavfi/vf_signature: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only
ever passed to av_log, so av_err2str
ffmpeg | branch: master | Marvin Scholz | Wed Sep 11
21:07:29 2024 +0200| [c59a073abe9e13fc22035048e3f7c47527503222] | committer:
Marvin Scholz
lavfi/af_channelmap: fix channelmap_init error handling
The channelmap_init function was returning success even on error after
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
22:21:03 2024 +0200| [3ebc68d25de102434a7e64c5b4d8b9c69c5bf165] | committer:
Marvin Scholz
fftools/ffmpeg_mux_init: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ebc68d25de102434a7e64c5b4d8b9c69c5bf
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
22:26:09 2024 +0200| [25f0fff9ec552b8e7752262673392175595b827b] | committer:
Marvin Scholz
fftools/ffmpeg_demux: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25f0fff9ec552b8e7752262673392175595b8
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
23:03:35 2024 +0200| [fd4f7d0d1418e014429bbd26115a55295550f6cb] | committer:
Marvin Scholz
avcodec/mjpegdec: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd4f7d0d1418e014429bbd26115a55295550f
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
23:25:51 2024 +0200| [0f87ff0db41df2dde91f51da833316cf050a73e2] | committer:
Marvin Scholz
avcodec/g2meet: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f87ff0db41df2dde91f51da833316cf050a7
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
22:27:44 2024 +0200| [dd002f1588eff035ba1a7903f5b0520859852234] | committer:
Marvin Scholz
fftools/ffmpeg_demux: narrow variable scope
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd002f1588eff035ba1a7903f5b0520859852
ffmpeg | branch: master | Marvin Scholz | Sun Sep 8
22:50:45 2024 +0200| [0753d176649acf8ad352221fbfdbafd67e61fb0c] | committer:
Marvin Scholz
avcodec/libx264: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0753d176649acf8ad352221fbfdbafd67e61f
ffmpeg | branch: master | Marvin Scholz | Mon Sep 9
01:55:56 2024 +0200| [f5107e79ceb02ee3648e9b8ef71eb0b3e4d355cc] | committer:
Marvin Scholz
avformat/mxfdec: fix variable shadowing
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5107e79ceb02ee3648e9b8ef71eb0b3e4d35
ffmpeg | branch: master | Marvin Scholz | Mon Sep 9
02:04:18 2024 +0200| [6229e4ac425b4566446edefb67d5c225eb397b58] | committer:
Marvin Scholz
avformat/mxfdec: narrow variable scopes
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6229e4ac425b4566446edefb67d5c225eb397
ffmpeg | branch: master | Marvin Scholz | Sun Jun 14
00:52:44 2020 +0200| [c0c45e238f126a28d91d48ee625a732f6fee1a88] | committer:
Michael Niedermayer
avformat/icecast: Add option to use TLS connection
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Marvin Scholz | Sat Aug 29
13:57:13 2020 +0200| [ff4cc8c65458eb4494a0a1a8ff136dcf85a0f4d0] | committer:
Michael Niedermayer
adtsenc: Add ability to write MPEG2 ID
Reviewed-by: Kieran Kunhya
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Marvin Scholz | Mon Nov 22
00:25:16 2021 +0100| [c6f4e10111debf5b547a399661a5fe997d761033] | committer:
Anton Khirnov
avformat: do not use AVIO_FLAG_* with avio_alloc_context
The documentation states that here 0 should be used for read-only and
1 for a writable
ffmpeg | branch: master | Marvin Scholz | Tue Nov 7
23:21:17 2023 +0100| [6667741029bce9a79b48caedf24d6cb69c5ead7d] | committer:
Anton Khirnov
avfilter/vf_tpad: fix check for drawing initialization
The check if drawing needs to be initialized and supported formats
should be drawable ones was
ffmpeg | branch: master | Marvin Scholz | Tue Nov 7
23:21:18 2023 +0100| [e900a559c25251398e6d0e0268ef836771fbec06] | committer:
Anton Khirnov
fate: enhance tpad filter test
Adds another test that uses the start_duration and stop_duration
options instead of start and stop.
Signed-off-by
ffmpeg | branch: release/6.1 | Marvin Scholz | Tue Nov 7
23:21:17 2023 +0100| [c5ee01d966ab43338f913c3977bbb638f8940122] | committer:
Anton Khirnov
avfilter/vf_tpad: fix check for drawing initialization
The check if drawing needs to be initialized and supported formats
should be drawable
ffmpeg | branch: master | Marvin Scholz | Tue Dec 8
23:18:25 2020 +0100| [d67c6c7f6f57f0ccdc26fcf1f046ca3fa2e93e59] | committer:
James Almer
lavu: use address-of operator checking clock_gettime
When targeting a recent enough macOS/iOS version that has clock_gettime
it won't be a weak s
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
14:20:46 2022 +0200| [d2cf6d16652df7434e7db774c03bddd9eafed83f] | committer:
Anton Khirnov
fftools: Remove unused qsv declarations
The code that uses these was removed in
ecee3b07cde23e05bcc6b4eaa55d860b62dbd2dc
Signed-off-by: Anton
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
14:20:47 2022 +0200| [1c8e95bd99f55f1e4ee48804a1d6392f5db613a1] | committer:
Anton Khirnov
fftools: Remove unused videotoolbox_init declaration
The code that defined videotoolbox_init was removed in
4b54818981d2783af161c2ff670b658afbdda503
ffmpeg | branch: master | Marvin Scholz | Wed Sep 28
12:31:25 2022 +0200| [cc484545618bca5ff893f2ffb6d5f70fa163cb61] | committer:
Anton Khirnov
fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variable
Unused since the bits_per_raw_sample was made a per-output-stream
option in
ffmpeg | branch: master | Marvin Scholz | Wed Sep 28
12:31:24 2022 +0200| [793953f44ab5cdbd6bd6d99b3b74b089ebbd3bac] | committer:
Anton Khirnov
fftools/ffmpeg: Remove unused do_deinterlace variable
Unused since removal of the -deinterlace option in
d013453caafcc44c74d4bdbaa99ee4e8f32414cb
ffmpeg | branch: master | Marvin Scholz | Wed Sep 28
12:21:00 2022 +0200| [3ce161610647e034e7d42caeb192ae0653bdffe6] | committer:
Anton Khirnov
ffmpeg: Make find_stream_info behave like a normal per-file option
Currently it would essentially change the find_stream_info setting for
the file it
ffmpeg | branch: master | Marvin Scholz | Tue Oct 4
16:40:06 2022 +0200| [3eab2c1af11bea8e7cac52433161d40316df55a8] | committer:
Anton Khirnov
fftools/cmdutils: Use av_err2str
av_err2str which is a wrapper for av_strerror already calls
strerror_r if available and if not has a fallback for
ffmpeg | branch: master | Marvin Scholz | Tue Oct 4
16:40:07 2022 +0200| [88635c7f953ebae9e1beced0e4ecb5f026f47dde] | committer:
Anton Khirnov
fftools/ffprobe: Use av_err2str
av_err2str which is a wrapper for av_strerror already calls
strerror_r if available and if not has a fallback for the
ffmpeg | branch: master | Marvin Scholz | Tue Oct 4
16:40:08 2022 +0200| [fed841f6f9ca0251358f386411127bb248601349] | committer:
Anton Khirnov
fftools/ffmpeg_opt: Use av_err2str
This simplifies the code as there is no other place the error buffer
is needed, so the av_err2str helper macro can
ffmpeg | branch: master | Marvin Scholz | Thu Sep 15
02:21:39 2022 +0200| [ea5884e2e38d03c9ddcb96492bcb68bd8850ce13] | committer:
Anton Khirnov
avcodec: Fix Doxygen trailing brief comments
The //< comment is not any magic comment supported by Doxygen,
instead use ///< to mark them as d
ffmpeg | branch: master | Marvin Scholz | Thu Sep 15
02:42:42 2022 +0200| [7cf22df14ea93ab339073abaf8fa1b644241d4bb] | committer:
Anton Khirnov
avdevice/avdevice: Fix mismatching argument name
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7cf22df14ea93ab339073abaf8fa1b644241d
ffmpeg | branch: master | Marvin Scholz | Thu Sep 15
02:42:58 2022 +0200| [1f0529ec5f545b24daefa0e2346d93a6a4d77f5f] | committer:
Anton Khirnov
avformat/avformat: Fix mismatching argument names
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Marvin Scholz | Thu Sep 15
02:43:43 2022 +0200| [3fbf8d6e1d4c5a4bcaa4d5ec64099e9b646c5603] | committer:
Anton Khirnov
avutil: Fix mismatching argument names
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3fbf8d6e1d4c5a4bcaa4d5ec64099e9b646c5
ffmpeg | branch: master | Marvin Scholz | Thu Sep 15
03:39:38 2022 +0200| [99f6d0bdde31e96db745e1170e4cf60cad24ecd7] | committer:
Anton Khirnov
avformat/avformat: Improve doxy style
Mostly re-indenting and adding some missing references.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:05:17 2022 +0200| [57c8722a4794da2d3bde9fbc0c430baead3de39d] | committer:
Anton Khirnov
avutil/channel_layout: Move to its own group
Before it was cluttering the general avutil Audio group page.
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:05:56 2022 +0200| [6c2ae2e994290133381221e89d23f629a6ac39d4] | committer:
Anton Khirnov
avutil/channel_layout: Group deprecated functions
Makes it a bit easier to spot the deprecated ones when
looking at the overview.
> h
ffmpeg | branch: master | Marvin Scholz | Thu Sep 15
03:41:32 2022 +0200| [2c59038208c1945bb4c368e381e2a74b35bc72bc] | committer:
Anton Khirnov
avcodec/avcodec: Escape Doxygen reference
The # is interpreted as explicit reference request by Doxygen
which is not desired here, use markdown
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:04:08 2022 +0200| [2b51b1829d719e4c95d4cc51654ed3b12ad92336] | committer:
Anton Khirnov
avutil/channel_layout: Remove bogus closing group
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Marvin Scholz | Thu Sep 15
02:44:08 2022 +0200| [eb60ffb144152ec5b6b3c7d78c31a2c99a1484f0] | committer:
Anton Khirnov
swresample/swresample: Fix mismatching argument names
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:07:02 2022 +0200| [c468a8c04ff8469e59c62ece66af2787b35939da] | committer:
Anton Khirnov
avutil/twofish: Fix doxy @param typo
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c468a8c04ff8469e59c62ece66af2787b3593
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:06:30 2022 +0200| [f29dde49d292a4dbba0e1efaf686dda0eebdd8f1] | committer:
Anton Khirnov
avutil/channel_layout: Group pre-defined channel layouts
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:08:38 2022 +0200| [4be6d065d44ab5e88d346a109539ac3347b51b2e] | committer:
Anton Khirnov
avcodec/codec_par: Add missing doxy group opening
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:11:34 2022 +0200| [67298d8ea1c9846eacce3e75e0df5a7c54260344] | committer:
Anton Khirnov
avcodec/videotoolbox: Add proper doxy group
Same as done for other HW decoders, that way it will be
properly listed on the relevant module page
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:12:27 2022 +0200| [c2c4ef6ae410cd8dc774a6fe2acd01132f4637af] | committer:
Anton Khirnov
avutil/aes_ctr: Add proper doxy group
So it will be properly listed along the other crypto modules
in the documentation.
> http://git.videolan.
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:07:58 2022 +0200| [295d2171177faa3a47b9393e547164a86e4fff24] | committer:
Anton Khirnov
avcodec/vdpau: Fix doxy comment typo
This is clearly supposed to be a doxy comment and needed to properly
close the group.
> http://git.videolan.
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:19:36 2022 +0200| [9570a833a06db293f8815956c3647ce0f74203dd] | committer:
Anton Khirnov
avutil/display: consolidate group doxy
Make it a bit easier to grasp the grouping when not
unnecessarily splitting comment blocks.
Additionally do
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:21:59 2022 +0200| [71c45b8a44e14dce0f93b43f28c8eb53f4dfeed1] | committer:
Anton Khirnov
avutil/display: Add file to doxy group
This way the related file will be properly grouped with its
corresponding group like it's done in other p
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:25:53 2022 +0200| [24b610e366a730a157083387e77061b2da7a1572] | committer:
Anton Khirnov
avutil/spherical: consolidate group doxy
Make it a bit easier to grasp the grouping when not
unnecessarily splitting comment blocks.
Additionally do
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:26:54 2022 +0200| [7e8d97448782092074cc418f6f3d35c75e139bb6] | committer:
Anton Khirnov
avutil/spherical: Add file to doxy group
This way the related file will be properly grouped with its
corresponding group like it's done in
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:29:55 2022 +0200| [06bcbe1477c61091c57f025224a0da07dfa9552e] | committer:
Anton Khirnov
avutil/stereo3d: consolidate group doxy
Make it a bit easier to grasp the grouping when not
unnecessarily splitting comment blocks.
Additionally do
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:46:45 2022 +0200| [aba8cf654f598f52b745cd00a39ee8cc7b328487] | committer:
Anton Khirnov
swscale: Fix bogus doxy comment #ifdefs
The intention here was probably to document this as use of
conditionals does not make sense in a comment
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:30:47 2022 +0200| [6938ddb167d5cd8afd425d9f4e526671d24cae42] | committer:
Anton Khirnov
avutil/stereo3d: Add file to doxy group
This way the related file will be properly grouped with its
corresponding group like it's done in
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:54:18 2022 +0200| [80c8b988fb0b686f7e0b3f97ac83c1814f897d45] | committer:
Anton Khirnov
avcodec/mediacodec: link to related documentation
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:53:13 2022 +0200| [56bbfe1136306665f83b3f02eb7f94c12c6ab99e] | committer:
Anton Khirnov
avcodec/mediacodec: use inline code for coderefs
Avoids doxy to interpret these as internal references forced by the #
character, fixing the warnings
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
20:29:54 2022 +0200| [fe9381ede6128073fa50cf3f725a72ceb32f76c3] | committer:
Anton Khirnov
doc/Doxyfile: Add FF_PAD_STRUCTURE to PREDEFINED
The FF_PAD_STRUCTURE is too complex for doxygen to be able to
properly handle, resulting in
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
19:37:07 2022 +0200| [88e78ec6a8cc03c63839c914d4f3a7a0d3fa5623] | committer:
Anton Khirnov
avutil/csp: Fix bogus doxy filename
Separate the blocks to make the grouping easier to grasp,
add the file properly to the group and fix the file
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
20:40:50 2022 +0200| [58b86d8b68d93796f212259847d92374c7db8f1b] | committer:
Anton Khirnov
avutil/bprint: Improve doxy documentation
Declare proper group, add the file to that group,
group the defines and document them.
Use lists to
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
20:55:28 2022 +0200| [1f59e71478a154365e3648ed327fba01db3cf63f] | committer:
Anton Khirnov
swresample: Fix Doxy reference to AVOptions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f59e71478a154365e3648ed327fba01db3cf
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
22:05:11 2022 +0200| [e3c5b8c610a8d55cf3921926434e6c7b13cda210] | committer:
Anton Khirnov
avutil/camellia: Fix doxy @param typo
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3c5b8c610a8d55cf3921926434e6c7b13cda
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
22:06:50 2022 +0200| [f824388c335ab928021b1b4a0209c1946fd53207] | committer:
Anton Khirnov
avutil/channel_layout: Use inline code for Doxy
This avoids Doxygen to interpret and others that look like XML tags
as those, fixing a warning about
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
22:08:21 2022 +0200| [60224f203f9ead787dccc2ad826cecb3728a26ec] | committer:
Anton Khirnov
avfilter: Fix doxy references
Doxygen does not properly form references that span multiple levels,
so instead reword it a bit and manually add the
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
23:49:01 2022 +0200| [226dde687ffb3c2a6a6cb4522f2a1fd9a97ab7d0] | committer:
Anton Khirnov
avformat/avio: Add doxy for missing argument
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=226dde687ffb3c2a6a6cb4522f2a1fd9a97ab
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
23:49:16 2022 +0200| [27dbc9e724cdce5891854b5acaa52755bc46a677] | committer:
Anton Khirnov
avutil/detection_bbox: Add doxy for missing argument
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24
22:07:11 2022 +0200| [436879a20369623757e1d3b453cf1309c9a758f3] | committer:
Anton Khirnov
avutil/channel_layout: Document missing arguments
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Marvin Scholz | Sun Sep 25
00:05:18 2022 +0200| [b850347a89d6d25ef3da7630a91401107b1dc04a] | committer:
Anton Khirnov
avutil/eval: Add doxy for missing arguments
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b850347a89d6d25ef3da7630a91401107b1dc
ffmpeg | branch: master | Marvin Scholz | Sun Sep 25
00:14:44 2022 +0200| [8bac3902b09f8a2e0467346f227e2f6528b7870e] | committer:
Anton Khirnov
avutil/lfg: Minor doxy improvements
Use inline code for sizeof and use proper @return directive.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
1 - 100 of 239 matches
Mail list logo