Timeline



Nov 21, 2022:

10:50 PM Ticket #10059 (bonk deadlock/infinite loop with fuzzed file) updated by Carl Eugen Hoyos
Priority, Version changed
10:48 PM Ticket #10060 (accelerated decoding not working on Raspberry Pi with newer kernels) updated by Carl Eugen Hoyos
Keywords changed
10:09 PM Ticket #10060 (accelerated decoding not working on Raspberry Pi with newer kernels) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
10:05 PM Ticket #10058 (jpeg2000: support paletted images) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component, Reproduced by developer changed
Regression since d09c35677defb383f69395cef84a5e20c41da6d2, work-around …
8:32 PM Ticket #10060 (accelerated decoding not working on Raspberry Pi with newer kernels) created by Jeremy Herbison
Summary of the bug: As of kernel 5.15.61+, HW accelerated decoding of …
6:31 PM Ticket #4566 (ffmpeg won't copy metadata ("StreamTitle") from audio live stream ...) updated by Easydoor
Replying to Cristian Onet: > I'm attaching a patch …
3:57 PM Changeset in ffmpeg [c0c0a5f1] by Zhao Zhili <zhilizhao@tencent.com>
fftools/ffmpeg_demux: set default hwaccel_output_format for mediacodec …
3:57 PM Changeset in ffmpeg [b7a3f169] by Zhao Zhili <zhilizhao@tencent.com>
avutil/hwcontext: verify hw_frames_ctx in transfer_data_alloc …
3:56 PM Changeset in ffmpeg [0ff18a7d] by Zhao Zhili <zhilizhao@tencent.com>
avcodec: add MediaCodec encoder Signed-off-by: Zhao Zhili …
3:55 PM Changeset in ffmpeg [3a59446] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/mediacodec: add ANativeWindow support ANativeWindow can be …
3:53 PM Changeset in ffmpeg [2697f23] by Zhao Zhili <zhilizhao@tencent.com>
avutil/hwcontext_mediacodec: add ANativeWindow support Signed-off-by: …
3:53 PM Changeset in ffmpeg [04056796] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/mediacodecdec: enable NDK mediacodec Signed-off-by: Zhao …
3:52 PM Changeset in ffmpeg [4df9cb91] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/mediacodec: add NDK media codec wrapper Signed-off-by: Zhao …
3:52 PM Changeset in ffmpeg [4f2ea862] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/mediacodec_wrapper: separate implementation from interface …
3:52 PM Changeset in ffmpeg [d4b06c99] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/mediacodecdec_common: fix useless av_buffer_unref Since …
3:52 PM Changeset in ffmpeg [2b97fdb8] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/mediacodecdec_common: fix misuse av_free/av_freep …
3:52 PM Changeset in ffmpeg [b1facd11] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/mediacodecdec: don't break out if both input and output port …
3:51 PM Changeset in ffmpeg [093c4373] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/mediacodec: fix incorrect crop info The crop info is …
2:47 PM Changeset in ffmpeg [3e288db] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_showspectrum: set hop_size for showspectrumpic Fixes …
12:48 PM Ticket #10058 (jpeg2000: support paletted images) updated by ami_stuff
Replying to Carl Eugen Hoyos: > Replying to [comment:5
12:39 PM Ticket #10058 (jpeg2000: support paletted images) updated by Carl Eugen Hoyos
Replying to ami_stuff: > the crash is reproducible with …
12:28 PM Ticket #10058 (jpeg2000: support paletted images) updated by ami_stuff
the crash is reproducible with this build: …
8:37 AM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by Carl Eugen Hoyos
Priority, Keywords changed
6:41 AM Ticket #9860 (yuvj420p spam) updated by Balling
Will fix …
4:28 AM Changeset in ffmpeg [4595271] by Haihao Xiang <haihao.xiang@intel.com>
libavfilter/x86/vf_convolution: fix sobel swap issue on WIN64 …
3:51 AM Ticket #10058 (jpeg2000: support paletted images) updated by Balling
Status changed
>Do you get color output with this build: No. Yes, with openjpeg: …
2:00 AM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by TheRadziu
Priority, Keywords, Component changed
1:56 AM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by TheRadziu
Summary changed
1:15 AM Ticket #10047 (av1_nvenc bugs) updated by Jacky Koning
It is not converting the format at all […] Look at hevc_nvenc …
12:24 AM Ticket #10058 (jpeg2000: support paletted images) updated by ami_stuff
Replying to Balling: > >openjpeg decodes it with palette > …

Nov 20, 2022:

11:56 PM Ticket #10058 (jpeg2000: support paletted images) updated by ami_stuff
Replying to Balling: > >openjpeg decodes it with palette > …
11:26 PM Ticket #7485 (HLS not accurately seeking on TS) updated by Balling
Replying to R. Linden: > Any update onto this? This one …
11:25 PM Ticket #10047 (av1_nvenc bugs) updated by Balling
>but since nvenc doesn't support it, a scaler is autoinserted to …
11:23 PM Ticket #10058 (jpeg2000: support paletted images) updated by Balling
>openjpeg decodes it with palette No, it does not. ffplay -i …
8:55 PM Changeset in ffmpeg [ba209e3] by Michael Niedermayer <michael@niedermayer.cc>
swscale/input: Use more unsigned intermediates Same principle as …
8:23 PM Changeset in ffmpeg [ce56628] by Michael Niedermayer <michael@niedermayer.cc>
swscale/input: Use unsigned intermediates in rgb64ToUV_c_template …
8:23 PM Changeset in ffmpeg [0871cb94] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vqcdec: Check for end of input in decode_vectors() Fixes: …
8:23 PM Changeset in ffmpeg [6634b6ae] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/apac: reset buffer on error Fixes: repeatly parsing the same …
7:20 PM Changeset in ffmpeg [96748ac5] by James Almer <jamrial@gmail.com>
avcodec/libsvtav1: only set max_buf_sz if both bitrate and rc_buf_sz …
6:47 PM Ticket #4566 (ffmpeg won't copy metadata ("StreamTitle") from audio live stream ...) updated by Cristian Onet
I'm attaching a patch against branch 5.1 that does this in a way that …
6:33 PM Ticket #10047 (av1_nvenc bugs) updated by James
Regarding the second part, it's not a bug. The nvenc wrapper supports …
6:07 PM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by TheRadziu
Through a proxy i've determined the difference between what works …
1:47 PM mono_down_1_10_deadlock.bonk attached to Ticket #10059 by ami_stuff
1:47 PM Ticket #10059 (bonk deadlock/infinite loop with fuzzed file) created by ami_stuff
[…]
1:44 PM Ticket #10058 (jpeg2000: support paletted images) created by ami_stuff
https://github.com/openpreserve/jpylyzer-test-files/raw/master/paletted
11:14 AM Ticket #7485 (HLS not accurately seeking on TS) updated by R. Linden
Any update onto this?
9:46 AM Ticket #7359 (Seeking in an M3u8 fragmented MP4 playlist causes no frames to be sent ...) updated by Carl Eugen Hoyos
Priority changed
9:30 AM Ticket #10057 (wrong bit depth shown in datascope) created by Michael Koch
Make a test image with 1024 levels of gray: ffmpeg -f lavfi -i …
9:03 AM Ticket #7359 (Seeking in an M3u8 fragmented MP4 playlist causes no frames to be sent ...) updated by R. Linden
Priority, Cc changed
Any Update onto this issue? I basically thought for months that this …

Nov 19, 2022:

8:06 PM Ticket #10056 (documentation error in asubcut) closed by Michael Koch
invalid: You did probably confuse asubcut with asupercut. Documentation of …
6:35 PM Changeset in ffmpeg [34eeb466] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: fix possible out of array access
6:26 PM Ticket #10056 (documentation error in asubcut) created by dave rice
Summary of the bug: https://ffmpeg.org/ffmpeg-filters.html#asubcut
6:10 PM lossy_gray_decomp_levels_5_bitslice_layers_7.jp2 attached to Ticket #10055 by ami_stuff
6:08 PM Ticket #10055 (jpeg2000 crash with lowres (ffplay)) created by ami_stuff
[…] […]
3:04 PM Changeset in ffmpeg [7f3e38b] by Ronald S. Bultje <rsbultje@gmail.com>
avcodec/vp8: Fix wrong vpx_rac_is_end() check The check of …
2:56 PM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by TheRadziu
Description changed
2:45 PM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) created by TheRadziu
ffplay seems to grab wrong time, resulting in 404ing the segment …
2:20 PM Changeset in ffmpeg [66afa361] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: refactor code So support for new i/o layouts …
1:15 PM Changeset in ffmpeg [46a4cc46] by Niklas Haas <git@haasn.dev>
avfilter/vf_libplacebo: fix normalize_sar calculation This previous …
1:15 PM Changeset in ffmpeg [05d39089] by Niklas Haas <git@haasn.dev>
avfilter/vf_libplacebo: default to normalize_sar=0 As a result of a …

Nov 18, 2022:

11:25 PM Changeset in ffmpeg [3bcec585] by Paul B Mahol <onemda@gmail.com>
avfilter: fix av_tx_fn stride usage for complex inputs
8:51 PM Changeset in ffmpeg [fced45fd] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: improve LFE loudness
8:51 PM Changeset in ffmpeg [52291d2a] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: implement smooth option/support
8:51 PM Changeset in ffmpeg [3d33003d] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: split factors calculations From multiplication …
8:51 PM Changeset in ffmpeg [08b4c3d6] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: improve front center channel Stops producing …
3:18 PM Changeset in ffmpeg [36a8d1e7] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/libx265: fix build error x265_sei is available since …
3:14 PM Changeset in ffmpeg [12b4ab5d] by Niklas Haas <git@haasn.dev>
avfilter/vf_libplacebo: fix output format selection After commit …
3:11 PM Changeset in ffmpeg [d1b14b4f] by Niklas Haas <git@haasn.dev>
avfilter/vf_libplacebo: suppress warning on older libplacebo Move the …
3:06 PM Ticket #10052 (ljpeg enc crash) updated by mkver
Priority, Keywords, Version, Status, Reproduced by developer changed
Regression since 17a59a634c39b00a680c6ebbaea58db95594d13d.
3:04 PM Ticket #10051 (yuv4 enc crash) updated by mkver
Reproduced by developer, Version, Status, Priority, Keywords changed
Regression since 17a59a634c39b00a680c6ebbaea58db95594d13d.
12:42 PM 1.jpg attached to Ticket #10053 by ami_stuff
12:41 PM Ticket #10053 (flashsv enc assertion) created by ami_stuff
[…]
12:40 PM 1.jpg attached to Ticket #10052 by ami_stuff
12:40 PM Ticket #10052 (ljpeg enc crash) created by ami_stuff
[…] […]
12:39 PM 1980.jpg attached to Ticket #10051 by ami_stuff
12:38 PM Ticket #10051 (yuv4 enc crash) created by ami_stuff
[…] […]
12:37 PM 1.jpg attached to Ticket #10050 by ami_stuff
12:37 PM Ticket #10050 (phm enc crash) created by ami_stuff
the same happens with out.pfm […] […]
11:58 AM Changeset in ffmpeg [3e681651] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: fix regression with channel i/o gain
11:58 AM Changeset in ffmpeg [193270ee] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_showspectrum: fix stride and set scale
10:10 AM Ticket #10049 (404 when playing a DASH) updated by changxiangzhong
Description changed
10:07 AM Ticket #10048 (2nd and following streams not correct) closed by Elon Musk
invalid: Need to specify -c:a:X pcm_... for all audio streams.
10:02 AM Ticket #10049 (404 when playing a DASH) created by changxiangzhong
Summary of the bug: FFprobe cannot detect a DASH stream. With the same …
9:41 AM Ticket #10048 (2nd and following streams not correct) created by Atarikid
I have a .mxf file that has several audio PCM 24bit streams. When I …
8:03 AM Ticket #10047 (av1_nvenc bugs) updated by Jacky Koning
Another thing I just remembered is -qp for h264_nvenc and hevc_nvenc …
7:58 AM Ticket #10047 (av1_nvenc bugs) created by Jacky Koning
Summary of the bug: According to ffmpeg -h encoder=av1_nvenc

Nov 17, 2022:

11:53 PM Changeset in ffmpeg [00409d81] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: simplify some code more
11:47 PM Ticket #10035 (v210: "packet too small") updated by ami_stuff
It was some ancient qt codec, I don't remember which one.
11:27 PM Changeset in ffmpeg [1c6fd7d7] by James Almer <jamrial@gmail.com>
avcodec/libsvtav1: replace vbv_bufsize with maximum_buffer_size_ms …
11:27 PM Changeset in ffmpeg [031f156] by James Almer <jamrial@gmail.com>
avcodec/libsvtav1: remove compressed_ten_bit_format and simplify …
10:41 PM Ticket #10035 (v210: "packet too small") updated by Marton Balint
Needs -custom_stride -1. What generates this? I guess we can make the …
8:49 PM Ticket #10035 (v210: "packet too small") updated by ami_stuff
Replying to Marton Balint: > Sample file is no longer …
8:47 PM Ticket #10046 (Vulkan filters failing with "There are no supported modifiers for the ...) created by Dennis E. Mungai
Summary of the bug: Run this command with any input, quite trivial to …
8:30 PM Ticket #10035 (v210: "packet too small") updated by Marton Balint
Cc changed
Sample file is no longer available. Can you re-upload somewhere?
7:27 PM Changeset in ffmpeg [2e53376a] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: add more layouts for stereo upmix
1:53 PM Changeset in ffmpeg [63db6a02] by James Almer <jamrial@gmail.com>
avformat/concatdec: check that there's extradata before trying to copy …
1:38 PM Ticket #5303 (Support float in tiff) reopened by Balling
[tiff @ 000001d1e0f4eb00] This format is not supported (bpp=32, …
1:05 PM Changeset in ffmpeg [cb925c0b] by James Almer <jamrial@gmail.com>
avformat/vpcc: parse bitstream data to get profile and bitdepth …
12:54 PM Changeset in ffmpeg [e9a67aba] by Paul B Mahol <onemda@gmail.com>
avcodec/rpzaenc: count in packet size also fixed header
12:28 PM Changeset in ffmpeg [4f6c06e8] by Paul B Mahol <onemda@gmail.com>
avfilter/af_firequalizer: switch to TX from lavu
11:37 AM Changeset in ffmpeg [59b16355] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_showspatial: switch to lavu TX Also try harder to make …
11:37 AM Changeset in ffmpeg [24cd4c96] by Paul B Mahol <onemda@gmail.com>
avfilter/af_loudnorm: simplify query_formats()
11:23 AM Changeset in ffmpeg [cc6312dd] by Martin Storsjö <martin@martin.st>
fate: Mark the tiff-zip-* tests as requiring zlib Signed-off-by: …
10:51 AM 1600.jpg attached to Ticket #10045 by ami_stuff
10:51 AM Ticket #10045 (cfhd enc assertion) created by ami_stuff
[…] […]
10:49 AM 1.jpg attached to Ticket #10044 by ami_stuff
10:48 AM Ticket #10044 (rpza enc assertion) created by ami_stuff
[…]
9:58 AM Changeset in ffmpeg [6a3e174] by Anton Khirnov <anton@khirnov.net>
doc/developer.texi: refine the "contributing code" section Drop the …
9:58 AM Changeset in ffmpeg [66871647] by Anton Khirnov <anton@khirnov.net>
doc/developer.texi: demote the "contributing" chapter to a section It …
9:57 AM Changeset in ffmpeg [c0c492dd] by Anton Khirnov <anton@khirnov.net>
doc/developer.texi: extend the argument for submitting patches Stop …
9:56 AM Changeset in ffmpeg [26080d15] by Anton Khirnov <anton@khirnov.net>
doc/developer.texi: improve the introductory text Remove confusing …
9:52 AM Changeset in ffmpeg [b5826421] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux_init: drop an always-false check It cannot be true …
9:52 AM Changeset in ffmpeg [13947aff] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux_init: use av_dict_iterate() where appropriate
9:52 AM Changeset in ffmpeg [19e192ea] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux_init: do not call av{codec,format}_get_class() …
9:52 AM Changeset in ffmpeg [52380a05] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux_init: move validating codec avoptions to a separate …
9:52 AM Changeset in ffmpeg [0fb7d111] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: move OutputStream.max_frames to MuxStream It no …
9:52 AM Changeset in ffmpeg [25620b69] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: stop handling max_frames in do_video_out() Frame …
9:52 AM Changeset in ffmpeg [6a8145a4] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux_init: move more code from of_open() to …
9:52 AM Changeset in ffmpeg [1b076556] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: simplify ost_iter() The inner loop never goes through …
9:18 AM Ticket #5303 (Support float in tiff) closed by Elon Musk
fixed
2:32 AM Ticket #10043 (HEVC filler data question) closed by Carl Eugen Hoyos
invalid: This is a bug tracker, please post all user questions on the FFmpeg …
12:15 AM Changeset in ffmpeg [07357e56] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_showspectrum: fix possible hang at EOF May happen when …

Nov 16, 2022:

11:01 PM Changeset in ffmpeg [a640b287] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: allow non-power of 2 win_size
8:34 PM Ticket #10043 (HEVC filler data question) created by david333
I noticed when using h264 NVENC in CBR mode that filler data gets …
7:40 PM Changeset in ffmpeg [404c2955] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: move upmix before irdft
7:40 PM Changeset in ffmpeg [d770403c] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: refactor some code
9:58 AM Encode/VP9 edited by veikk0
Correct available cpu-used values for realtime mode. The previous … (diff)
8:09 AM Ticket #10042 (Setting non-default enc_time_base breaks fps_mode cfr/vfr) created by Xiaolei Yu
Summary of the bug: The vsync code in do_video_out incorrectly …
7:41 AM Changeset in ffmpeg [822da7a3] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: make demuxing with one file always blocking
7:41 AM Changeset in ffmpeg [c15eb277] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_[de]mux: constify all uses of OptionsContext
7:41 AM Changeset in ffmpeg [41194806] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux_init: stop using OptionsContext as storage in …
7:41 AM Changeset in ffmpeg [3c7dd5ed] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata() …
7:41 AM Changeset in ffmpeg [15df8261] by Anton Khirnov <anton@khirnov.net>
avcodec/tiff: add read support for compressed rgb floating point …
7:41 AM Changeset in ffmpeg [a4405cc0] by Anton Khirnov <anton@khirnov.net>
avcodec/dvdsub_parser: Fix length check for short packets The DVD …
2:18 AM Changeset in ffmpeg [b119b3da] by James Almer <jamrial@gmail.com>
fftools/ffprobe: support 2D arrays in print_list_fmt() Should fix …

Nov 15, 2022:

9:59 PM Changeset in ffmpeg [bf6c500c] by Michael Niedermayer <michael@niedermayer.cc>
libavcodec/flacenc: Enable sample rates > 655350 Hz Also, make use of …
8:07 PM Ticket #10041 (Problem with exposure filter) updated by Elon Musk
It is 1000000% correct. Check your factchecker.
8:05 PM Ticket #10041 (Problem with exposure filter) updated by Michael Koch
The subtraction of s->black in line 71 doesn't look correct.
8:00 PM Ticket #10041 (Problem with exposure filter) updated by Michael Koch
Why does the polarity change at black=0.5? Does that make any sense at all?
7:32 PM Ticket #10041 (Problem with exposure filter) closed by Elon Musk
invalid: It is using base-e exponential function, not what you want/imagined.
7:28 PM Ticket #10041 (Problem with exposure filter) updated by Michael Koch
P.S. If black is set bigger than 0.5, then the amplification seems to …
7:03 PM Ticket #10041 (Problem with exposure filter) created by Michael Koch
Make a 10-bit grayscale test image: ffmpeg -f lavfi -i …
6:52 PM Changeset in ffmpeg [752039a9] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: add support for commands
6:52 PM Changeset in ffmpeg [64031c5e] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: add focus option And improve angle option handling.
6:33 PM Ticket #7176 (Resolution-related artefacts with clearvideo) updated by ami_stuff
Cc changed
added two more problematic samples
6:32 PM pittc.mov attached to Ticket #7176 by ami_stuff
6:31 PM jordan1c.mov attached to Ticket #7176 by ami_stuff
4:40 PM Ticket #3356 (feature request: Segment HLS streams on SCTE 35 markers) updated by Karel
Replying to Adrian: > Replying to [comment:32 Dennis E. …
4:05 PM Ticket #9949 (When the RTSP plays a TS stream, after the seek operation is ...) updated by Balling
https://patchwork.ffmpeg.org/project/ffmpeg/patch/97ef8d3987a842a7b9fc1
3:56 PM Ticket #10036 (FFmpeg's output file isn't playable) updated by Balling
Status changed
Issue with gpl enabled. what happens is it encodes aivx. Why? aivx …
3:47 PM Changeset in ffmpeg [c0b93c4f] by Niklas Haas <git@haasn.dev>
avfilter/vf_libplacebo: support all supported pixfmts This is done …
3:47 PM Changeset in ffmpeg [be13812] by Niklas Haas <git@haasn.dev>
avfilter/vf_libplacebo: init vulkan device in query_format Instead of …
3:41 PM Ticket #9925 (libplacebo hdr tonemap not working) updated by wammer
I'm seeing the same error with a Tesla T4 GPU: […] […] Ubuntu …
3:34 PM 44-ffmpeg-20221115-101859.log attached to Ticket #10038 by Raimondas
3:34 PM 96-ffmpeg-20221115-101734.log attached to Ticket #10038 by Raimondas
3:34 PM 192-ffmpeg-20221115-101408.log attached to Ticket #10038 by Raimondas
3:33 PM Ticket #10038 (Wrong duration / speed in audio recording made with ffmpeg -f avfoundation) updated by Raimondas
The crux of the problem may be that capture? encoding? happens at some …
3:27 PM Ticket #10036 (FFmpeg's output file isn't playable) updated by Michael Koch
I just realized that there are two versions available, gpl and lgpl: …
2:35 PM Ticket #10040 (Unable to enable FEC on libopus) created by Simon Blandford
Summary of the bug: -fec switch does not work as expected on libopus. …
12:42 PM Changeset in ffmpeg [3b375a0c] by Thilo Borgmann <thilo.borgmann@mail.de>
lavfi/vf_dnn_processing.c: Fix missing AV_PIX_FMT_GRAY8 Has been …
12:27 PM Ticket #10036 (FFmpeg's output file isn't playable) updated by Michael Koch
Replying to Balling: > Try other official binary: …
12:25 PM Ticket #10038 (Wrong duration / speed in audio recording made with ffmpeg -f avfoundation) updated by Raimondas
Version changed
12:25 PM Ticket #10038 (Wrong duration / speed in audio recording made with ffmpeg -f avfoundation) updated by Raimondas
Retested with current Git head build, same problem: - recorded ~20 …
12:20 PM Ticket #10037 (EXT-X-STREAM-INF is missing CODECS attribute when using h264_v4l2m2m ...) updated by nls
I tested some more. It seems the issue is more complicated. It's not …
12:17 PM Ticket #10036 (FFmpeg's output file isn't playable) updated by Balling
Try other official binary: https://github.com/BtbN/FFmpeg-Builds/releases
10:55 AM Ticket #10037 (EXT-X-STREAM-INF is missing CODECS attribute when using h264_v4l2m2m ...) updated by nls
Version changed
9:42 AM Changeset in ffmpeg [52f7adfb] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: add forgotten null pointer check
9:42 AM Changeset in ffmpeg [11d74434] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: avoid using doubles
8:57 AM Ticket #10036 (FFmpeg's output file isn't playable) updated by Michael Koch
Replying to Carl Eugen Hoyos: > Please test with: > $ …
8:49 AM Ticket #10036 (FFmpeg's output file isn't playable) updated by Carl Eugen Hoyos
Please test with: $ ffmpeg -i P1001010.mov -vcodec mpeg4 -qscale 2 …
8:12 AM Ticket #10036 (FFmpeg's output file isn't playable) updated by Michael Koch
Replying to Carl Eugen Hoyos: > Works fine here and I …
7:57 AM Ticket #10039 (drawtext over multiple lines) updated by Carl Eugen Hoyos
Priority, Version changed
7:51 AM 屏幕截图 2022-11-15 155051.png attached to Ticket #10039 by ccpaging
7:48 AM Ticket #10039 (drawtext over multiple lines) created by ccpaging
Summary of the bug: I try to drawtext over multiple lines in windows …
6:33 AM Ticket #10038 (Wrong duration / speed in audio recording made with ffmpeg -f avfoundation) updated by Carl Eugen Hoyos
Keywords, Version changed
Please test current FFmpeg git head to make this a valid ticket.
12:32 AM Changeset in ffmpeg [eb1e359a] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: use provided constant for max extradata size
12:12 AM ffmpeg-20221114-184010.log attached to Ticket #10038 by Raimondas
12:11 AM Ticket #10038 (Wrong duration / speed in audio recording made with ffmpeg -f avfoundation) created by Raimondas
Summary of the bug: recorded ~10 seconds of audio, the result audio …

Nov 14, 2022:

11:31 PM Ticket #10037 (EXT-X-STREAM-INF is missing CODECS attribute when using h264_v4l2m2m ...) updated by nls
> Is the issue reproducible with current FFmpeg git head? I was able …
11:23 PM Ticket #10034 (mscc: "Inflate error: -3") updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
11:23 PM Ticket #6342 (fix decoding mscc/srgc) updated by Carl Eugen Hoyos
Keywords changed
11:15 PM Ticket #10036 (FFmpeg's output file isn't playable) updated by Carl Eugen Hoyos
Works fine here and I wonder what kind of issue you are trying to …
10:10 PM Changeset in ffmpeg [c7a60124] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: add forgotten X2RGB10 formats to 10-bit-list
9:20 PM Changeset in ffmpeg [9bbd3b3b] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: check that upmix func ptr is valid
9:04 PM Changeset in ffmpeg [e0fbf899] by Paul B Mahol <onemda@gmail.com>
avfilter/af_surround: speed up slice threading for stereo upmixing …
8:52 PM Changeset in ffmpeg [104b516a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/bonk: step cannot become 0 without overflowing which is …
8:52 PM Changeset in ffmpeg [5df8c300] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/bonk: actual_run seems not able to become negative …
8:52 PM Changeset in ffmpeg [00b489b1] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/bonk: Remove special 32bit case from read_uint_max() This …
7:16 PM Ticket #10037 (EXT-X-STREAM-INF is missing CODECS attribute when using h264_v4l2m2m ...) updated by nls
Sorry, I can't check for you, as this would need a recompile and I …
7:10 PM Ticket #10037 (EXT-X-STREAM-INF is missing CODECS attribute when using h264_v4l2m2m ...) updated by Carl Eugen Hoyos
Version changed
7:10 PM Ticket #10037 (EXT-X-STREAM-INF is missing CODECS attribute when using h264_v4l2m2m ...) updated by Carl Eugen Hoyos
Keywords, Component changed
Is the issue reproducible with current FFmpeg git head?
6:20 PM Ticket #10037 (EXT-X-STREAM-INF is missing CODECS attribute when using h264_v4l2m2m ...) created by nls
Summary of the bug: Trying to encode for HLS live stream using ffmpeg …
6:00 PM Ticket #10036 (FFmpeg's output file isn't playable) updated by Michael Koch
Replying to Elon Musk: > with ffplay or? The input file …
5:36 PM Ticket #9569 (spdifenc: Unusual frame timing (TrueHD)) updated by Mitzsch01
What is needed to make it a valid ticket? Do you need a sample file? …
5:13 PM Ticket #10036 (FFmpeg's output file isn't playable) updated by Elon Musk
with ffplay or?
4:21 PM Ticket #10034 (mscc: "Inflate error: -3") updated by ami_stuff
Replying to Elon Musk: > Which original codec MSCC …
4:21 PM Ticket #10036 (FFmpeg's output file isn't playable) created by Michael Koch
This 4K 10-bit video was recorded with a Panasonic GH5S camera. The …
3:42 PM Ticket #10034 (mscc: "Inflate error: -3") updated by Elon Musk
Which original codec and how was encoded with what tool?
2:31 PM Ticket #10026 (ffplay doesn't play audio on file with 12 audio channels) updated by diogo.r
Personally, this issue doesn't bother me much, if you want to leave it …
1:35 PM Ticket #5632 (add support for IFF YAFA) updated by ami_stuff
samples: https://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket5632/
1:30 PM Ticket #10035 (v210: "packet too small") created by ami_stuff
see also ticket #1528 https://fastupload.io/en/SqmPwcuXVvVM9dw/file
12:55 PM mscc.avi attached to Ticket #10034 by ami_stuff
12:54 PM Ticket #10034 (mscc: "Inflate error: -3") created by ami_stuff
decodes correctly with the original codec […]
11:46 AM Ticket #10033 ("protocol not found" when filename contains a colon) updated by slhck
Thanks for the pointer to the other issue, but this is missing the …
11:37 AM Ticket #10033 ("protocol not found" when filename contains a colon) closed by Carl Eugen Hoyos
duplicate: Duplicate of ticket #5384
10:45 AM Ticket #10033 ("protocol not found" when filename contains a colon) created by slhck
Summary of the bug: ffmpeg incorrectly detects a different output …
7:51 AM Ticket #10032 (Using ffmpeg to receive SRT stream - high delay) updated by Carl Eugen Hoyos
Keywords, Type, Version, Component changed
If you want to report a bug please test current FFmpeg git head and …
7:49 AM Ticket #9569 (spdifenc: Unusual frame timing (TrueHD)) updated by Carl Eugen Hoyos
Priority, Keywords changed
This has still little similarities with a valid ticket…
7:14 AM Ticket #9569 (spdifenc: Unusual frame timing (TrueHD)) updated by Christian Holzer
I can confirm this behaviour. Skipping fw/bw causes the audio to drop …
2:49 AM Ticket #10032 (Using ffmpeg to receive SRT stream - high delay) created by Tung Le
Hello, I'm trying to receive SRT stream from Larix Broadcaster and …
2:04 AM Changeset in ffmpeg [3ab11dc5] by Haihao Xiang <haihao.xiang@intel.com>
libavfilter/x86/vf_convolution: add sobel filter optimization and unit …
Note: See TracTimeline for information about the timeline view.