Timeline



Dec 13, 2021:

10:39 PM Ticket #9553 (raw h265 file only contains 4 user data SEI even though 6 frames were ...) updated by mkver
1. We only support git master, not old versions. 2. "Missing picture …
10:06 PM Ticket #9553 (raw h265 file only contains 4 user data SEI even though 6 frames were ...) created by david333
I am using ffmpeg version 3.4.1 as a shared library in my project. OS …
8:17 PM Ticket #6575 (Bitrate Atom MP4 enhancement) updated by Balling
It was added though? 3838e8fc210aa09a9f9058506c0ce80b6ad9b9c3 And it …
10:45 AM Changeset in ffmpeg [6cf55b9d] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: deprecate hls_ts_options option Because the …
10:45 AM Changeset in ffmpeg [38fbe6a3] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: add hls_segment_options correct the segment options …
10:10 AM Ticket #6575 (Bitrate Atom MP4 enhancement) updated by Andy Dust
It'd be great if this could be added. Thanks.
10:08 AM Ticket #9552 (Dropping query parameters of url in live m3u8) updated by Amin Vakil
I've just verified the live m3u8 works on MXPlayer Android.

Dec 12, 2021:

3:56 PM Changeset in ffmpeg [7fe5c7f0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mmaldec: Deduplicate AVClasses Possible now that the …
3:55 PM Changeset in ffmpeg [9644ee22] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mmaldec: Avoid creating unnecessary reference, simplify code …
3:55 PM Changeset in ffmpeg [dd779749] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mmaldec: fix pointer type warning Tested-by: Cameron Gutman …
3:55 PM Changeset in ffmpeg [6f0e8b99] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mmaldec: re-use AVPacket for extra_data extra_data and normal …
3:54 PM Changeset in ffmpeg [b54377b3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mmaldec: use decoupled dataflow MMAL is an fundamentally an …
3:42 PM Ticket #9552 (Dropping query parameters of url in live m3u8) updated by Amin Vakil
Please note I don't have this problem on static m3u8 files for static …
3:38 PM Ticket #9552 (Dropping query parameters of url in live m3u8) created by Amin Vakil
Summary of the bug: I have a m3u8 which includes (verified by curl) …
9:47 AM Changeset in ffmpeg [996b13fa] by Paul B Mahol <onemda@gmail.com>
avfilter: add audio dynamic equalizer filter
2:58 AM test.webm attached to Ticket #9551 by byteslice
2:57 AM Ticket #9551 (Crash in palettegen filter) created by byteslice
Summary of the bug: FFmpeg, when filtering a video using palettegen, …

Dec 11, 2021:

11:32 PM Changeset in ffmpeg [466441a0] by Marton Balint <cus@passwd.hu>
avformat/img2enc: do not ignore IO errors Signed-off-by: Marton …
11:32 PM Changeset in ffmpeg [64834bb8] by Marton Balint <cus@passwd.hu>
avformat: introduce AVFormatContext io_close2 which returns an int …
11:32 PM Changeset in ffmpeg [8d66a07d] by Marton Balint <cus@passwd.hu>
fftools/ffmpeg: close output files before cleanup This allows us to …
11:32 PM Changeset in ffmpeg [8a40cfa4] by Marton Balint <cus@passwd.hu>
avformat/aviobuf: return stored AVIO context error on avio_close …
11:32 PM Changeset in ffmpeg [722d28db] by Marton Balint <cus@passwd.hu>
avformat/file: use proper return value in file_close Signed-off-by: …
10:23 PM WikiStart edited by Pascal S
(diff)
10:21 PM UnderstandingItsoffset edited by Pascal S
(diff)
5:26 PM WikiStart edited by Pascal S
(diff)
5:21 PM UnderstandingItsoffset created by Pascal S
5:21 PM Tag change on UnderstandingItsoffset by Pascal S
Tags itsoffset added
4:20 PM Ticket #2802 (memory leak in avformat_find_stream_info) closed by mkver
fixed: Reopen this (or better: create a new ticket) with the information to …
4:15 PM Changeset in ffmpeg [34aee50a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextenc: Check for existence of font name before using it …
3:39 PM Ticket #8377 (Using kmsgrab + h264_vaapi with audio causes stutter) updated by rosehuds
are there any updates on this, or any logs or info i can provide to …
3:28 PM Changeset in ffmpeg [41b07776] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Fix wrong error code Reviewed-by: Philip Langdale …
3:28 PM Changeset in ffmpeg [bbc866c9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Switch to pointer comparisons and bytestream API …
3:28 PM Changeset in ffmpeg [e1044e55] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Redo TextSampleModifierBox size checks The …
3:28 PM Changeset in ffmpeg [efd7b35d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Use const where appropriate Reviewed-by: Philip …
3:28 PM Changeset in ffmpeg [b9f5a26a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Improve size check Reviewed-by: Philip Langdale …
2:56 PM Changeset in ffmpeg [cd693c9e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Switch to smaller type The base size of a box …

Dec 10, 2021:

7:50 PM Changeset in ffmpeg [f176669a] by Lynne <dev@lynne.ee>
avfilter/vf_transpose_vulkan: simplify config_props_output function …
7:49 PM Changeset in ffmpeg [f106c722] by Lynne <dev@lynne.ee>
avfilter/vf_transpose_vulkan: add clock and cclock option The …
4:16 PM Changeset in ffmpeg [0c1d47a6] by Lynne <dev@lynne.ee>
hwcontext_vulkan: wait on semaphores when exporting to DRM There is …
4:04 PM Changeset in ffmpeg [f45cbb77] by Lynne <dev@lynne.ee>
lavu: bump minor version and add doc/APIchanges entry for Vulkan changes
4:04 PM Changeset in ffmpeg [07477687] by Lynne <dev@lynne.ee>
hwcontext_vulkan: stricter semaphore number requirements Always …
4:03 PM Changeset in ffmpeg [83fe2822] by Lynne <dev@lynne.ee>
hwcontext_vulkan: support creating DRM-tiled images and autodetecting …
4:03 PM Changeset in ffmpeg [0d524b1] by Lynne <dev@lynne.ee>
hwcontext_vulkan: add support for mapping frames with planes in a …
4:03 PM Changeset in ffmpeg [bd6ef733] by Lynne <dev@lynne.ee>
hwcontext_vulkan: add support for allocating all planes in a single …
4:03 PM Changeset in ffmpeg [f3c9847c] by Lynne <dev@lynne.ee>
libavutil/hwcontext_vaapi: Add a new nv12 format map to support vulkan …
4:03 PM Changeset in ffmpeg [e0509591] by Lynne <dev@lynne.ee>
hwcontext_vaapi: Use PRIME_2 memory type for modifiers. This way we …
3:48 PM Changeset in ffmpeg [58816f69] by Lynne <dev@lynne.ee>
avfilter: add a transpose_vulkan filter The following command is on …
11:38 AM Changeset in ffmpeg [ceeff7ae] by Lynne <dev@lynne.ee>
avfilter/vf_transpose: fix un-checked potential memory allocation …

Dec 9, 2021:

12:40 PM Changeset in ffmpeg [4f44a21] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Check for duplicate mxf_read_index_entry_array() …
12:27 PM Changeset in ffmpeg [0ec75723] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/apedec: Change avg to uint32_t Fixes: Integer overflow Fixes: …
12:12 PM Changeset in ffmpeg [1e85a698] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/targa: Do not return images when there is no image in the tga …
12:12 PM Changeset in ffmpeg [a4af92d7] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Check component_depth in mxf_get_color_range() …
12:12 PM Changeset in ffmpeg [ac2b34ab] by Michael Niedermayer <michael@niedermayer.cc>
libswresample/swresamplec: Err num(negative-size) was used as a …
10:32 AM Changeset in ffmpeg [408b9747] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/utils: Add const where appropriate Signed-off-by: Andreas …
10:32 AM Changeset in ffmpeg [a33e0ed1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/utils: Fix wrong indentation Signed-off-by: Andreas …
1:10 AM Changeset in ffmpeg [b9f4c12] by Limin Wang <lance.lmwang@gmail.com>
avcodec/bitpacked_enc: suppport for frame thread encode …
1:10 AM Changeset in ffmpeg [d39f667d] by Limin Wang <lance.lmwang@gmail.com>
avcodec/bitpacked_dec: support for frame thread decode Signed-off-by: …
1:10 AM Changeset in ffmpeg [17b434f1] by Limin Wang <lance.lmwang@gmail.com>
avcodec/bitpacked_dec: setting pict_type and key_frame after decode() …
1:10 AM Changeset in ffmpeg [b51d772a] by Limin Wang <lance.lmwang@gmail.com>
avcodec/bitpacked_dec: remove AV_CODEC_CAP_EXPERIMENTAL capabilities …

Dec 8, 2021:

8:34 PM Ticket #9548 (malformed srt conversion) closed by mkver
fixed: Fixed in cc1251ab814374ffb27cdebf2099b11a422d8187. It was actually not …
8:00 PM Changeset in ffmpeg [cc1251ab] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Sanitize style entries There are three types of …
8:00 PM Changeset in ffmpeg [cce2765c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Perform RGB->BGR color conversion early Reduces …
8:00 PM Changeset in ffmpeg [4b2bc0b8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Deduplicate parsing of StyleRecords Both …
8:00 PM Changeset in ffmpeg [683bbb75] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextdec: Rename several structure elements Giving elements …
2:20 PM Ticket #9550 (SIGBUS under libvirt when displaying text) updated by moovman
Description changed
looks like ive saved the wrong verbose log output - please ignore …
1:47 PM Ticket #9549 (libavfilter results in a flaw during veracode scan) closed by mkver
needs_more_info: Reopen this is if you can provide a way to actually trigger this overflow.
1:17 PM Changeset in ffmpeg [17a93fd3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/mov: Simplify data->hex conversion Signed-off-by: Andreas …
1:15 PM Changeset in ffmpeg [d203f6b4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/md5proto: Simplify data->hex conversion Signed-off-by: …
1:14 PM Changeset in ffmpeg [fbbe7729] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/aes_ctr: Avoid allocation of AVAES struct Signed-off-by: …
1:12 PM Changeset in ffmpeg [72745beb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/aadec: Use smaller scope for variables Signed-off-by: …
1:11 PM Changeset in ffmpeg [e5ba554e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/aadec: Simplify data->hex conversion Signed-off-by: Andreas …
12:55 PM Changeset in ffmpeg [d27b97b0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/aadec: Simplify deriving file key Don't use different src …
12:47 PM Changeset in ffmpeg [c9b30992] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/aadec: Don't unnecessarily reinitialize AVTEA context We use …
12:45 PM Changeset in ffmpeg [a0900a31] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/aadec: Avoid copying data around Up until now, the packets …
12:30 PM Changeset in ffmpeg [0a76f821] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/aadec: Don't use the same loop counter in inner and outer …
12:47 AM ffmpeg-debug-report.txt attached to Ticket #9550 by moovman
report
12:47 AM ffmpeg-debug-gdb.txt attached to Ticket #9550 by moovman
gdb
12:45 AM Ticket #9550 (SIGBUS under libvirt when displaying text) created by moovman
Summary of the bug: random SIGBUS (SIG7) under libvirt when scaling, …

Dec 7, 2021:

11:42 PM Changeset in ffmpeg [e38eaf47] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/utils: Make ff_data_to_hex() zero-terminate the string Most …
11:36 PM Changeset in ffmpeg [b09ea67b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libkvazaar: Increase array size av_image_copy() expects an …
8:24 PM Ticket #9549 (libavfilter results in a flaw during veracode scan) updated by Bhawna Khosla
Replying to Bhawna Khosla: We are not using the function. …
8:24 PM Ticket #9549 (libavfilter results in a flaw during veracode scan) updated by Bhawna Khosla
Replying to Bhawna Khosla: We are not using the function. …
7:52 PM HowToBurnSubtitlesIntoVideo edited by Michael Koch
replace dead link by link to wayback machine (diff)
6:45 PM Ticket #4907 (Support decoding animated WebP images) updated by Rm Beer
Another file with the same problem: https://0x0.st/-FzA.webp - (Link …
6:02 PM Ticket #3039 (Support kate subtitles in ogg) updated by sebma
I also created an ogv file thanks to this documentation : …
12:48 PM Changeset in ffmpeg [f1c8c258] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtsp: fix the error code from ffurl_read_complete() …
12:33 PM Changeset in ffmpeg [6d42af0] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtsp: add error code handling for ff_rtsp_skip_packet() …
12:33 PM Changeset in ffmpeg [f210766] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtsp: free the alloc memory if failed Reviewed-by: Martin …
12:33 PM Changeset in ffmpeg [130e4c6f] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtsp: remove redundant assignment Reviewed-by: Martin …
12:21 PM Ticket #9548 (malformed srt conversion) updated by mkver
Keywords changed
12:20 PM Changeset in ffmpeg [a454dfac] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/concatf: ignore trailing whitespaces The concatf protocol …
12:09 PM Ticket #9548 (malformed srt conversion) updated by mkver
Priority, Status, Version, Component, Reproduced by developer changed
Regression since 2949f17e992be600c379112d4e84e8455bae180a, the current …
10:23 AM Changeset in ffmpeg [9f717ca9] by Anton Khirnov <anton@khirnov.net>
ffmpeg: handle errors in print_sdp() Do not continue as if nothing …
10:23 AM Changeset in ffmpeg [9145c6d3] by Anton Khirnov <anton@khirnov.net>
ffmpeg: move setting video sync method to new_video_stream() …
10:23 AM Changeset in ffmpeg [6ce95464] by Anton Khirnov <anton@khirnov.net>
ffmpeg: deprecate passing numbers to -vsync There is never a reason …
10:23 AM Changeset in ffmpeg [e3833e8a] by Anton Khirnov <anton@khirnov.net>
FATE: stop using numeric arguments to -vsync Symbolic names are …
10:23 AM Changeset in ffmpeg [011114f3] by Anton Khirnov <anton@khirnov.net>
ffmpeg: change vsync value to an enum Stop explicitly defining VSCFR …
10:23 AM Changeset in ffmpeg [bb6f591c] by Anton Khirnov <anton@khirnov.net>
ffmpeg: drop useless framerate assignments If the input stream …
10:16 AM Changeset in ffmpeg [6ebaccf3] by Anton Khirnov <anton@khirnov.net>
lavf/protocols: avoid discarding const in avio_enum_protocols() …
10:16 AM Changeset in ffmpeg [c0e46ad] by Anton Khirnov <anton@khirnov.net>
lavf/img2enc: avoid a useless copy of the url img2enc keeps a private …
10:16 AM Changeset in ffmpeg [7e29e027] by Anton Khirnov <anton@khirnov.net>
lavf/ftp: check for truncation in snprintf Silences e.g. the …
10:16 AM Changeset in ffmpeg [177a328c] by Anton Khirnov <anton@khirnov.net>
lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio() It …
10:16 AM Changeset in ffmpeg [877b6a9e] by Anton Khirnov <anton@khirnov.net>
lavd/v4l2: detect device name truncation Silences the following …
10:16 AM Changeset in ffmpeg [b532ca3d] by Anton Khirnov <anton@khirnov.net>
lavd/v4l2: reduce variable scope device and cap are local to the loop …
10:16 AM Changeset in ffmpeg [e1151fbf] by Anton Khirnov <anton@khirnov.net>
lavd/v4l2: do not clobber the context FD in v4l2_get_device_list() …
10:16 AM Changeset in ffmpeg [007819a5] by Anton Khirnov <anton@khirnov.net>
lavd/jack: increase buffer size for snprintf() Maximum output size …
9:01 AM Changeset in ffmpeg [6fc0fc54] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffmpeg_opt: Improve alloc/truncation checks when reading lines …
9:01 AM Changeset in ffmpeg [f3a8d208] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffmpeg_opt: Improve checks for truncation/alloc error Do this …
8:47 AM Ticket #9549 (libavfilter results in a flaw during veracode scan) updated by mkver
This function was only ever exported by mistake and was meant to be …
7:46 AM HowToBurnSubtitlesIntoVideo edited by Qyriad
Added info and example for burning subs while seeking (diff)
7:46 AM Tag change on HowToBurnSubtitlesIntoVideo by Qyriad
Tags seek, subtitles added

Dec 6, 2021:

9:16 PM Changeset in ffmpeg [3f3772e4] by Lynne <dev@lynne.ee>
packet: add description for the AVPacket.time_base field This …
9:06 PM Changeset in ffmpeg [d403446d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Check for EOF in mov_read_glbl() Fixes: Infinite loop …
9:06 PM Changeset in ffmpeg [8e09257d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Check for EOF in mov_read_glbl() Fixes: Infinite loop …
6:54 PM Ticket #9549 (libavfilter results in a flaw during veracode scan) updated by Bhawna Khosla
Priority changed
6:34 PM Ticket #9549 (libavfilter results in a flaw during veracode scan) created by Bhawna Khosla
Veracode Scan of the code where libavfilter is used resulted in a very …
1:25 PM Changeset in ffmpeg [b5ba7405] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Disallow duplicate smdm Fixes: memleak Fixes: …
1:25 PM Changeset in ffmpeg [51d5e901] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/gemdec: Move all support checks before image allocation …
1:25 PM Changeset in ffmpeg [e901716d] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust threshold for HQ_HQA Fixes: Timeout …
1:25 PM Changeset in ffmpeg [cd95ac7e] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: adjust threshold for gem Fixes: Timeout …
1:25 PM Changeset in ffmpeg [235ac7b4] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/avpacket: Perform fewer reallocations in repeated …
1:25 PM Changeset in ffmpeg [59b4e7cb] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Check for EOF in mov_read_glbl() Fixes: Infinite loop …
1:02 PM Ticket #9210 (Malapropos timebase preset for "concat" demuxer?) updated by Cigaes
Replying to Andre LaBranche: > The unwanted 25 fps does …
12:52 PM Changeset in ffmpeg [b0b90100] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libopenh264dec: Increase array sizes, fix stack-buffer …
12:01 PM Ticket #9210 (Malapropos timebase preset for "concat" demuxer?) updated by Andre LaBranche
The unwanted 25 fps does seem to be coming from concat. I tested …
11:05 AM Changeset in ffmpeg [ef00d40e] by Gyan Doshi <ffmpeg@gyani.pro>
doc/filters: note duration range in xfade
5:55 AM Ticket #9548 (malformed srt conversion) updated by Nathan Hinton
Description changed
5:55 AM Ticket #9548 (malformed srt conversion) updated by Nathan Hinton
Replying to mkver: > We need the input file. Sorry it …
Note: See TracTimeline for information about the timeline view.