Timeline



Sep 19, 2021:

11:04 PM Changeset in ffmpeg [8d5de914] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/mem: Deprecate av_mallocz_array() It does the same as …
11:03 PM Changeset in ffmpeg [1ea36508] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Replace all occurences of av_mallocz_array() by av_calloc() They do …
11:03 PM Changeset in ffmpeg [4b154743] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/opus_silk: Remove wrong size information in function …
11:03 PM Changeset in ffmpeg [176b8d78] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avcodec, options_table: Deprecate sub_text_format Unused …
10:27 PM Changeset in ffmpeg [3b6c25c9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_format …
10:25 PM Changeset in ffmpeg [3df34e7b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/opt: Simplify av_opt_set_dict2() Make it clearer that the …
10:24 PM Changeset in ffmpeg [3ba1bbf8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/opt: Also warn for deprecated named constants Intended for the …
10:23 PM Changeset in ffmpeg [d6742bb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Revert "fate: Add test for ticket 6024, truncated decoding mode" This …
10:21 PM Changeset in ffmpeg [c5c6871a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATED It is …
10:20 PM Changeset in ffmpeg [8edf6c3b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() static …
10:20 PM Changeset in ffmpeg [dd846bc4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED It is supported only by …
10:10 PM Changeset in ffmpeg [9c489a0f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Move startcodes to mpeg12.h And remove the …
9:52 PM Changeset in ffmpeg [044a7c08] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
swscale/swscale: Disable x86-specific code for other arches SSE2 is …
9:52 PM Changeset in ffmpeg [f440c422] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
swscale/swscale: Fix races when using unaligned strides/data In this …
9:52 PM Changeset in ffmpeg [a1255a35] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libswscale/options: Add parent_log_context_offset to AVClass This …
9:52 PM Changeset in ffmpeg [d69332e6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/demux, gapless, image: Add missing ffprobe dependencies And …
8:36 PM Changeset in ffmpeg [0faf04e8] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/snowdec: Maintain avmv buffer This avoids reallocating per …
6:41 PM Ticket #9430 (Audio out of sync when using select filter with lots of cuts) updated by Kuba Orlik
Summary changed
6:38 PM Ticket #9430 (Audio out of sync when using select filter with lots of cuts) created by Kuba Orlik
Summary of the bug: When using select/aselect filter with a …
6:12 PM Changeset in ffmpeg [db18f29b] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/siren: Check index for catergory5 Fixes: out of array access …
6:12 PM Changeset in ffmpeg [71b4d16b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dhav: do not use zero fps Fixes: assertion failure Fixes: …
6:12 PM Changeset in ffmpeg [a3ca06f9] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust VC1 threshold Fixes: Timeout Fixes: …
5:26 PM ffmpeg.log attached to Ticket #9429 by SuRGeoNix
5:26 PM Ticket #9429 (Invalid skip of segments on bad/slow network connections) created by SuRGeoNix
By opening a "network" url (tested with hls/rtsp urls) and applying a …
3:22 PM Ticket #9428 (avcodec: truehd parser drops data but does not adjust initial timestamps) created by jeeb
Summary of the bug: 1. The TrueHD parser does drop data received …
11:49 AM Changeset in ffmpeg [0b150e4f] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_avectorscope: fix zoom 0 mode with nonlinear scale
11:49 AM Changeset in ffmpeg [7747ab7d] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_avectorscope: add support for commands
11:14 AM Changeset in ffmpeg [99d71c28] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_avectorscope: add slice threading for fade function
11:06 AM Ticket #9427 (Wrong vertical alignment in drawtext) closed by Michael Koch
wontfix: I found a simple solution: Replace y=50-text_h by y=50-ascent This …
10:34 AM Changeset in ffmpeg [4f7f0466] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_avectorscope: add ultra fast path when slow fading is disabled
7:07 AM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) updated by Balling
It is now recognized as […] compared to: […]
3:18 AM Changeset in ffmpeg [d8ca8bec] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_hflip: Don't call av_pix_fmt_desc_get() twice …
2:48 AM Changeset in ffmpeg [73a59ed1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_zscale: Use init instead of init_dict The AVDictionary …
2:47 AM Changeset in ffmpeg [e424d1f5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_spp: Add dummy element to array to avoid shift …
2:45 AM Changeset in ffmpeg [a85d2de4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_spp: Use preinit instead of init_dict By using preinit, …
2:44 AM Changeset in ffmpeg [0c34cf89] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/af_aresample: Use preinit instead of init_dict By using …
2:40 AM Changeset in ffmpeg [6c8f96f1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/rtsp: Use av_dict_set_int() Signed-off-by: Andreas …
2:39 AM Changeset in ffmpeg [f748ca80] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_readeia608: Use av_dict_set_int() Reviewed-by: Paul B …
2:38 AM Changeset in ffmpeg [403d8c01] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_scale: Deduplicate AVClasses Signed-off-by: Andreas …
2:37 AM Changeset in ffmpeg [4906a45a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vsrc_testsrc: Deduplicate AVClasses Reviewed-by: Nicolas …
2:36 AM Changeset in ffmpeg [f8047180] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_weave: Deduplicate AVClasses Signed-off-by: Andreas …
2:34 AM Changeset in ffmpeg [57bc79e7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_stack: Deduplicate AVClasses Signed-off-by: Andreas …
2:32 AM Changeset in ffmpeg [56d3e840] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_premultiply: Deduplicate AVClasses Signed-off-by: Andreas …
2:32 AM Changeset in ffmpeg [443706d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_neighbor: Deduplicate AVClasses Signed-off-by: Andreas …
2:31 AM Changeset in ffmpeg [31adb960] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_maskedminmax: Deduplicate AVClasses Signed-off-by: …
2:31 AM Changeset in ffmpeg [412d645b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_lut: Remove empty init function Signed-off-by: Andreas …
2:30 AM Changeset in ffmpeg [b5be1325] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_lut: Deduplicate AVClasses Signed-off-by: Andreas …
2:28 AM Changeset in ffmpeg [57f6c23f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_format: Deduplicate AVClasses Signed-off-by: Andreas …
2:27 AM Changeset in ffmpeg [bb1ef872] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_blend: Don't redefine options name Use …
2:26 AM Changeset in ffmpeg [39589d25] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/src_movie: Deduplicate AVClasses Signed-off-by: Andreas …
2:26 AM Changeset in ffmpeg [a9f1b3db] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/split: Deduplicate AVClasses Signed-off-by: Andreas …
2:26 AM Changeset in ffmpeg [c8180c13] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/f_zmq: Deduplicate AVClasses Signed-off-by: Andreas …
2:24 AM Changeset in ffmpeg [a10a3006] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/f_streamselect: Deduplicate AVClasses Signed-off-by: Andreas …
2:24 AM Changeset in ffmpeg [cf724bea] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/f_sendcmd: Deduplicate AVClasses Signed-off-by: Andreas …
2:24 AM Changeset in ffmpeg [fcea114b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/f_realtime: Deduplicate AVClasses Signed-off-by: Andreas …
2:09 AM Changeset in ffmpeg [8435cf23] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/f_perms: Deduplicate AVClasses Reviewed-by: Paul B Mahol …
2:08 AM Changeset in ffmpeg [0eb1f45d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/f_graphmonitor: Deduplicate AVClasses Signed-off-by: Andreas …
2:08 AM Changeset in ffmpeg [9ceec286] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/f_drawgraph: Deduplicate AVClasses Signed-off-by: Andreas …
2:07 AM Changeset in ffmpeg [601e3da1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/f_cue: Deduplicate AVClasses Signed-off-by: Andreas …
2:05 AM Changeset in ffmpeg [974e8262] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/af_sidechaincompress: Deduplicate AVClasses Signed-off-by: …
2:04 AM Changeset in ffmpeg [4ab80ac1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/af_biquads: Deduplicate AVClasses Signed-off-by: Andreas …
2:04 AM Changeset in ffmpeg [3000ac48] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/af_asupercut: Deduplicate AVClasses Signed-off-by: Andreas …
2:01 AM Changeset in ffmpeg [8c4a7a4c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_convolution: Deduplicate AVClasses Signed-off-by: Andreas …
2:00 AM Changeset in ffmpeg [3208911] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_convolution: Fix standalone build of kirsch, scharr …
1:58 AM Changeset in ffmpeg [bc86e1b6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/af_agate: Deduplicate AVClasses Signed-off-by: Andreas …
1:45 AM Ticket #9416 (-s becomes -video_size) closed by mkver
needs_more_info: Your answer does not provide any of the details I hoped for; in …

Sep 18, 2021:

9:42 PM Ticket #9416 (-s becomes -video_size) updated by Hans Schulze
Sorry for not knowing how this bug system works, my first post. As …
9:16 PM Changeset in ffmpeg [cef92085] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/demux: Use av_opt_set_int() where appropriate Reviewed-by: …
9:16 PM Changeset in ffmpeg [4e0da7d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/buffer: Avoid allocation of AVBuffer when using buffer pool Do …
9:16 PM Changeset in ffmpeg [6556146a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_zscale: Don't make assumptions about zimg's range enums …
8:10 PM Changeset in ffmpeg [e4f499f8] by Marton Balint <cus@passwd.hu>
avformat/libsrt: remove url_get_file_handle implementation SRTSOCKET …
7:44 PM Changeset in ffmpeg [fc9832f] by Marton Balint <cus@passwd.hu>
avformat/libsrt: log streamid in listener mode It's useful for test …
7:27 PM Ticket #9393 (ban user Balling from trac) closed by Marton Balint
invalid
7:25 PM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) closed by Marton Balint
fixed: Fixed in 5a0a9f78252825dfe1824eedbc373aea443e5e77.
7:19 PM Changeset in ffmpeg [5a0a9f78] by Marton Balint <cus@passwd.hu>
avformat/mpegts: fixes overflow when parsing the PMT When a possible …
5:19 PM Ticket #9427 (Wrong vertical alignment in drawtext) updated by Michael Koch
The second string contains two accents or two "" characters. These …
5:16 PM Ticket #9427 (Wrong vertical alignment in drawtext) updated by Michael Koch
Description changed
5:08 PM Ticket #9427 (Wrong vertical alignment in drawtext) created by Michael Koch
It's impossible to print several strings with drawtext in the same …
10:38 AM Changeset in ffmpeg [7bbad32d] by Paul B Mahol <onemda@gmail.com>
libavfilter/x86/vf_gblur: correct the order of loop step The problem …
10:37 AM Changeset in ffmpeg [fcf10c92] by Paul B Mahol <onemda@gmail.com>
libavfilter/x86/vf_gblur: fixed the fate-test failed on MacOS …

Sep 17, 2021:

7:35 PM Changeset in ffmpeg [4fc0b759] by Pavel Koshevoy <pkoshevoy@gmail.com>
avfilter/vf_zscale: fix output color_range discrepancy This filter …
5:56 PM Changeset in ffmpeg [5a95abcc] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on …
5:23 PM Changeset in ffmpeg [245017ec] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable …
5:23 PM Changeset in ffmpeg [48bbeac2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/wmaprodec: Check that the EOF frame was allocated before …
4:28 PM Changeset in ffmpeg [ccfdef79] by James Almer <jamrial@gmail.com>
avutil/buffer: constify some function parameters Reviewed-by: Andreas …
2:29 PM Changeset in ffmpeg [f58abfb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_coreimage: Simplify query_formats Using …
2:17 PM Changeset in ffmpeg [10ad3cd7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/avfilter: Actually error out on init error Currently an …
1:34 PM Ticket #9385 (Potential error(e.g., resource leak, deadlock) due to the unreleased ...) closed by Thilo Borgmann
fixed: Applied in 9bbdfbfb32e5ad94a06a4ce2830a655009378684 Thanks!
1:34 PM Ticket #9386 (Potential error(e.g., resource leak, deadlock) due to the unreleased ...) closed by Thilo Borgmann
fixed: Applied in 54d201ae20d37e1ff5b2fba502fb82e23f090ddb Thanks!
1:31 PM Changeset in ffmpeg [54d201ae] by Thilo Borgmann <thilo.borgmann@mail.de>
libavdevice/avfoundation.m: fix potential unreleased lock issue The …
1:31 PM Changeset in ffmpeg [9bbdfbfb] by Thilo Borgmann <thilo.borgmann@mail.de>
libavdevice/avfoundation.m: fix protential unreleased lock issue The …
1:13 PM Changeset in ffmpeg [a6760bb9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/elbg: Remove avoidable buffer Reviewed-by: Paul B Mahol …
12:45 PM Changeset in ffmpeg [6af21de3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/utils: Use st for AVStream variable in avpriv_set_pts_info …
12:45 PM Changeset in ffmpeg [f5bfc11b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/demux: Don't free inexistent ID3v2 metadata Signed-off-by: …
12:42 PM Changeset in ffmpeg [bde2cdfe] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/utils: Move demuxing code out into a new file …
12:16 PM StreamingGuide edited by nicol
fix typo (diff)
11:53 AM Changeset in ffmpeg [cf7c51f2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/utils: Move seeking code out into a new file …
11:44 AM Changeset in ffmpeg [a55ce5ba] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/utils: Reindentation Signed-off-by: Andreas Rheinhardt …
11:38 AM Ticket #9416 (-s becomes -video_size) updated by mkver
More details please. The error message you are citing comes from …
11:31 AM Ticket #9417 (-s becomes -video_size) closed by mkver
duplicate: Duplicate of #9416.
11:22 AM Changeset in ffmpeg [40bdd8cc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat: Avoid allocation for AVStreamInternal Do this by allocating …
11:02 AM Changeset in ffmpeg [9f05b3ba] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/mux, utils: Use dedicated pointer for AVStreamInternal This …
4:58 AM Ticket #9140 (aac gapless fail) updated by Balling
>identify if my files follow this standard Any command ffplay, ffmpeg …
2:58 AM Changeset in ffmpeg [fed02825] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat: Avoid allocation for AVFormatInternal Do this by allocating …
2:43 AM Changeset in ffmpeg [dfbf4177] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/mux, mxfenc, utils: Use dedicated pointer for …
2:17 AM Changeset in ffmpeg [eaacb5c5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/asfenc, mux, utils: Use smaller scope for variables …
2:15 AM Changeset in ffmpeg [8ab5bf51] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/mp3dec: Simplify checking for no-metadata Signed-off-by: …
2:14 AM Changeset in ffmpeg [6d1e7929] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/mp3dec: Avoid calling avio_tell() multiple times …

Sep 16, 2021:

11:43 PM Changeset in ffmpeg [1dd3ab48] by James Almer <jamrial@gmail.com>
doc/decoders: mention that some libdav1d options are deprecated …
10:44 PM Changeset in ffmpeg [229e949c] by James Almer <jamrial@gmail.com>
avformat/mvdec: Don't signal success on parse_audio_var() error …
4:41 PM Ticket #6945 (ffmpeg fails at jpeg EXIF orientation (test included)) closed by James
fixed: Implemented in e93c9986027d17917c3b4f533b28ee4a2ce7cd4c.
4:41 PM Changeset in ffmpeg [90da4355] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/apedec: Fix integer overflow in intermediate Fixes: signed …
4:41 PM Changeset in ffmpeg [737e6bf2] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mvdec: Do not set invalid sample rate Fixes: signed integer …
4:41 PM Changeset in ffmpeg [f624c92d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sbgdec: Check for t0 overflow in expand_tseq() Fixes: signed …
3:57 PM Changeset in ffmpeg [e93c9986] by James Almer <jamrial@gmail.com>
avcodec/mjpegdec: export display matrix frame side data when available …
3:57 PM Changeset in ffmpeg [42fce6ff] by James Almer <jamrial@gmail.com>
ffmpeg: take into account image flipping in the display matrix This …
3:46 PM Changeset in ffmpeg [535a835e] by James Almer <jamrial@gmail.com>
ffmpeg: use display matrix frame side data for autorotation And give …
3:46 PM Changeset in ffmpeg [a8bd8d46] by James Almer <jamrial@gmail.com>
cmdutils: round rotation value to nearest integer As recommended by …
3:33 PM Ticket #9140 (aac gapless fail) updated by Guy Sivey
Replying to Balling: > Ffmpeg does not support iTunSMPB …
8:17 AM Changeset in ffmpeg [8f92a186] by Nicolas George <george@nsup.org>
tools/dvd2concat: generate VOBSUB extradata The extradata contains …
8:17 AM Changeset in ffmpeg [94aa7e8a] by Nicolas George <george@nsup.org>
lavf/concatdec: add stream_extradata directive
8:17 AM Changeset in ffmpeg [5b052c4b] by Nicolas George <george@nsup.org>
tools/dvd2concat: add support for chapters
8:17 AM Changeset in ffmpeg [2263ff50] by Nicolas George <george@nsup.org>
lavf/concat: add support for chapters
8:17 AM Changeset in ffmpeg [1a0aff8c] by Nicolas George <george@nsup.org>
tools/dvd2concat: specify stream_codec for subtitles Avoid requiring …
8:17 AM Changeset in ffmpeg [0a267bc5] by Nicolas George <george@nsup.org>
lavf/concatdec: add stream_codec directive
8:17 AM Changeset in ffmpeg [449ba49a] by Nicolas George <george@nsup.org>
tests/concat-demuxer: add stream_meta test
8:17 AM Changeset in ffmpeg [86b2a861] by Nicolas George <george@nsup.org>
tools/dvd2concat: include language metadata
8:17 AM Changeset in ffmpeg [c753b49c] by Nicolas George <george@nsup.org>
lavf/concatdec: support stream metadata
8:17 AM Changeset in ffmpeg [76cf1ff9] by Nicolas George <george@nsup.org>
lavf/concat: deprecate file_packet_metadata
8:17 AM Changeset in ffmpeg [7517777d] by Nicolas George <george@nsup.org>
lavf/concat: add file_packet_meta directive Same as …
8:17 AM Changeset in ffmpeg [74ab93fa] by Nicolas George <george@nsup.org>
lavf/concat: refactor parsing
2:50 AM Ticket #9140 (aac gapless fail) updated by Balling
>The uploaded m4a/aac files are made with iTunes on a Windows PC, …

Sep 15, 2021:

5:55 PM Changeset in ffmpeg [c1a49a12] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/elbg: Increase some fields to 64bit Fixes: Ticket8312 Fixes: …
5:55 PM Changeset in ffmpeg [e2c28723] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4 Fixes: …
3:38 PM source_shortened.mxf attached to Ticket #9426 by PhillipBarnett
Very short segment of source material
3:03 PM copy.framemd5 attached to Ticket #9426 by PhillipBarnett
Framemd5 of copy file
3:02 PM source.framemd5 attached to Ticket #9426 by PhillipBarnett
Framemd5 of source file
2:59 PM ffmpeg-20210915-155534.log attached to Ticket #9426 by PhillipBarnett
ffmpeg log file creating the copy
2:50 PM Ticket #9426 (Broken copying for XAVC-L) updated by PhillipBarnett
Here is a diagrammatic look at a comparison of the framemd5 of the …
2:40 PM Ticket #9426 (Broken copying for XAVC-L) created by PhillipBarnett
Doing a straight copy of Sony XAVC-L media produces jittery output …
1:21 PM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) updated by Nicolás Jorge Dato
Patch v3: …
1:00 PM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) updated by Nicolás Jorge Dato
Description changed
12:57 PM Changeset in ffmpeg [27689286] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sbgdec: Check opt_duration and start for overflow Fixes: …
12:24 PM Changeset in ffmpeg [a822e70b] by James Almer <jamrial@gmail.com>
libavfilter/vf_vpp_qsv: fix uninitialized variable problem This two …
11:40 AM Ticket #9425 (x11grab fails to adjust to framebuffer resolution changes) created by Mykola Mokhnach
Summary of the bug: OS: Linux vm 5.11.0-22-generic #23-Ubuntu SMP Thu …
10:37 AM Changeset in ffmpeg [06de5933] by Timo Rothenpieler <timo@rothenpieler.org>
avfilter/frei0r: use win32dlfcn wrapper
10:37 AM Changeset in ffmpeg [1d23e125] by Timo Rothenpieler <timo@rothenpieler.org>
configure: account for openssl3 license change
10:01 AM Ticket #9424 (gdigrab input device does not properly scale the screen after display ...) updated by Mykola Mokhnach
Description changed
10:01 AM Ticket #9424 (gdigrab input device does not properly scale the screen after display ...) created by Mykola Mokhnach
OS: Windows 10 How to reproduce: 1. Set display resolution to AxB 2. …
9:36 AM Ticket #9423 (avfoundation input device fails to record macOS screen upon display ...) created by Mykola Mokhnach
Summary of the bug: How to reproduce: - Set macOS screen resolution …
8:44 AM Ticket #9010 (ffmpeg built with schannel freezes when outputting HLS with http_persistent) updated by RytoEX
Replying to Steven Liu: > Try this patch please: > > …
3:13 AM 0001-avutil-swscale-kmsgrab-add-AV_PIX_FMT_X2BGR10-LE-BE.patch attached to Ticket #9421 by mstoeckl
A patch which worksforme; will send to ffmpeg-devel after cleanup
2:54 AM Ticket #9355 (Fix for PES packets with too much padding) updated by Balling
What is even in that PID 0x012c in PES data?
2:46 AM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) updated by Balling
Yeah, that 15 bytes ID 1 is this (except that it is supposed to be ID …
2:16 AM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) updated by Balling
Just remove work "handlign " there and resend. Also "an" should be "a".

Sep 14, 2021:

9:51 PM Changeset in ffmpeg [df288deb] by Hendrik Leppkes <h.leppkes@gmail.com>
avcodec/dxva2_av1: fix superres_denom parameter Defined in spec …
9:44 PM Changeset in ffmpeg [f31033c6] by Hendrik Leppkes <h.leppkes@gmail.com>
avcodec/dxva2_av1: fix superres_denom parameter Defined in spec …
8:41 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Balling
iTunSMPB is available for mp3 too! …
7:42 PM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) updated by Nicolás Jorge Dato
Replying to Balling: > But better to attach here. Thanks, …
7:39 PM pmt_descriptor_overflow.ts attached to Ticket #9422 by Nicolás Jorge Dato
A descriptor in the PMT overflows, ffmpeg shows incorect streams
7:29 PM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) updated by Balling
As you can check with nmap there is no ftp port open on …
6:35 PM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) updated by Nicolás Jorge Dato
I have sent the patch here: …
5:17 PM Changeset in ffmpeg [6b08ed9f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffprobe: Don't access AVProgram.(start|end)_time These are …
5:15 PM Ticket #9422 (PMT descriptor overflow, results in incorrect streams) created by Nicolás Jorge Dato
Summary of the bug: I have a mpegts sample that a PMT's descriptor …
4:55 PM Changeset in ffmpeg [5d5ab3b4] by James Almer <jamrial@gmail.com>
avcodec/h264_picture: wait for the second slice to apply film grain on …
3:34 PM Changeset in ffmpeg [e67deaf8] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/exr: Fix undefined integer multiplication Fixes: signed …
3:34 PM Changeset in ffmpeg [9a222f14] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Check for duplicate clli Fixes: memleak Fixes: …
3:34 PM Changeset in ffmpeg [8f4c3655] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust threshold for WMV3 Fixes: Timeout …
3:34 PM Changeset in ffmpeg [7dfa8040] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeg2000_parser: Check state!=0 Fixes: out of array read …
2:51 PM Changeset in ffmpeg [4d81550d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/utils: Ignore negative duration in codec_info_duration …
11:41 AM Changeset in ffmpeg [bbc24363] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bsf: Unref the packet when flushing The documentation does …
11:41 AM Changeset in ffmpeg [b99fb4df] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bsf: Use null-bsf for passthrough when available When an …
11:36 AM Changeset in ffmpeg [b2793a94] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tools/target_bsf_fuzzer: Make it const-correct Signed-off-by: Andreas …
11:36 AM Changeset in ffmpeg [a1292895] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure: Remove null_bsf dependency Unneeded since …
3:45 AM Ticket #9420 (DirectShow (dshow) audio input limited to 44.1 kHz / 16-bit) updated by Brad Isbell
Replying to Balling: > Is not that cpl signalling WASAPI, …
3:35 AM Ticket #9421 (Add support for X2BGR10LE pixel format) created by mstoeckl
Adding X2BGR10LE to the list of pixel formats would make it possible …
2:26 AM Ticket #9420 (DirectShow (dshow) audio input limited to 44.1 kHz / 16-bit) updated by Balling
Is not that cpl signalling WASAPI, not dshow? WASAPI input is not …
1:39 AM Encode/HighQualityAudio edited by ArseGnomes
Add opus and eAC3 to supported audio types for MP4. Opus was added to … (diff)
1:39 AM Tag change on Encode/HighQualityAudio by ArseGnomes
Tags eac3, mp4, opus added
12:26 AM Ticket #9420 (DirectShow (dshow) audio input limited to 44.1 kHz / 16-bit) created by Brad Isbell
Most sound cards support sample rates of 48 kHz and above, with bit …

Sep 13, 2021:

8:48 PM Changeset in ffmpeg [989febfb] by Michael Niedermayer <michael@niedermayer.cc>
avformat/jacosubdec: Check for min in t overflow in get_shift() …
7:51 PM Changeset in ffmpeg [d7490ef3] by James Almer <jamrial@gmail.com>
avfilter/vf_bwdif: fix heap-buffer overflow Fixes #8261 (cherry …
7:51 PM Changeset in ffmpeg [8c9ff740] by James Almer <jamrial@gmail.com>
avfilter/vf_bm3d: fix heap-buffer overflows Fixes #8262 (cherry …
7:51 PM Changeset in ffmpeg [f1fc3fe3] by James Almer <jamrial@gmail.com>
avfilter/vf_floodfill: finish early if source and destination fill …
7:51 PM Changeset in ffmpeg [ac5a7d5a] by James Almer <jamrial@gmail.com>
avfilter/vf_edgedetect: fix heap-buffer overflow Fixes #8275 (cherry …
7:51 PM Changeset in ffmpeg [da3d606] by James Almer <jamrial@gmail.com>
avfilter/vf_w3fdif: deny processing small videos Fixes #8243 (cherry …
7:50 PM Changeset in ffmpeg [df5e0177] by James Almer <jamrial@gmail.com>
avfilter/af_afade: fix heap-buffer overflow Fixes #8276 (cherry …
7:50 PM Changeset in ffmpeg [29f1cf0c] by James Almer <jamrial@gmail.com>
avfilter/vf_colorconstancy: fix overreads in gauss array Fixes #8250
7:50 PM Changeset in ffmpeg [e06e89f6] by James Almer <jamrial@gmail.com>
avcodec/pngenc: remove monowhite from apng formats Monowhite pixel …
7:50 PM Changeset in ffmpeg [aef4cbe] by James Almer <jamrial@gmail.com>
avfilter/vf_datascope: fix heap buffer overflow Fixes #8309 (cherry …
7:50 PM Changeset in ffmpeg [d60effd] by James Almer <jamrial@gmail.com>
avfilter/vf_fieldmatch: fix heap-buffer overflow Also fix use of …
7:50 PM Changeset in ffmpeg [c79606f2] by James Almer <jamrial@gmail.com>
avfilter/vf_fieldorder: fix heap-buffer overflow Fixes #8264 (cherry …
7:50 PM Changeset in ffmpeg [69f5d4b7] by James Almer <jamrial@gmail.com>
avfilter/vf_bitplanenoise: fix overreads Fixes #8244 (cherry picked …
7:50 PM Changeset in ffmpeg [540047ed] by James Almer <jamrial@gmail.com>
avfilter/vf_edgedetect: check if height is big enough Fixes #8260
7:50 PM Changeset in ffmpeg [3a9f3842] by James Almer <jamrial@gmail.com>
avfilter/af_tremolo: fix heap-buffer overflow Fixes #8317 (cherry …
7:49 PM Changeset in ffmpeg [f5da6cff] by James Almer <jamrial@gmail.com>
avfilter/vf_neighbor: check if width is 1 Fixes #8242 (cherry picked …
7:49 PM Changeset in ffmpeg [01f3824f] by James Almer <jamrial@gmail.com>
avfilter/vf_avgblur: fix heap-buffer overflow Fixes #8274 (cherry …
7:13 PM Changeset in ffmpeg [3dd5a8a1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet() …
4:31 PM Ticket #2305 (v4l2 user control configuration mechanism) updated by John Boiles
+1 it'd be nice for either ffmpeg to have full control over v4l2 …
2:08 PM Changeset in ffmpeg [441b2925] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/internal: Add AVFILTER_DEFINE_CLASS_EXT This macro will …
2:08 PM Changeset in ffmpeg [142f41a0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_maskedminmax: Simplify init Reviewed-by: Paul B Mahol …
2:05 PM Changeset in ffmpeg [dc2279a4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/avfilter: Remove unused count Reviewed-by: Paul B Mahol …
3:21 AM Encode/AV1 edited by jncraton
(diff)
2:23 AM Ticket #9010 (ffmpeg built with schannel freezes when outputting HLS with http_persistent) updated by Steven Liu
Replying to ushadow: > I can reproduce the same problem …

Sep 12, 2021:

9:47 PM Changeset in ffmpeg [db2514a5] by Paul B Mahol <onemda@gmail.com>
avfilter/af_speechnorm: improve EOF timestamp precision
9:47 PM Changeset in ffmpeg [f78d0f67] by Paul B Mahol <onemda@gmail.com>
avfilter/af_dynaudnorm: improve EOF timestamp precision
8:23 PM Changeset in ffmpeg [19802d17] by Paul B Mahol <onemda@gmail.com>
avcodec/wmadec: fix WMA gapless playback Fixes trac issue #7473. …
8:23 PM Changeset in ffmpeg [d1971d69] by Paul B Mahol <onemda@gmail.com>
avformat/dv: always set audio packet duration If audio packet is …
7:40 PM Changeset in ffmpeg [1b44a20a] by Michael Niedermayer <michael@niedermayer.cc>
Update for 3.4.9 Signed-off-by: Michael Niedermayer …
6:14 PM Ticket #9419 (support current standard font mimetypes in matroska metadata) updated by mkver
Status changed
I actually wanted to do this as soon as there is official agreement …
4:33 PM Changeset in ffmpeg [6803d8b4] by James Almer <jamrial@gmail.com>
ffmpeg_hw: make hardware selection for filters more user friendly …
3:06 PM Changeset in ffmpeg [cd4e6e4] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_extractplanes: fix regression Report & solution provided …
2:21 PM Ticket #9419 (support current standard font mimetypes in matroska metadata) updated by Balling
Well, that is just a bug here. …
2:17 PM Ticket #9419 (support current standard font mimetypes in matroska metadata) updated by bfhpx4hjah
Summary changed
2:16 PM Ticket #9419 (support current standard font mimetypes in matroska metadata) created by bfhpx4hjah
Summary of the bug: Only legacy font mimetypes are recognized in …
2:07 PM Changeset in ffmpeg [a543d07] by James Almer <jamrial@gmail.com>
avcodec/h274: trim unnecessarily large array We only ever read to …
2:07 PM Changeset in ffmpeg [52c35d6] by James Almer <jamrial@gmail.com>
avcodec/h274: don't read from uninitialized array members This bug …
1:06 PM Changeset in ffmpeg [c4973e21] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_xfade: check default switch case
1:01 PM Changeset in ffmpeg [1db828db] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_xfade: add zoomin transition
11:50 AM Changeset in ffmpeg [b35653d4] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_extractplanes: stop marking alphaextract filter as dynamic …
11:28 AM Changeset in ffmpeg [882045f3] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftfilt: reindent after last commit
11:28 AM Changeset in ffmpeg [485a52e6] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftfilt: add timeline support
10:55 AM Changeset in ffmpeg [94d4cc24] by Paul B Mahol <onemda@gmail.com>
avfilter/af_asoftclip: rewrite oversampling Fixes most aliasing issues.
9:22 AM Changeset in ffmpeg [a4a3fd81] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/utils: don't return negative values in …
9:22 AM Changeset in ffmpeg [0fe497d7] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeg2000dec: Check that atom header is within bytsetream …
9:22 AM Changeset in ffmpeg [d11d5f7d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/apedec: Fix 2 integer overflows in filter_3800() Fixes: …
9:22 AM Changeset in ffmpeg [98022477] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/xpmdec: Move allocations down after more error checks Fixes: …
9:22 AM Changeset in ffmpeg [fc76c60] by Michael Niedermayer <michael@niedermayer.cc>
network: Define ENOTCONN as WSAENOTCONN if not defined This fixes …
9:22 AM Changeset in ffmpeg [36f962f3] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avidec: Use 64bit for frame number in odml index parsing …
9:22 AM Changeset in ffmpeg [43a4d78e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mjpegdec: Check for bits left in …
9:22 AM Changeset in ffmpeg [bc9e0b6c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/adtsenc: return value check for init_get_bits in …
9:22 AM Changeset in ffmpeg [1e198bd9] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/webp: Check available space in loop in …
9:22 AM Changeset in ffmpeg [f4700142] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_mode …
9:22 AM Changeset in ffmpeg [071ecadd] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/frame_thread_encoder: Free AVCodecContext structure on error …
9:22 AM Changeset in ffmpeg [f71c7a35] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/faxcompr: Check for end of input in cmode == 1 in …
9:22 AM Changeset in ffmpeg [2b4e4af6] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vc1dec: Disable error concealment for *IMAGE The existing …
9:22 AM Changeset in ffmpeg [0b98a1d5] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c() …
9:22 AM Changeset in ffmpeg [d64fddb9] by Michael Niedermayer <michael@niedermayer.cc>
avformat/wtvdec: Check for EOF before seeking back in …
9:22 AM Changeset in ffmpeg [a415c253] by Michael Niedermayer <michael@niedermayer.cc>
avformat/wavdec: Use 64bit in new_pos computation Fixes: signed …
9:22 AM Changeset in ffmpeg [5ebce16f] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sbgdec: Check for overflow in timestamp preparation Fixes: …
9:22 AM Changeset in ffmpeg [a4b9ac10] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dsicin: Check packet size for overflow Fixes: signed integer …
9:22 AM Changeset in ffmpeg [0b5c5645] by Michael Niedermayer <michael@niedermayer.cc>
avformat/bfi: check nframes Fixes: signed integer overflow: …
9:22 AM Changeset in ffmpeg [89fd36ad] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avidec: fix position overflow in avi_load_index() Fixes: …
9:22 AM Changeset in ffmpeg [d15d67e6] by Michael Niedermayer <michael@niedermayer.cc>
avformat/asfdec_f: Check sizeX against padding Fixes: signed integer …
9:22 AM Changeset in ffmpeg [f95a80bb] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: Check for size overflow in header parsing Fixes: …
9:22 AM Changeset in ffmpeg [c5935174] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aaccoder: Add minimal bias in search_for_ms() Fixes: floating …
9:22 AM Changeset in ffmpeg [7590dbf9] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_mestimate: Check b_count Fixes: left shift of negative …
9:22 AM Changeset in ffmpeg [bbec731f] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: do not ignore errors in mov_metadata_hmmt() Fixes: …
9:22 AM Changeset in ffmpeg [00ecb221] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Check size for shrinking av_shrink_packet() takes …
9:22 AM Changeset in ffmpeg [e61b25e2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dnxhddec: check and propagate function return value Similar …
9:22 AM Changeset in ffmpeg [e4f7328d] by Michael Niedermayer <michael@niedermayer.cc>
swscale/slice: Fix wrong return on error Signed-off-by: Michael …
9:22 AM Changeset in ffmpeg [a6f5191f] by Michael Niedermayer <michael@niedermayer.cc>
swscale/slice: Check slice for allocation failure Fixes: null pointer …
9:22 AM Changeset in ffmpeg [9cfd59b5] by Michael Niedermayer <michael@niedermayer.cc>
configure: Fix sem_timedwait probe (cherry-picked from libav commit …
9:22 AM Changeset in ffmpeg [2e1e677c] by Michael Niedermayer <michael@niedermayer.cc>
configure: add missing pthreads dependency to v4l2_m2m Signed-off-by: …
Note: See TracTimeline for information about the timeline view.