Timeline



Sep 23, 2023:

11:38 PM Ticket #10585 (Seeking forward in iPhone video ends up seeking backwards) updated by Balling
I can reproduce ffplay …
11:35 PM Ticket #10585 (Seeking forward in iPhone video ends up seeking backwards) updated by Balling
I cannot reproduce. https://github.com/mpv-player/mpv/issues/12047
11:00 PM Ticket #10585 (Seeking forward in iPhone video ends up seeking backwards) updated by Balling
> With and without the patch that will also trigger this message: …
10:46 PM Ticket #10585 (Seeking forward in iPhone video ends up seeking backwards) updated by llyyr
I've posted the patch to the mailing list …
9:35 PM ffplay-20230923-153526.log attached to Ticket #10585 by low-batt
Generated report
9:34 PM console-output.txt attached to Ticket #10585 by low-batt
Console output
9:33 PM Ticket #10585 (Seeking forward in iPhone video ends up seeking backwards) created by low-batt
Summary of the bug: Seeking forward by 10 seconds in HEVC video …
9:31 PM Ticket #10583 (lavf fails to probe ass file with utf16le encoding) updated by llyyr
Replying to mkver: > Your file contains two UTF-16 LE BOMs …
9:24 PM test2.jpg attached to Ticket #10584 by ami_stuff
9:23 PM Ticket #10584 (vc2 enc: gray output) created by ami_stuff
the same problem happens with 5000x5000 resolution […] […]
9:20 PM Ticket #10583 (lavf fails to probe ass file with utf16le encoding) updated by mkver
Your file contains two UTF-16 LE BOMs at the beginning; the …
9:08 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) updated by ami_stuff
First I encoded raw yuv420p input video to "notchlc_wrong_colors.avi​" …
8:48 PM Changeset in ffmpeg [b61733f] by Paul B Mahol <onemda@gmail.com>
avcodec/notchlc: make variables that can be negative as signed
8:47 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) updated by Elon Musk
Used same input file and same program for encoding and same decoder …
6:47 PM utf16le.ass attached to Ticket #10583 by llyyr
6:46 PM Ticket #10583 (lavf fails to probe ass file with utf16le encoding) created by llyyr
Summary of the bug: ffplay/ffmpeg can't open ass subtitle with …
5:06 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) updated by ami_stuff
Replying to Elon Musk: > And .mov works fine? yes, attached
5:06 PM notchlc.mov attached to Ticket #10581 by ami_stuff
4:43 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) updated by Elon Musk
And .mov works fine?
4:38 PM Ticket #10582 (ffplay invalid reads) created by ami_stuff
something like this currnetly happens when I run ffplay with available …
4:20 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) updated by ami_stuff
attached the output from the reference codec
4:19 PM notchlc_wrong_colors_decoded.avi attached to Ticket #10581 by ami_stuff
4:06 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) updated by Elon Musk
and what colors are correct?
2:58 PM Changeset in ffmpeg [984d0b6e] by Niklas Haas <git@haasn.dev>
pixdesc: add limited|full aliases for -color_range parameter Aliases …
2:55 PM Changeset in ffmpeg [c0f89dcc] by Niklas Haas <git@haasn.dev>
lavfi/vf_libvmaf: add warning when color ranges differ The VMAF …
2:55 PM Changeset in ffmpeg [a53545a3] by Niklas Haas <git@haasn.dev>
lavfi/vf_ssim: add warning when color ranges differ The SSIM filter …
2:55 PM Changeset in ffmpeg [7311fcc8] by Niklas Haas <git@haasn.dev>
lavfi/vf_psnr: add warning when color ranges differ The PSNR filter …
2:15 PM notchlc_wrong_colors.avi attached to Ticket #10581 by ami_stuff
2:15 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) created by ami_stuff
[…]
1:31 PM Changeset in ffmpeg [c7f8d42c] by Paul B Mahol <onemda@gmail.com>
avcodec/flicvideo: fix decoding with AVFrame's negative linesize
12:53 PM Ticket #10055 (jpeg2000 crash with lowres (ffplay)) closed by ami_stuff
fixed: fixed by c012d1f2bb8735f2b17ce88cd8181d2ffc989b02
12:47 PM Ticket #10580 (alac enc: "channel layout change is not supported" with mono file) created by ami_stuff
this does not happen with "-acodec wavpack" or "-acodec flac" …
8:04 AM Changeset in ffmpeg [cb26b859] by Paul B Mahol <onemda@gmail.com>
avcodec/svq1dec: fix runtime error: applying non-zero offset 4 to null …
7:32 AM Ticket #10579 (Apple HEVC Stereo Video support) created by Nomis101
Would be nice if FFmpeg would support Apple HEVC Stereo Video. This is …
5:09 AM Encode/H.264 edited by Balling
added web.archive (diff)
3:28 AM Encode/H.264 edited by Oldfart
Blueray informations are dead links, no archived found (diff)

Sep 22, 2023:

11:42 PM Changeset in ffmpeg [5d982598] by Paul B Mahol <onemda@gmail.com>
avcodec/pnmdec: fix decoding with AVFrame's negative linesize
11:42 PM Changeset in ffmpeg [cdf0931f] by Paul B Mahol <onemda@gmail.com>
avcodec/pcx: fix decoding with AVFrame's negative linesize
11:14 PM Changeset in ffmpeg [ee357d69] by Paul B Mahol <onemda@gmail.com>
avcodec/rasc: fix decoding with AVFrame's negative linesize
9:47 PM Changeset in ffmpeg [284d1a8a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/wavarc: Use unsigned for samples in 1dif, 2slp, 5elp Fixes: …
9:47 PM Changeset in ffmpeg [b12444fe] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/xvididct: Fix integer overflow in idct_row() Fixes: signed …
9:47 PM Changeset in ffmpeg [6580a7b2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/celp_math: avoid overflow in shift by making gain unsigned we …
9:47 PM Changeset in ffmpeg [f1954ff] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vvc_parser: Avoid undefined overflow in POC computation The …
9:47 PM Changeset in ffmpeg [9ee87245] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust threshold for rtv1 Fixes: …
9:47 PM Changeset in ffmpeg [3aff8503] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Avoid cloning encryption info if its unchanged Fixes: …
9:47 PM Changeset in ffmpeg [120f7465] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/evc_ps: Check cpb_cnt_minus1 and propagate error Fixes: out …
9:38 PM Changeset in ffmpeg [87cf1be9] by Paul B Mahol <onemda@gmail.com>
avcodec/lcldec: fix decoding with AVFrame's negative linesize
9:12 PM Changeset in ffmpeg [445167d5] by Paul B Mahol <onemda@gmail.com>
avcodec/cdxl: fix decoding with AVFrame's negative linesize
8:56 PM Changeset in ffmpeg [24f63cb2] by Paul B Mahol <onemda@gmail.com>
avcodec/gifdec: rewrite functions that fill block/frame Also fix …
8:56 PM Changeset in ffmpeg [1242d172] by Paul B Mahol <onemda@gmail.com>
avfilter: use ptrdiff_t instead of int for linesize Signed-off-by: …
8:56 PM Changeset in ffmpeg [c192ebc8] by Paul B Mahol <onemda@gmail.com>
avcodec/cdgraphics: fix decoding with AVFrame's negative linesize
5:55 PM Ticket #10578 (send RTSP keep alive even when paused) updated by tmc2001
Description changed
5:54 PM Ticket #10578 (send RTSP keep alive even when paused) created by tmc2001
Workflow: 1. Have a RTSP server that supports Pause. 2. Have ffmpeg …
4:42 PM BadContent edited by Michael Koch
explain syntax (diff)
11:04 AM BadContent edited by Michael Koch
add some keywords (diff)
10:49 AM BadContent edited by Michael Koch
replace dead link for syntax description, and add link to Wikipedia article (diff)
10:33 AM BadContent edited by Michael Koch
explain the syntax (diff)
9:27 AM Ticket #10577 (add support for ay10 pixel format) updated by micolous
I figured out what was wrong with my patch: I didn't implement the …
9:20 AM 0001-swscale-output-add-support-for-AY10BE-AY10LE-pixel-v2.patch attached to Ticket #10577 by micolous
9:11 AM Ticket #10577 (add support for ay10 pixel format) updated by Balling
We also still need NV61.
8:30 AM Ticket #10577 (add support for ay10 pixel format) updated by micolous
Description changed
8:30 AM Ticket #10577 (add support for ay10 pixel format) updated by micolous
Attached PNG rendering was produced with that patch and: […] …
8:19 AM 0001-swscale-output-add-support-for-AY10BE-AY10LE-pixel-f.patch attached to Ticket #10577 by micolous
8:18 AM atem-colourbars5.expanded.png attached to Ticket #10577 by micolous
PNG rendering of colourbars, crushed to 8bpp RGBA
8:16 AM atem-colourbars5.expanded.bz2 attached to Ticket #10577 by micolous
ay10 sample frame, 1920x1080 in (presumably) BT709 colour space
8:13 AM Ticket #10577 (add support for ay10 pixel format) created by micolous
ay10 is used by a bunch of ATEM video switchers for still image …
6:52 AM Changeset in ffmpeg [035d187c] by Paul B Mahol <onemda@gmail.com>
avformat/hca: add support for decryption
6:19 AM Ticket #10576 (qsv does not deinterlace properly) updated by AmshTemp
Cc changed
6:10 AM Ticket #10576 (qsv does not deinterlace properly) updated by s170361683
Keywords, Description changed
6:02 AM Ticket #10576 (qsv does not deinterlace properly) updated by s170361683
Cc changed
6:00 AM 50i_sample.m2v attached to Ticket #10576 by s170361683
5:52 AM Ticket #10576 (qsv does not deinterlace properly) created by s170361683
(a sample is attached) using 50i source, DXVA for decoding, and …
5:15 AM Changeset in ffmpeg [63371cde] by Haihao Xiang <haihao.xiang@intel.com>
lavc/av1: Add unit test for level handling Signed-off-by: Fei Wang …
5:15 AM Changeset in ffmpeg [3be81e3b] by Haihao Xiang <haihao.xiang@intel.com>
lavc/vaapi_encode: Add VAAPI AV1 encoder Signed-off-by: Fei Wang …
5:15 AM Changeset in ffmpeg [254c5a81] by Haihao Xiang <haihao.xiang@intel.com>
lavc/vaapi_encode: Separate reference frame into previous/future list …
5:15 AM Changeset in ffmpeg [11b81838] by Haihao Xiang <haihao.xiang@intel.com>
lavc/vaapi_encode: Extract set output pkt property function …
5:15 AM Changeset in ffmpeg [4a440070] by Haihao Xiang <haihao.xiang@intel.com>
lavc/vaapi_encode: Init pic at the beginning of API Signed-off-by: …
5:15 AM Changeset in ffmpeg [695477a] by Haihao Xiang <haihao.xiang@intel.com>
avcodec/cbs_av1: Allow specifying obu size byte length Signed-off-by: …
5:15 AM Changeset in ffmpeg [abe16dae] by Haihao Xiang <haihao.xiang@intel.com>
cbs: Make tracing more general Turn tracing into callbacks for each …
5:15 AM Changeset in ffmpeg [6c3a5d62] by Haihao Xiang <haihao.xiang@intel.com>
avcodec/cbs_av1: Add tx mode enum values Signed-off-by: Fei Wang …
1:04 AM Changeset in ffmpeg [95b5c817] by James Almer <jamrial@gmail.com>
avcodec/extract_extradata: use size_t as parameter type in …

Sep 21, 2023:

10:31 PM Ticket #6815 (Regression recovering broken H264 stream) updated by Balling
Still a problem.
8:41 PM Changeset in ffmpeg [36552917] by Paul B Mahol <onemda@gmail.com>
avformat/cafdec: improve probing
7:42 PM Ticket #10575 (HAP Encoder not available new release) closed by Elon Musk
invalid: FFmpeg does not provide binaries. Report issues to your binary suppliers.
6:44 PM Ticket #10575 (HAP Encoder not available new release) created by jsteinkamp
Hi The newest PC version of ffmpeg does not include HAP encoder The …
6:32 PM Changeset in ffmpeg [ea063171] by Paul B Mahol <onemda@gmail.com>
avcodec/osq: do not return immediately on fatal error
2:16 PM video-segment.init attached to Ticket #10574 by ahutson-bbc
Example init segment for the video track
2:16 PM audio-segment.init attached to Ticket #10574 by ahutson-bbc
Example init segment for the audio track
2:15 PM test.mpd attached to Ticket #10574 by ahutson-bbc
Sample manifest
2:14 PM Ticket #10574 (ffplay / ffmpeg bad retry behaviour upon encountering a 404 on a live ...) created by ahutson-bbc
Summary of the bug: ffmpeg, when used via eg ffplay, upon encountering …

Sep 20, 2023:

8:19 PM Changeset in ffmpeg [33b2646d] by Kieran Kunhya <kierank@obe.tv>
lavf/movenc: enable dvh1 FourCC This is required to pass through …
3:24 PM Changeset in ffmpeg [3951c189] by Zhao Zhili <zhilizhao@tencent.com>
avfilter/vf_smartblur: pass old context to sws_getCachedContext …
6:37 AM Ticket #9339 (tff interlaced encode from progressive not working) closed by elenril
fixed: Should be fixed in 43a0004b5c23dd8258cfe723a5c4e9fd9ee8f5ef.

Sep 19, 2023:

7:28 PM Changeset in ffmpeg [9ef20920] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/cbs_h266_syntax_template: Check num_output_layers_in_ols from …
7:28 PM Changeset in ffmpeg [13d22dc4] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dcadec: Do not explode EAGAIN Fixes: out of array access …
6:24 PM Changeset in ffmpeg [42b20c93] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/decode: EAGAIN is not fully supported in …
4:11 PM Changeset in ffmpeg [63eb6309] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libvpxdec: Remove redundant unreferencing of AVFrame The …
4:00 PM Changeset in ffmpeg [ac64800e] by James Almer <jamrial@gmail.com>
avcodec/extract_extradata: filter what Metadata OBUs are included in …
3:47 PM Changeset in ffmpeg [abc346de] by James Almer <jamrial@gmail.com>
configure: rework parsing --cpu arguments to support all features …
2:51 PM Ticket #10565 (Error submitting a packet to the muxer: Broken pipe, Error muxing a packet) updated by Rob
So this does appear to be a bug in ffmpeg, and the RMTP servers (ossrs …
11:52 AM Ticket #10572 (h265: Total image distortion even on 1% packet loss) updated by Balling
> With "-vcodec hevc_cuvid" and nvidia card stream displayed correctly …
9:44 AM Ticket #2690 (Red Cinema r3d files not supported) updated by Camille
Replying to Peter Kovář: > I wrote PoC GPU accelerated …
6:25 AM Ticket #10572 (h265: Total image distortion even on 1% packet loss) updated by Vasily Evseenko
I known about libav so I reproduce the bug using ffplay Replying to …
5:56 AM Ticket #10573 (ffmpeg watermark by -vcodec libx264) closed by Michael Koch
invalid: This is the bug tracker and not the place for asking questions. Please …
2:07 AM Ticket #10573 (ffmpeg watermark by -vcodec libx264) created by Chosfil
hi i wanna know how to add watermark by -vcodec order , anyone if know …

Sep 18, 2023:

9:13 PM Ticket #10572 (h265: Total image distortion even on 1% packet loss) updated by Balling
>based on libav libav is gone. There is only ffmpeg now. >nvh265dec …
8:18 PM Ticket #10572 (h265: Total image distortion even on 1% packet loss) updated by Vasily Evseenko
Gstreamer pipeline (for tests): gst-launch-1.0 videotestsrc …
8:11 PM h264_0.01_loss.mkv attached to Ticket #10572 by Vasily Evseenko
h264 test with with 1% packet loss
8:11 PM h265_0.01_loss.mkv attached to Ticket #10572 by Vasily Evseenko
h265 test with with 1% packet loss
8:10 PM Ticket #10572 (h265: Total image distortion even on 1% packet loss) created by Vasily Evseenko
Summary of the bug: I use rtp as h265 transport and found that even …
6:11 PM Changeset in ffmpeg [fa20f5cd] by Paul B Mahol <onemda@gmail.com>
avcodec/vlc: add correct upper limit for recursive function
4:52 PM Changeset in ffmpeg [ba9cd06c] by Zhao Zhili <zhilizhao@tencent.com>
avutil/avutil: make AV_TIME_BASE_Q available in C++ ISO C++ forbids …
4:41 PM Changeset in ffmpeg [1c61aa1a] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/jni: make global variables static Reviewed-by: Matthieu …
4:39 PM Changeset in ffmpeg [eb96dda5] by Zhao Zhili <zhilizhao@tencent.com>
avdevice/android_camera: fix missing include for usleep Reviewed-by: …
3:16 PM Changeset in ffmpeg [5d58a35f] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: deprecate the -top option It is badly named (should …
3:15 PM Changeset in ffmpeg [43a0004b] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_enc: apply -top to individual encoded frames Fixes #9339.
3:15 PM Changeset in ffmpeg [74b643a5] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_enc: refactor setting encoding field_order Merge three …
3:10 PM Changeset in ffmpeg [85e07558] by Anton Khirnov <anton@khirnov.net>
lavf: deprecate AVFMT_FLAG_SHORTEST It was added in cb114ed4640 with …
12:43 PM Changeset in ffmpeg [9b454fda] by Leo Izen <leo.izen@gmail.com>
avformat/libssh: avoid deprecated functions Avoid using the …
12:36 PM Ticket #6995 (Support USM format) closed by Elon Musk
fixed: Added in 9e1ea3caba5effaf9c7596dc178bd457439d638f
11:28 AM Ticket #10565 (Error submitting a packet to the muxer: Broken pipe, Error muxing a packet) updated by Rob
Hi, Thank you for taking the time to look into this. In my example, …
10:36 AM Changeset in ffmpeg [da1d5677] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pthread_frame: Constify src pointees Reviewed-by: Paul B …
10:35 AM Changeset in ffmpeg [1046cfe3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pthread_frame: Remove FF_API_SLICE_OFFSET Since …
8:28 AM Ticket #10566 (AV1 decoding with -hwaccel d3d11va performance issue) closed by Evgeny
invalid
6:38 AM Ticket #10571 (libvorbis vs vorbis) updated by cherniaev.andrei
Description changed
6:02 AM Ticket #10571 (libvorbis vs vorbis) updated by Elon Musk
Nope, get FFmpeg build with libvorbis encoder.…
5:35 AM Ticket #10565 (Error submitting a packet to the muxer: Broken pipe, Error muxing a packet) updated by winlin
This is caused by timecode of FFmpeg, SRS RTMP server fixed by …
2:41 AM Ticket #10565 (Error submitting a packet to the muxer: Broken pipe, Error muxing a packet) updated by Rob
Hi Steven, It's late here and I will follow up with your requested …
2:30 AM Ticket #10565 (Error submitting a packet to the muxer: Broken pipe, Error muxing a packet) updated by Steven Liu
Looks the problem is happened when it publish timecode stream: […]
2:12 AM Ticket #10565 (Error submitting a packet to the muxer: Broken pipe, Error muxing a packet) updated by Steven Liu
[…] I look at the rtmp server log about the error mesage as your …
1:31 AM Ticket #10565 (Error submitting a packet to the muxer: Broken pipe, Error muxing a packet) updated by Steven Liu
[…] write flv ok. […] push rtmp ok […] get …
12:55 AM Changeset in ffmpeg [0e6fdebd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp3: Simplify shuffling frames, fix crash on alloc error When …
12:55 AM Changeset in ffmpeg [3614f7e1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp3: Fix undefined pointer arithmetic When decoding a …
12:55 AM Changeset in ffmpeg [f9b6e3e4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pthread_frame: Only set PerThreadContext* when frame-threading …
12:55 AM Changeset in ffmpeg [19821134] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/threadframe: Move ff_thread_can_start_frame() to thread.h It …
12:55 AM Changeset in ffmpeg [bca2651a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pthread_frame: Fix doxygen comments The '<' in /< says that …
12:55 AM Changeset in ffmpeg [aa8e3f03] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pthread_frame: Remove unused enum values No longer used since …
12:55 AM Changeset in ffmpeg [7b2ed4d5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/thread: Remove outdated documentation Signed-off-by: Andreas …
12:36 AM Ticket #10571 (libvorbis vs vorbis) updated by cherniaev.andrei
Replying to Elon Musk: > Native vorbis encoder is …

Sep 17, 2023:

9:39 PM Ticket #10565 (Error submitting a packet to the muxer: Broken pipe, Error muxing a packet) updated by Steven Liu
Please provide the command line you tested together with the complete, …
4:32 PM Ticket #10571 (libvorbis vs vorbis) closed by Elon Musk
invalid: Native vorbis encoder is experimental and thus not usable for …
1:32 PM libav_MJPEG-transcode-VP9_C_Universe-main.zip attached to Ticket #10571 by cherniaev.andrei
git repo to get error 'could not find the proper codec'
1:31 PM Ticket #10565 (Error submitting a packet to the muxer: Broken pipe, Error muxing a packet) updated by Rob
It looks like this is a similar issue when this command is run: …
1:30 PM Ticket #10571 (libvorbis vs vorbis) created by cherniaev.andrei
Wiki says "Please note it is not recommended to use the experimental …
10:55 AM Changeset in ffmpeg [5acc3c4] by Paul B Mahol <onemda@gmail.com>
avcodec/vmixdec: improve quality factors
10:52 AM Ticket #10559 (vmix: first frame decodes with artefacts) closed by Elon Musk
fixed: Probably fixed in 5acc3c4cff88de1ced1c4d9c6070b708613b43c1
9:17 AM Changeset in ffmpeg [9e1ea3ca] by Paul B Mahol <onemda@gmail.com>
avformat: add CRI USM demuxer
9:17 AM Changeset in ffmpeg [f7dc5d76] by Paul B Mahol <onemda@gmail.com>
avcodec/lagarith: use VLC for prob code length
9:11 AM Changeset in ffmpeg [1ac2769] by Paul B Mahol <onemda@gmail.com>
avcodec/adx_parser: make packet split work if nb_channels is set
9:11 AM Changeset in ffmpeg [c5effe7d] by Paul B Mahol <onemda@gmail.com>
avfilter/x86/af_afir: add FMA3 SIMD
7:56 AM Ticket #10570 (No such filter: 'drawtext') closed by Elon Musk
invalid: As mentioned in documentation, drawtext filter now also needs harfbuzz …
1:46 AM Ticket #10570 (No such filter: 'drawtext') updated by BlackPlatypus
Description changed
1:39 AM Ticket #10570 (No such filter: 'drawtext') created by BlackPlatypus
Summary of the bug: drawtext is missing even when compiled with …

Sep 16, 2023:

6:47 PM Changeset in ffmpeg [5f81043] by Michael Niedermayer <michael@niedermayer.cc>
avformat/hls: reduce default max reload to 3 The 1000 did result in …
6:47 PM Changeset in ffmpeg [80f6e037] by Michael Niedermayer <michael@niedermayer.cc>
avformat/format: Stop reading data at EOF during probing Issue found …
12:55 PM Changeset in ffmpeg [b5c07a3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp3: Don't truncate ptrdiff_t Reviewed-by: Paul B Mahol …
12:54 PM Changeset in ffmpeg [11a9aab6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp3: Use range-based loop variables Motivated by: #if …
12:54 PM Changeset in ffmpeg [5022be4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp3: Add const where appropriate Signed-off-by: Andreas …
12:54 PM Changeset in ffmpeg [9c945811] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp3: Move work after ff_thread_finish_setup all_fragments is …
12:54 PM Changeset in ffmpeg [4dae62f7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dnxhddec: Use VLC symbol table to avoid lookup Reviewed-by: …
3:01 AM Ticket #7570 (fate-h264-conformance-frext-hpcafl_bcrm_c failes with THREADS=3) updated by mkver
tsan shows races with this one: […] It also shows the same races …
Note: See TracTimeline for information about the timeline view.