Timeline



Mar 25, 2025:

11:59 PM Changeset in ffmpeg [08e334e4] by James Almer <jamrial@gmail.com>
avformat/movenccenc: add support for CENC AV1 encryption …
11:38 PM Changeset in ffmpeg [5631704d] by James Almer <jamrial@gmail.com>
avcodec/cbs: allow fine tunning selection of features Core framework …
11:10 PM SponsoringPrograms/GSoC/2025 edited by Lynne
Add a ProRes Vulkan encoder task (diff)
3:19 PM Ticket #11527 (When using tee to live stream to youtube - image that is streamed on ...) updated by bojanv55
I was missing "-flags +global_header" Now it is ok…
2:59 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by gamer191
> That really matters appears to be the arbitrary "file://" support in …
2:50 PM Ticket #11528 (Intermittent sound loss playing DSD (".dsf") in FFplay and harmonoid) updated by bleak8197
Description changed
2:49 PM Ticket #11528 (Intermittent sound loss playing DSD (".dsf") in FFplay and harmonoid) updated by bleak8197
A similar problem occurs in the harmonoid. …
2:09 PM Changeset in ffmpeg [3e0b38ed] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: also store a pointer to the start of the tile group …
12:25 PM Ticket #11515 (Consider NV12 / P010 output pixel format support) updated by Balling
BTW, NV61 is still missing format. We only have NV16. Even though it …
12:22 PM Ticket #10775 (More sensible HEVC handling for HLS creation) updated by Balling
> If the HLS protocol only supports "hvc1" in such: No. OMG, it is …
10:38 AM Changeset in ffmpeg [d435b641] by Michael Niedermayer <michael@niedermayer.cc>
MAINTAINERS: Add myself will move to specific areas once they are …
10:38 AM Changeset in ffmpeg [8af28d2e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Eliminate index_stack and delta_stack This reduces …
10:32 AM Changeset in ffmpeg [051fd03] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Heuristic to select fixed in float multipliers …
10:32 AM Changeset in ffmpeg [a33908d0] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Factorize s.last_val update out Sponsored-by: …
10:32 AM Changeset in ffmpeg [836add03] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Simplify last_val update Sponsored-by: Sovereign …
10:31 AM Changeset in ffmpeg [4b24c5ba] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: introduce step to simplify code Sponsored-by: …
10:24 AM Changeset in ffmpeg [e9cfed35] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: eliminate if() Signed-off-by: Michael Niedermayer …
10:24 AM Changeset in ffmpeg [522fc389] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1dec: replace literal 65535 by what it is should make the …
10:24 AM Changeset in ffmpeg [5ca14b23] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1dec: compute end instead of hardcoding it and test for …
10:24 AM Changeset in ffmpeg [38135596] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: remap table size is 1<<bits_per_raw_sample not fixed …
10:24 AM Changeset in ffmpeg [e619b0d8] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: remap mode 2 is for floats only (you could use it …
1:30 AM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) updated by MasterQuestionable
͏    "-v debug" with the capture command... ͏    Playing the …
12:55 AM Ticket #11529 (Stack Trace / dumped core) created by marshalleq
Summary of the bug: Hi, I'm getting a stack trace, which has been …

Mar 24, 2025:

10:10 PM Ticket #11528 (Intermittent sound loss playing DSD (".dsf") in FFplay and harmonoid) created by bleak8197
Operating system and version: Windows 11 Pro x64 24H2 3rd batch update …
8:39 PM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) updated by Kirill A. Korinsky
Here an output of: 1. `ffplay -autoexit -v debug …
8:21 PM Ticket #11497 (channelsplit regression: no longer supports custom channel_layouts ...) updated by moralapostel
Component changed
7:36 PM Changeset in ffmpeg [8b2372ca] by Gyan Doshi <ffmpeg@gyani.pro>
ffmpeg-filter: check for initialized graph Don't drop frame if graph …
7:34 PM Changeset in ffmpeg [044664ac] by James Almer <jamrial@gmail.com>
avcodec/ffv1enc: remove mixed declarations and code Signed-off-by: …
7:32 PM Changeset in ffmpeg [a4cf0979] by James Almer <jamrial@gmail.com>
avcodec/ffv1enc: update missing Unit accesses inside av_assert2 Fixes …
7:25 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by MasterQuestionable
͏    That really matters appears to be the arbitrary "file://" …
6:45 PM wrong_aspect_ratio.jpg attached to Ticket #11527 by bojanv55
How it looks on youtube
6:45 PM Ticket #11527 (When using tee to live stream to youtube - image that is streamed on ...) created by bojanv55
Summary of the bug: When using tee to stream image+audio to youtube, …
4:55 PM Changeset in ffmpeg [702239bc] by James Almer <jamrial@gmail.com>
avcodec/ffv1enc: reduce stack usage Fixes failures in some systems …
1:10 PM Changeset in ffmpeg [fee5b0a3] by James Almer <jamrial@gmail.com>
fftools/ffmpeg_filter: ensure ifp is set before dereferencing it …
12:46 PM Changeset in ffmpeg [5dcf566f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1: Implement 2D RLE for remap ATM this performs as well or …
12:46 PM Changeset in ffmpeg [0538b4c5] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1dec: remove unused var
12:46 PM Changeset in ffmpeg [e19496fe] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: remap allows using rice golomb with more bits …
12:46 PM Changeset in ffmpeg [171060d5] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1: 32-bit float sample support Sponsored-by: Sovereign …
12:46 PM Changeset in ffmpeg [62c7d089] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1: Fix remap ordering Sponsored-by: Sovereign Tech Fund …
11:00 AM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by Gyan
Pushed as 323cb8c61ea157e01ae98f5a2e3acb8208cfc84a
10:48 AM Changeset in ffmpeg [cbbc927a] by Gyan Doshi <ffmpeg@gyani.pro>
ffmpeg: add per-stream input option drop_changed This is a …
10:47 AM Changeset in ffmpeg [323cb8c6] by Gyan Doshi <ffmpeg@gyani.pro>
ffmpeg_demux: set default for readrate_catchup to be 5% faster The …
10:47 AM Changeset in ffmpeg [6fb1bbd7] by Gyan Doshi <ffmpeg@gyani.pro>
avfilter/scale: remove duplicate block Added in bb80445813
9:48 AM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by gamer191
Another breakage, this time with the .fmp4 extension: …
9:10 AM Ticket #11515 (Consider NV12 / P010 output pixel format support) updated by Robert Mader
FTR. in the related discussion at …
7:42 AM Ticket #11363 (MediaCodec ceased working in new Android for JVM cause) updated by MasterQuestionable
Summary changed
͏    Likely another instance: ͏    "NOTICE: Termux may be unstable on …
7:21 AM Ticket #11526 (cmfv and cmfa not in hls allowed_extensions) closed by MasterQuestionable
duplicate: ͏    https://trac.ffmpeg.org/ticket/11435#comment:12
6:54 AM Changeset in ffmpeg [51b61ec] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/libuavs3d: pixel format should be native endian …
6:54 AM Changeset in ffmpeg [2a189d44] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/avs3_parser: pixel format should be native endian …
6:53 AM Changeset in ffmpeg [1731eba2] by Zhao Zhili <zhilizhao@tencent.com>
avformat/mov: generalize sgpd_sync index lookup The function has a …
6:53 AM Changeset in ffmpeg [c6214b0d] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/vt: Don't restart decoder when confronted with …
6:05 AM Ticket #11363 (MediaCodec ceased working in new Android for JVM cause) updated by RandomPerson
Termux doesn't emulate a Java Virtual machine, it worked for a while, …
5:15 AM Ticket #11526 (cmfv and cmfa not in hls allowed_extensions) updated by gamer191
Description changed
4:43 AM Ticket #11526 (cmfv and cmfa not in hls allowed_extensions) created by gamer191
Summary of the bug: Cmfv and cmfa are not in ffmpeg's HLS demuxer's …

Mar 23, 2025:

11:17 PM Ticket #11499 (Better handling for atypical streams (random attachment etc.) in ...) updated by MasterQuestionable
Summary, Type, Component, Version, Analyzed by developer, Cc changed
͏    Maybe it should just copy as-is. (for unknown streams) ͏    See …
10:52 PM Ticket #10775 (More sensible HEVC handling for HLS creation) reopened by MasterQuestionable
͏    If the HLS protocol only supports "hvc1" in such: ͏    Probably …
10:30 PM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) updated by MasterQuestionable
Analyzed by developer changed
͏    Probably indeed problems in FFmpeg code. ͏    Need device …
10:19 PM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) updated by Kirill A. Korinsky
1. The same device works on macOS laptop, I haven't tried ffmpeg, but …
10:14 PM Ticket #11522 (Certain URI-based protocols not properly handling URI encoding) updated by MasterQuestionable
Summary, Keywords changed
10:08 PM Ticket #11522 (Certain URI-based protocols not properly handling URI encoding) updated by MasterQuestionable
Summary, Version, Keywords, Analyzed by developer, Cc changed
9:58 PM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) updated by MasterQuestionable
Component, Keywords, Cc changed
͏    Consult the equipment's manufacturer (or its driver author) perhaps?
9:40 PM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by MasterQuestionable
Component, Analyzed by developer, Cc changed
͏    "error" and "works" commands (comment:2) are identical. ͏    …
8:50 PM Ticket #11508 (MediaCodec as a whole is broken) updated by MasterQuestionable
Cc changed
͏    "No Java virtual machine has been registered" ͏    …
8:49 PM Ticket #11363 (MediaCodec ceased working in new Android for JVM cause) updated by MasterQuestionable
Summary changed
͏    See also: ͏    https://trac.ffmpeg.org/ticket/11508 ("No Java …
3:25 PM Changeset in ffmpeg [26f2f03e] by Kieran Kunhya <kierank@obe.tv>
swscale/x86/rgb2rgb: optimize AVX2 version of uyvytoyuv422 Currently …
1:14 PM Changeset in ffmpeg [fc44ccd9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure: Add EXR decoder->bswapdsp dependency Needed on BE systems. …

Mar 22, 2025:

10:36 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by jb_alvarado
Sounds good, thank you!
1:45 PM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by ffmpegScale
Yeah, I tested it with the attached file. Behaves as reported error …
1:42 PM in.mkv attached to Ticket #11500 by ffmpegScale
12:43 PM Ticket #11525 (Better frame dropping logic for live streams to avoid unjustifiable ...) created by Kirill A. Korinsky
Summary of the bug: When I use Elgato Facecam Pro is frozen an …
2:45 AM Changeset in ffmpeg [9f0970ee] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tests/checkasm/videodsp: Don't use declare_func_emms It allows the …
2:35 AM Changeset in ffmpeg [c9414335] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/libm: Only include intfloat.h when needed Signed-off-by: …

Mar 21, 2025:

4:58 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) closed by Ilya Esin
invalid: Important part of description was ignored by me. Color format, only …
4:56 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) updated by Ilya Esin
OH! Now I see it. `Color format, only yuv420 is supported at this …
4:55 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) updated by galad
You ignored the "only yuv420 is supported at this time" part, just …
4:55 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Lastique
I analyzed samples in Audacity, and it looks like an int16 overflow …
4:53 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) updated by Ilya Esin
Hey galad, I kinda puzzled then. Docs for …
4:49 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) updated by galad
SVT-AV1 can do only 4:2:0 8-bit and 4:2:0 10-bit.
4:47 PM g726-24-output.wav attached to Ticket #11524 by Lastique
G726 24 kbit/s clip
4:46 PM g726-16-output.wav attached to Ticket #11524 by Lastique
G726 16 kbit/s clip
4:46 PM input.wav attached to Ticket #11524 by Lastique
Input audio clip
4:45 PM Ticket #11524 (g726(le) produces clicks in encoded audio) created by Lastique
Summary of the bug: The G726 and G726LE codecs sometimes produce …
4:45 PM Ticket #11523 (Conflicting requirements while encoding with SVTAV1) created by Ilya Esin
Summary of the bug: I'm getting warning "Incompatible pixel format …
4:36 PM Changeset in ffmpeg [07911023] by Dmitrii Ovchinnikov <ovchinnikov.dmitrii@gmail.com>
avcodec/amfenc: add smart access video option This commit adds option …
4:36 PM Changeset in ffmpeg [5b460bde] by Dmitrii Ovchinnikov <ovchinnikov.dmitrii@gmail.com>
libavutil/hwcontext_amf: add format validation in transfer_data functions
3:30 AM Changeset in ffmpeg [e5d62e20] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avdevice/sdl2: Suppress macro redefinition warning SDL2's headers …
3:30 AM Changeset in ffmpeg [94fd2222] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mathtables: Fix inaccurate macro name Signed-off-by: Andreas …
3:30 AM Changeset in ffmpeg [65154ba9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
swscale/tests/swscale: Fix potential buffer overflow The field width …
3:30 AM Changeset in ffmpeg [dff498fd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/csp: Improve enum range comparisons The underlying integer …
2:33 AM Ticket #11491 (n7.1.1 fails to build with some options (but not on master), backport ...) closed by James
fixed: Cherry picked to release/7.1 branch as …

Mar 20, 2025:

5:02 PM Changeset in ffmpeg [0ce405af] by James Almer <jamrial@gmail.com>
avfilter/vf_zscale: add support for grayscale formats Signed-off-by: …
5:02 PM Changeset in ffmpeg [c3522716] by James Almer <jamrial@gmail.com>
avfilter/vf_zscale: add support for half precision float RGB formats …
12:15 PM Ticket #11522 (Certain URI-based protocols not properly handling URI encoding) updated by Cigaes
The paths for FFmpeg are mostly not URLs, even though they are …
8:52 AM Changeset in ffmpeg [76f09ab] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/webvttdec: update documentation The previous link lead to a …
6:10 AM Changeset in ffmpeg [b857bf9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hevc/hevcdec: Simplify access to luma plane It is always set …
6:10 AM Changeset in ffmpeg [4505257] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/proresenc_kostya: Don't cast const away needlessly The …
6:10 AM Changeset in ffmpeg [d76ae080] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/svq1enc: Don't add to NULL It is undefined behavior. Pass a …
6:10 AM Changeset in ffmpeg [02c16b48] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Don't add to NULL It is undefined behavior. Fixes …
6:10 AM Changeset in ffmpeg [fbcc943b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/h261enc: Don't use (size_t)-1 Fixes "runtime error: addition …
5:37 AM Ticket #11522 (Certain URI-based protocols not properly handling URI encoding) created by helpimnotdrowning
Summary of the bug: I originally discovered this when trying to play a …
12:32 AM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by James
Can you share that in.mkv sample, or another one to reproduce this issue?

Mar 19, 2025:

8:02 PM Changeset in ffmpeg [950ad969] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: codec20 decoder codec20 is raw uncompressed image data. …
8:02 PM Changeset in ffmpeg [fd6bfaab] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: ignore codec45 Codec45 is used in some RA2 videos on …
8:02 PM Changeset in ffmpeg [b48bd233] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: implement STOR/FTCH for ANIMv1 Handle STOR/FTCH the …
7:58 PM Changeset in ffmpeg [8a045260] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: codec37: reimplement comp4 Compression 4 code 0 means …
7:58 PM Changeset in ffmpeg [fb951b26] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: codec4/5/33/34 decoder This codec works on 4x4 pixel …
7:58 PM Changeset in ffmpeg [e1fd6bc8] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: codec21 decoder similar to codec23, this one …
7:58 PM Changeset in ffmpeg [77b5a0c1] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: codec23 decoder This codec alternatingly skips and …
7:58 PM Changeset in ffmpeg [968ffbe6] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: codec2 decoder this codec consists of 4 byte packets: …
7:58 PM Changeset in ffmpeg [aa2f2be] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: fix codec3 codec3 is codec1 which writes zero values …
7:58 PM Changeset in ffmpeg [fd9b92b2] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: better ANIMv1 engine support - clear the front buffer …
7:58 PM Changeset in ffmpeg [93b0ca26] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: better frame size detection for old codecs The size of …
7:58 PM Changeset in ffmpeg [f6c6ba95] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: FOBJ left/top are signed values The left/top parameters …
7:58 PM Changeset in ffmpeg [a48dd03] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: disable left/top for fullscreen codecs The block-based …
1:42 PM Ticket #11521 (Radeon VAAPI vulkan sync issue) created by neatnoise
How to reproduce: - Start the Sunshine server (git master) that uses …
12:34 PM Changeset in ffmpeg [f7e6070c] by James Almer <jamrial@gmail.com>
avutil/tests/pixfmt_best: add more semi planar format tests …
12:34 PM Changeset in ffmpeg [b8dc8752] by James Almer <jamrial@gmail.com>
swscale/output: add support for NV20 Signed-off-by: James Almer …
12:31 PM Changeset in ffmpeg [2f856b48] by James Almer <jamrial@gmail.com>
swscale/input: add support for NV20 Signed-off-by: James Almer …
12:20 PM Ticket #10786 (CODECS for HLS mux hard coded to 4) closed by Jack Lau
fixed
11:38 AM Ticket #10786 (CODECS for HLS mux hard coded to 4) updated by Steven Liu
Great job, Thanks Jack Lau fix by commit: …
11:20 AM Changeset in ffmpeg [1502551d] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: fix CODECS Attribute hard code in hevc …
11:10 AM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by Gyan
I've posted a patch to set a higher default for readrate_catchup, so …
10:11 AM Changeset in ffmpeg [b75b568] by Gyan Doshi <ffmpeg@gyani.pro>
configure: improve ar test for response files
12:20 AM Ticket #11520 (Build failure on riscv64/musl due to undefined __NR_riscv_hwprobe) created by Michael Orlitzky
The build currently fails on riscv/musl because __NR_riscv_hwprobe

Mar 18, 2025:

10:06 PM Changeset in ffmpeg [c0b7f81] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/Makefile: Skip ffv1_vulkan.h in checkheaders unless vulkan is …
8:21 PM Changeset in ffmpeg [bf22c4cc] by James Almer <jamrial@gmail.com>
avutil: only duplicate hal2float and float2half in shared builds …
4:41 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by jb_alvarado
Yes I understand. But when I'm not using the catchup parameter I would …
4:09 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by Gyan
I tested with a couple of other files and I did get a lower speed with …
3:32 PM Ticket #11510 (Hardware accelerator failed to decode picture - Videotoolbox HEVC) updated by quinkblack
The issue is complex than I thought. It can be workarounded by …
3:03 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by jb_alvarado
Have you try a 25 fps video? By me I get different rates, when I use …
2:05 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by Gyan
Tested -re with a HD file and I cannot reproduce this. Test with …
1:20 PM Waveform edited by danadam
remove leftover link to overlay (diff)
1:19 PM Waveform edited by danadam
audacity-like look (diff)
1:12 PM showwavespic_like_audacity.png attached to Waveform by danadam
1:01 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) reopened by jb_alvarado
12:45 PM Changeset in ffmpeg [81c50c33] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/Makefile: Only compile executor when VVC decoder is enabled …
12:45 PM Changeset in ffmpeg [6bd4e8bf] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vvc/Makefile: Move VVC decoder->h2645data dep to lavc/Makefile …
12:40 PM Ticket #11469 (ffmpeg_demux: readrate plays "catch up" if output is blocked, then ...) updated by jb_alvarado
@Gyan, this patch breaks -re and -readrate 1. When I use now …
10:05 AM Changeset in ffmpeg [740d4009] by Gyan Doshi <ffmpeg@gyani.pro>
ffbuild: use response files only if ar accepts them
3:46 AM Ticket #11515 (Consider NV12 / P010 output pixel format support) updated by Balling
Software decoders still struggle with 4K VP9 sdr 8 bit on my Intel …
12:25 AM Ticket #11518 (Missing ff_tlog due to Commit 0978fea7fa78782377c8b537969f4df1773d82ac) closed by Timo Rothenpieler <timo@rothenpieler.org>
fixed: In [changeset:"2de14c3e03ed2ba56d13b726e209d0af8a548d7c/ffmpeg"
12:25 AM Ticket #11519 (Undefined symbol: ff_init_float2half_tables from Commit ...) closed by Timo Rothenpieler <timo@rothenpieler.org>
fixed: In [changeset:"d54afd4d61479d84a82f1646778ead1dd39ba771/ffmpeg"
12:21 AM Changeset in ffmpeg [2de14c3e] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/tableprint_vlc: fix build with --enable-hardcoded-tables …
12:14 AM Changeset in ffmpeg [d54afd4d] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/Makefile: fix build of exr decoder in odd configs Fixes #11519
12:12 AM Ticket #11518 (Missing ff_tlog due to Commit 0978fea7fa78782377c8b537969f4df1773d82ac) updated by QFox
Description changed
12:08 AM Ticket #11519 (Undefined symbol: ff_init_float2half_tables from Commit ...) created by QFox
Using the configuration below, I got link error […] After …
12:00 AM Ticket #11518 (Missing ff_tlog due to Commit 0978fea7fa78782377c8b537969f4df1773d82ac) updated by QFox
Description changed
Note: See TracTimeline for information about the timeline view.