Timeline



Nov 13, 2021:

11:02 PM WikiStart edited by Pascal S
(diff)
6:55 PM Changeset in ffmpeg [58dce6f0] by Marton Balint <cus@passwd.hu>
swscale/swscale: check SWS_PRINT_INFO flag for printing alignment …
6:55 PM Changeset in ffmpeg [f3b6e3e8] by Marton Balint <cus@passwd.hu>
fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts' …
6:55 PM Changeset in ffmpeg [ce47ce07] by Marton Balint <cus@passwd.hu>
fftools/ffmpeg: Output log message when interactive q command is …
6:55 PM Changeset in ffmpeg [99a49f91] by Marton Balint <cus@passwd.hu>
avutil/opt: fix mis-alignment of option and constant values for filter …
6:55 PM Changeset in ffmpeg [bcbedd27] by Marton Balint <cus@passwd.hu>
fftools/ffmpeg: Fix indentation after change Signed-off-by: softworkz …
6:55 PM Changeset in ffmpeg [0a99c832] by Marton Balint <cus@passwd.hu>
fftools/ffmpeg: Remove redundant loop Signed-off-by: softworkz …
6:55 PM Changeset in ffmpeg [89ba6e9a] by Marton Balint <cus@passwd.hu>
doc/developer: add description about safely sending patches via E-Mail …
6:22 PM Changeset in ffmpeg [fba4d6f7] by Marton Balint <cus@passwd.hu>
avutil/hwcontext_dxva2: add ARGB format Required for uploading frames …
5:23 PM HowToExtractAndRemoveClosedCaptions created by Pascal S
4:19 PM WikiStart edited by Pascal S
(diff)
3:14 PM HowToCheckIfFaststartIsEnabledForPlayback edited by Pascal S
(diff)
3:06 PM Tag change on HowToCheckIfFaststartIsEnabledForPlayback by Pascal S
Tags faststart added
2:38 PM Changeset in ffmpeg [b664df3f] by James Almer <jamrial@gmail.com>
avdevice/dshow: fix a unused variable warning Unused if DSHOWDEBUG is …
2:38 PM Changeset in ffmpeg [47451d92] by James Almer <jamrial@gmail.com>
avdevice/dshow: fix print format for some variables …
2:13 PM Changeset in ffmpeg [7f6dc9b3] by Lynne <dev@lynne.ee>
hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPI …
1:47 PM Changeset in ffmpeg [f388791f] by Lynne <dev@lynne.ee>
hwcontext_vulkan: fix small memory leak when unmapping
1:22 PM Changeset in ffmpeg [9dc544cd] by Lynne <dev@lynne.ee>
hwcontext_vulkan: wait for semaphores when unmapping from VAAPI We …
1:21 PM Changeset in ffmpeg [6a23a559] by Lynne <dev@lynne.ee>
hwcontext_vulkan: print error information on queue submission failure …
10:12 AM Changeset in ffmpeg [c96d1ee4] by Lynne <dev@lynne.ee>
hwcontext_vulkan: fix DMABUF import format check call …
3:30 AM Changeset in ffmpeg [f74ceb35] by Lynne <dev@lynne.ee>
hwcontext_vulkan: improve CUDA error handling

Nov 12, 2021:

11:40 PM Changeset in ffmpeg [0d1992e0] by Lynne <dev@lynne.ee>
hwcontext_vulkan: close exported memory FD on CUDA import error …
11:32 PM Changeset in ffmpeg [015b4877] by Lynne <dev@lynne.ee>
hwcontext_vulkan: do not dup() semaphore FDs for CUDA
11:03 PM Changeset in ffmpeg [fa28c1b2] by Lynne <dev@lynne.ee>
hwcontext_vulkan: properly migrate queue families with DRM import/export
11:03 PM Changeset in ffmpeg [549d91ae] by Lynne <dev@lynne.ee>
hwcontext_vulkan: properly migrate between queue families on CUDA …
11:03 PM Changeset in ffmpeg [8449baf9] by Lynne <dev@lynne.ee>
hwcontext_vulkan: properly error out if timeline semaphores are …
9:48 PM HowToCheckIfFaststartIsEnabledForPlayback edited by Pascal S
(diff)
9:00 PM Changeset in ffmpeg [a943f527] by Lynne <dev@lynne.ee>
lavfi/vf_libplacebo: pick log level dynamically In particular, allows …
5:15 PM Ticket #9359 (FFmpeg trac server frequently 503'ing) reopened by Balling
Started happening again.
3:49 PM PoC_ff_v4l2.mpeg attached to Ticket #9507 by sunnan
2:34 PM Ticket #9502 (Intermittent error when opening audio device with avfoundation (mac)) updated by toots
Unfortunately, that only resulted in corrupted audio. I'm looking at …
1:45 PM Changeset in ffmpeg [51e03409] by Lynne <dev@lynne.ee>
lavfi: add a libplacebo filter This filter conceptually maps the …
1:45 PM Changeset in ffmpeg [296cb99d] by Lynne <dev@lynne.ee>
hwcontext_vulkan: fix CreateSemaphore conflict with synchapi.h …
1:45 PM Changeset in ffmpeg [57e11321] by Lynne <dev@lynne.ee>
hwcontext_vulkan: use vkDeviceWaitIdle instead of vkWaitSemaphores on …
1:20 PM Ticket #9505 (Unsupported frame rate with capture device after updating to MacOS Monterey) updated by Thilo Borgmann
Replying to ewu100: > Replying to [comment:1 Thilo …
10:00 AM Ticket #9508 (Split into multiple chunks of 4 seconds from a continuos stream ...) created by jvilches
Split into multiple chunks of 4 seconds from a continuos stream …
9:23 AM Changeset in ffmpeg [ec6187b] by Limin Wang <lance.lmwang@gmail.com>
avfilter/src_movie: make the number of decode thread configurable …
6:53 AM Changeset in ffmpeg [511096c3] by Lynne <dev@lynne.ee>
doc/APIchanges: fix typos and correct a date
4:23 AM Changeset in ffmpeg [8478d60d] by Lynne <dev@lynne.ee>
doc/APIchanges: update for Vulkan API changes
4:23 AM Changeset in ffmpeg [f705e9ea] by Lynne <dev@lynne.ee>
lavfi/vulkan: refactor, fix and fully implement multiple queues
4:23 AM Changeset in ffmpeg [246f841b] by Lynne <dev@lynne.ee>
lavfi/glslang: migrate to the C API and robustify library detection …
4:23 AM Changeset in ffmpeg [fef85c37] by Lynne <dev@lynne.ee>
lavfi/vulkan: use libavutil's vulkan loader This finally fully …
4:23 AM Changeset in ffmpeg [d05a18cd] by Lynne <dev@lynne.ee>
lavu: move hwcontext_vulkan's function loader into separate files …
4:23 AM Changeset in ffmpeg [1ffb59c0] by Lynne <dev@lynne.ee>
hwcontext_vulkan: clean up extensions code and add additional defaults
4:23 AM Changeset in ffmpeg [bde1fc53] by Lynne <dev@lynne.ee>
hwcontext_vulkan: host wait on semaphores before freeing frame
4:23 AM Changeset in ffmpeg [f7f16136] by Lynne <dev@lynne.ee>
hwcontext_vulkan: report device that's used Not sure why this wasn't …
4:23 AM Changeset in ffmpeg [6bf9a653] by Lynne <dev@lynne.ee>
vulkan: add support for encode and decode queues and refactor queue …
2:36 AM Changeset in ffmpeg [dfc61800] by Lynne <dev@lynne.ee>
lavfi/vulkan: port to using timeline semaphores
2:36 AM Changeset in ffmpeg [09e4687b] by Lynne <dev@lynne.ee>
hwcontext_vulkan: port CUDA interop to use timeline semaphores
2:36 AM Changeset in ffmpeg [0370a580] by Lynne <dev@lynne.ee>
hwcontext_vulkan: fix mapping from/to DRM/VAAPI frames
2:36 AM Changeset in ffmpeg [00ef53c3] by Lynne <dev@lynne.ee>
hwcontext_vulkan: switch to using timeline semaphores
2:36 AM Changeset in ffmpeg [7f387882] by Lynne <dev@lynne.ee>
hwcontext_vulkan: bump required Vulkan loader version to 1.2
1:54 AM Ticket #9507 (close the invalid file descriptor -1 in function v4l2_m2m_destroy_context) created by sunnan
Summary of the bug: Close the invalid file descriptor -1 when init …

Nov 11, 2021:

8:54 PM Changeset in ffmpeg [047c362d] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_nlmeans: add x86 SIMD
8:54 PM Changeset in ffmpeg [aebdffb9] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_estdif: allow to change two more options
8:54 PM Changeset in ffmpeg [946493eb] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpdec: cover case when >2 channels are in single substream …
8:54 PM Changeset in ffmpeg [afcf226b] by Paul B Mahol <onemda@gmail.com>
avfilter/af_atilt: use ff_filter_execute() Signed-off-by: Limin Wang …
7:30 PM Ticket #9499 (The libamqp.c file has a plaintext password, and the amqp network ...) closed by Marton Balint
invalid: That is intentional, guest credentials are used because the protocol …
6:43 PM Ticket #9505 (Unsupported frame rate with capture device after updating to MacOS Monterey) updated by ewu100
Replying to Thilo Borgmann: > If there is no 30 fps mode …
6:14 PM Ticket #9505 (Unsupported frame rate with capture device after updating to MacOS Monterey) updated by Balling
Newest Macbooks support 60, 60/1.001 and VRR they call ProMotion.
2:04 PM Ticket #9505 (Unsupported frame rate with capture device after updating to MacOS Monterey) updated by Thilo Borgmann
Status, Owner changed
If there is no 30 fps mode listed under supported modes, there's …
1:10 PM Ticket #9481 (VA-API + QSV H264 => MPEG2 transcode PSNR dropped by 25%) updated by eero-t
Note: using "-vsync passthrough" is not a workaround for this …
12:14 PM Changeset in ffmpeg [9fd2b394] by Michael Niedermayer <michael@niedermayer.cc>
avutil/opt: handle whole range of int64_t in av_opt_get_int Make …
8:33 AM Ticket #9506 (TrueHD 6ch fails to be parsed) updated by Balling
It is commit 57f0b36367d4e5ccd4d2da7f69c3cac45b6236ee to be precise. …
7:12 AM in6ch.2.thd attached to Ticket #9506 by eugenesv
7:12 AM in6ch.thd attached to Ticket #9506 by eugenesv
7:11 AM Ticket #9506 (TrueHD 6ch fails to be parsed) created by eugenesv
Summary of the bug: somewhere between …
6:45 AM Ticket #9505 (Unsupported frame rate with capture device after updating to MacOS Monterey) created by ewu100
Summary of the bug: After updating my Mac to MacOS Monterey, …

Nov 10, 2021:

7:19 PM Ticket #9502 (Intermittent error when opening audio device with avfoundation (mac)) updated by Thilo Borgmann
You might try applying the 24unpacked.patch. Since I cannot reproduce …
7:17 PM 24unpacked.patch attached to Ticket #9502 by Thilo Borgmann
2:20 PM Changeset in ffmpeg [44c65c6c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffmpeg_opt: Fix copyinkf option name in warning message …
1:36 PM Ticket #9504 (Audio fragment repeated) updated by David Sullivan
Description changed
11:03 AM ffmpeg-20211110-111824.log attached to Ticket #9504 by David Sullivan
11:01 AM Ticket #9504 (Audio fragment repeated) created by David Sullivan
When converting in.mov to out.mov there are some audio oddities. …
5:39 AM Ticket #9503 (Make avutil header files -Wconversion safe) updated by mstoeckl
Description changed
5:37 AM Ticket #9503 (Make avutil header files -Wconversion safe) created by mstoeckl
The header files for libavutil define a number of inline functions, …
4:38 AM Ticket #9493 (h264: No output with software decoding, HW=ok) updated by Balling
How is #8820 related to this? Also again that PES problem.
4:14 AM Ticket #6628 (Random access indicator bit) updated by Balling
Is that fixed with 575c38d76ce546842d62a481ef03c122d55d3a69 or what?
4:07 AM Ticket #9412 (HEVC fails to seek on keyframe) updated by Balling
Status changed
I can confirm that, please see: #7950 It happens due to 4 tiles in …
4:04 AM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) updated by Balling
Hey, please apply the LGTM'd patch!
2:32 AM Ticket #6216 (TrueHD encoder creates non bitexact files) updated by Balling
Your mono stereo commit in encoder caused this: …

Nov 9, 2021:

11:26 PM Ticket #9502 (Intermittent error when opening audio device with avfoundation (mac)) updated by toots
Here are the relevant variables: basic_desc->mFormatI: 'lpcm', …
10:53 PM Ticket #9493 (h264: No output with software decoding, HW=ok) closed by James
invalid: The sample has no IDR frames, so you need to use -flags2 +showall to …
2:44 PM Changeset in ffmpeg [945b2dcc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/hls_sample_encryption: Fix precedence Fixes Coverity ticket …
2:44 PM Changeset in ffmpeg [ddd701fb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/speexdec: Remove dead code Fixes Coverity issue #1492840. …
2:42 PM Changeset in ffmpeg [b59138b6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libx264: Simplify copying packet data x264.h: "the payloads …
2:42 PM Changeset in ffmpeg [19ed9236] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libx264: Remove always-false checks Always false since this …
2:42 PM Changeset in ffmpeg [6f1130be] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libx264: Check for overflow if necessary Signed-off-by: …
2:40 PM Changeset in ffmpeg [e5199eeb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/apngenc: Use UINT16_MAX instead of USHRT_MAX The latter …
12:14 PM Changeset in ffmpeg [8a969e12] by Rick Kern <kernrj@gmail.com>
avcodec/videotoolboxenc: fix pixel buffer memory leak In function …
10:54 AM Ticket #9482 (digital clock in systray won't be captured properly with compiz window ...) updated by Atilla Karaca
Description changed
10:51 AM Ticket #9482 (digital clock in systray won't be captured properly with compiz window ...) updated by Atilla Karaca
Replying to Michael Niedermayer: Greetings. It also fails …
8:49 AM Changeset in ffmpeg [a1364663] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_estdif: do some clip calculations only once in loop
8:49 AM Changeset in ffmpeg [dcf83fd5] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_estdif: export distance cost as filter option
8:04 AM Ticket #9502 (Intermittent error when opening audio device with avfoundation (mac)) updated by Thilo Borgmann
Status, Owner changed
Can you change your libavdevice/avfoundation.m:734 ff to print out the …

Nov 8, 2021:

11:17 PM ffmpeg.c attached to Ticket #9502 by toots
Reproduction code.
11:17 PM Ticket #9502 (Intermittent error when opening audio device with avfoundation (mac)) created by toots
We are having intermittent issues when quickly opening/closing …
11:00 PM Ticket #9482 (digital clock in systray won't be captured properly with compiz window ...) updated by Michael Niedermayer
Summary changed
3:44 PM Projects edited by Rupesh Sreeraman
(diff)
11:39 AM Ticket #9482 (digital clock in systray won't be captured properly with compiz window ...) updated by Atilla Karaca
Replying to Marton Balint: > Doubtful that this is a bug …
10:08 AM Ticket #9479 (DolbyE not recognized in mxf container) updated by Francesco Bucciantini
Another short sample: …
9:16 AM Ticket #9479 (DolbyE not recognized in mxf container) updated by Francesco Bucciantini
Here's another sample: …
8:36 AM Ticket #9499 (The libamqp.c file has a plaintext password, and the amqp network ...) updated by wujian
Replying to Marton Balint: > How is this a security issue? …

Nov 7, 2021:

7:47 PM Changeset in ffmpeg [45dc668a] by Paul B Mahol <onemda@gmail.com>
avfilter/f_reverse: readjust frame timestamps for areverse
7:47 PM Changeset in ffmpeg [0370c3e3] by Paul B Mahol <onemda@gmail.com>
avfilter/af_adelay: use outlink where applicable
5:56 PM Ticket #5860 ("Could not find codec parameters for stream 0" for TS stream that ...) updated by Balling
Apparently the problem is that probesize was not applied here and …
4:46 PM Changeset in ffmpeg [cd03a180] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mjpegdec: Use AVCodecInternal.in_pkt for buffer packet …
4:38 PM Changeset in ffmpeg [7c5ee237] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libdav1d: Use av_memdup() where appropriate Signed-off-by: …
4:34 PM Changeset in ffmpeg [31d0487b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libdav1d: Use AVCodecInternal.in_pkt instead of stack packet …
4:32 PM Changeset in ffmpeg [776e9f9e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libdav1d: Don't leak side-data-only packets Reviewed-by: …
4:27 PM Changeset in ffmpeg [ba91b8b6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cuviddec: Use AVCodecInternal.in_pkt instead of stack packet …
4:26 PM Changeset in ffmpeg [9b851c4b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/crystalhd: Use AVCodecInternal.in_pkt instead of stack packet …
4:26 PM Changeset in ffmpeg [e353300] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/binkaudio: Use AVCodecInternal.in_pkt for buffer packet …
4:12 PM Changeset in ffmpeg [ffdda740] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/internal: Allow receive_frame codecs to use decode_simple pkt …
4:08 PM Ticket #9501 (adelay+areverse filters pair create wrong files, giving warning " ...) created by ramires
Summary of the bug: Some combinations of adelay and areverse filters …
3:18 PM Ticket #9473 (gdigrab screen captures are interrupted by secure desktop pop-ups) updated by leopold84
Replying to Marton Balint: > This is not a regression, so …
2:50 PM Ticket #9497 (ffmpeg reports wrong display aspect ratio (DAR) for matroska files.) closed by mkver
fixed: Fixed in 9139dc6140e8fb8d84760f3c567332b41858798d.
2:38 PM Changeset in ffmpeg [9139dc61] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/matroskadec: Don't unnecessarily reduce aspect ratio Fixes …
2:20 PM Ticket #9473 (gdigrab screen captures are interrupted by secure desktop pop-ups) updated by Marton Balint
Priority changed
This is not a regression, so decreasing priority. Have you tried …
2:08 PM Ticket #9498 (Cannot build ffmpeg shared libraries under Windows with dash enabled ...) closed by Marton Balint
invalid: You should ask for help for build issues at ​ffmpeg-user@ffmpeg.org or …
2:05 PM Ticket #9475 (Building ffmpeg libraries for Windows : libxml2 not found) closed by Marton Balint
invalid: You should ask for help for build issues at ffmpeg-user@ffmpeg.org or …
2:00 PM Ticket #9482 (digital clock in systray won't be captured properly with compiz window ...) updated by Marton Balint
Priority, Keywords, Component changed
Doubtful that this is a bug in ffmpeg/x11grab indev if it only affects …
12:12 PM Ticket #9500 (HEVC encoder settings are not set) updated by mkver
Status, Reproduced by developer changed
It even forwards an x264 SEI into the first HEVC bitstream if the …
12:09 PM Ticket #9500 (HEVC encoder settings are not set) updated by zboubida
Description changed
10:41 AM Ticket #9497 (ffmpeg reports wrong display aspect ratio (DAR) for matroska files.) updated by mkver
Keywords, Analyzed by developer, Version, Component, Reproduced by developer changed
9:22 AM Ticket #9497 (ffmpeg reports wrong display aspect ratio (DAR) for matroska files.) reopened by Rikitiki
If it is expressed as two integers (as fractional) then rounding …
8:33 AM test.mkv attached to Ticket #9500 by zboubida
test file
8:32 AM ffmpeg-20211107-091426.log attached to Ticket #9500 by zboubida
ffmpeg output log
8:31 AM Ticket #9500 (HEVC encoder settings are not set) created by zboubida
Summary of the bug: Using a git build on both Linux and Windows …

Nov 6, 2021:

7:35 PM Changeset in ffmpeg [1728127e] by Marton Balint <cus@passwd.hu>
avformat/mpegtsenc: do not include adaptation field in teletext TS …
7:35 PM Changeset in ffmpeg [a0854183] by Marton Balint <cus@passwd.hu>
avformat/mpegtsenc: fix first_pcr initial update Commit …
6:36 PM Ticket #9499 (The libamqp.c file has a plaintext password, and the amqp network ...) updated by Marton Balint
How is this a security issue?
12:17 PM Ticket #9496 ("error reading header" while reading an mp4 file) updated by rpr
@Balling As you can see in the mediainfo output the file size is 1.51 GiB.
10:00 AM Ticket #9497 (ffmpeg reports wrong display aspect ratio (DAR) for matroska files.) closed by Gyan
wontfix: It already does. It still has to be expressed as two integers.
8:56 AM Ticket #9499 (The libamqp.c file has a plaintext password, and the amqp network ...) updated by wujian
Description changed
8:51 AM Ticket #9499 (The libamqp.c file has a plaintext password, and the amqp network ...) created by wujian
Summary of the bug: How to reproduce: […] Patches should be …
8:29 AM Ticket #9497 (ffmpeg reports wrong display aspect ratio (DAR) for matroska files.) reopened by Rikitiki
To prevent the rounding, can ffmpeg store Sample Aspect Ratio in its …
6:27 AM Ticket #9497 (ffmpeg reports wrong display aspect ratio (DAR) for matroska files.) closed by Gyan
wontfix: Matroska stores …
3:03 AM HowToCheckIfFaststartIsEnabledForPlayback edited by Pascal S
(diff)
12:38 AM Changeset in ffmpeg [cc33e736] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: let libdav1d choose optimal max frame delay …
12:38 AM Changeset in ffmpeg [61ed1182] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: pass auto threads value to libdav1d libdav1d 1.0.0 …
Note: See TracTimeline for information about the timeline view.