Timeline



Jan 27, 2020:

11:02 PM Changeset in ffmpeg [d89f69e1] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
test/fate: Add missing exe suffix to h265_levels test. Fixes fate on …
9:48 PM Ticket #7068 (ffmpeg SDP file generation : incorrect header) closed by Carl Eugen Hoyos
fixed: Should be fixed in 26c7f91e6624b1a46e39fb887b07b77db6cee328.
9:45 PM Changeset in ffmpeg [26c7f91e] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
ffmpeg: Do not print "SDP:" on top of sdp files. Fixes ticket #7068.
7:38 PM Changeset in ffmpeg [44be0573] by James Almer <jamrial@gmail.com>
avformat/matroskaenc: Remove useless AVIOContext Write a few numbers …
7:37 PM Changeset in ffmpeg [9c8aa868] by James Almer <jamrial@gmail.com>
avformat/matroskaenc: Improve writing Projection The Matroska …
7:00 PM Changeset in ffmpeg [8867efa8] by James Almer <jamrial@gmail.com>
avformat/mux: Don't use av_ prefix for static functions …
4:22 PM Ticket #8135 (ffprobe of mpd aborts with "pointer being freed was not allocated" in ...) closed by Carl Eugen Hoyos
fixed: Fixed by vectronic in 598962cd3a68e30662cfbd5e053eef85d2ee3a8a
4:13 PM Ticket #8005 (Assertion fails when reading rtp mpegts streaming using SDP file) updated by Carl Eugen Hoyos
Keywords, Status, Reproduced by developer changed
Regression since 0f2f65bd583576ef8c12eea6088c84d4468f5804, …
3:59 PM Ticket #1618 (Padding to odd/uneven size fails) updated by Ivan Middleton
I propose to fix this bug by having the pad filter round the output …
3:58 PM Changeset in ffmpeg [32ea6ffb] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_colorconstancy: fix memory leak on error Also remove …
3:31 PM Ticket #8500 (find_rect crash) closed by Carl Eugen Hoyos
fixed: Should be fixed by Michael in dfc471488675aa257183745502d0074055db3bd2]
11:01 AM Changeset in ffmpeg [dfc47148] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_find_rect: Remove assert A score of 0 is possible Fixes: …
11:01 AM Changeset in ffmpeg [6ff2474e] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_find_rect: Increase worst case score score could be 1.0 …
8:41 AM Ticket #8005 (Assertion fails when reading rtp mpegts streaming using SDP file) updated by Marek Fort
Minimal SDP file […] Sorry I forgot to mention that the stream …

Jan 26, 2020:

10:35 PM Ticket #8479 (ffplay ignores a=rtcp SDP attribute for RTP streams) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component, Type changed
10:35 PM Ticket #8474 (rtcpport param doesn't add a=rtcp to SDP) updated by Carl Eugen Hoyos
Version, Component changed
9:49 PM Ticket #8454 (No PixelFormatTag for P010 (fourcc 0x30313050)) updated by Carl Eugen Hoyos
Replying to pheedbaq3: > I'm unable to submit the patch …
8:37 PM Ticket #8454 (No PixelFormatTag for P010 (fourcc 0x30313050)) updated by pheedbaq3
Hi, I had tested your patch, and things seem to be working. However, …
8:22 PM Ticket #8494 (UBSan: outside the range of representable values of type 'long') updated by Carl Eugen Hoyos
Keywords, Status, Reproduced by developer changed
6:30 PM Changeset in ffmpeg [5e621001] by James Almer <jamrial@gmail.com>
avcodec/av1_parser: export color information Should fix …
4:40 PM test2.pgm attached to Ticket #8500 by Carl Eugen Hoyos
4:39 PM test1.png attached to Ticket #8500 by Carl Eugen Hoyos
4:38 PM Ticket #8500 (find_rect crash) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer, Description changed
4:34 PM Ticket #8500 (find_rect crash) created by Michael Koch
Summary of the bug: ffmpeg crashes when using find_rect How to …
4:24 PM Changeset in ffmpeg [148fb44b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mux: Don't unnecessarily zero-initialize AVPacketList If no …
4:24 PM Changeset in ffmpeg [020159e0] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mux: Move packet references In the common case that the …
4:24 PM Changeset in ffmpeg [262b5543] by Michael Niedermayer <michael@niedermayer.cc>
avformat/gxfenc: Add deinit function Fixes memleaks when the trailer …
4:24 PM Changeset in ffmpeg [e6aa9b11] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfenc: Add deinit function Fixes memleaks when allocating …
4:24 PM Changeset in ffmpeg [360aeccf] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfenc: Don't free priv_data of AVStream It will be freed …
4:24 PM Changeset in ffmpeg [f1d46db] by Michael Niedermayer <michael@niedermayer.cc>
avformat/audiointerleave: Check before dereferencing In order to use …
4:24 PM Changeset in ffmpeg [556c4e38] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dvenc: Don't zero unnecessarily The muxing context has …
4:24 PM Changeset in ffmpeg [f1dbfcdf] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dvenc: Replace write_trailer by deinit function The old …
4:14 PM Changeset in ffmpeg [0b1ff326] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/yuv4mpegdec: increase header limit Allows demuxing UHD …
4:14 PM Changeset in ffmpeg [724e6b3d] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/yuv4mpegdec: better error logging
3:47 PM Ticket #8499 (expressions issues) updated by Atarikid
Thanks for the quick fix. :)
3:41 PM Changeset in ffmpeg [609dfb40] by James Almer <jamrial@gmail.com>
fate/lavf-container: add an AV1 in Matroska muxing test …
3:41 PM Changeset in ffmpeg [a3e43e0c] by James Almer <jamrial@gmail.com>
avformat/av1: Avoid allocation + copying when filtering OBUs Certain …
3:41 PM Changeset in ffmpeg [2eee3437] by James Almer <jamrial@gmail.com>
avformat/av1: Fix nits in the documentation of …
3:41 PM Changeset in ffmpeg [2899995a] by James Almer <jamrial@gmail.com>
avformat/av1, avc, hevc: Remove av_freep() ff_av1_filter_obus_buf() …
3:41 PM Changeset in ffmpeg [d4bbc0db] by James Almer <jamrial@gmail.com>
avformat/av1: Improve filtering AV1 OBUs Both ISOBMFF as well as …
3:41 PM Changeset in ffmpeg [e8518c2] by James Almer <jamrial@gmail.com>
avformat/movenc: Check for reformatting errors when writing hint …
3:41 PM Changeset in ffmpeg [22ec35a4] by James Almer <jamrial@gmail.com>
avformat/av1, hevc: Make *_buf-functions return 0 on success The …
3:41 PM Changeset in ffmpeg [680cd59b] by James Almer <jamrial@gmail.com>
avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf …
3:41 PM Changeset in ffmpeg [e4749a44] by James Almer <jamrial@gmail.com>
avformat/matroskaenc: Cosmetics Add {, } in situations like if () …
3:41 PM Changeset in ffmpeg [58428be] by James Almer <jamrial@gmail.com>
avformat/matroskaenc: Check for reformatting errors This is needed …
3:41 PM Ticket #8499 (expressions issues) closed by Gyan
fixed: This is due to a too conservative check. Fixed in …
3:36 PM Changeset in ffmpeg [6e6b3491] by Gyan Doshi <ffmpeg@gyani.pro>
avfilter/scale: don't fail for circular expressions Due to …
1:51 PM Changeset in ffmpeg [ecd95858] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_tonemap_opencl: fix long filter description
1:11 PM Ticket #8499 (expressions issues) updated by Carl Eugen Hoyos
Keywords, Status, Component, Reproduced by developer, Description changed
Regression since ce2cfa67aa26e70717eb8b184f232b9c41b81001
1:01 PM Ticket #8499 (expressions issues) created by Atarikid
Ever sinds the latest daily builds using more complex expressions …
12:16 PM Ticket #8498 (sdl2, missing documentation) closed by Carl Eugen Hoyos
fixed: Should be fixed in c2d03216619421859c86a1592dad60f9f48a966f
12:15 PM Changeset in ffmpeg [c2d03216] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
doc/outdevs: Mention "sdl2" alias for "sdl". Fixes ticket #8498.
9:24 AM Changeset in ffmpeg [dc3aa376] by Paul B Mahol <onemda@gmail.com>
avformat: add demuxer for argonaut games' ASF format Adds support for …
9:23 AM Changeset in ffmpeg [bf890ae0] by Paul B Mahol <onemda@gmail.com>
avcodec: add decoder for argonaut games' adpcm codec Adds support for …
8:44 AM Ticket #8498 (sdl2, missing documentation) created by Michael Koch
Summary of the bug: A search for "sdl2" in the documentation finds …

Jan 25, 2020:

11:12 PM Ticket #8043 (Nero and Quicktime format chapters) reopened by Carl Eugen Hoyos
10:16 PM Changeset in ffmpeg [15d160cc] by Marton Balint <cus@passwd.hu>
avformat/udp: increase the default buffer size of a receiving socket …
10:16 PM Changeset in ffmpeg [67f39b32] by Marton Balint <cus@passwd.hu>
avformat/udp: properly use return value of pthread_cond_timedwait …
10:16 PM Changeset in ffmpeg [f61e9f8a] by Marton Balint <cus@passwd.hu>
avformat/udp: add newline after warning Signed-off-by: Marton Balint …
10:16 PM Changeset in ffmpeg [1812b425] by Marton Balint <cus@passwd.hu>
avutil/thread: fix strict_pthread_cond_timedwait Timeout error was …
8:42 PM Ticket #8043 (Nero and Quicktime format chapters) closed by Naqros
fixed: Awesome! That handled it, Nero chapters just pass through now without …
7:00 PM Changeset in ffmpeg [4b4bcb1] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: do not remap alpha plane if that will be overwritten …
6:22 PM Ticket #8005 (Assertion fails when reading rtp mpegts streaming using SDP file) updated by Carl Eugen Hoyos
(I cannot reproduce) Can you reproduce the issue if you provide the …
6:10 PM Ticket #7177 ("libx264" encoding crash with 10bpc (10 bit-per-component)) updated by Carl Eugen Hoyos
Keywords changed
6:09 PM Ticket #8172 (Assertion at libavformat/avienc.c:800) updated by Carl Eugen Hoyos
Priority, Keywords, Reproduced by developer changed
The assertion failure is a regression since …
4:52 PM Ticket #6270 (libxvid duplicates 2 pass log file (and ignores both?)) closed by Carl Eugen Hoyos
duplicate: See #6217
4:52 PM Ticket #4335 (mpeg fifo assert while remuxing) updated by Carl Eugen Hoyos
Keywords changed
4:06 PM Changeset in ffmpeg [75d1d9eb] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/movenc: allow ISMV timescale to be user-set As per the PIFF …
1:42 PM Ticket #8497 (drawbox should support time) updated by Elon Musk
Nonsense, commands can do animation just fine. While AVExpr is stupid …
1:34 PM Changeset in ffmpeg [9990cb16] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: mark another hemisphere not visible for flat input format
1:34 PM Changeset in ffmpeg [8d861cd8] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: add mask option, unset pixels are marked as transparent
10:42 AM Changeset in ffmpeg [31350de9] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_deshake_opencl: silence warning about usage of …
10:14 AM Ticket #8497 (drawbox should support time) updated by Gyan
Commands only allow reinit to a new static size, not animation.
10:01 AM Ticket #8497 (drawbox should support time) updated by Elon Musk
drawbox supports commands so adding AVExpr mess is not welcomed.
8:33 AM Ticket #8497 (drawbox should support time) updated by Gyan
Version, Component, Resolution changed
OP isn't clear - do you mean timeline support (enable) or animation? …
12:51 AM Ticket #6490 (youtube live stream stopt play) updated by Carl Eugen Hoyos
Keywords changed
12:47 AM Ticket #5818 (encoing to interlaced with nvenc) updated by hydra3333
Please see these …
12:40 AM Ticket #6490 (youtube live stream stopt play) closed by Balling
fixed: Fixed in b7d6c0cd48dac7869b9e6803e2d47d05a4fa373b

Jan 24, 2020:

11:03 PM Changeset in ffmpeg [1ab302da] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1_syntax_template: Remove unused variable …
11:03 PM Changeset in ffmpeg [c461500c] by James Almer <jamrial@gmail.com>
avcodec/libaomenc: add an option to set the encoder "usage" This …
10:22 PM Changeset in ffmpeg [a4f2fc93] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: fix fov calculation from dfov for fisheye input/output
9:32 PM Ticket #8497 (drawbox should support time) closed by Elon Musk
invalid: drawbox already supports time.
9:23 PM Ticket #6939 (make install clean regression) updated by Alexander Strasser
Wow, I finally understand what magic is happening here. At least I …
8:44 PM Ticket #8497 (drawbox should support time) created by Puneet Agarwal
Its a feature request. I request to take this project in GSOC 2020, …
8:21 PM Ticket #6801 (libavformat/tls_openssl.c: implicit declaration of function 'BIO_meth_*') closed by Carl Eugen Hoyos
duplicate
8:17 PM Changeset in ffmpeg [cbb254cb] by Martin Storsjö <martin@martin.st>
checkasm: Check HAVE_GETSTDHANDLE here as well This was missed in …
2:05 PM Ticket #8436 (ffmpeg sets opus audio to stereo in SDP even though it is mono) updated by Carl Eugen Hoyos
Keywords changed
1:55 PM Ticket #7654 (hevc_amf does not honor -level option) updated by Carl Eugen Hoyos
Priority changed
1:42 PM Ticket #7654 (hevc_amf does not honor -level option) updated by Adrianwo
Priority changed
Still nothing changed. I checked, and AMF HEVC encoder in HandBrake …
12:13 PM Ticket #8005 (Assertion fails when reading rtp mpegts streaming using SDP file) reopened by Marek Fort
Reproduced with latest version e931119... […] The SDP file might …
11:05 AM Ticket #8496 (Conditional jump or move depends on uninitialised value with small input) created by Clément Bœsch
[…]
10:32 AM Ticket #8436 (ffmpeg sets opus audio to stereo in SDP even though it is mono) closed by rudolfs.bundulis
invalid
10:30 AM Ticket #8436 (ffmpeg sets opus audio to stereo in SDP even though it is mono) updated by rudolfs.bundulis
Replying to cehoyos: > Did you see …
7:47 AM Ticket #8493 (Allow setting mastering display metadata and content light level ...) updated by hubner
I'm trying to get a sample file from the customer, but for whatever …
12:17 AM Changeset in ffmpeg [e931119a] by Marton Balint <cus@passwd.hu>
avdevice/xcbgrab: check if frame size fits in INT_MAX Also fixes a …
12:17 AM Changeset in ffmpeg [b7e94adb] by Marton Balint <cus@passwd.hu>
avdevice/xcbgrab: move some initialization code from …

Jan 23, 2020:

11:10 PM Ticket #8005 (Assertion fails when reading rtp mpegts streaming using SDP file) closed by Carl Eugen Hoyos
needs_more_info
11:10 PM Ticket #8495 (Segfault encode since 4.2 version() updated by Carl Eugen Hoyos
Keywords, Version changed
Please test current FFmpeg git head, please recompile either without …
11:06 PM Ticket #8005 (Assertion fails when reading rtp mpegts streaming using SDP file) updated by Balling
Status changed
Is this fixed?
11:05 PM Ticket #6840 (An existing file AppKit/AppKit.h in the include path breaks compilation) updated by Carl Eugen Hoyos
Resolution changed
11:04 PM Ticket #6495 (Add low latency mode in nvcuvid/nvdecode) updated by Carl Eugen Hoyos
Priority, Keywords changed
11:03 PM Ticket #6339 (Win32 build is failed when using ICL) updated by Carl Eugen Hoyos
Component changed
10:56 PM Ticket #5291 (Wrong parsing when start time > end time in subtitles (.ass)) updated by Balling
Is it even allowed?
10:55 PM Ticket #6840 (An existing file AppKit/AppKit.h in the include path breaks compilation) closed by Balling
fixed: Fixed in …
10:51 PM Ticket #6495 (Add low latency mode in nvcuvid/nvdecode) updated by Balling
Status changed
Really? …
10:45 PM Ticket #6339 (Win32 build is failed when using ICL) closed by Balling
fixed: Patched is applied d96d65dfebdd9f1396d51817c1716f86e536245c
9:41 PM Changeset in ffmpeg [fee4cafb] by Marton Balint <cus@passwd.hu>
avformat/libsrt: add missing SRT_VERSION_VALUE check This was missed …
7:43 PM Ticket #8495 (Segfault encode since 4.2 version() updated by Naim Shafiev
The gdb core dump Program terminated with signal SIGSEGV, …
7:39 PM test.mkv attached to Ticket #8495 by Naim Shafiev
Input file
7:32 PM Ticket #8495 (Segfault encode since 4.2 version() created by Naim Shafiev
Summary of the bug: We faced with segfault in new version 4.2 (and the …
4:30 PM Changeset in ffmpeg [1001b6a7] by Martin Storsjö <martin@martin.st>
libavutil: x86: Include stdlib.h before using _byteswap_ulong When …
4:30 PM Changeset in ffmpeg [63418e37] by Martin Storsjö <martin@martin.st>
configure: Check for GetStdHandle in addition to …
1:52 PM Ticket #8158 (left shift of negative value bug in libavcodec/wmavoice.c) closed by Carl Eugen Hoyos
fixed
1:39 PM Ticket #8213 (Division by zero at libavcodec/lpc.h) updated by Carl Eugen Hoyos
Keywords, Component, Reproduced by developer changed
Not reproducible without ubsan.
1:32 PM Ticket #8217 (left shift of negative value bug in libavcodec/ra144enc.c) updated by Carl Eugen Hoyos
Priority, Keywords changed
I still see the lpc error with clang 9.0.1, it seems covered by ticket …
1:25 PM Ticket #8176 (four out-of-bound bugs in g729dec.c and g729postfilter.c) closed by Carl Eugen Hoyos
fixed: Fixed by Michael in 5f0acc5064ed501cb40d4aaccae2b3ce5c4552fd and …
1:23 PM Ticket #8493 (Allow setting mastering display metadata and content light level ...) reopened by Carl Eugen Hoyos
Although I wonder how to ever validate this…
11:58 AM Ticket #8217 (left shift of negative value bug in libavcodec/ra144enc.c) closed by mkver
fixed: Fixed in e3fb9af6f1353f30855eaa1cbd5befaf06e303b8. Notice that I was …
11:51 AM Ticket #8158 (left shift of negative value bug in libavcodec/wmavoice.c) updated by Michael Niedermayer
I suspect this was fixed by cf323f4d38f5756ecdb8fb4f72c80a8069da832e
11:29 AM Ticket #8493 (Allow setting mastering display metadata and content light level ...) closed by Carl Eugen Hoyos
needs_more_info
11:19 AM Changeset in ffmpeg [e3fb9af6] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ra144enc: Fix invalid left shift of negative number by …
11:05 AM Ticket #8493 (Allow setting mastering display metadata and content light level ...) updated by gdgsdg123
Replying to hubner: > The goal is to create a video with …
10:20 AM Changeset in ffmpeg [d033f40] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: support input flips for tetrahedron format
10:20 AM Changeset in ffmpeg [05d3d09c] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: fix small artifacts with tetrahedron inputs
6:58 AM Ticket #8491 (Memory utilization increases infinitely with mp4 muxing) updated by Oleg
Replying to cehoyos: > They are different, it is a …
6:38 AM Changeset in ffmpeg [41f283ec] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/utils: log corrupt packets

Jan 22, 2020:

10:49 PM Changeset in ffmpeg [ec4f7642] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: add tetrahedron format
10:20 PM Ticket #8442 (CUDA mpeg2-decode issue (hwaccel)) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
10:18 PM Ticket #6668 (MPEG2 decoding failed with FFMPEG-VAAPI) updated by Carl Eugen Hoyos
Keywords changed
9:07 PM Ticket #8140 (left shift of negative value in libswscale/input.c) closed by Carl Eugen Hoyos
fixed: Fixed by Michael in d48e510124d0fea24e2ec27271687c92e4428a18
9:06 PM Ticket #8146 (left shift of negative value bug in libswscale/input.c) closed by Carl Eugen Hoyos
fixed: Duplicate of ticket #8140, fixed by Michael in …
8:50 PM Changeset in ffmpeg [5f7727e1] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Use codec_tags list This should make it much …
8:50 PM Changeset in ffmpeg [576bf05] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/hapdec: Add codec_tags list Signed-off-by: Michael …
8:50 PM Changeset in ffmpeg [550a6b42] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/avcodec: Add codec_tags array to AVCodec This allows the …
8:50 PM Changeset in ffmpeg [d48e5101] by Michael Niedermayer <michael@niedermayer.cc>
swscale/input: Fix several invalid shifts related to rgb2yuv constants …
7:40 PM Ticket #8320 (left shift of negative value at libswscale/output.c:2114) closed by Carl Eugen Hoyos
fixed: Fixed by Michael in 7b7f97532b2ac8836d8d8e3c71dd026e35ae1ca7
7:39 PM Ticket #8166 (left shift of negative value bugs in libswscale/swscale.c) closed by Carl Eugen Hoyos
fixed: Fixed by Michael in a6ca22c11834c0ff075592e3f051d41068c407db
6:19 PM Ticket #8494 (UBSan: outside the range of representable values of type 'long') updated by andreafioraldi
Yes, it is (N-96467-g07b3dbbbb2). I attached the output of 4.2.2 but …
6:13 PM Changeset in ffmpeg [a3e67c2] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_stack: add fill option for xstack
6:01 PM Ticket #8494 (UBSan: outside the range of representable values of type 'long') updated by Carl Eugen Hoyos
Is this issue reproducible with current FFmpeg?
5:41 PM Changeset in ffmpeg [07b3dbbb] by Michael Niedermayer <michael@niedermayer.cc>
avutil/log: Move log_level_offset_offset code from av_log() to v_log() …
5:41 PM Changeset in ffmpeg [7b7f9753] by Michael Niedermayer <michael@niedermayer.cc>
swscale/output: Fix several invalid shifts in …
5:41 PM Changeset in ffmpeg [a6ca22c1] by Michael Niedermayer <michael@niedermayer.cc>
swscale/swscale: Fix several invalid shifts related to vChrDrop …
5:41 PM ubsan_sbgdec_200 attached to Ticket #8494 by andreafioraldi
5:40 PM Ticket #8494 (UBSan: outside the range of representable values of type 'long') created by andreafioraldi
Hi, run […] compiled with […] The output is similar to …
4:58 PM Ticket #4513 (Avfoundation Audio stutters / sounds broken with screen capture) updated by Carl Eugen Hoyos
If you want the patch applied, please test it and send it to the …
4:55 PM Ticket #4513 (Avfoundation Audio stutters / sounds broken with screen capture) updated by Takaki Makino
Cc changed
Is anybody working for merging these patches into the master? They are …
4:50 PM Ticket #8470 (ffplay is not working in ARM processor linux OS) closed by Carl Eugen Hoyos
needs_more_info
2:56 PM Ticket #8493 (Allow setting mastering display metadata and content light level ...) updated by Carl Eugen Hoyos
Please provide a sample file that contains the missing information.
2:33 PM Ticket #8493 (Allow setting mastering display metadata and content light level ...) updated by hubner
I checked the code and there are already structs …
2:24 PM Ticket #8491 (Memory utilization increases infinitely with mp4 muxing) updated by Carl Eugen Hoyos
Replying to olpipi: > If I try to mux into flv …
2:21 PM Ticket #8493 (Allow setting mastering display metadata and content light level ...) updated by hubner
The command line equivalent what I'm doing at the moment looks like …
2:17 PM ffmpeg-20200122-150846.log attached to Ticket #8493 by hubner
1:52 PM Ticket #8491 (Memory utilization increases infinitely with mp4 muxing) updated by Oleg
Hi Please try to read input file repeatedly many times. smth like …
1:40 PM Ticket #8493 (Allow setting mastering display metadata and content light level ...) updated by Carl Eugen Hoyos
Please test if you can reproduce the issue with the command line …
1:10 PM Ticket #8493 (Allow setting mastering display metadata and content light level ...) updated by hubner
Unfortunately I don't have a sample file. All I've got is the …
1:08 PM MedioInfo_Comparison.JPG attached to Ticket #8493 by hubner
11:59 AM Changeset in ffmpeg [a00fa73f] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: improve fisheye input format
11:51 AM Ticket #8491 (Memory utilization increases infinitely with mp4 muxing) updated by Carl Eugen Hoyos
Keywords, Component changed
I tested the provided command line with the sample you attached and …
11:40 AM Ticket #8043 (Nero and Quicktime format chapters) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
Does the following change (inlined) fix the chapters for you? […]
11:28 AM Ticket #8493 (Allow setting mastering display metadata and content light level ...) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
Please provide a sample input file (with the information requested) …
11:24 AM Ticket #8493 (Allow setting mastering display metadata and content light level ...) created by hubner
I'm trying encode a Quicktime file with HDR metadata. I was able to …
11:18 AM Ticket #8491 (Memory utilization increases infinitely with mp4 muxing) updated by Oleg
Summary changed
11:17 AM Ticket #8491 (Memory utilization increases infinitely with mp4 muxing) updated by Oleg
Summary changed
9:43 AM Changeset in ffmpeg [2bae3da7] by Paul B Mahol <onemda@gmail.com>
avcodec/exr: fix some small cosmetics nits
9:43 AM Changeset in ffmpeg [44b1c5dd] by Paul B Mahol <onemda@gmail.com>
avcodec/exr.c: make channel name comparisons case insensitive Allow …

Jan 21, 2020:

9:40 PM Ticket #7932 (tee muxer: produces incorrect start_time, PTS) closed by Carl Eugen Hoyos
needs_more_info
9:39 PM Ticket #4270 (tee muxing problem when -vcodec copy) updated by Carl Eugen Hoyos
Keywords changed
Is this issue still reproducible? Is network input required to reproduce?
9:34 PM Changeset in ffmpeg [fc6fde22] by Marton Balint <cus@passwd.hu>
avutil/thread: Add pthread_cond_timedwait function v2: fix …
8:38 PM Changeset in ffmpeg [00447b6f] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Also Fuzz with CPU optimizations disabled …
8:38 PM Changeset in ffmpeg [4b733a7f] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Fuzz private options of AC3/E-AC3 This …
8:38 PM Changeset in ffmpeg [48083f18] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Fuzz idct_algo value This should improve …
7:18 PM Ticket #8492 (tee muxer silently overwrites output files) updated by Carl Eugen Hoyos
Replying to Cigaes: > You set “Component: libavformat”. …
7:12 PM Changeset in ffmpeg [103a29b8] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: add support for fisheye input format
5:48 PM Ticket #8492 (tee muxer silently overwrites output files) updated by Cigaes
You set “Component: libavformat”.
4:54 PM Ticket #8492 (tee muxer silently overwrites output files) updated by Carl Eugen Hoyos
Replying to Cigaes: > And the issue is not in lavf, since …
4:12 PM Ticket #8492 (tee muxer silently overwrites output files) updated by Cigaes
This is likely true for all muxers with AVFMT_NOFILE that still write …
4:07 PM Ticket #8492 (tee muxer silently overwrites output files) created by Carl Eugen Hoyos
As reported on irc, the tee muxer silently overwrites output files: …
3:13 PM Ticket #7983 (undefined-behavior at libavcodec/j2kenc.c:524:31) closed by Carl Eugen Hoyos
fixed: Fixed by Andreas Rheinhardt in 39b60359dbf7936eb1ef6a05b76ea7d821d115f5
2:56 PM Changeset in ffmpeg [39b60359] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/j2kenc: Fix undefined shifts of negative numbers Also add …
2:56 PM Changeset in ffmpeg [c075656] by Michael Niedermayer <michael@niedermayer.cc>
avformat/libzmq: Replace fail statements with goto Signed-off-by: …
2:56 PM Changeset in ffmpeg [1054b68a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/libzmq: Check return of zmq_setsockopt Signed-off-by: Andriy …
1:30 PM Ticket #8412 (JPEG encoder produces extra RST marker) closed by Carl Eugen Hoyos
fixed: Should be fixed in f2e78644962fa93edb0b1cf92397f99e772d92d6, thank you …
1:29 PM Changeset in ffmpeg [f2e78644] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavc/mjpegenc: Fix not writing RST tag after final slice. Fixes …
1:24 PM Ticket #8487 (UBSan: left shift of negative value) closed by Carl Eugen Hoyos
fixed: Fixed by Andreas Rheinhardt in 3ad8af51b7c0a968ac3fd62964780d4ff9136c5a
1:23 PM Ticket #8008 (Invalid left shift encoding adxenc) closed by Carl Eugen Hoyos
fixed: Fixed by Andreas Rheinhardt in 59a9d65e0d790821f88527a82569f56eb2f8a9be
11:22 AM Ticket #8379 (problem with h264_qsv, lookahead and scale_qsv) updated by Francesco Santagata
Version changed
Thanks, I applied the patch and built a new rpm using git head. The …
11:02 AM Changeset in ffmpeg [fc2523c7] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: add support for input fov to input sg format
11:02 AM Changeset in ffmpeg [003a9c61] by Paul B Mahol <onemda@gmail.com>
doc/filters: v360: cylindrical supports input
10:29 AM ffmpeg-20200121-125447.log attached to Ticket #8491 by Oleg
ffmpeg -v 9 -loglevel 99 log
10:28 AM 60_1.png attached to Ticket #8491 by Oleg
10:28 AM test.h264 attached to Ticket #8491 by Oleg
input stream
10:27 AM Ticket #8491 (Memory utilization increases infinitely with mp4 muxing) created by Oleg
I want to mux h264 stream into mp4 container. Memory usage of ffmpeg …
9:01 AM Changeset in ffmpeg [340e6b01] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/adxdec: Remove unnecessary left-shift Replace "(a * (1 << …
9:01 AM Changeset in ffmpeg [59a9d65e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/adxenc: Avoid undefined left shift of negative numbers …
9:01 AM Changeset in ffmpeg [3ad8af51] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/adpcm: Fix undefined left shifts of negative numbers Affected …
9:01 AM Ticket #8379 (problem with h264_qsv, lookahead and scale_qsv) updated by Linjie.Fu
Thanks Carl, confirmed that it could be reproduced with git head. The …
7:06 AM Ticket #8420 (MP4 duration is not correct) updated by Martin Storsjö
Replying to cehoyos: > Said to be fixed in …
12:34 AM Ticket #8420 (MP4 duration is not correct) updated by Carl Eugen Hoyos
Said to be fixed in 3d894db700cc1e360a7a75ab9ac8bf67ac6670a3, this is …

Jan 20, 2020:

11:35 PM Ticket #8416 (disposition option ignored when muxing hls from a web url and srt ...) updated by Carl Eugen Hoyos
Version changed
11:21 PM Changeset in ffmpeg [19f75e77] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: add support for cylindrical input format
8:19 PM Ticket #8443 (A/V drift when reencoding NTSC) updated by Carl Eugen Hoyos
The minimum required information for a valid ticket on this bug …
8:10 PM Changeset in ffmpeg [e57b9aa] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: add support for flat input format
8:10 PM Changeset in ffmpeg [091695f8] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: rewrite fov_from_dfov()
8:07 PM Ticket #8057 (Bug with v4l2) closed by Carl Eugen Hoyos
needs_more_info: Without a backtrace, I don't think anything can be done about this issue.
8:04 PM Ticket #8443 (A/V drift when reencoding NTSC) reopened by Timothy Pearson
Please elaborate, pdr0 was able to reproduce and I have provided …
5:13 PM Ticket #8488 (Bug in loudness normalizing WAV files) updated by Fred
Replying to cehoyos: > Documentation issue fixed by Gyan …
4:35 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by grepfor
To answer your question as to why I used the "-report" output to …
4:19 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by Cigaes
The doc is already in the process of being updated. But you were asked …
4:06 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by grepfor
Ok, then given what you say above, the man page doc for -report is …
4:05 PM Changeset in ffmpeg [e16cd7b8] by Nicolas George <george@nsup.org>
doc/fftools-common-opts: small fix to -report documentation.
4:04 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by Cigaes
Why are you using -report in interactive mode in the first …
3:51 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by Cigaes
-report actually records the *log* output, which is almost the …
3:46 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by grepfor
If that's the case, then the doc for the "-report" option is …
3:41 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by Carl Eugen Hoyos
It only shows up on the console, not in the report file, I didn't know …
3:35 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by grepfor
Ok, thanks. If it's unavoidable though, it would make sense to …
3:18 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) closed by Carl Eugen Hoyos
invalid: Replying to grepfor: > However, removing the -y option …
3:15 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by Carl Eugen Hoyos
Sorry, you misunderstand: You showed the console output for a version …
3:12 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by grepfor
The information you requested -- commandline and console output -- are …
3:08 PM Ticket #7934 (encode_video_test.c example does not work with libx264) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
Is there an issue that is reproducible with current FFmpeg git head?
3:04 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) updated by Carl Eugen Hoyos
Please provide the command line you tested together with the complete, …
2:57 PM Ticket #8020 (Decoding short broken transport stream has huge memory requirement) updated by Carl Eugen Hoyos
Keywords, Version, Summary changed
The reason for the memory spike is that the stream dimensions change …
2:40 PM Ticket #3615 (-y option affects audio/video skew during screen capture (alsa+x11grab)) reopened by grepfor
Question for devs: This ticket was recently closed with "Reproduced by …
2:26 PM Ticket #8036 (avcodec_open2 with h264_qsv fails with "Internal error - this should ...) updated by Carl Eugen Hoyos
Keywords, Version changed
There is no release support on this bug tracker: Is the issue …
1:44 PM Ticket #8431 (-frames on 2 image streams discards 1 frame) updated by Gyan
As originally implemented, reaching the frames limit on any stream …
1:30 PM Ticket #6516 (tsan symbols are broken with NASM) updated by Carl Eugen Hoyos
How can I reproduce this (with nasm)?
12:58 PM Ticket #8331 (concat filter has possible overflow integer overflow on long output) closed by Carl Eugen Hoyos
needs_more_info
12:55 PM Ticket #8332 (ffmpeg becomes zombie process) closed by Carl Eugen Hoyos
needs_more_info
12:54 PM Ticket #4213 (sps 32 refrence erro) updated by Carl Eugen Hoyos
Version changed
12:53 PM Ticket #8343 (h261dec doesn't mark keyframes) updated by Carl Eugen Hoyos
Type changed
12:45 PM Ticket #6580 (ffmpeg doesn't compile with libressl) updated by Carl Eugen Hoyos
Keywords changed
12:45 PM Ticket #5915 (ffmpeg compiled with openssl on https hls stream fails but works if ...) updated by Carl Eugen Hoyos
Keywords changed
12:45 PM Ticket #5905 (TLSv1.2 negotiation fails with OpenSSL) updated by Carl Eugen Hoyos
Keywords changed
12:44 PM Ticket #6801 (libavformat/tls_openssl.c: implicit declaration of function 'BIO_meth_*') updated by Carl Eugen Hoyos
Duplicate of ticket #6580
12:43 PM Ticket #6580 (ffmpeg doesn't compile with libressl) closed by Carl Eugen Hoyos
worksforme: Compilation against libressl works fine on Alpine 3.10.3.
12:23 PM Ticket #7385 (Memory leak using decode vp8) updated by Carl Eugen Hoyos
Is this still reproducible?
12:14 PM Ticket #8443 (A/V drift when reencoding NTSC) closed by Carl Eugen Hoyos
needs_more_info: I am unable to reproduce A/V sync issues with the attached samples and …
12:04 PM Ticket #8461 (generate mast playlist with fullpath failed on windows) closed by Carl Eugen Hoyos
fixed: Should be fixed by Steven in bc0bedf3c950fc5203d0d2b62019fb49edc48fb7
12:02 PM Ticket #8488 (Bug in loudness normalizing WAV files) updated by Carl Eugen Hoyos
Priority, Resolution, Component changed
Documentation issue fixed by Gyan in …
11:59 AM Changeset in ffmpeg [38081acc] by Gyan Doshi <ffmpeg@gyani.pro>
doc/filters: clarify resampling and linear mode in loudnorm
11:58 AM Ticket #8490 (AES HLS stream downloading don't work) updated by Carl Eugen Hoyos
Priority changed
11:58 AM Ticket #8490 (AES HLS stream downloading don't work) updated by Carl Eugen Hoyos
Keywords, Status, Reproduced by developer changed
Needs -http_persistent false
8:10 AM Ticket #8488 (Bug in loudness normalizing WAV files) updated by Gyan
Component changed
8:10 AM Ticket #8488 (Bug in loudness normalizing WAV files) closed by Gyan
invalid: When the linear option of the loudorm filter is set to true (also …
7:22 AM Ticket #8431 (-frames on 2 image streams discards 1 frame) updated by Jérôme Martinez
> Duration in multimedia files is measured in time (seconds etc.), …
7:17 AM Ticket #8490 (AES HLS stream downloading don't work) reopened by Mark
Replying to cehoyos: > Replying to mark99i: > …
6:34 AM Changeset in ffmpeg [8c3e9c9c] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: fix default AES key file url with variant streams …
6:34 AM Changeset in ffmpeg [dd5c7378] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: program_date_time and append_list flags conflict …
6:28 AM Changeset in ffmpeg [9faee5bc] by Steven Liu <lq@chinaffmpeg.org>
avformat/udp: modify the not write-only to read-only mode. not …
6:23 AM Changeset in ffmpeg [bc0bedf3] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: compare without the last directory separator in …
2:39 AM Ticket #8436 (ffmpeg sets opus audio to stereo in SDP even though it is mono) updated by Carl Eugen Hoyos
Did you see a05f5052fef3b3743fab7846da12861d8a8098ec? Is the comment wrong?
1:54 AM Ticket #8490 (AES HLS stream downloading don't work) closed by Carl Eugen Hoyos
invalid: Replying to mark99i: > bug …
1:13 AM Ticket #8490 (AES HLS stream downloading don't work) reopened by Mark
dear cehoyos, why did you close the ticket if there is another error? …
12:54 AM Ticket #3493 (ffmpeg unable to download when using AES-128 with https protocol) updated by Mark
deleted
12:52 AM Ticket #3493 (ffmpeg unable to download when using AES-128 with https protocol) updated by Carl Eugen Hoyos
Priority, Keywords, Component, Type changed
12:52 AM hls_aes_with_chunks_example.zip attached to Ticket #8490 by Mark
12:50 AM Ticket #3493 (ffmpeg unable to download when using AES-128 with https protocol) updated by Mark
Status, Cc, Component, Priority, Keywords, Type changed
12:46 AM Ticket #8490 (AES HLS stream downloading don't work) closed by Carl Eugen Hoyos
duplicate: Looks like #3493.
12:37 AM index_hls_aes_example.m3u8 attached to Ticket #8490 by Mark
if the link is not available
12:35 AM ffmpeg-20200120-031856.log attached to Ticket #8490 by Mark
12:34 AM Ticket #8490 (AES HLS stream downloading don't work) created by Mark
Summary of the bug: How to reproduce: […] when you try to download …
12:09 AM Ticket #3313 (ffmpeg can't receive the UDP multicasted MPEGTS streams) closed by Marton Balint
invalid: Reopen if you can reproduce this with latest git master.
12:09 AM Ticket #8488 (Bug in loudness normalizing WAV files) updated by Carl Eugen Hoyos
Component changed
Note: See TracTimeline for information about the timeline view.