Timeline



Oct 4, 2022:

9:58 PM Changeset in ffmpeg [c152b697] by Michael Niedermayer <michael@niedermayer.cc>
avformat/vividas: Check packet size Fixes: signed integer overflow: …
9:53 PM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) updated by Balling
That is what can remove experemental status. You did get Plex, …
9:47 PM Changeset in ffmpeg [f1f78e3c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mlpdec: add max channels check Fixes: out of array access …
9:47 PM Changeset in ffmpeg [77164b23] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/speexdec: Check channels > 2 More than 2 channels seems …
9:47 PM Changeset in ffmpeg [5f44489c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/vividas: Check packet size Fixes: signed integer overflow: …
9:47 PM Changeset in ffmpeg [c5f61c99] by Michael Niedermayer <michael@niedermayer.cc>
tests/fate/truehd: Add test for shortened Ticket1726 testcase …
9:46 PM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) updated by Carl Eugen Hoyos
Priority, Component changed
The usage of strict -2 indicates a minor issue.
9:36 PM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) reopened by Balling
This is how I encoded 48 sample, e.g. […]
8:59 PM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) closed by Carl Eugen Hoyos
needs_more_info
4:15 PM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) reopened by Balling
Please reread. The command line is not done with ffmpeg. But with …
4:01 PM Changeset in ffmpeg [042c1966] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pngdec: Don't use unsigned for width, height Otherwise …
4:01 PM Changeset in ffmpeg [04196852] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo_dec: Fix UB NULL + 0 Affected the mpeg2-field-enc …
4:01 PM Changeset in ffmpeg [63b31565] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/aviobuf: Don't use NULL as src for memcpy This might happen …
4:01 PM Changeset in ffmpeg [e95fdf76] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g723_1enc: Fix undefined left-shifts of negative numbers …
4:01 PM Changeset in ffmpeg [e47f3e3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g723_1enc: Remove unnecessary av_clipl_int32() partial_corr …
4:01 PM Changeset in ffmpeg [1e1ddbb7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/zerocodec: Avoid undefined NULL - 0 Fixes the zerocodec …
4:01 PM Changeset in ffmpeg [bf8e40ae] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/wmalosslessdec: Simplify flushing, avoid NULL + 0 Return …
4:01 PM Changeset in ffmpeg [44bdb4ef] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/wmavoice: Check init_get_bits8() Signed-off-by: Andreas …
4:01 PM Changeset in ffmpeg [d5eb74b5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/wmavoice: Don't initialize GetBitContext with buf == NULL …
4:01 PM Changeset in ffmpeg [8a61f663] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avocdec/cavsdsp: Fix undefined pointer arithmetic src2 is used in …
4:01 PM Changeset in ffmpeg [22e7e4e1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vc2enc_dwt: Fix left shifts of negative numbers Fixes the …
4:00 PM Changeset in ffmpeg [3b09e8f5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/jpeg2000dsp: Use unsigned to avoid overflow Affected the …
3:41 PM Changeset in ffmpeg [2fd99aa2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new header It …
3:41 PM Changeset in ffmpeg [ef285d59] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure, avcodec/Makefile: Remove obsolete mpegvideo dependencies …
3:41 PM Changeset in ffmpeg [7cea36f1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg12: Inline ff_mpeg12_common_init() into mpeg12enc.c …
3:41 PM Changeset in ffmpeg [b0c1473f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg12dec: Don't call ff_mpeg12_common_init() It only sets …
3:41 PM Changeset in ffmpeg [fccb23b7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to it It is better place for …
1:28 PM Ticket #9959 (Unrecognized option 'autoexit') closed by Michael Koch
invalid
1:25 PM Ticket #9959 (Unrecognized option 'autoexit') updated by MB SOFT
Replying to Michael Koch: > try to remove the quotation …
1:17 PM Ticket #9959 (Unrecognized option 'autoexit') updated by Michael Koch
try to remove the quotation marks: -f mpegts - | ffplay -autoexit
1:13 PM Ticket #9959 (Unrecognized option 'autoexit') updated by MB SOFT
Replying to Michael Koch: > Because this option exists …
1:09 PM Ticket #9959 (Unrecognized option 'autoexit') updated by Michael Koch
Because this option exists only in FFplay? I'm not sure if this syntax …
1:01 PM Ticket #9959 (Unrecognized option 'autoexit') created by MB SOFT
[…] Why -autoexit is unrecognized?
11:40 AM Changeset in ffmpeg [b92e1414] by James Almer <jamrial@gmail.com>
avcodec: add a bsf to reorder DTS into PTS Starting with an h264 …
10:24 AM Changeset in ffmpeg [8f4b000c] by Martin Storsjö <martin@martin.st>
lavc/aarch64: Add neon implementation for vsse_intra8 Provide …
10:24 AM Changeset in ffmpeg [bad67cb9] by Martin Storsjö <martin@martin.st>
lavc/aarch64: Provide optimized implementation of vsse8 for arm64. …
10:24 AM Changeset in ffmpeg [faea56c9] by Martin Storsjö <martin@martin.st>
lavc/aarch64: Provide neon implementation of nsse8 Add vectorized …
10:24 AM Changeset in ffmpeg [f401a2af] by Martin Storsjö <martin@martin.st>
lavc/aarch64: Add neon implementation for pix_abs8 functions. Provide …
9:55 AM Changeset in ffmpeg [a6bf4d4] by Anton Khirnov <anton@khirnov.net>
lavfi/avf_showspatial: add framerate option Apparently this option …
9:55 AM Changeset in ffmpeg [06758370] by Anton Khirnov <anton@khirnov.net>
lavfi/avf_showfreqs: set frame durations The filter is supposed to …
9:55 AM Changeset in ffmpeg [dc686a0] by Anton Khirnov <anton@khirnov.net>
lavfi/avf_showcqt: set frame durations The filter is supposed to …
9:55 AM Changeset in ffmpeg [7d13c5df] by Anton Khirnov <anton@khirnov.net>
lavfi/avf_avectorscope: set frame durations The filter is supposed to …
9:55 AM Changeset in ffmpeg [ae84484c] by Anton Khirnov <anton@khirnov.net>
lavfi/avf_aphasemeter: set frame durations The filter is supposed to …
9:55 AM Changeset in ffmpeg [ed48d008] by Anton Khirnov <anton@khirnov.net>
lavfi/avf_ahistogram: set frame durations The filter is supposed to …
9:55 AM Changeset in ffmpeg [502892d] by Anton Khirnov <anton@khirnov.net>
lavfi/vf_fps: set frame duration
9:55 AM Changeset in ffmpeg [044d7073] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: move some code from init_output_stream() to …
9:55 AM Changeset in ffmpeg [29188f9c] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: rename OutputStream.sync_opts to next_pts The current …
9:55 AM Changeset in ffmpeg [3c0f532c] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: pass the timestamp to check_recording_time() Stop …
9:55 AM Changeset in ffmpeg [69f770f7] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: stop setting OutputStream.sync_opts for streamcopy It …
9:55 AM Changeset in ffmpeg [76678b71] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: drop never-set OutputStream.first_pts
9:55 AM Changeset in ffmpeg [5188aeaf] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: cosmetics Reindent after previous commit, apply some …
9:55 AM Changeset in ffmpeg [c75be061] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: move forced keyframe processing into its own function
9:55 AM Changeset in ffmpeg [7a994c87] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: drop always-true conditions in_picture->pts cannot be …
9:55 AM Changeset in ffmpeg [3d86a13b] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: drop the -async option It has been deprecated in …
9:54 AM Changeset in ffmpeg [1d326e9] by Anton Khirnov <anton@khirnov.net>
fate/opus: add silk LBRR test (refs #9890) This adds a fate test for …
8:56 AM Changeset in ffmpeg [a11e745b] by Anton Khirnov <anton@khirnov.net>
lavu/fixed_dsp: add missing av_restrict qualifiers The …
6:20 AM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) closed by Carl Eugen Hoyos
needs_more_info
3:41 AM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) created by Balling
Summary of the bug: first of all there is no bug with our ffmpeg …
12:12 AM Ticket #9956 (More than one AAC RDB per ADTS frame is not implemented) updated by tincanfury
Is there something I can do to get my original command to work, or …

Oct 3, 2022:

9:42 PM Ticket #9954 (Can't decode Bink 2 videos) updated by biast12
neither is it useful to not add it and ignore / talk to people like …
9:36 PM Ticket #9956 (More than one AAC RDB per ADTS frame is not implemented) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component changed
Decoding works fine, several error messages are shown though for a …
9:35 PM Ticket #959 (Media 100 codec support.) updated by Carl Eugen Hoyos
Keywords, Component changed
Fixed in 4b6b75c7526e644e3516a79f0379b2e2f75a054d and the subsequent …
9:21 PM Changeset in ffmpeg [d09776d4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/avio: Schedule AVIODirContext to become an opaque type Users …
9:19 PM Changeset in ffmpeg [e4beb307] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/channel_layout: Don't mention dead project Signed-off-by: …
9:19 PM Changeset in ffmpeg [dfe7c7ff] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vorbis: Split data declarations out into new header vorbis.h …
5:15 PM Ticket #9954 (Can't decode Bink 2 videos) closed by Carl Eugen Hoyos
duplicate: Please stop it: It’s neither useful nor necessary.
1:17 PM Ticket #9957 (v4l2_m2m decoding: trying to dequeue capture queue while queue is not ...) updated by trya
Description changed
1:09 PM Ticket #9954 (Can't decode Bink 2 videos) updated by biast12
Replying to Elon Musk: > and not providing anything in …
12:51 PM Ticket #9954 (Can't decode Bink 2 videos) reopened by biast12
Replying to Elon Musk: > OK, after ignoring my nice …
12:40 PM Ticket #9954 (Can't decode Bink 2 videos) updated by Carl Eugen Hoyos
Keywords, Resolution, Component changed
12:37 PM Ticket #9957 (v4l2_m2m decoding: trying to dequeue capture queue while queue is not ...) updated by trya
Related issue on mpv: https://github.com/mpv-player/mpv/issues/10701
12:36 PM Ticket #9957 (v4l2_m2m decoding: trying to dequeue capture queue while queue is not ...) created by trya
Summary of the bug: At the first call of v4l2_receive_frame(), if the …
8:21 AM Ticket #9954 (Can't decode Bink 2 videos) closed by Elon Musk
wontfix: OK, after ignoring my nice behavior this bug is never going to be …

Oct 2, 2022:

11:06 PM Ticket #9956 (More than one AAC RDB per ADTS frame is not implemented) updated by tincanfury
I was unable to connect to the ftp site listed at …
11:05 PM Stray_Pop____2022_07_16_02_59_03_small.aac attached to Ticket #9956 by tincanfury
requested sample
10:15 PM Ticket #9947 (Misbehaving Curves Filter) updated by kesh
Oops, you're right. I must've renamed the test files incorrectly. I've …
10:13 PM out_pchip_correct_one.png attached to Ticket #9947 by kesh
9:53 PM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) updated by Balling
Oh and also cosmetic, but ffmpeg -h encoder=truehd should print …
9:25 PM Ticket #9947 (Misbehaving Curves Filter) updated by Michael Koch
Are you sure that you uploaded the correct output image? It seems to …
8:07 PM Ticket #9954 (Can't decode Bink 2 videos) updated by biast12
Status changed
8:07 PM Ticket #9954 (Can't decode Bink 2 videos) updated by biast12
even looks like they did add "bink 2" support, but there's other …
8:05 PM Ticket #9947 (Misbehaving Curves Filter) updated by kesh
I submitted …
8:03 PM Ticket #9954 (Can't decode Bink 2 videos) updated by biast12
Edit: it was 7 years ago.... https://trac.ffmpeg.org/ticket/4976
8:01 PM 0001-avfilter-vf_curves-add-PCHIP-interpolator-and-interp.patch attached to Ticket #9947 by kesh
8:01 PM out_pchip.png attached to Ticket #9947 by kesh
8:01 PM out_natural.png attached to Ticket #9947 by kesh
8:01 PM test_gray.png attached to Ticket #9947 by kesh
6:52 PM Ticket #9954 (Can't decode Bink 2 videos) reopened by biast12
Replying to Elon Musk: > It decodes fine here with linux …
6:46 PM Ticket #9956 (More than one AAC RDB per ADTS frame is not implemented) updated by Balling
We need a sample.
6:34 PM Ticket #9954 (Can't decode Bink 2 videos) closed by Elon Musk
duplicate: It decodes fine here with linux player. You should really contact Epic …
6:27 PM Changeset in ffmpeg [5f02a261] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rl2: Fix indentation Signed-off-by: Andreas Rheinhardt …
6:27 PM Changeset in ffmpeg [87f24391] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rl2: Fix undefined pointer arithmetic Don't increment …
6:27 PM Changeset in ffmpeg [73f10420] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rl2: Use ptrdiff_t for stride Signed-off-by: Andreas …
6:27 PM Changeset in ffmpeg [b7848d1b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rl2: Don't presume stride to be > 0 Signed-off-by: Andreas …
6:27 PM Changeset in ffmpeg [98aaaf08] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rl2: Remove wrong check This check is intended to be avoid …
6:18 PM Ticket #9954 (Can't decode Bink 2 videos) updated by biast12
Status changed
also i would assume that the rad tool can decrypt a normal bink 2 …
6:17 PM Ticket #9954 (Can't decode Bink 2 videos) reopened by biast12
why haven't it then gotten added yet? it has nearly been a year since …
6:16 PM Changeset in ffmpeg [7eed125d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4audio: Move ff_copy_pce_data() to a header of its own It …
5:45 PM Ticket #9197 (DNG - aspect ratio suddely changes mid-clip) closed by Elon Musk
fixed
5:16 PM Ticket #9956 (More than one AAC RDB per ADTS frame is not implemented) created by tincanfury
Summary of the bug: How to reproduce: …
5:14 PM Ticket #9954 (Can't decode Bink 2 videos) closed by Elon Musk
duplicate: Clearly says its bink 2 container. Already older ticket open for it. …
2:57 PM Ticket #5303 (Support float in tiff) updated by Balling
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20221001230512.271-1- …
2:28 PM Ticket #9954 (Can't decode Bink 2 videos) reopened by biast12
Replying to Elon Musk: It's not a normal Bink 2 i'm …
1:25 PM Ticket #9955 (ERROR: opencv not found using pkg-config) created by rustythehermit
Summary of the bug: How to reproduce: […] Patches should be …
10:21 AM Ticket #9954 (Can't decode Bink 2 videos) closed by Elon Musk
duplicate
9:59 AM Changeset in ffmpeg [5c94b66] by Anton Khirnov <anton@khirnov.net>
lavu: add an APIchanges entry for RISC-V CPU flags Forgotten in …
9:59 AM Changeset in ffmpeg [cc484545] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variable …
9:59 AM Changeset in ffmpeg [793953f4] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: Remove unused do_deinterlace variable Unused since …
9:59 AM Changeset in ffmpeg [1c8e95bd] by Anton Khirnov <anton@khirnov.net>
fftools: Remove unused videotoolbox_init declaration The code that …
9:59 AM Changeset in ffmpeg [d2cf6d16] by Anton Khirnov <anton@khirnov.net>
fftools: Remove unused qsv declarations The code that uses these was …
9:59 AM Changeset in ffmpeg [954784b1] by Anton Khirnov <anton@khirnov.net>
lavc/mediacodecdec_common: enable refcounting of buffers …
9:59 AM Changeset in ffmpeg [8bafe8a4] by Anton Khirnov <anton@khirnov.net>
doc/APIchanges: mention the addition of AV_PIX_FMT_RGB[A]F* lavu …
12:44 AM Ticket #4907 (Support decoding animated WebP images) updated by Balling
Replying to Qian Chang: > Replying to [comment:17 Carl …
12:25 AM Ticket #4907 (Support decoding animated WebP images) updated by Qian Chang
Replying to Carl Eugen Hoyos: I also suggest changing …
12:25 AM Ticket #4907 (Support decoding animated WebP images) updated by Qian Chang
Replying to Carl Eugen Hoyos: I also suggest changing …

Oct 1, 2022:

5:45 PM Ticket #5294 ("Forgot password" should require EITHER email or username, not both) updated by Balling
>If you forget your username, you are fucked Balling is my username, …
5:04 PM Ticket #9954 (Can't decode Bink 2 videos) updated by biast12
Description changed
5:04 PM Ticket #9954 (Can't decode Bink 2 videos) updated by biast12
Description changed
4:54 PM Ticket #5294 ("Forgot password" should require EITHER email or username, not both) updated by jason
Fwiw: https://trac-hacks.org/ticket/10762 and newer related duplicates.
4:07 PM training.bik attached to Ticket #9954 by biast12
It's a Bink 2 Video
4:04 PM Ticket #9954 (Can't decode Bink 2 videos) created by biast12
Summary of the bug: It doesn't wanna decode Bink 2 videos How to …
3:48 PM Ticket #9953 (Issues playing some files in 5.1.x (regression for yuv444p videos on ...) updated by Carl Eugen Hoyos
Priority, Component changed
1:24 PM Ticket #9953 (Issues playing some files in 5.1.x (regression for yuv444p videos on ...) updated by Leon Styhre
Thanks, I got it sorted out, I always use the same output pixel format …
12:42 PM Ticket #9953 (Issues playing some files in 5.1.x (regression for yuv444p videos on ...) updated by Elon Musk
There are functions to get required image stride for each pixel …
12:36 PM Ticket #9953 (Issues playing some files in 5.1.x (regression for yuv444p videos on ...) updated by Leon Styhre
I think I figured it out, instead of using the width of AVFrame after …
11:33 AM Ticket #9953 (Issues playing some files in 5.1.x (regression for yuv444p videos on ...) updated by Leon Styhre
What do you mean it's invalid? What should I pick as filter parameter …
10:52 AM Ticket #959 (Media 100 codec support.) closed by Elon Musk
fixed: Fixed.
10:51 AM Ticket #9953 (Issues playing some files in 5.1.x (regression for yuv444p videos on ...) closed by Elon Musk
invalid: Your code is invalid, it assumes linesize==width. This is generally …
10:19 AM Ticket #9953 (Issues playing some files in 5.1.x (regression for yuv444p videos on ...) created by Leon Styhre
Hi! It seems as if there was a regression introduced in the 5.1.x …
7:33 AM Ticket #9336 (-cpu-used 9 does not work with libaom's realtime mode) updated by veikk0
Within libaom, cpu-used values higher than 6 are just mapped to 6 in …
6:22 AM Ticket #9952 (Imbedded build of ffmpeg in mplayer fails) closed by Carl Eugen Hoyos
invalid
4:38 AM Ticket #9952 (Imbedded build of ffmpeg in mplayer fails) created by George R. Goffe
Summary of the bug:Mplayer uses and imbeds ffmpeg in it's build …
1:16 AM Ticket #4976 (BK2 format support) updated by biast12
Hey, so it looks like some of Apex Legends .bik files are Bink2 so i …

Sep 30, 2022:

5:30 PM Changeset in ffmpeg [b0c7352c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mjpegdec: Fix compilation Regression since …
5:11 PM Changeset in ffmpeg [4b6b75c7] by Paul B Mahol <onemda@gmail.com>
avcodec: add Media 100i decoder
5:10 PM Changeset in ffmpeg [9a494b82] by Paul B Mahol <onemda@gmail.com>
avcodec/mjpegdec: remove not needed operations on channel identifiers
1:45 PM Ticket #9951 (OpenEncodeSessionEx failed: out of memory (10): (no details)) updated by javex
Replying to Balling: > Why P0? Should not it be P8 on …
1:20 PM Ticket #9951 (OpenEncodeSessionEx failed: out of memory (10): (no details)) updated by Balling
Why P0? Should not it be P8 on 34W??
1:07 PM Ticket #9951 (OpenEncodeSessionEx failed: out of memory (10): (no details)) updated by javex
Note the only similar ticket I could find was …
1:05 PM error.log attached to Ticket #9951 by javex
Stderr output from ffmpeg command
1:03 PM Ticket #9951 (OpenEncodeSessionEx failed: out of memory (10): (no details)) created by javex
Summary of the bug: I'm trying to use my Nvidia 1660 Super to …
12:33 PM Changeset in ffmpeg [9d52844a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/tests/pixelutils: Test that all non-hw pix fmts have components …
12:33 PM Changeset in ffmpeg [36e805e9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/tests/pixelutils: Use av_assert0 instead for test tools These …
12:33 PM Changeset in ffmpeg [5fe447bb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only user …
12:33 PM Changeset in ffmpeg [571b670e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/pixdesc: Avoid direct access to pix fmt desc array Instead use …
12:33 PM Changeset in ffmpeg [6d0a7e9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/pixdesc: Remove always-false checks …
6:19 AM Ticket #9336 (-cpu-used 9 does not work with libaom's realtime mode) updated by Balling
Shpuld not it also warn on working 8 if it is used without -usage …
5:25 AM Changeset in ffmpeg [a1bfb529] by Lynne <dev@lynne.ee>
sws/rgb2rgb: RISC-V 64-bit V packed YUYV/UYVY to planar 4:2:2 This is …
5:24 AM Changeset in ffmpeg [9181835a] by Lynne <dev@lynne.ee>
sws/rgb2rgb: RISC-V V interleaveBytes
5:24 AM Changeset in ffmpeg [66a03f40] by Lynne <dev@lynne.ee>
sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions
2:45 AM Changeset in ffmpeg [e5f6918c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Fix undefined left shift of negative numbers Fixes …
2:45 AM Changeset in ffmpeg [fe3c2c8b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/jrevdct: Fix UB left shifts of negative numbers Affected the …
2:40 AM Changeset in ffmpeg [87cc318b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/tiff: Remove commented-out code Also remove a variable that …
1:20 AM Changeset in ffmpeg [5682046c] by Haihao Xiang <haihao.xiang@intel.com>
libavcodec/qsvenc: Let runtime to decide targetUsage Set preset …
1:20 AM Changeset in ffmpeg [a3c0a3e] by Haihao Xiang <haihao.xiang@intel.com>
libavcodec/qsvenc: Let runtime to set default parameter. Unset …
1:20 AM Changeset in ffmpeg [3771d549] by Haihao Xiang <haihao.xiang@intel.com>
libavcodec/qsvenc: Add pic_timing_sei reset support to qsv …
1:20 AM Changeset in ffmpeg [29a3ba8] by Haihao Xiang <haihao.xiang@intel.com>
libavcodec/qsvenc: Add bitrate reset support to qsvenc Signed-off-by: …
1:20 AM Changeset in ffmpeg [17df610] by Haihao Xiang <haihao.xiang@intel.com>
libavcodec/qsvenc: Add framerate reset support to qsv Signed-off-by: …

Sep 29, 2022:

9:37 PM Changeset in ffmpeg [76d8f0dd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ac3dsp: Remove unused parameter Forgotten in …
9:12 PM Ticket #3123 (Request: Support MKV files with ordered chapters) updated by bear
Adding to the downstream Kodi reports above, the downstream Jellyfin …
6:36 PM Ticket #8349 (Dolby AC-4 Support) updated by skyler
Replying to Mark Bumiller: > Thank you for your work! I …
3:00 PM Ticket #9950 (No docs for paletteuse filter option "dither=none") updated by jason
Note: http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html (dated …
2:58 PM Ticket #9950 (No docs for paletteuse filter option "dither=none") created by jason
The [https://ffmpeg.org/ffmpeg-filters.html#paletteuse docs for …
8:29 AM Ticket #9504 (Audio fragment repeated) updated by David Sullivan
Replying to Balling: > Can you open access to …
7:29 AM Changeset in ffmpeg [8089fe07] by Martin Storsjö <martin@martin.st>
aarch64: me_cmp: Avoid using the non-unrolled codepath for the minimum …
7:29 AM Changeset in ffmpeg [6f2ad7f9] by Martin Storsjö <martin@martin.st>
aarch64: me_cmp: Avoid redundant loads in ff_pix_abs16_y2_neon This …
7:28 AM Changeset in ffmpeg [86519234] by Martin Storsjö <martin@martin.st>
arm: vc1dsp: Canonicalize the syntax for aligned NEON loads/stores …
7:28 AM Changeset in ffmpeg [6059ea2a] by Martin Storsjö <martin@martin.st>
riscv: Fix linking without RVV; change #ifdef into #if Signed-off-by: …
7:13 AM Ticket #9949 (When the RTSP plays a TS stream, after the seek operation is ...) updated by wujian
Owner changed
3:50 AM Ticket #9504 (Audio fragment repeated) updated by Balling
Can you open access to https://streams.videolan.org/ffmpeg/incoming/9504?
3:36 AM Ticket #9925 (libplacebo hdr tonemap not working) updated by acedogblast
I am not the original poster for that reddit page but I do have a …
3:05 AM Ticket #9945 (undefined behavior at libavcodec/jpeg2000dwt.c:84:18) closed by Balling
fixed: Fixed in fff010591b35874b4c7a7e9fe00d7541f0b7c994.
1:30 AM Ticket #9949 (When the RTSP plays a TS stream, after the seek operation is ...) updated by wujian
Version changed
1:29 AM Ticket #9949 (When the RTSP plays a TS stream, after the seek operation is ...) updated by wujian
Description changed

Sep 28, 2022:

11:02 PM Changeset in ffmpeg [fff01059] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/jpeg2000dwt: Fix left shift of negative number Fixes the …
10:20 PM Ticket #9412 (HEVC fails to seek on keyframe) reopened by Balling
In other cases we do have separate issues for hevc and avc.
10:05 PM Changeset in ffmpeg [3d8754cd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/display: Drop wrong comments about matrices being allocated …
10:05 PM Changeset in ffmpeg [c35a6709] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/lsp: Make ff_lsp2polyf() static Possible since …
10:05 PM Changeset in ffmpeg [e0980629] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/lsp: Move ff_lsp2polyf() upwards in lsp.c Will avoid a …
10:05 PM Changeset in ffmpeg [ba07c84] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/amrwbdec,lsp: Include mips headers only #if ARCH_MIPS …
9:47 PM Changeset in ffmpeg [6573e65a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aacdectab: Remove empty channel layouts They will be mistaken …
9:44 PM Changeset in ffmpeg [fdff1b9c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/codec_internal: Avoid deprecation warnings for channel_layouts …
9:37 PM Changeset in ffmpeg [43933312] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dirac_dwt: Avoid conversions between function pointers and …
9:23 PM Changeset in ffmpeg [a91ddce6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dirac_dwt(_template): Don't use ff_-prefix for static func …
6:39 PM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) updated by Balling
Mkver? Hey?
6:19 PM Ticket #9925 (libplacebo hdr tonemap not working) updated by Ezav
Keywords changed
I have the same issue. My graphic card work correctly with vulkan, I …
4:08 PM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) updated by Balling
When is this going to be applied??
3:21 PM Changeset in ffmpeg [299253ae] by James Almer <jamrial@gmail.com>
avutil/channel_layout: move and improve the comment about unknown …
3:21 PM Changeset in ffmpeg [bcd2e7d6] by James Almer <jamrial@gmail.com>
avutil/version: bump minor for the new RISC-V cpu flags Forgotten in …
2:27 PM Changeset in ffmpeg [4f022e67] by Paul B Mahol <onemda@gmail.com>
avcodec/mjpegdec: check that index is not negative
1:05 PM Ticket #9937 (libkvazaar encoder produces no output) updated by Jozef Chutka
FFmpeg 5.1 and 4.4 (latest BtbN builds) fails the same way. I am also …
12:13 PM Ticket #9949 (When the RTSP plays a TS stream, after the seek operation is ...) updated by wujian
Description changed
12:10 PM Ticket #9949 (When the RTSP plays a TS stream, after the seek operation is ...) updated by wujian
Status changed
handle_packets determines that the seek operation is performed …
12:06 PM Ticket #9949 (When the RTSP plays a TS stream, after the seek operation is ...) created by wujian
Summary of the bug: add Log print location: int …
10:34 AM Ticket #9948 (set maxrate as percentage) created by WatchSoMuch
I have a great suggestion. allowing maxrate to be set as percentage is …
9:46 AM Changeset in ffmpeg [d3101316] by Lynne <dev@lynne.ee>
lavc/pixblockdsp: RISC-V diff_pixels & diff_pixels_unaligned
9:46 AM Changeset in ffmpeg [ebee2585] by Lynne <dev@lynne.ee>
lavc/pixblockdsp: RISC-V V 16-bit get_pixels & get_pixels_unaligned
9:46 AM Changeset in ffmpeg [676b08cb] by Lynne <dev@lynne.ee>
lavc/pixblockdsp: RISC-V V 8-bit get_pixels & get_pixels_unaligned
9:46 AM Changeset in ffmpeg [2746329c] by Lynne <dev@lynne.ee>
lavc/idctdsp: RISC-V V put_signed_pixels_clamped function
9:46 AM Changeset in ffmpeg [fa983b56] by Lynne <dev@lynne.ee>
lavc/idctdsp: RISC-V V add_pixels_clamped function
9:46 AM Changeset in ffmpeg [b29ee63a] by Lynne <dev@lynne.ee>
lavc/idctdsp: RISC-V V put_pixels_clamped function
9:43 AM Changeset in ffmpeg [c47ebfa1] by Lynne <dev@lynne.ee>
lavu/riscv: helper to read the vector length
8:02 AM Changeset in ffmpeg [dd2e524f] by Martin Storsjö <martin@martin.st>
riscv: Use the correct path for including asm.S Signed-off-by: Martin …
6:56 AM Ticket #9947 (Misbehaving Curves Filter) updated by Michael Koch
Version, Component changed
The issue is also reproducible with a FFmpeg-made input file: ffmpeg …
1:54 AM Changeset in ffmpeg [0e402ebf] by Zane van Iperen <zane@zanevaniperen.com>
format/imfdec: improve error handling when selecting tracks for …

Sep 27, 2022:

10:08 PM Changeset in ffmpeg [0bc7ba44] by Lynne <dev@lynne.ee>
configure: remove mdct15 from the encoder/decoder's list of requirements
9:55 PM Changeset in ffmpeg [2664b39d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avocdec/snowenc: Fix left shift of negative number Fixes the …
6:48 PM Ticket #9336 (-cpu-used 9 does not work with libaom's realtime mode) updated by veikk0
This is still an issue as of current FFmpeg git. Speed setting 10 was …
5:54 PM Encode/AV1 edited by veikk0
mention libaom's realtime mode (diff)
5:35 PM Changeset in ffmpeg [59cb0bd2] by Timo Rothenpieler <timo@rothenpieler.org>
avfilter/vf_extractplanes: add missing break; statement
4:37 PM Changeset in ffmpeg [f5cd00bf] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
ffprobe: Check for invalid matrix error when printing rotation …
4:00 PM Ticket #9947 (Misbehaving Curves Filter) updated by kesh
IMHO, it appears that …
3:55 PM pchip_ffmpeg_curves.png attached to Ticket #9947 by kesh
3:41 PM Ticket #9947 (Misbehaving Curves Filter) updated by kesh
Description changed
3:39 PM Ticket #9947 (Misbehaving Curves Filter) updated by kesh
Description changed
Changed links to attached files (if works
3:37 PM ffmpeg_curves.png attached to Ticket #9947 by kesh
3:37 PM gimp_curves.png attached to Ticket #9947 by kesh
3:36 PM input.png attached to Ticket #9947 by kesh
3:36 PM ffmpeg.log attached to Ticket #9947 by kesh
3:36 PM Ticket #9947 (Misbehaving Curves Filter) created by kesh
Summary of the bug: The curves filter appears to produce a spline, …
11:52 AM Ticket #9946 (NULL passed to memcpy in libavformat/concatdec.c:184) updated by Johannes Kauffmann
It seems that st->codecpar->extradata is NULL.
11:48 AM Ticket #9946 (NULL passed to memcpy in libavformat/concatdec.c:184) created by Johannes Kauffmann
UBSan complains about undefined behaviour for {{{make …
11:19 AM Changeset in ffmpeg [c03f9654] by Lynne <dev@lynne.ee>
lavc/aacpsdsp: RISC-V V stereo_interpolate[0]
11:19 AM Changeset in ffmpeg [a15edb0b] by Lynne <dev@lynne.ee>
lavc/aacpsdsp: RISC-V V hybrid_synthesis_deint
11:19 AM Changeset in ffmpeg [09f90799] by Lynne <dev@lynne.ee>
lavc/aacpsdsp: RISC-V V hybrid_analysis_ileave
11:19 AM Changeset in ffmpeg [15c3a0bd] by Lynne <dev@lynne.ee>
lavc/aacpsdsp: RISC-V V hybrid_analysis This starts with one-time …
11:19 AM Changeset in ffmpeg [e180326a] by Lynne <dev@lynne.ee>
lavc/aacpsdsp: RISC-V V mul_pair_single
11:19 AM Changeset in ffmpeg [b0cacf4c] by Lynne <dev@lynne.ee>
lavc/aacpsdsp: RISC-V V add_squares
11:19 AM Changeset in ffmpeg [453aba71] by Lynne <dev@lynne.ee>
lavc/vorbisdsp: RISC-V V inverse_coupling This uses the following …
11:19 AM Changeset in ffmpeg [220dfd09] by Lynne <dev@lynne.ee>
lavc/fmtconvert: RISC-V V int32_to_float_fmul_array8
11:19 AM Changeset in ffmpeg [47a10b9a] by Lynne <dev@lynne.ee>
lavc/fmtconvert: RISC-V V int32_to_float_fmul_scalar
11:19 AM Changeset in ffmpeg [f41ae62f] by Lynne <dev@lynne.ee>
lavc/audiodsp: RISC-V V scalarproduct_int16
11:19 AM Changeset in ffmpeg [f127a5d2] by Lynne <dev@lynne.ee>
lavc/audiodsp: RISC-V V vector_clipf
11:19 AM Changeset in ffmpeg [27da9514] by Lynne <dev@lynne.ee>
lavc/audiodsp: RISC-V V vector_clip_int32
11:19 AM Changeset in ffmpeg [c1bb19e2] by Lynne <dev@lynne.ee>
lavu/fixeddsp: RISC-V V butterflies_fixed
11:19 AM Changeset in ffmpeg [cd77662] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V scalarproduct_float
11:19 AM Changeset in ffmpeg [b4933706] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V vector_fmul_window
11:19 AM Changeset in ffmpeg [9aeb6aca] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V vector_fmul_reverse
11:19 AM Changeset in ffmpeg [47ce9735] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V butterflies_float
11:19 AM Changeset in ffmpeg [f4ea4504] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V vector_fmul_add
11:19 AM Changeset in ffmpeg [d120ab5b] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V vector_dmac_scalar
11:19 AM Changeset in ffmpeg [c3db27ba] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V vector_fmac_scalar
11:19 AM Changeset in ffmpeg [da169a21] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V vector_dmul
11:19 AM Changeset in ffmpeg [7058af99] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V vector_fmul
11:19 AM Changeset in ffmpeg [89b7ec65] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V vector_dmul_scalar
11:19 AM Changeset in ffmpeg [a6c10d0] by Lynne <dev@lynne.ee>
lavu/floatdsp: RISC-V V vector_fmul_scalar This is based on existing …
11:19 AM Changeset in ffmpeg [39357cad] by Lynne <dev@lynne.ee>
lavu/riscv: fallback macros for SH{1, 2, 3}ADD Those mnemonics …
11:19 AM Changeset in ffmpeg [1b6aee5] by Lynne <dev@lynne.ee>
configure: probe RISC-V Vector extension
11:19 AM Changeset in ffmpeg [0c0a3deb] by Lynne <dev@lynne.ee>
lavu/cpu: CPU flags for the RISC-V Vector extension RVV defines a …
11:19 AM Changeset in ffmpeg [1edac8eb] by Lynne <dev@lynne.ee>
lavc/pixblockdsp: RISC-V I get_pixels Benchmarks on SiFive U74-MC …
11:19 AM Changeset in ffmpeg [04d092e7] by Lynne <dev@lynne.ee>
lavc/audiodsp: RISC-V F vector_clipf RV64G supports MIN & MAX …
11:19 AM Changeset in ffmpeg [746f1ff3] by Lynne <dev@lynne.ee>
lavu/riscv: initial common header for assembler macros
11:19 AM Changeset in ffmpeg [b95e2fbd] by Lynne <dev@lynne.ee>
lavu/cpu: detect RISC-V base extensions This introduces compile-time …
10:22 AM Ticket #9909 (MSVC build failure on Windows when using assembly optimizations) updated by Balling
Owner changed
When are you going to apply this? You have commit access…
8:58 AM Ticket #9934 (FFmpeg failed to runtests due to Test sub-pgs-remux failed with MSVC ...) updated by Balling
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20220807151248.15182- …
8:53 AM Ticket #9945 (undefined behavior at libavcodec/jpeg2000dwt.c:84:18) updated by Balling
I will just live it here: …
Note: See TracTimeline for information about the timeline view.