Timeline



Feb 6, 2022:

11:31 PM Changeset in ffmpeg [a10f1aec] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/fifo: Deprecate old FIFO API Users should switch to the …
11:31 PM Changeset in ffmpeg [e6469e68] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
ffmpeg: switch to new FIFO API
11:31 PM Changeset in ffmpeg [bdf9ed41] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
ffplay: switch to new FIFO API
11:31 PM Changeset in ffmpeg [c65c2ed0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavfi/vf_deshake_opencl: switch to new FIFO API
11:31 PM Changeset in ffmpeg [85c938fa] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavfi/qsvvpp: switch to new FIFO API
11:31 PM Changeset in ffmpeg [90eef1c3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavu/threadmessage: switch to new FIFO API
11:31 PM Changeset in ffmpeg [d1bd189c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavu/audio_fifo: switch to new FIFO API
11:31 PM Changeset in ffmpeg [08213620] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavu/audio_fifo: drop an unnecessary include Nothing in audio_fifo.h …
11:31 PM Changeset in ffmpeg [d46fd964] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavd/jack: switch to the new FIFO API
11:31 PM Changeset in ffmpeg [36117968] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavf/async: switch to new FIFO API
11:31 PM Changeset in ffmpeg [70a1774f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavf/udp: switch to new FIFO API
11:31 PM Changeset in ffmpeg [5fe2c377] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavf/swfenc: switch to new FIFO API
11:31 PM Changeset in ffmpeg [ea51119] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavf/mpegenc: switch to new FIFO API
11:31 PM Changeset in ffmpeg [60414afc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavf/dvenc: switch to new FIFO API
11:31 PM Changeset in ffmpeg [7e2be84a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavf/dvenc: return an error on audio/video desync
11:31 PM Changeset in ffmpeg [d3c6156] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/qsvenc: Reindent after the previous commit Signed-off-by: …
11:31 PM Changeset in ffmpeg [35e52d21] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/qsvenc: switch to new FIFO API
11:31 PM Changeset in ffmpeg [08181624] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/qsvdec: switch to the new FIFO API
11:31 PM Changeset in ffmpeg [587545c9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/nvenc: switch to the new FIFO API
11:31 PM Changeset in ffmpeg [9ef4b669] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/libvpxenc: remove unneeded context variable discard_hdr10_plus …
11:31 PM Changeset in ffmpeg [4b066b53] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/libvpxenc: switch to the new FIFO API
11:31 PM Changeset in ffmpeg [a718d84e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/libvorbisenc: switch to new FIFO API
11:31 PM Changeset in ffmpeg [6eaf5cd0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/cuviddec: convert to the new FIFO API
11:31 PM Changeset in ffmpeg [de40342c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/cuviddec: do not reallocate the fifo unnecessarily
11:31 PM Changeset in ffmpeg [70611d7f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/amfenc: switch to new FIFO API
11:31 PM Changeset in ffmpeg [37e70d48] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/avcodec: switch to new FIFO API
11:31 PM Changeset in ffmpeg [93ed3755] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavu/tests/fifo: switch to the new API
11:31 PM Changeset in ffmpeg [14429f8f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavu/fifo: add a flag for automatically growing the FIFO as needed …
11:30 PM Changeset in ffmpeg [7329b22] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavu/fifo: Add new AVFifo API based upon the notion of element size …
11:29 PM Changeset in ffmpeg [5939c8d3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavu/fifo: disallow overly large fifo sizes The API currently allows …
11:29 PM Changeset in ffmpeg [2d71f93c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek() …
10:29 PM Ticket #8349 (Dolby AC-4 Support) updated by Bo Xu
Replying to mooninite: > Replying to [comment:22
10:20 PM Ticket #5419 (HLS EXT-X-DISCONTINUITY tag is not supported) updated by Balling
We need to first apply this LGTM patch …
10:04 PM Changeset in ffmpeg [03afa127] by Marton Balint <cus@passwd.hu>
avformat/rtpproto: set ttl upper bound to 255 Also remove bogus …
9:59 PM Changeset in ffmpeg [9daac85d] by Marton Balint <cus@passwd.hu>
avformat/udp: set ttl upper bound to 255 Signed-off-by: Marton Balint …
8:25 PM Ticket #3801 (SWSCALE: Incorrect Values (+-1) in Full Range Conversion RGB to YCbCr) updated by Balling
See bug in mpv: https://github.com/mpv-player/mpv/issues/9757 As for …
4:41 PM Ticket #5419 (HLS EXT-X-DISCONTINUITY tag is not supported) updated by mrskman
I sign this petition +1
11:45 AM Changeset in ffmpeg [e597ea4c] by Paul B Mahol <onemda@gmail.com>
avfilter/asrc_sinc: switch to rdft from lavu/tx
10:30 AM Ticket #9627 (vf cas fails with 10bit pix_fmt) updated by chrisbgp
Thank you! Replying to Balling: > …
10:28 AM Changeset in ffmpeg [cfe6df99] by Paul B Mahol <onemda@gmail.com>
configure: afir filter no longer depends on rdft from avcodec
4:53 AM Ticket #9334 (MP4 to APNG conversion incorrectly has transparent background) updated by Balling
Keywords, Status changed
3:20 AM Changeset in ffmpeg [f14dbb4b] by Zane van Iperen <zane@zanevaniperen.com>
avformat/mxfdec: add avlanguage dependency Reviewed-by: Andreas …

Feb 5, 2022:

11:20 PM Ticket #9627 (vf cas fails with 10bit pix_fmt) updated by Balling
bedb4bac1c8e2695cf10d21c6b3ed23c877934e7
10:36 PM Ticket #8885 (Windows 10 long path support) updated by Blacklands
Any chance that this gets addressed? From my understanding, the only …
8:03 PM Ticket #8862 (SDL2 / ffplay cannot do linear transfer/not BT.709 matrix for 4:4:4) updated by Balling
Summary changed
7:56 PM Changeset in ffmpeg [bedb4bac] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_cas: unbreak >8 depth support
4:19 PM Ticket #9627 (vf cas fails with 10bit pix_fmt) updated by chrisbgp
Description changed
4:14 PM Ticket #9627 (vf cas fails with 10bit pix_fmt) created by chrisbgp
Summary of the bug: vf: cas=0.96:1 and pix_fmt yuv420p10le gives the …
1:52 PM Changeset in ffmpeg [306994b8] by Paul B Mahol <onemda@gmail.com>
avfilter/af_apsyclip: increase protection for high frequencies This …
1:52 PM Changeset in ffmpeg [18fceb99] by Paul B Mahol <onemda@gmail.com>
avfilter/af_apsyclip: fix peak overestimation Ignore more samples …
1:52 PM Changeset in ffmpeg [b4ad1342] by Paul B Mahol <onemda@gmail.com>
avfilter/af_apsyclip: fix FFT bin indexing With a complex FFT instead …
12:52 PM Ticket #9622 (Skip samples overflow and negative in fragmented MP4) closed by James
fixed: Technically speaking, the first field in AV_PKT_DATA_SKIP_SAMPLES …
12:52 PM Changeset in ffmpeg [40766ae] by Zane van Iperen <zane@zanevaniperen.com>
avformat/imf: cosmetics s/++i/i++/g Signed-off-by: Zane van Iperen …
12:52 PM Changeset in ffmpeg [bec300f4] by Zane van Iperen <zane@zanevaniperen.com>
avformat/tests: add /imf to .gitignore Signed-off-by: Zane van Iperen …
12:44 PM Changeset in ffmpeg [0ea87ebc] by James Almer <jamrial@gmail.com>
avformat/demux: don't truncate the return value of ts_to_samples() …
12:44 PM Changeset in ffmpeg [928e7c60] by James Almer <jamrial@gmail.com>
avformat/demux: print skip_samples and discard_padding as unsigned …
12:44 PM Changeset in ffmpeg [22d6d2b4] by James Almer <jamrial@gmail.com>
avcodec/decode: ignore unsupported skip samples packet side data …
12:44 PM Changeset in ffmpeg [3b9bd63a] by James Almer <jamrial@gmail.com>
avformat/demux: don't propagate unsupported skip samples packet side …
9:40 AM Changeset in ffmpeg [8a9d3d3d] by Marton Balint <cus@passwd.hu>
avformat/imf_cpl: do not use filesize when reading XML file Similar …
8:38 AM Ticket #9626 (alphamerge and transparency in main) closed by Michael Koch
invalid
3:40 AM Changeset in ffmpeg [00692139] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtpdec_rfc4175: fix interlace format In previous state, a …

Feb 4, 2022:

9:52 PM Ticket #9626 (alphamerge and transparency in main) updated by Jozef Chutka
Thanks both for looking into it. I can understand alphamerge a bit …
8:07 PM Ticket #6578 (ARM NEON detection should use getauxval instead of parsing files in /proc) updated by Aman
somewhat related, I experienced SEGV on some android/arm devices when …
5:30 PM Ticket #9626 (alphamerge and transparency in main) updated by Michael Koch
Replying to Jozef Chutka: > Hi Michael, > please check the …
4:03 PM Ticket #9626 (alphamerge and transparency in main) updated by pdr0
It's working as expected alphamerge …
3:05 PM Ticket #9620 (Add support for .WEM Wwise Encoded Media File) updated by Balling
>clsid's fork That is not a fork that is now mainline.
3:04 PM Ticket #9132 (Wrong pixel format/output when converting video to yuv444p*) updated by Balling
Can we close this? After all the other remaining issue here is …
3:01 PM Ticket #9598 (Wrong Chroma Location (Type 2, top left) for XDCAM Files (Type 0, ...) updated by Balling
>The only reason h264 would result in a different value is that the …
2:59 PM Ticket #9626 (alphamerge and transparency in main) updated by Jozef Chutka
Hi Michael, please check the attachments I included. I am trying to …
2:09 PM Ticket #9620 (Add support for .WEM Wwise Encoded Media File) updated by PCUser
Replying to mirh: > While I'd certainly like for somebody …
1:49 PM Ticket #9620 (Add support for .WEM Wwise Encoded Media File) updated by mirh
Cc changed
While I'd certainly like for somebody to figure out encoding, so that …
12:39 PM Ticket #9626 (alphamerge and transparency in main) updated by Michael Koch
> When alphamerge alpha has white pixels where in has transparent, …
8:14 AM Ticket #9626 (alphamerge and transparency in main) updated by Jozef Chutka
Description changed
8:13 AM fix.jpg attached to Ticket #9626 by Jozef Chutka
8:12 AM bug.jpg attached to Ticket #9626 by Jozef Chutka
8:12 AM mask.png attached to Ticket #9626 by Jozef Chutka
8:12 AM main.png attached to Ticket #9626 by Jozef Chutka
8:11 AM Ticket #9626 (alphamerge and transparency in main) created by Jozef Chutka
Summary of the bug: Using ffmpeg version …
7:34 AM Ticket #9605 (5.0 meets -Wlogical-op) updated by Balling
One part is done in 5903a4e32104ab343555b494991856fac5aa3aa2 the other …
6:31 AM Ticket #9599 (VideoToolbox VP9 hwaccel freezes ffmpeg) updated by WindowPain
I'm having the same problem. My machine is 2017 MacBook Pro.
12:52 AM Changeset in ffmpeg [cc5eb2e6] by Peter Ross <pross@xvid.org>
avformat/img2dec: increase probe score for GEM image fourcc variants …
12:52 AM Changeset in ffmpeg [5903a4e3] by Peter Ross <pross@xvid.org>
avformat/img2dec: fix logic error in GEM Raster file probe Use …

Feb 3, 2022:

9:57 PM Changeset in ffmpeg [c69b1a12] by Martin Storsjö <martin@martin.st>
libfdk-aacdec: Flush delayed samples at the end The fdk-aac decoder …
9:51 PM Changeset in ffmpeg [340a78af] by Martin Storsjö <martin@martin.st>
libfdk-aacdec: Add an option for setting the decoder's DRC album mode …
12:22 PM Ticket #9617 (v360: rounding or +-1 errors) updated by Michael Koch
The issues with double-fisheye as input can be fixed in line 3471: uf …
10:34 AM Changeset in ffmpeg [e1a14479] by Gyan Doshi <ffmpeg@gyani.pro>
ffprobe: allow side-data selection by element At present, side data …
4:07 AM Changeset in ffmpeg [d4a910b2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Add MKV tags for AVS2 and AVS3 codecs. Signed-off-by: TianBo Zheng …
3:00 AM Changeset in ffmpeg [a2df6652] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/imf: add IMF CPL with repeated resources to FATE …

Feb 2, 2022:

10:17 PM Ticket #8126 (When I play a mkv(video:avc/audio:flac) not from the begining,it blurred.) updated by Balling
Status changed
But this is just nuts to duplicate the SEI through all the file!!! …
8:11 PM Ticket #9557 (Wrong video codec info with mediainfo) updated by Balling
Fixed in 7dfc3cc713ea0dbe7aeedcc2a272a5382a36dbcd.
8:10 PM Ticket #9500 (HEVC encoder settings are not set) closed by Balling
fixed: Yeah, this is fixed, of course. In …
11:11 AM Ticket #9614 (RTSP client with MPEG-TS streams fails) updated by firmman
Priority, Component changed
10:52 AM out.png attached to Ticket #9625 by Jozef Chutka
10:51 AM Ticket #9625 (paletteuse artefacts) created by Jozef Chutka
Summary of the bug: palettegen+paletteuse generates some strange …
10:22 AM Ticket #9624 (palettegen hangs when input has no duration defined) created by Jozef Chutka
Summary of the bug: FFmpeg hangs in case palettegen is used and input …
8:18 AM Ticket #9500 (HEVC encoder settings are not set) updated by zboubida
I've just tried with release 5.0 and it seems to be working properly. …
6:51 AM Changeset in ffmpeg [2e82c610] by Lynne <dev@lynne.ee>
x86/tx_float: avoid redefining macros FFT16_FN was used for fft8 and …

Feb 1, 2022:

10:04 PM Ticket #9623 (Too many files open with IMF) updated by Pierre-Anthony Lemieux
Reproduced by developer changed
10:04 PM Ticket #9623 (Too many files open with IMF) updated by Pierre-Anthony Lemieux
Status, Owner changed
The IMF currently opens at startup all files referenced by the IMF …
9:57 PM Ticket #9623 (Too many files open with IMF) created by mitch jacobs
when processing an IMF CPL with 2000 files, FFMPEG returns error "too …
9:54 PM Changeset in ffmpeg [b5a8b3d4] by Lynne <dev@lynne.ee>
hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeatures …
5:23 PM CompilationGuide/macOS edited by Karl-Michael Schindler
Add installation through MacPorts (diff)
4:11 PM Changeset in ffmpeg [15a0ff81] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() …
4:05 PM Changeset in ffmpeg [a4e1dd69] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() …
4:04 PM Changeset in ffmpeg [911d7f1] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() …
4:03 PM Changeset in ffmpeg [61b104ca] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() …
3:50 PM Changeset in ffmpeg [d8d9d50] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Check size before subtraction Fixes: signed integer …
3:50 PM Changeset in ffmpeg [cd6ac013] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/cfhd: Avoid signed integer overflow in coeff Fixes: signed …
5:17 AM Changeset in ffmpeg [61cbfdc0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/http: Fix double-free on error av_dict_set() with …
12:24 AM Ticket #9620 (Add support for .WEM Wwise Encoded Media File) updated by James
Priority, Type, Summary changed

Jan 31, 2022:

11:28 PM Ticket #9622 (Skip samples overflow and negative in fragmented MP4) updated by Matt Wolenetz
Description changed
11:28 PM Ticket #9622 (Skip samples overflow and negative in fragmented MP4) created by Matt Wolenetz
Summary of the bug: Negative int64_t result of mov_get_skip_samples() …
7:40 PM Ticket #9619 (convolution using wrong channnels) updated by Glenn C Newell
If by sox compiled in you mean the resample lib that's good to know …
7:08 PM Changeset in ffmpeg [f23d3a5f] by Ronald S. Bultje <rsbultje@gmail.com>
http: remove cache_redirect option following 625ea2d, redirect …
7:07 PM Ticket #5303 (Support float in tiff) updated by Balling
I just learned that float TIFF is used for GeoTIFF (and more complex …
6:42 PM Ticket #9619 (convolution using wrong channnels) updated by Balling
Why do you need sox? Also what is a problem? In any normal ffmpeg sox …
6:23 PM Ticket #9619 (convolution using wrong channnels) updated by Glenn C Newell
Yeah my first try at w64 didn't work, as I also need sox to support …
6:20 PM Ticket #9619 (convolution using wrong channnels) updated by Balling
>format that supports >4GB files and 16 channels w64, which is just wav.
6:13 PM ChannelIDs7.1.4 12ch.new.wv attached to Ticket #9619 by Glenn C Newell
dropping this file on the script, you should get a biannual file with …
6:06 PM Convert_to_binaural.zip attached to Ticket #9619 by Glenn C Newell
The complete windows batch script that calls ffmpeg
6:04 PM My-IR.zip attached to Ticket #9619 by Glenn C Newell
The IR file used for convolution to create binaural audio from 16ch audio.
3:37 PM Ticket #6521 (HEIF support) updated by Balling
HEIC container for HEIF/AVIF is done here. …
3:21 PM Ticket #9617 (v360: rounding or +-1 errors) updated by Michael Koch
All issues with (single-)fisheye as input have already been fixed. …
2:46 PM flac_validate_bug.flac attached to Ticket #9621 by Mattias Wadman
2:46 PM Ticket #9621 (flac parser sync heuristics issue) created by Mattias Wadman
Summary of the bug: Here is a flac file that decodes fine with the …
1:33 PM Ticket #9611 (IMF muxing leads to non monotonically increasing dts to muxer) updated by Francesco Bucciantini
I can confirm that the patch indeed fixes the pts/dts problem. Well …
1:31 PM Ticket #9620 (Add support for .WEM Wwise Encoded Media File) created by PCUser
Please add: .WEM Wwise Encoded Media File …

Jan 30, 2022:

11:22 PM Ticket #9611 (IMF muxing leads to non monotonically increasing dts to muxer) updated by Pierre-Anthony Lemieux
Owner changed
9:49 PM Ticket #9611 (IMF muxing leads to non monotonically increasing dts to muxer) updated by Pierre-Anthony Lemieux
https://github.com/sandflow/ffmpeg-imf/pull/94 ready to test
5:07 PM Ticket #9619 (convolution using wrong channnels) created by Glenn C Newell
Summary of the bug: How to reproduce: […] The last 8 channels come …
2:35 PM Ticket #7485 (HLS not accurately seeking on TS) updated by SuRGeoNix
I think this is related with this https://trac.ffmpeg.org/ticket/9356
5:26 AM Changeset in ffmpeg [1530b3f5] by Limin Wang <lance.lmwang@gmail.com>
avformat/dashdec: avoid calling strlen multiple times Reviewed-by: …
5:26 AM Changeset in ffmpeg [c825de87] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtpdec: return value check for init_get_bits() …
5:26 AM Changeset in ffmpeg [d9f05bea] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtpdec: Fix negative missed packets in warning message …
Note: See TracTimeline for information about the timeline view.