Timeline



May 29, 2021:

10:02 PM Ticket #8862 (SDL2 / ffplay cannot do linear transfer/not BT.709 matrix for 4:4:4) updated by Balling
What we should do is force -vf scale=in_color_matrix=auto,format=gbrp! …
9:29 PM Changeset in ffmpeg [8d172d94] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: disable s12m timestamps by default Leads to weird …
8:59 PM Changeset in ffmpeg [8d0fea81] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: disable s12m timestamps by default Leads to weird …
8:21 PM Changeset in ffmpeg [8f8a7e49] by Philip Langdale <philipl@overt.org>
avfilter/yadif_cuda: Fix time base for large denominators This is the …
8:21 PM Changeset in ffmpeg [7885ab30] by Philip Langdale <philipl@overt.org>
avfilter/bwdif: Fix time base for large denominators This is the same …
8:15 PM Ticket #8171 (Division by zero bug at libavutil/eval.c:318) closed by Michael Niedermayer
fixed: this was fixed in 90e4862ffa5457ebee53345b9a52df5fd3842ccf
8:09 PM Ticket #8170 (Division by zero at libavutil/rational.h:105) closed by Michael Niedermayer
worksforme: Not reproducable with git master also these floating point division …
6:22 PM Ticket #8152 (signed integer overflow in libavformat/flvenc.c) closed by Michael Niedermayer
fixed: This was fixed in 14d3384cf31a620ff451062f7263942f7fe3a972
6:17 PM Ticket #8003 (Division by zero at libavcodec/aaccoder.c) closed by Michael Niedermayer
fixed: Fixed in a7a7f32c8ad0179a1a85d0a8cff35924e6d90be8
6:14 PM Changeset in ffmpeg [7971f621] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_yadif: Fix handing of tiny images Fixes: out of array …
6:14 PM Changeset in ffmpeg [82ad1b76] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_vmafmotion: Check dimensions Fixes: out of array access …
6:14 PM Changeset in ffmpeg [4c1afa29] by Michael Niedermayer <michael@niedermayer.cc>
avformat/movenc: Check pal_size before use Fixes: assertion failure …
6:14 PM Changeset in ffmpeg [38d18fb5] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/lpc: Avoid floating point division by 0 Fixes: Ticket7996 …
6:14 PM Changeset in ffmpeg [223b5e8a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aacpsy: Avoid floating point division by 0 of norm_fac Fixes: …
6:14 PM Changeset in ffmpeg [a7a7f32c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aacenc: Avoid 0 lambda Fixes: Ticket8003 Fixes: …
9:41 AM Ticket #8240 (heap-buffer-overflow at libavfilter/vf_yadif.c) closed by Michael Niedermayer
fixed: Patch here: …
9:40 AM Ticket #8241 (heap-buffer-overflow at libavfilter/vf_vmafmotion.c) closed by Michael Niedermayer
fixed: Patch here: …
9:39 AM Ticket #8190 (heap-buffer-overflow from libavformat/movenc.c) closed by Michael Niedermayer
fixed: Patch here: …
9:29 AM Ticket #8246 (heap-buffer-overflow at libavfilter/vf_vmafmotion.c:179) closed by Michael Niedermayer
duplicate: Duplicate of #8241
9:22 AM Ticket #8240 (heap-buffer-overflow at libavfilter/vf_yadif.c) updated by Michael Niedermayer
Will post a patch fixing this
8:00 AM Ticket #8241 (heap-buffer-overflow at libavfilter/vf_vmafmotion.c) updated by Michael Niedermayer
Will submit a patch to ffmpeg-devel
7:37 AM Ticket #8190 (heap-buffer-overflow from libavformat/movenc.c) updated by Michael Niedermayer
Will submit a patch to ffmpeg-devel
6:02 AM Changeset in ffmpeg [3300625c] by Gyan Doshi <ffmpeg@gyani.pro>
avfilter/vf_subtitles: allow using embedded fonts ASS subtitles can …

May 28, 2021:

9:52 PM Ticket #9268 (return code 0 when SRT stream fails) closed by Marton Balint
invalid: This looks invalid, if you don't specify -xerror then don't expect …
8:55 PM Ticket #9269 (ffmpeg produces broken files when cutting mp4s) updated by Artem S. Tashkinov
Description changed
8:26 PM Ticket #8003 (Division by zero at libavcodec/aaccoder.c) updated by Michael Niedermayer
Patch avoiding the floating point divisions by 0 is on the …
7:50 PM Ticket #9269 (ffmpeg produces broken files when cutting mp4s) created by Artem S. Tashkinov
Summary of the bug: when fast seeking along with specifying the …
7:47 PM Ticket #7990 (undefined-behavior at libavcodec/snowenc.c and division by zero at ...) updated by Michael Niedermayer
No floating point division by 0 is reproduceable anymore since a long …
6:36 PM Ticket #7990 (undefined-behavior at libavcodec/snowenc.c and division by zero at ...) updated by Michael Niedermayer
I will post a patch to ffmpeg-devel to avoid the floating point division.
6:36 PM Ticket #7996 (Division by zero at libavcodec/lpc.h:155) updated by Michael Niedermayer
I will post a patch to ffmpeg-devel to avoid the floating point division.
6:35 PM Ticket #7995 (Division by zero at libavcodec/aacpsy.c:797:29) updated by Michael Niedermayer
I will post a patch to ffmpeg-devel to avoid the floating point division.
5:21 PM Ticket #7990 (undefined-behavior at libavcodec/snowenc.c and division by zero at ...) closed by Michael Niedermayer
fixed: The 2 undefined shifts in snowenc where fixed in …
4:42 PM Ticket #7995 (Division by zero at libavcodec/aacpsy.c:797:29) closed by Michael Niedermayer
duplicate: The out of array access is a duplicate of #7980 There is no integer …
4:36 PM Ticket #7996 (Division by zero at libavcodec/lpc.h:155) updated by Michael Niedermayer
Resolution changed
4:36 PM Ticket #7996 (Division by zero at libavcodec/lpc.h:155) updated by Michael Niedermayer
Actually the only bug in this is a duplicate of #7980
4:23 PM Ticket #7996 (Division by zero at libavcodec/lpc.h:155) closed by Michael Niedermayer
fixed: The division by 0 happens in floating point and divisions by 0 in …
3:31 PM Changeset in ffmpeg [ebedd26e] by Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mips: Fix specification of instruction name 1.'xor,or,and' …
3:09 PM Ticket #8349 (Dolby AC-4 Support) updated by dotjoel
I just wanted to point out that there is a bounty on this feature. …
2:58 PM Ticket #9266 (ffprobe produces wrong output for compact format) updated by maksut
Carl Eugen Hoyos, I've updated the description with an example without …
2:56 PM Ticket #9266 (ffprobe produces wrong output for compact format) updated by maksut
Description changed
2:54 PM A_monkey_tale_.3gp attached to Ticket #9266 by maksut
12:40 AM Changeset in ffmpeg [e41255cd] by Guo Yejun <yejun.guo@intel.com>
lavfi/dnn_backend_openvino.c: Correct Pointer Type while Freeing This …

May 27, 2021:

10:03 PM Ticket #9266 (ffprobe produces wrong output for compact format) updated by Carl Eugen Hoyos
Please understand that tickets with -v quiet are generally invalid …
10:02 PM Ticket #9268 (return code 0 when SRT stream fails) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
9:49 PM Ticket #9268 (return code 0 when SRT stream fails) created by Elliott
When ffmpeg is playing an SRT stream and that stream disappears …
9:23 PM Ticket #9267 ("My reported tickets" query not working) updated by Balling
Yes, I also saw that and https://trac.ffmpeg.org/report/11 too.
7:17 PM Ticket #9267 ("My reported tickets" query not working) created by Elliott
I am unable to see a list of my reported tickets at this URL: …
3:43 PM Changeset in ffmpeg [8205f32] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/yadif: Fix time base for large denominators This fixes an …
3:43 PM Changeset in ffmpeg [26d3c81b] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/exr: More strictly check dc_count Fixes: out of array access …
3:43 PM Changeset in ffmpeg [48342aa0] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/exr: x/ymax cannot be INT_MAX The code uses x/ymax + 1 so the …
3:41 PM Changeset in ffmpeg [b752d195] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/error_resilience: cleanup mpeg2 handling After this, the loop …
3:41 PM Changeset in ffmpeg [f8611ae1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avio: Check av_opt_copy() for failure Fixes: CID1477416 …
3:41 PM Changeset in ffmpeg [36a3a505] by Michael Niedermayer <michael@niedermayer.cc>
avformat/moflex: Remove unneeded format variable Fixes: CID1477423 …
1:29 PM Changeset in ffmpeg [918fc9a] by James Almer <jamrial@gmail.com>
avutil/mem: check for max_alloc_size in av_fast_malloc() This puts …
1:29 PM Changeset in ffmpeg [786be70e] by James Almer <jamrial@gmail.com>
avutil/mem: make ff_fast_malloc() internal to mem.c Signed-off-by: …
1:28 PM Changeset in ffmpeg [e44cb736] by James Almer <jamrial@gmail.com>
avcodec/utils: don't use ff_fast_mallocz() in av_fast_padded_malloc() …
11:35 AM Ticket #9266 (ffprobe produces wrong output for compact format) created by maksut
ffprobe produces wrong output for compact format when: 1. stream has …
9:42 AM Ticket #9260 (avcodec_open2 fails for raw video (AV_CODEC_ID_RAWVIDEO) in 32-bit ...) updated by Thomas
Thanks A LOT mkver! You were right. I was linking with a previous …

May 26, 2021:

8:26 PM Ticket #9265 (libavcodec/opus_silk.c:237: wrong size buffer ?) created by dcb
libavcodec/opus_silk.c:237:5: warning: ‘silk_lsp2poly’ accessing 64 …
7:19 PM Ticket #9262 (encodding error with hevc/mp4) closed by Carl Eugen Hoyos
needs_more_info
7:06 PM Ticket #9262 (encodding error with hevc/mp4) updated by Carl Eugen Hoyos
Keywords, Component changed
Feel free to reopen this ticket if the issue is reproducible with …
7:02 PM Ticket #9264 (libavdevice/xv.c: 317: supplying not enough memory ?) updated by Carl Eugen Hoyos
Version, Component, Description changed
Please send your patch - made with git format-patch - to the FFmpeg …
5:43 PM Ticket #5733 (Dolby-E decoding) updated by Balling
Replying to richardpl: > because your behaviour here is …
5:10 PM Ticket #5733 (Dolby-E decoding) updated by Elon Musk
because your behaviour here is unacceptable.
3:40 PM Ticket #9185 (ffmpeg flac decoder incorrectly finds junk frame) updated by Mattias Wadman
Maybe interesting note, the flac file was written by ffmpeg […] …
3:07 PM Ticket #9264 (libavdevice/xv.c: 317: supplying not enough memory ?) created by dcb
[…] but […] and […] data has to be 4, not 3.
11:30 AM flac_junk_frame_issue3.flac attached to Ticket #9185 by Mattias Wadman
11:30 AM Ticket #9185 (ffmpeg flac decoder incorrectly finds junk frame) updated by Mattias Wadman
-threads 1 makes flac_junk_frame_issue2.flac work for me also. I …
8:56 AM Ticket #9263 (some FATE tests incorrectly set bitexact flag) updated by Ilya Kurdyukov
I guess that in tests/fate-run.sh "ffmpeg "$@" -bitexact" should be …
8:39 AM Ticket #9263 (some FATE tests incorrectly set bitexact flag) created by Ilya Kurdyukov
I'm making a SIMD optimization patch for the Elbrus architecture …
6:36 AM Ticket #9262 (encodding error with hevc/mp4) updated by Carl Eugen Hoyos
Priority, Version changed
5:20 AM ffmpeg-20210526-115559.7z attached to Ticket #9262 by zenix
The logfile which is compressed
5:15 AM Ticket #9262 (encodding error with hevc/mp4) created by zenix
Summary of the bug: The file can play with ffplay. But when I encoded …
12:58 AM Changeset in ffmpeg [7a879cce] by Guo Yejun <yejun.guo@intel.com>
libavfilter: vf_drawtext filter support draw text with detection …
12:58 AM Changeset in ffmpeg [f444be64] by Guo Yejun <yejun.guo@intel.com>
libavfilter: vf_drawbox filter support draw box with detection …
12:58 AM Changeset in ffmpeg [9921ae8a] by Guo Yejun <yejun.guo@intel.com>
lavfi/drawbox: refine code Extract common code of filter_frame() and …

May 25, 2021:

11:38 PM Ticket #5733 (Dolby-E decoding) updated by Balling
You still did not add on the fly support for 28 type. Why is that? …
10:52 PM Ticket #9259 (Vulkan ycbcr Conversion with 10 bit) updated by David Oard
I build the current ffmpeg and tried the program again and it there is …
10:08 PM Ticket #9185 (ffmpeg flac decoder incorrectly finds junk frame) updated by Carl Eugen Hoyos
Priority, Keywords, Reproduced by developer changed
Regression since 9300de0409d52272387a9b9d84143dba212291f4, work-around …
6:12 PM Ticket #9249 (Invalid End-Timestamp of subtitle file) updated by martinr92
Replying to mkver: > Use -fix_sub_duration. Works …
4:23 PM Ticket #9185 (ffmpeg flac decoder incorrectly finds junk frame) updated by Mattias Wadman
Looked a bit into this again. With this patch that only looks for …
1:09 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Francesco Bucciantini
cat.exe "INPUTFILE" | gsar.exe …
1:08 PM cat.exe attached to Ticket #9255 by Francesco Bucciantini
10:04 AM Ticket #9260 (avcodec_open2 fails for raw video (AV_CODEC_ID_RAWVIDEO) in 32-bit ...) closed by mkver
invalid: There is no "the 32-bit DLL of ffmpeg v4.3.1"; FFmpeg does not …
8:46 AM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Francesco Bucciantini
Using gsar to modify the header also works and makes the files …
8:45 AM gsar.exe attached to Ticket #9255 by Francesco Bucciantini
8:29 AM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Francesco Bucciantini
I don't know, but I mean, it shouldn't be the same, it should be …
7:49 AM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Balling
That is the point. What does it mean two top, two bottom fields? Is …
7:21 AM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Francesco Bucciantini
@Balling... it is fixed with -thread_type slice on Linux (Fedora 34) …
6:37 AM Ticket #9258 (Missed packets when input multiple RTSP streams) updated by xiaofeng
Replying to Carl Eugen Hoyos: > Please provide the command …
6:34 AM ffmpeg-20210525-143008.log attached to Ticket #9258 by xiaofeng
loglevel info
6:33 AM ffmpeg-20210525-142947.log attached to Ticket #9258 by xiaofeng
loglevel debug

May 24, 2021:

8:51 PM rain1.fsb attached to Ticket #9261 by Carl Eugen Hoyos
8:50 PM Ticket #9261 (FSB version 5) created by Carl Eugen Hoyos
http://ffmpeg.org/pipermail/ffmpeg-devel/2021-May/280601.html […]
8:38 PM Ticket #9260 (avcodec_open2 fails for raw video (AV_CODEC_ID_RAWVIDEO) in 32-bit ...) updated by Carl Eugen Hoyos
Please test current FFmpeg git head, the only version supported on …
8:37 PM Ticket #9259 (Vulkan ycbcr Conversion with 10 bit) updated by Carl Eugen Hoyos
Keywords, Version, Type changed
Please confirm that the issue you see is reproducible with current …
6:47 PM Ticket #9260 (avcodec_open2 fails for raw video (AV_CODEC_ID_RAWVIDEO) in 32-bit ...) created by Thomas
I think I've found a problem in the 32-bit DLL of ffmpeg v4.3.1 (the …
4:56 PM Ticket #9259 (Vulkan ycbcr Conversion with 10 bit) updated by David Oard
Description changed
4:55 PM Ticket #9259 (Vulkan ycbcr Conversion with 10 bit) created by David Oard
I am using Vulkan to convert ycbcr AVFrame data to RGB using …
1:45 PM Ticket #9258 (Missed packets when input multiple RTSP streams) updated by Carl Eugen Hoyos
Component changed
1:45 PM Ticket #9258 (Missed packets when input multiple RTSP streams) updated by Carl Eugen Hoyos
Priority changed
Please provide the command line you tested together with the complete, …
1:38 PM Ticket #8411 (Support USAC / xHE-AAC) updated by Ronak Patel
Hi, is there any update on when this support would be made available?
1:18 PM Ticket #9258 (Missed packets when input multiple RTSP streams) created by xiaofeng
Summary of the bug: When using FFmpeg to receive and decode multiple …
12:13 PM Ticket #7060 (nut needs definitions for P016 rawvideo) updated by Balling
See 9fe61b61074b013bc0a9289a207efce2107bfbcf There should be a way to …
7:18 AM Ticket #9256 (D3D11VA does not work for AV1) updated by Balling
Can you also test with https://github.com/BtbN/FFmpeg-Builds/ and also …
3:54 AM Ticket #8156 (PVS-studio big list of errors) updated by Balling
Description changed
2:17 AM Ticket #6754 (libavfilter/signature_lookup.c:494: suspicious compare ?) updated by Balling
Patch is here: …
2:14 AM Ticket #7621 (Add .avif support (AV1 Image File Format) updated by Balling
Status changed
Ticket #7600 is fixed in 288ca1c66740640d5742f2921efbf502d83f8b6a and …
1:09 AM Changeset in ffmpeg [4c705a27] by Guo, Yejun <yejun.guo@intel.com>
lavfi/dnn: refine code to separate processing and detection in backends
12:44 AM Changeset in ffmpeg [cde6d028] by Guo, Yejun <yejun.guo@intel.com>
lavfi/dnn_filter_common.h: make filter option 'options' as deprecated …

May 23, 2021:

2:26 PM Changeset in ffmpeg [be96f4b6] by James Almer <jamrial@gmail.com>
avutil/mem: make max_alloc_size an atomic type Signed-off-by: James …
1:17 PM Changeset in ffmpeg [3abdf0ef] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libxavs2: Allow user-supplied buffers Here the packet size is …
1:16 PM Changeset in ffmpeg [7a36136] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/sbcenc: Avoid copying packet data, allow user-supplied buffers …
1:15 PM Changeset in ffmpeg [250d8661] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pngenc: Avoid copying APNG data, allow user-supplied buffer …
1:14 PM Changeset in ffmpeg [aaefb84b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pngenc: Remove always-true check Reviewed-by: James Almer …
1:12 PM Changeset in ffmpeg [5abb5c04] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flacenc: Avoid copying packet data, allow user-supplied …
1:10 PM Changeset in ffmpeg [314c086a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pamenc: Avoid copying packet data, allow user-supplied buffers …
1:08 PM Changeset in ffmpeg [981c4cae] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pnmenc: Avoid intermediate buffer, allow user-supplied buffers …
1:07 PM Changeset in ffmpeg [ea2ec1df] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libxavs: Improve returned error codes Reviewed-by: James …
1:03 PM Changeset in ffmpeg [4085cfc9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libxavs: Avoid overallocating, copying packet data When the …
12:59 PM Changeset in ffmpeg [a4b33432] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libx265: Allow user-supplied buffers Here the packet size is …
12:57 PM Changeset in ffmpeg [9c4f2bc3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libx264: Avoid copying data, allow user-supplied buffers Here …
12:56 PM Changeset in ffmpeg [cfff94b7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libwebpenc_animencoder: Allow user-supplied buffers Here the …
12:54 PM Changeset in ffmpeg [ad26efbf] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libwebpenc: Allow user-supplied buffers Here the packet size …
12:52 PM Changeset in ffmpeg [e099a29f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libvpxenc: Avoid one level of indentation Reviewed-by: James …
12:50 PM Changeset in ffmpeg [3280c6f9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libvpxenc: Avoid copying data, allow user-supplied buffers …
12:49 PM Changeset in ffmpeg [d8e66ec1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libvorbisenc: Avoid copying data, allow user-supplied buffers …
12:47 PM Changeset in ffmpeg [6ba55e96] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libtheoraenc: Avoid copying data, allow user-supplied buffers …
12:44 PM Changeset in ffmpeg [6564ab0e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libshine: Avoid copying data, allow user-supplied buffer The …
12:43 PM Changeset in ffmpeg [0812a60f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libopenh264enc: Allow user-supplied buffers Here the packet …
12:42 PM Changeset in ffmpeg [c5939897] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libmp3lame: Avoid copying data, allow user-supplied buffer …
12:42 PM Changeset in ffmpeg [95c8a859] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libkvazaar: Allow user-supplied buffers Here the packet size …
12:42 PM Changeset in ffmpeg [91567c28] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libgsmenc: Avoid copying packet data, allow user-supplied …
12:41 PM Changeset in ffmpeg [398822a7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libcodec2: Avoid copying packet data, allow user-supplied …
12:39 PM Changeset in ffmpeg [044daa7c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libaomenc: Avoid copying data, allow user-supplied buffers …
12:38 PM Changeset in ffmpeg [c685249f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/audiotoolboxenc: Remove AV_CODEC_CAP_DR1 It has been added in …
11:42 AM Changeset in ffmpeg [a0ab83bf] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_guided: Don't needlessly copy properties, fix potential …
11:42 AM Changeset in ffmpeg [376e80ad] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_guided: Fix leak of frames Signed-off-by: Andreas …
11:42 AM Changeset in ffmpeg [618d186b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_guided: Don't free frame we don't own Reviewed-by: Steven …
11:26 AM Ticket #9257 (-ss fast seek can use bad (damaged) i-frame as references) updated by mkver
I guess that your video contains changing SPS/PPS without every …
8:00 AM Changeset in ffmpeg [4c0d6c91] by Gyan Doshi <ffmpeg@gyani.pro>
doc/encoders: update default coder for aac Changed in 660d1d8e3b.
3:33 AM Ticket #9257 (-ss fast seek can use bad (damaged) i-frame as references) updated by Balling
Just use https://github.com/BtbN/FFmpeg-Builds/

May 22, 2021:

11:24 PM Ticket #9257 (-ss fast seek can use bad (damaged) i-frame as references) updated by parbruek
Getting the right windows components to build rightly for myself? …
10:02 PM Ticket #9257 (-ss fast seek can use bad (damaged) i-frame as references) updated by Carl Eugen Hoyos
Please test current FFmpeg git head, provide a sample and the command …
8:31 PM Ticket #9257 (-ss fast seek can use bad (damaged) i-frame as references) updated by parbruek
Priority changed
8:29 PM Ticket #9257 (-ss fast seek can use bad (damaged) i-frame as references) updated by parbruek
Description changed
8:28 PM Ticket #9257 (-ss fast seek can use bad (damaged) i-frame as references) created by parbruek
Summary of the bug: My apologies for what is a particularly minor bug, …
7:33 PM Changeset in ffmpeg [c813f5e3] by Martin Storsjö <martin@martin.st>
aarch64: hevc_idct: Fix overflows in idct_dc This is marginally …
6:30 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Balling
In mpv that happens in full screen but does not in windowed (yes, …
5:15 PM Ticket #9256 (D3D11VA does not work for AV1) updated by aufkrawall
LAV Filters refuses to implement vendor-specific workarounds. Since it …
4:54 PM Ticket #9256 (D3D11VA does not work for AV1) updated by Balling
Replying to aufkrawall: > *del*, trac.ffmpeg servers are …
4:43 PM Ticket #9256 (D3D11VA does not work for AV1) updated by aufkrawall
*del*, trac.ffmpeg servers are slow.
4:42 PM Ticket #9256 (D3D11VA does not work for AV1) updated by aufkrawall
Is this "Balling" person speaking on behalf of the ffmpeg project? In …
4:10 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Marton Balint
Replying to Balling: > This looks the same as …
3:59 PM Ticket #9256 (D3D11VA does not work for AV1) updated by Balling
Did you install AV1 video extensions? Does it then decode in movies …
3:46 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Balling
HDR metadata was added into x264. …
3:45 PM Ticket #9256 (D3D11VA does not work for AV1) updated by aufkrawall
Cc changed
3:45 PM Ticket #9256 (D3D11VA does not work for AV1) updated by aufkrawall
Keywords changed
3:45 PM Ticket #9256 (D3D11VA does not work for AV1) created by aufkrawall
Run ffmpeg -hwaccel d3d11va -i "1080p_av1_29.97fps.mkv" -f matroska - …
3:44 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Balling
Status changed
This looks the same as https://github.com/sekrit-twc/zimg/issues/135
3:15 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Francesco Bucciantini
Very short pitch + players temporary clip: ​https://we.tl/t-7IU3JYToWT
3:14 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Francesco Bucciantini
Yeah, I shared one of the very short samples from the pitch as well. …
3:08 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Marton Balint
Replying to Carl Eugen Hoyos: > Replying to [comment:6
3:06 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Francesco Bucciantini
What do you mean? Decoding with like: ffplay -i "input.mxf" leads …
3:04 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Carl Eugen Hoyos
Replying to Marton Balint: > > md5sum GreenFrames.mxf > …
2:47 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Marton Balint
> md5sum GreenFrames.mxf 5bcafcde36bd5a1052f23f65d264ceec GreenFrames.mxf
1:27 PM Changeset in ffmpeg [9d4c0184] by Anton Khirnov <anton@khirnov.net>
avio: do not export avpriv_io_{move,delete} They are private and not …
12:05 PM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Carl Eugen Hoyos
I cannot reproduce the issue: Could somebody provide a checksum for …
9:46 AM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Francesco Bucciantini
There are also some DNX120 that play ok from some cameras and some …
9:35 AM Ticket #9255 (DNX120 Decoding is broken in FFMpeg and FFPlay (fine in AVID and Adobe ...) updated by Francesco Bucciantini
Yep, I can confirm that ffplay -i …
4:21 AM Ticket #7018 (cc_dec decoder very slow at extracting CEA-708 closed captions from ...) updated by Balling
Is this still the case? What is cbs_userdata patchset and is it used …
Note: See TracTimeline for information about the timeline view.