Timeline



Jun 9, 2021:

8:53 PM IMAG0065_cut.AVI attached to Ticket #9287 by Carl Eugen Hoyos
8:50 PM Ticket #9287 (MJPEG regression) created by Carl Eugen Hoyos
http://ffmpeg.org/pipermail/ffmpeg-user/2021-June/053061.html A user …
4:55 PM Changeset in ffmpeg [591b88e6] by James Almer <jamrial@gmail.com>
avformat: move AVStream.{first,cur}_dts to AVStreamInternal They are …
4:55 PM Changeset in ffmpeg [39affa5f] by James Almer <jamrial@gmail.com>
avdevice/libcdio: fix AVStream.cur_dts usage It should not be …
4:55 PM Changeset in ffmpeg [c7682332] by James Almer <jamrial@gmail.com>
avformat/utils: make ff_update_cur_dts() shared libavdevice needs it. …
3:41 PM Ticket #9286 (ffmpeg-qsv pipelines causes app hang if vpp_qsv+fps filters present) updated by dvrogozh
Status, Owner changed
3:41 PM Ticket #9286 (ffmpeg-qsv pipelines causes app hang if vpp_qsv+fps filters present) updated by dvrogozh
The following 2 patches seem to fix this issue: …
3:39 PM Ticket #9286 (ffmpeg-qsv pipelines causes app hang if vpp_qsv+fps filters present) created by dvrogozh
Summary of the bug: I've used ffmpeg from master branch @ 4c705a2 …
11:16 AM Ticket #9283 (key_frame flag not set in AVFrame using cuviddec on interlaced h264) updated by stuhlo
Replying to Carl Eugen Hoyos: > Patches (and patch …
10:06 AM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
Here is the datasheet for the SoC my TV box uses: …
6:23 AM Ticket #2974 (Plex Media Server: LGPL/GPL violation) closed by Ridley Combs
fixed: The link URLs have changed in newer versions, but remain available in …
1:18 AM Changeset in ffmpeg [e01bf559] by Guo Yejun <yejun.guo@intel.com>
lavfi/vf_drawtext.c: fix CID 1485003 CID 1485003: Memory - illegal …
1:18 AM Changeset in ffmpeg [22d9958] by Guo Yejun <yejun.guo@intel.com>
lavfi/vf_drawbox.c: fix CID 1485004 CID 1485004: Uninitialized …
12:42 AM Ticket #9285 (Excessive GPU memory usage with nvdec hwaccel) created by Ridley Combs
When decoding video using the CUDA hwaccel, ff_nvdec_decode_init()

Jun 8, 2021:

11:08 PM Ticket #9281 (wrong $Number$ value while reading mpd) updated by Carl Eugen Hoyos
Keywords, Component, Description changed
11:05 PM Ticket #9283 (key_frame flag not set in AVFrame using cuviddec on interlaced h264) updated by Carl Eugen Hoyos
Keywords, Analyzed by developer, Version, Reproduced by developer changed
Patches (and patch suggestions) are unfortunately ignored here, please …
11:03 PM Ticket #9282 (Rotate the screen, the screen cannot be recorded normally.) updated by Carl Eugen Hoyos
Priority, Component changed
Replying to HouLei: > (1)ffmpeg -f x11grab -framerate …
10:09 PM Changeset in ffmpeg [58614f7b] by Marton Balint <cus@passwd.hu>
avformat/libsrt: workaround conflict with ffmpeg cmdline option Add …
10:07 PM Changeset in ffmpeg [55c54ff7] by Marton Balint <cus@passwd.hu>
avformat/libsrt: add tsbpd option Signed-off-by: Marton Balint …
10:07 PM Changeset in ffmpeg [9099046c] by Marton Balint <cus@passwd.hu>
avformat/libsrt: send message in order There is no good use case for …
7:55 PM Changeset in ffmpeg [3249b963] by Marton Balint <cus@passwd.hu>
fftools/ffplay: 240M matrix is not the same as BT.601 Signed-off-by: …
5:29 PM Changeset in ffmpeg [812f39ee] by Karthick J <kjeyapal@akamai.com>
Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams" …
5:07 PM Ticket #9284 (Nimble Streamer violates the GPL:) created by Kieran Kunhya
Tons of nonfree and GPL code in there: …
4:44 PM Ticket #6971 (ffmpeg drops frames after deinterlacing) updated by Balling
Status changed
Releated discussion on …
4:11 PM Changeset in ffmpeg [b27ae2c0] by James Almer <jamrial@gmail.com>
checkasm/vp9dsp: rename the iszero function to is_zero Suggested-by: …
4:00 PM Changeset in ffmpeg [4a3917c0] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_dctdnoiz: Check threads Fixes: floating point division by …
4:00 PM Changeset in ffmpeg [3d500e6] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black …
4:00 PM Changeset in ffmpeg [ca9025f3] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dpx: fix off by 1 in bits_per_color check Fixes: CID1476303 …
4:00 PM Changeset in ffmpeg [a0a4a527] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rpl: Check for EOF and zero framesize Fixes: Infinite loop …
4:00 PM Changeset in ffmpeg [f7862e8] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vc2enc: Check for non negative slice bounds Fixes: invalid …
3:56 PM ffmpeg-cuvid-keyframe-fix.patch attached to Ticket #9283 by stuhlo
patch for the bug
3:49 PM Ticket #9283 (key_frame flag not set in AVFrame using cuviddec on interlaced h264) created by stuhlo
Summary of the bug: Using cuviddec through ffmpeg API, decoded …
3:25 PM Ticket #8325 (outside the range of representable values of type 'unsigned long' at ...) closed by Michael Niedermayer
worksforme: Does not reproduce with git master for me
10:52 AM Changeset in ffmpeg [7af1a3ce] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avcodec: Don't free options on failure in avcodec_open2() …
10:52 AM Changeset in ffmpeg [d29541c9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffprobe: Remove redundant check before avcodec_free_context() …
10:52 AM Changeset in ffmpeg [3a5412b3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
doc/examples/extract_mvs: Explicitly free options The user should not …
10:52 AM Changeset in ffmpeg [933308a2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
doc/examples/demuxing_decoding: Remove unused options Signed-off-by: …
10:52 AM Changeset in ffmpeg [73f9d5b6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avcodec: Avoid redundant copies of options in avcodec_open2 …
10:52 AM Changeset in ffmpeg [7e03d962] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/opt: Check directly for av_dict_copy() failure av_dict_copy() …
10:52 AM Changeset in ffmpeg [cbf6047c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/frame_thread_encoder: Remove redundant memcpy In case the …
10:52 AM Changeset in ffmpeg [3f6e715] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/frame_thread_encoder: Avoid dictionaries avcodec_open2() …
10:52 AM Changeset in ffmpeg [56e9e027] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() …
10:52 AM Changeset in ffmpeg [4e5d2a81] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/internal: Remove outdated documentation of ff_alloc_packet2() …
10:52 AM Changeset in ffmpeg [7a57c5ab] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/omx: Zero packet padding Signed-off-by: Andreas Rheinhardt …
10:52 AM Changeset in ffmpeg [964c826] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/omx: Reindentation Also combine two if blocks that check for …
10:52 AM Changeset in ffmpeg [eeedc881] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/omx: Remove remnants of old preallocated buffers There are no …
10:52 AM Changeset in ffmpeg [835d8b74] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dvenc: Avoid copying packet data, allow user-supplied buffers …
9:35 AM Ticket #9282 (Rotate the screen, the screen cannot be recorded normally.) created by HouLei
Rotate the screen, the screen cannot be recorded normally. How to …
7:41 AM Ticket #5718 (ffmpeg not remapping channels for libopus automatically) updated by everlanes
I also ran into this problem and the suggested workaround is not …
7:35 AM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
Is ffplay actually using opengl or is it really using opengl via SDL? …
7:35 AM Ticket #9281 (wrong $Number$ value while reading mpd) created by Kostik
Hello, using the latest static build ffmpeg version …
7:25 AM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
Thanks balling I have got a bit closer to playing to the test file …
5:05 AM Ticket #9279 (Vulkan hw device ctx reports a segmentation fault when initialize the ...) updated by wenbin,chen
Description changed
12:57 AM Ticket #9146 (ATC SEI of HLG (18) should overwrite color_trc from VUI in mp4, just ...) updated by Balling
Issue #8610 is related. Apparenly that was not enough for mp4 and mkv.

Jun 7, 2021:

11:53 PM Ticket #9016 (Some videos cannot be hw decoded on apple silicon) updated by Peter Xia
[…]
11:01 PM Ticket #9132 (Wrong pixel format/output when converting video to yuv444p*) updated by Balling
So, Jan, are you going to fix it?
11:00 PM Ticket #8941 (Wrong color levels with kmsgrab and vaapi) closed by Balling
invalid: Okay, I am closing this. --video-output-levels=limited only affects …
10:56 PM Ticket #9280 (meson-vdec: poor playback of h264) updated by Balling
>man page about -f and its settings. ffmpeg -formats ffmpeg -sample_fmts
10:34 PM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
Hi balling My GPU (Mali G31) doesn't support OpenGL, only OpenGLES …
10:18 PM Ticket #9280 (meson-vdec: poor playback of h264) updated by Balling
Replying to danboid: > How might I modify that ffmpeg …
10:01 PM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
This LKML post details a more recent update of the meson driver ie …
9:22 PM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
I successfully built and installed ffmpeg git under Manjaro ARM and I …
5:32 PM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
ffmpeg git is building atm. I'll try a command like this, unless I'm …
4:34 PM Ticket #9082 (Memory leak while trancoding on GPU) updated by Dhanish Vijayan
Hi, I was struggling with the exact same issue for last couple of …
3:59 PM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
Hi Carl OK, I will build git head and report back. What ffmpeg …
3:55 PM Ticket #9280 (meson-vdec: poor playback of h264) updated by Carl Eugen Hoyos
Keywords, Component changed
Please test current FFmpeg git head, the only version supported here, …
3:02 PM Changeset in ffmpeg [282b9f4c] by Timo Rothenpieler <timo@rothenpieler.org>
avfilter/overlay_cuda: add hsub and vsub compute x and y positions …
11:40 AM Ticket #9280 (meson-vdec: poor playback of h264) updated by danboid
Description changed
11:26 AM Ticket #9280 (meson-vdec: poor playback of h264) created by danboid
Summary of the bug: I am experiencing very jerky playback using …
9:15 AM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by petr.diblik
Replying to Balling: > Replying to [comment:17
8:09 AM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by Balling
Replying to petr.diblik: > IMHO the support of RGB and …
7:24 AM Ticket #9082 (Memory leak while trancoding on GPU) updated by misko
Replying to Balling: > Can you retest again? Hi. Leak is …
7:13 AM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by petr.diblik
IMHO the support of RGB and its variants in AV1 codecs should depend …
6:21 AM Ticket #9252 ([dash muxer] Unplayable (empty) HLS, audio-only, master playlist) closed by Balling
fixed: Fixed in 575e52272d42f4278c6620f1a999c41425db2094.
1:51 AM Ticket #9279 (Vulkan hw device ctx reports a segmentation fault when initialize the ...) created by wenbin,chen
Summary of the bug: How to reproduce: […] Error occurs at …
12:39 AM Scaling edited by varenc
mention the very useful scale2ref filter (diff)

Jun 6, 2021:

8:01 PM Changeset in ffmpeg [8bcce56] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: add option to disable all extra SEI data With these …
7:31 PM Changeset in ffmpeg [c67f354] by Timo Rothenpieler <timo@rothenpieler.org>
configure: detect nvcc without sm_30 support Signed-off-by: Timo …
1:20 PM Ticket #8660 (mpegts recognize s302m as private data stream) updated by Balling
>But gnome video player, mpv and ffplay will play that file. But not …
10:55 AM Ticket #5308 (dvbsubtitles always uses page_id of 1) updated by Balling
Related dfffc4aadc7c8c615190ddb4a08cd451ac9b1020.
7:03 AM Ticket #8615 (-hwaccel videotoolbox does not work anymore) updated by su.00048
this seems to be fixed now, at least for my use case. my hwdecode …
6:04 AM Ticket #7562 (using -hwaccel nvdec produces 'No decoder surfaces left' with ...) updated by Balling
You know what, I may be an idiot, but I CANNOT reproduce it anymore …
4:34 AM Changeset in ffmpeg [43295ae6] by Limin Wang <lance.lmwang@gmail.com>
swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled …
3:46 AM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by Balling
Replying to petr.diblik: > Replying to [comment:14

Jun 5, 2021:

7:25 PM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by petr.diblik
Replying to Balling: > I have sent a patch for this that …
7:03 PM Ticket #9251 (h264_nvenc: InitializeEncoder failed: invalid param (8): Frame ...) closed by Timo R.
invalid: That error is coming right from the driver. The minimum resolution …
5:08 PM Ticket #6601 (MP2 files are decoded with errors) updated by Balling
Replying to Carl Eugen Hoyos: > Replying to [comment:4
4:57 PM Ticket #6601 (MP2 files are decoded with errors) updated by Balling
Replying to Hendrik: > Lossy codecs don't decode to a …
3:06 PM Ticket #7480 (HEVC codec info string) updated by Balling
>So who is going to add CODECS="hvc1"? Hey? Okay, I sent a patch. …
2:59 PM Changeset in ffmpeg [29b244ff] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rpl: Use 64bit in bitrate computation and check it Fixes: …
2:59 PM Changeset in ffmpeg [ff0d70c8] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_hqdn3d: fix left shift of negative numbers Signed-off-by: …
2:15 PM Ticket #7480 (HEVC codec info string) updated by Balling
Okay, lets finalise this. Apple 4K 2021 fixed raised black in DV and …
2:05 PM Ticket #8904 (HLS missing CODECS for H.265 streams) updated by Balling
Replying to Collin Allen: > Thanks for the patch! This …
1:34 PM Ticket #9206 (ffmpeg goes into interruptible sleep because of temporary network ...) updated by ZhenWang
I ran into the same problem. ---- […]
9:27 AM Ticket #8174 (CUVID decoder doesn't perform a capability check on chroma subsampling) updated by Balling
This was done for nvdec here: 83c7ac2e47efd96927127c1c385cdbb5fb53cb02
9:15 AM Changeset in ffmpeg [3ac7d994] by Guo Yejun <yejun.guo@intel.com>
lavfi/dnn/dnn_io_proc.c: fix CID 1484955 CID 1484955: Memory - …
9:05 AM Ticket #6023 (support Transfer characteristic in DPX encoder) updated by Balling
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210601191828.6957-1
8:54 AM Ticket #7449 (copyts fails if PCR near rollover) updated by Balling
Some related stuff …
8:41 AM Ticket #6850 (Seeking to beginning of HLS stream fails) updated by Balling
Status changed
See …
5:48 AM Ticket #8615 (-hwaccel videotoolbox does not work anymore) updated by su.00048
i haven't checked in a while, got distracted by becoming gainfully …
5:35 AM Ticket #9082 (Memory leak while trancoding on GPU) updated by Balling
Status changed
Can you retest again?
5:32 AM Ticket #8615 (-hwaccel videotoolbox does not work anymore) updated by Balling
Is this still a problem? I mean... This is just a strange issue.
5:30 AM Ticket #8515 (vc1_parser erroneously flagged every packet as keyframe) updated by Balling
Replying to mkver: > It happens whenever the …
5:28 AM Ticket #6475 (NVENC: -coder 0 parameter produces no error, but does not disable CABAC) updated by Balling
Okay, maybe just allow for -coder 2 to be cavlc for h264_nvenc? What …
4:01 AM Ticket #5474 (pgssub with backward moving timestamps) updated by Balling
Why not just revert 38e13f55a5a34d3ad3eea25a0a7bb23a223a3583? If it …
2:44 AM Ticket #8849 (sub2video does not work with overlay_cuda) closed by Bogdan Ilisei
fixed: Just tested now with latest builds, against the same CUDA version, and …
1:36 AM Changeset in ffmpeg [ab4f299e] by James Almer <jamrial@gmail.com>
fftools/ffmpeg: remove usage of internal timestamp AVStream fields …

Jun 4, 2021:

10:23 PM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by Balling
I have sent a patch for this that will correctly fix this (Carl, maybe …
7:37 PM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by Balling
Oh, I could not reproduce it because here libdav1d is the default …
4:40 PM Changeset in ffmpeg [57de806] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: extract sei data prep into own function
4:24 PM Changeset in ffmpeg [cee9f962] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: write out user data unregistered SEI Signed-off-by: …
4:24 PM Changeset in ffmpeg [63948a61] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: use persistent sei data buffer Signed-off-by: Brad …
3:20 PM Ticket #9277 (ffmpeg concat cannot mix pipe and file input) closed by Trevor
invalid: Thanks. And it looks like that does work in 4.1 as well. And thanks …
2:51 PM Ticket #9277 (ffmpeg concat cannot mix pipe and file input) updated by Cigaes
Yes, you need to specify the protocol since it is not the same.
2:48 PM Ticket #9277 (ffmpeg concat cannot mix pipe and file input) updated by Trevor
Replying to Nicolas George: > You need to understand that …
1:19 PM Ticket #9277 (ffmpeg concat cannot mix pipe and file input) updated by Cigaes
You need to understand that the file names / paths given in the concat …
1:09 PM Ticket #9277 (ffmpeg concat cannot mix pipe and file input) updated by Trevor
All the files are in the file protocol. It's the list of files and …
12:03 PM Ticket #9278 (support expression in aresample) updated by yue
Version, Description changed
10:39 AM Ticket #9278 (support expression in aresample) updated by yue
Component changed
10:38 AM Ticket #9278 (support expression in aresample) created by yue
aresample should take an expression rather than an integer value. …
9:04 AM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by petr.diblik
I attached 2 test files. This is how I converted the first one to the …
9:03 AM vid-av1-gbrp.mkv attached to Ticket #8929 by petr.diblik
9:02 AM vid-h264-gbrp.mkv attached to Ticket #8929 by petr.diblik
8:32 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Dmitry Sinitsyn
Replying to Diederick Niehorster: > @Dmitry, does the …
8:19 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Diederick Niehorster
@Dmitry, does the patch look good to you? …
8:08 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Dmitry Sinitsyn
Replying to Balling: > Do you know what Variable …
5:12 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Balling
Replying to Dmitry Sinitsyn: > Timestamp generated by …

Jun 3, 2021:

9:25 PM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by Balling
Can you attach a input.gif sample? Samples i have I cannot reproduce upon.
9:14 PM Ticket #9277 (ffmpeg concat cannot mix pipe and file input) updated by Cigaes
This is the expected behavior: since the concat file is in the …
8:43 PM Ticket #9277 (ffmpeg concat cannot mix pipe and file input) created by Trevor
Summary of the bug: Between 4.2.2 and 4.3.2 you can no longer use both …
7:53 PM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by Balling
Replying to petr.diblik: > Replying to [comment:4
2:08 PM Ticket #7384 (FFmpeg 4.0 does not set 5.1 surround sound into audio stream when ...) updated by YetAnotherID
I've only just bumped into this issue, and found quite a few closed …
12:53 PM Ticket #9276 (Can't keep segments larger than twice +1 the list size?) updated by Carl Eugen Hoyos
Keywords changed
12:45 PM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by petr.diblik
Replying to Balling: > …
11:44 AM Changeset in ffmpeg [2fac1e37] by Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mips: Fix fate errors reported by clang The data width of …
11:44 AM Changeset in ffmpeg [fd5fd486] by Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mips: Fix build errors reported by clang Clang is more …
10:19 AM Ticket #9132 (Wrong pixel format/output when converting video to yuv444p*) updated by petr.diblik
Cc changed
10:18 AM Ticket #8929 (libaom-av1 can encode rgb av1 webm files but not decode them (libdav1d ...) updated by petr.diblik
Cc changed
Replying to pdr0: > Does AV1 support GBRP or any "RGB" …
10:04 AM Ticket #9276 (Can't keep segments larger than twice +1 the list size?) created by nicol
Summary of the bug: I'm trying to keep segments using …
6:53 AM Ticket #9275 (Missing -latomic for arches without GCC builtins atomic) created by marillat
atomic support has been added in libavformat/fifo.c since 4.4 but GCC …
1:56 AM Ticket #9146 (ATC SEI of HLG (18) should overwrite color_trc from VUI in mp4, just ...) updated by a1q123456
.
1:56 AM Ticket #9146 (ATC SEI of HLG (18) should overwrite color_trc from VUI in mp4, just ...) updated by a1q123456
Replying to Balling: > And this was just a bug in …

Jun 2, 2021:

8:35 PM Changeset in ffmpeg [864d1ef2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeglsdec: force pal8 only once Fixes: Infinite loop Fixes: …
8:35 PM Changeset in ffmpeg [06d23c6f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mjpegdec: Fix order of condition for pal8 Fixes: out of array …
5:42 PM Ticket #9146 (ATC SEI of HLG (18) should overwrite color_trc from VUI in mp4, just ...) updated by Balling
Summary changed
And this was just a bug in Mediainfo!!! HAHA. SEI_rbsp_stop_one_bit …
5:08 PM Ticket #9146 (ATC SEI of HLG (18) should overwrite color_trc from VUI in mp4, just ...) updated by Balling
Status changed
>the code overrides avctx->color_trc is from function You must …
4:03 PM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Dmitry Sinitsyn
Replying to Balling: > Replying to [comment:17 Dmitry …
3:35 PM Changeset in ffmpeg [996797f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpegvideo_enc: Reset stuffing bits if they are not supported …
3:30 PM Changeset in ffmpeg [c297f7e5] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/svq1enc: Do not print debug RD value before it has been …
3:30 PM Changeset in ffmpeg [36dead4b] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aacpsy: Check bandwidth Fixes: Ticket8011 Signed-off-by: …
3:30 PM Changeset in ffmpeg [c520b986] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aacenc: Do not divide by lambda_count if it is 0 Avoids …
3:30 PM Changeset in ffmpeg [4b89cf7a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aacenc: Use FLT_EPSILON for lambda minimum
3:30 PM Changeset in ffmpeg [6b1268f8] by Michael Niedermayer <michael@niedermayer.cc>
pixfmt: fixed wrong fix of comment This mostly reverts …
3:26 PM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Balling
Replying to Dmitry Sinitsyn: > Replying to [comment:16
12:34 PM Ticket #9274 (avio_open_dir / avio_close_dir seems to be broken) updated by rudolfs.bundulis
Keywords, Version, Component changed
12:33 PM Ticket #9274 (avio_open_dir / avio_close_dir seems to be broken) created by rudolfs.bundulis
Summary of the bug: when using avio_open_dir / avio_close_dir, …
11:56 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Diederick Niehorster
Ok, lets be bold, i've send some more patches to the list to catch that
10:30 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Dmitry Sinitsyn
Replying to Diederick Niehorster: > Ah, so is there a …
10:26 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Diederick Niehorster
Replying to Dmitry Sinitsyn: > I submitted my patch …
10:16 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Dmitry Sinitsyn
Replying to Diederick Niehorster: > I've submitted a …
10:15 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Dmitry Sinitsyn
Replying to Balling: > Because it is unreliable? I mean …
9:38 AM Ticket #8620 (Fundamental bug in DirectShow capture - wrong timestamps) updated by Diederick Niehorster
I've submitted a patch for review, …
9:04 AM Ticket #9271 (Get color information from source device) updated by Diederick Niehorster
I've got the patch submitted with send-mail (SMTP config, see …
8:28 AM Ticket #9273 (Memory leak in HLS input) updated by RobertIntinor
Replying to Balling: > If valgrind is good after your …
5:16 AM Changeset in ffmpeg [071930de] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/mov: add option to use tfdt for fragment timestamps.
Note: See TracTimeline for information about the timeline view.