Timeline



Jul 4, 2021:

8:53 PM Ticket #9317 (ffmpeg - spark - azure databricks - error writing trailer of ...) updated by jminer
Please confirm that version 4.4 is the latest version of ffmpeg. I …
8:03 PM Ticket #9317 (ffmpeg - spark - azure databricks - error writing trailer of ...) updated by Carl Eugen Hoyos
Priority, Keywords, Version changed
Please test current FFmpeg git head if you believe there is a bug that …
5:38 PM Ticket #9317 (ffmpeg - spark - azure databricks - error writing trailer of ...) updated by jminer
Unable to attach video file since it is 37 MB in size. Please send …
5:35 PM Ticket #9317 (ffmpeg - spark - azure databricks - error writing trailer of ...) created by jminer
Summary of the bug: I have been trying to figure out this tough …
5:31 PM Ticket #9316 (nnedi af mode causes flicker at top and bottom row) updated by Tom B
I've just installed ffmpeg from …
4:56 PM FetchingPatchworkPatches edited by Andriy Gelman
(diff)
4:48 PM Ticket #9316 (nnedi af mode causes flicker at top and bottom row) updated by Carl Eugen Hoyos
Is the issue reproducible with current FFmpeg git head, the only …
4:44 PM WikiStart edited by Andriy Gelman
(diff)
4:38 PM patchwork_screenshot.png attached to FetchingPatchworkPatches by Andriy Gelman
4:25 PM FetchingPatchworkPatches created by Andriy Gelman
4:15 PM Ticket #9316 (nnedi af mode causes flicker at top and bottom row) updated by Tom B
Command: `ffmpeg -i "original.mkv" -c:v libx265 -crf 23 -vf …
4:07 PM Ticket #9316 (nnedi af mode causes flicker at top and bottom row) updated by Carl Eugen Hoyos
Keywords changed
Please provide the command line you tested together with the complete, …
2:18 PM Changeset in ffmpeg [041267b5] by James Almer <jamrial@gmail.com>
avcodec/setts_bsf: add a NOPTS constant Reviewed-by: Paul B Mahol …
2:16 PM Changeset in ffmpeg [b0b3fce3] by James Almer <jamrial@gmail.com>
avcodec/setts_bsf: actually store the current packet's timestamps to …
1:40 PM Ticket #9316 (nnedi af mode causes flicker at top and bottom row) updated by Tom B
Description changed
1:37 PM Ticket #9316 (nnedi af mode causes flicker at top and bottom row) created by Tom B
I'm using the following filter: -vf nnedi=weights.bin:all:af This …
11:10 AM Ticket #9315 (MXF L-GOP muxed by FFmpeg had disordered frame display in Adobe Premiere) updated by Alex
Re-encoding still produces out-of-order frames in Premiere Pro, …
10:56 AM Changeset in ffmpeg [f73943d5] by Guo Yejun <yejun.guo@intel.com>
lavfi/dnn_backend_openvino.c: Fix Memory Leak in execute_model_ov In …
10:36 AM Ticket #9315 (MXF L-GOP muxed by FFmpeg had disordered frame display in Adobe Premiere) updated by Carl Eugen Hoyos
Does re-encoding lead to the same result?
8:17 AM ffmpeg_mxf_output_Premiere_Pro_Frames.mp4 attached to Ticket #9315 by Alex
how Premiere Pro sees the frames in this file
8:16 AM ffmpeg_mxf_output.mxf attached to Ticket #9315 by Alex
result mxf file created by ffmpeg -vcodec copy
8:16 AM mxf_xavc_long_gop_input.mxf attached to Ticket #9315 by Alex
Input MXF h.264 lgop file, created by premiere pro
8:14 AM Ticket #9315 (MXF L-GOP muxed by FFmpeg had disordered frame display in Adobe Premiere) created by Alex
Summary of the bug: Remuxing h.264 L-Gop video streams in MXF …
4:24 AM Changeset in ffmpeg [301d2753] by Gyan Doshi <ffmpeg@gyani.pro>
avcodec/bsf: switch to av_get_token to parse bsf list string The …
12:15 AM Ticket #9311 (FLAC works in MP4 container but not in M4A) updated by MAProsper
Hi Carl, thanks again for that simple comment. Those doble equals …

Jul 3, 2021:

9:04 PM Ticket #9311 (FLAC works in MP4 container but not in M4A) updated by Carl Eugen Hoyos
m4a == mov
8:41 PM Projects edited by libav
(diff)
8:40 PM Projects edited by libav
(diff)
7:07 PM Ticket #9311 (FLAC works in MP4 container but not in M4A) updated by MAProsper
Hi Carl, thanks for the quick replay. I seen other tickets that go on …
4:03 PM Changeset in ffmpeg [70874e02] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/lpc: check for zero err in normalization in …
4:03 PM Changeset in ffmpeg [6a6a765f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/j2kenc: Check for av_strtok() failure Fixes: CID1466601 …
4:03 PM Changeset in ffmpeg [9d407820] by Michael Niedermayer <michael@niedermayer.cc>
avformat/ftp: Check for av_strtok() failure Fixes: CID1396258 …
4:03 PM Changeset in ffmpeg [0b3cdd7c] by Michael Niedermayer <michael@niedermayer.cc>
tools/cws2fws: Check read() for failure Fixes: CID1452579 Argument …
4:03 PM Changeset in ffmpeg [532c65f7] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust threshold for theora Fixes: Timeout …
2:13 PM Changeset in ffmpeg [37c0fe49] by Anton Khirnov <anton@khirnov.net>
sws: move updating the palette higher up It does not interact in any …
2:13 PM Changeset in ffmpeg [d6649d9a] by Anton Khirnov <anton@khirnov.net>
sws: move initializing dither_error higher up It does not interact in …
2:09 PM Changeset in ffmpeg [e1889855] by Anton Khirnov <anton@khirnov.net>
sws: move the early return for zero-sized slices higher up Place it …
2:09 PM Changeset in ffmpeg [a91e6c9] by Anton Khirnov <anton@khirnov.net>
sws: simplify setting sliceDir
2:09 PM Changeset in ffmpeg [ff753f41] by Anton Khirnov <anton@khirnov.net>
sws: merge handling frame start into a single block Also, return an …
2:07 PM Changeset in ffmpeg [1b11a324] by Anton Khirnov <anton@khirnov.net>
sws: make checking for the start of a new frame more explicit
2:05 PM Changeset in ffmpeg [0fb014b7] by Anton Khirnov <anton@khirnov.net>
sws: reset sliceDir at the end of sws_scale() Makes it more clear …
1:57 PM Changeset in ffmpeg [1f80789b] by Anton Khirnov <anton@khirnov.net>
sws: rename SwsContext.swscale to convert_unscaled That function …
1:57 PM Changeset in ffmpeg [fe490ec1] by Anton Khirnov <anton@khirnov.net>
sws: separate the calls to scaled vs unscaled conversion Call the …
1:56 PM Changeset in ffmpeg [0f8e0957] by Anton Khirnov <anton@khirnov.net>
sws: do not reallocate scratch buffers for each slice
1:31 PM Changeset in ffmpeg [27306392] by Anton Khirnov <anton@khirnov.net>
sws: group the parameters validity checks together Also, fail with an …
1:31 PM Changeset in ffmpeg [c05cab3] by Anton Khirnov <anton@khirnov.net>
sws: initialize {src,dst}Stride2 consistently with {src,dst}2
1:30 PM Changeset in ffmpeg [d3d8e096] by Anton Khirnov <anton@khirnov.net>
sws: cosmetics Reindent after previous commit, rewrap long lines.
1:30 PM Changeset in ffmpeg [f136493] by Anton Khirnov <anton@khirnov.net>
sws: factor out cascaded scaling
1:30 PM Changeset in ffmpeg [a2254aed] by Anton Khirnov <anton@khirnov.net>
sws: cosmetics Reindent after previous commit, split long lines.
1:29 PM Changeset in ffmpeg [44f12718] by Anton Khirnov <anton@khirnov.net>
sws: factor out gamma-correct scaling
1:29 PM Changeset in ffmpeg [e355af9b] by Anton Khirnov <anton@khirnov.net>
sws: return an error code on invalid parameters to sws_scale()
1:29 PM Changeset in ffmpeg [21a4e48] by Anton Khirnov <anton@khirnov.net>
sws: reindent after previous commit
1:28 PM Changeset in ffmpeg [27acca1a] by Anton Khirnov <anton@khirnov.net>
sws: factor out updating the palette
1:28 PM Changeset in ffmpeg [f8c21cc] by Anton Khirnov <anton@khirnov.net>
sws: remove unnecessary braces There used to be more code inside …
12:59 AM Ticket #5514 (Interlaced HEVC Steam not Decoded Properly) updated by kasper93
I don't know why there are two tickets about essentially the same …

Jul 2, 2021:

8:48 PM Ticket #9310 (ffmpeg configure ignores CC and CXX environment variables) updated by Simon Toth
Following CC is standard behaviour even for pure Makefile projects, so …
8:37 PM Ticket #9310 (ffmpeg configure ignores CC and CXX environment variables) updated by Carl Eugen Hoyos
FFmpeg's configure script is not autoconf-based and therefore does not …
8:11 PM Ticket #9310 (ffmpeg configure ignores CC and CXX environment variables) updated by Simon Toth
Could you provide more details why this is the intended behaviour? I …
6:30 PM Ticket #4141 (HEVC: 1920x1080i file decoded as 1920x540p) updated by kasper93
Another sample from DVB-T2 HEVC broadcast …
6:14 PM Ticket #9301 ("-c copy" is very slow) closed by Carl Eugen Hoyos
worksforme: For future tickets please remember to always test current FFmpeg git …
5:35 PM Ticket #9304 (Support strange / multiple editlists without -ignore_editlist 1) updated by Carl Eugen Hoyos
Status, Component, Reproduced by developer changed
To the best of my knowledge, the file has never worked better with …
5:29 PM Ticket #9310 (ffmpeg configure ignores CC and CXX environment variables) closed by Carl Eugen Hoyos
wontfix: This is the intended and documented behaviour, use --cc (there …
5:28 PM Ticket #9311 (FLAC works in MP4 container but not in M4A) closed by Carl Eugen Hoyos
invalid: Apple devices do not support flac / m4a is not mp4.
5:25 PM Ticket #9312 (assertion failed in av_rescale_delta) updated by Carl Eugen Hoyos
Keywords, Status, Component, Reproduced by developer changed
[…]
5:17 PM Ticket #9309 (Static build segmentation fault on CentOS 8.4 when using rtmp) updated by Carl Eugen Hoyos
I can neither reproduce with musl nor with static glibc.
3:38 PM Changeset in ffmpeg [9583e66e] by Zhong Li <zhongli_dev@126.com>
qsvenc_hevc: allow user set more coding options The SDK supports …
1:21 PM Changeset in ffmpeg [8c2c0135] by James Almer <jamrial@gmail.com>
avformat: add a concat protocol that takes a line break delimited list …
6:12 AM Ticket #9313 (8k for replay mod) closed by Carl Eugen Hoyos
needs_more_info
6:12 AM Ticket #9314 (Usage-of-uninitialized value) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
4:28 AM Ticket #9309 (Static build segmentation fault on CentOS 8.4 when using rtmp) updated by Gyan
Run with only a current master build and reproduce. Don't build with …
12:05 AM Ticket #9314 (Usage-of-uninitialized value) closed by mkver
invalid: How did you check that these values are uninitialized? Every codec's …

Jul 1, 2021:

11:24 PM Ticket #9314 (Usage-of-uninitialized value) created by Andrew Bao
Summary of the bug: In libavcodec/vorbisec.c, function …
10:57 PM Ticket #9313 (8k for replay mod) created by bevan jecks
hello im trying to find how to encode for 8k videos im using replay …
9:49 PM Changeset in ffmpeg [da0abbbb] by Michael Niedermayer <michael@niedermayer.cc>
libswscale: Make sws_init_context thread safe. Call …
2:36 AM Ticket #9312 (assertion failed in av_rescale_delta) updated by dzj
Priority changed

Jun 30, 2021:

11:50 PM Ticket #9300 (Disable default subtitle) closed by mkver
worksforme: As has already been said, your ticket is very incomplete; but given …
9:17 PM Ticket #9309 (Static build segmentation fault on CentOS 8.4 when using rtmp) updated by Matt
Hi, I've built ffmpeg on CentOS 8.4 from source and there is no …
3:15 PM Ticket #9312 (assertion failed in av_rescale_delta) updated by dzj
Version changed
3:13 PM abort_bug_input attached to Ticket #9312 by dzj
poc file
3:12 PM Ticket #9312 (assertion failed in av_rescale_delta) created by dzj
Summary of the bug there is an assertion failure at …
1:41 PM Ticket #9311 (FLAC works in MP4 container but not in M4A) created by MAProsper
Summary of the bug: FFmpeg can produce and process MP4s with FLAC …
11:37 AM Ticket #9310 (ffmpeg configure ignores CC and CXX environment variables) created by Simon Toth
Summary of the bug: How to reproduce: Run: `CC=clang CXX=clang++ …
10:31 AM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
Slightly OT but I have written a wiki page for installing and running …
6:10 AM Ticket #9309 (Static build segmentation fault on CentOS 8.4 when using rtmp) closed by Carl Eugen Hoyos
worksforme: Please understand that there is no release support on this bug tracker …
4:06 AM Ticket #9308 (atomic_writing missing from documentation) closed by Gyan
fixed: Added in de8e6e67e7523e48bb27ac224a0b446df05e1640 Thanks.
4:04 AM Changeset in ffmpeg [de8e6e67] by Gyan Doshi <ffmpeg@gyani.pro>
doc/muxers: note atomic_writing in image2 Fixes #9308
1:27 AM Changeset in ffmpeg [91004ed3] by James Almer <jamrial@gmail.com>
doc: remove duplicate @end command Fixes regression since …
12:39 AM Ticket #9309 (Static build segmentation fault on CentOS 8.4 when using rtmp) created by Matt
Summary of the bug: Segmentation fault is generated immediately when …

Jun 29, 2021:

10:12 PM Changeset in ffmpeg [e11fd47f] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: add cylindrical equal area format
5:36 PM Changeset in ffmpeg [cea05864] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/cpia: Fix missing src_size update Fixes: out of array read …
5:36 PM Changeset in ffmpeg [18b0dd07] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/exr: Better size checks Fixes: signed integer overflow: …
5:36 PM Changeset in ffmpeg [11fac961] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/clearvideo: Check tile_size to be not too large Fixes: left …
5:36 PM Changeset in ffmpeg [00ae9b77] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* …
2:31 PM Changeset in ffmpeg [d70dde2] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
avcodec/h264_metadata_bsf: Allow zeroing constraint_set4_flag and …
12:50 PM Changeset in ffmpeg [b74beba9] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/movenc: Support encryption of H.265 stream in AnnexB format …
8:05 AM Changeset in ffmpeg [9ca88b3] by Steven Liu <liuqi05@kuaishou.com>
avfilter/vf_guided: support single input Support single input for …
7:45 AM Ticket #9303 (Trimmed desktop) updated by Igor Kulikovskiy
Version changed
6:29 AM Ticket #9303 (Trimmed desktop) updated by Igor Kulikovskiy
Clarification, this error occurs if there are multiple high-resolution …
6:01 AM Ticket #9303 (Trimmed desktop) updated by Igor Kulikovskiy
With the current FFmpeg git head, the same problem $ ffmpeg -f …

Jun 28, 2021:

7:57 AM Ticket #9306 (Can't handle slightly broken MP4 from some Hikvision IP camera + workaround) reopened by marekm
Here are the sample files (~1 GB each, and you really only need the …
6:42 AM Ticket #9306 (Can't handle slightly broken MP4 from some Hikvision IP camera + workaround) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can provide a sample file.
6:31 AM Ticket #9308 (atomic_writing missing from documentation) created by Norbert Csibra
Based on the source code an "atomic_writing" option exists for image2 …
4:40 AM Ticket #9307 (Decoding of Opus audio with missing packets can produce noise spikes) updated by Misaki
When I play these three files (original, copy.webm and copy.mp4 with …
4:22 AM Ticket #9307 (Decoding of Opus audio with missing packets can produce noise spikes) updated by Misaki
Summary changed
4:21 AM Ticket #9307 (Decoding of Opus audio with missing packets can produce noise spikes) updated by Misaki
Description, Summary changed
4:17 AM copy.mp4 attached to Ticket #9307 by Misaki
Noise spike in mp4 container with opus audio
4:15 AM Ticket #9307 (Decoding of Opus audio with missing packets can produce noise spikes) updated by Misaki
Description changed
3:59 AM Ticket #9307 (Decoding of Opus audio with missing packets can produce noise spikes) updated by Misaki
The 'seeking starts from a later packet' theory is correct. {{{ …
3:53 AM copy.webm attached to Ticket #9307 by Misaki
Audio starting from 0.01
3:47 AM [pow at start][crop_1080]屏東潮州六姐妹in新北市三重正義堂遶境 Part2[2012-06-17] [vUY-EH3gTRU].webm attached to Ticket #9307 by Misaki
3:45 AM Ticket #9307 (Decoding of Opus audio with missing packets can produce noise spikes) created by Misaki
Summary of the bug: OLD: With some files, seeking to the start …
1:04 AM CompilationGuide/MSVC edited by lifegpc
(diff)
1:01 AM CompilationGuide/MSVC edited by lifegpc
libopenh264 now provide meson (diff)
12:48 AM CompilationGuide/MSVC edited by lifegpc
NO_PREFIX now don't have any effect. (diff)
12:30 AM Ticket #9304 (Support strange / multiple editlists without -ignore_editlist 1) updated by Zack Bloom
Priority, Type changed
Moving this back to defect just until someone can confirm the new …

Jun 27, 2021:

9:49 PM Ticket #9306 (Can't handle slightly broken MP4 from some Hikvision IP camera + workaround) updated by marekm
Version, Component changed
9:38 PM Ticket #9306 (Can't handle slightly broken MP4 from some Hikvision IP camera + workaround) created by marekm
Reported in VLC as well: …
5:06 PM Ticket #9298 (mcdeint filter missing) reopened by Carl Eugen Hoyos
10:16 AM Ticket #9298 (mcdeint filter missing) closed by Gyan
fixed: Docs updated in 49e3a8165c
10:10 AM Changeset in ffmpeg [49e3a816] by Gyan Doshi <ffmpeg@gyani.pro>
doc/filters: mention availability of mcdeint, uspp Filters are …
Note: See TracTimeline for information about the timeline view.