Timeline



Feb 5, 2023:

9:46 PM Ticket #10164 (Segfault dual pass transcoding to AV1 with libaom) updated by Ferdi Scholten
Done some more testing in 2pass transcoding: Converting the input …

Feb 4, 2023:

7:12 PM Ticket #9996 (Write joc_complexity_index to dec3 (EAC3SpecificBox), Windows and ...) updated by Balling
This is worse problem than I thought: on Galaxy S22 when you disable …
5:11 PM Ticket #10170 (Unclear difference between -method PUT vs -protocol_opts method=PUT) created by nnnytt
Summary of the bug: This is request for clarification in …
5:08 PM 02.vtt attached to Ticket #10169 by nnnytt
5:06 PM Ticket #10169 (VTT subtitles cannot be processed) created by nnnytt
Summary of the bug: VTT subtitles are processed as empty. How to …
4:17 PM ffmpeg51.PNG attached to Ticket #10168 by Jose Peirote
4:14 PM Ticket #10168 (pan audiofilter regression) created by Jose Peirote
Summary of the bug: the pan audiofilter work fine in 4.4 version with …
2:31 PM throbber-small.jxl attached to Ticket #10167 by oblomov
Firefox throbber converted into animated JXL
2:27 PM Ticket #10167 (Animated JPEG XL is treated as single image) created by oblomov
The JPEG XL format supports animation, but ffmpeg only sees the first …
1:27 PM Ticket #10166 (FFMPEG error using topaz AI) created by Esteban Ruiz
can you help me correcting the code? here is the report: …
12:40 PM Changeset in ffmpeg [bdc76f46] by Anton Khirnov <anton@khirnov.net>
lavu/frame: deprecate reordered_opaque It is only used in libavcodec, …
12:14 PM Changeset in ffmpeg [d02340b] by Anton Khirnov <anton@khirnov.net>
lavc/decode: allow using AV_CODEC_FLAG_COPY_OPAQUE for decoding Use …
12:12 PM Changeset in ffmpeg [82da2206] by Anton Khirnov <anton@khirnov.net>
lavc: deprecate CrystalHD decoders The hardware is old and not …
8:40 AM Changeset in ffmpeg [4b922218] by Paul B Mahol <onemda@gmail.com>
avformat/lafdec: check for not supported bpp
8:40 AM Changeset in ffmpeg [332a4d79] by Paul B Mahol <onemda@gmail.com>
avformat/lafdec: error out on partial packet header read
8:37 AM Changeset in ffmpeg [4e3e70c1] by Paul B Mahol <onemda@gmail.com>
avformat: add WavArc demuxer
8:36 AM Changeset in ffmpeg [651da919] by Paul B Mahol <onemda@gmail.com>
avcodec: add WavArc decoder
6:46 AM Ticket #10164 (Segfault dual pass transcoding to AV1 with libaom) updated by Ferdi Scholten
Output from second pass: […]
4:44 AM Ticket #10165 (No Status for First Encoding Pass In Latest Version of FFmpeg?) created by MogomraZero
I upgraded ffmpeg from the latest stable build (5.1.2) to one of the …

Feb 3, 2023:

11:30 PM Ticket #10164 (Segfault dual pass transcoding to AV1 with libaom) updated by Ferdi Scholten
Just built ffmpeg n5.1.2 this version also segfaults at the end of the …
10:29 PM Ticket #10159 (filter trim/concat with single frames not working correctly) updated by hoby87
well, my "final" workaround works by setting setpts to …
5:24 PM Ticket #10164 (Segfault dual pass transcoding to AV1 with libaom) updated by Ferdi Scholten
Summary changed
Will test if segfault also occurs using last release of ffmpeg instead …
5:20 PM fileinfo.log attached to Ticket #10164 by Ferdi Scholten
5:04 PM commandline.txt attached to Ticket #10164 by Ferdi Scholten
5:03 PM Ticket #10164 (Segfault dual pass transcoding to AV1 with libaom) created by Ferdi Scholten
Summary of the bug: Transcoding video to AV1 with libaom in dual pass …
3:59 PM Ticket #10148 (TS encoding of H.264 omits the SPS and PPS metadata) updated by John Coiner
Balling, btw I confirmed that this is not a duplicate of …
2:17 PM Changeset in ffmpeg [9a820ec8] by Jan Ekström <jeebjp@gmail.com>
ffmpeg: add video heartbeat capability to fix_sub_duration Splits the …
1:06 PM Ticket #10163 (FFprobe / libavformat gives wrong duration for MP3 file) created by Jonathan
Summary of the bug: libavformat seems to give a duration that's …
10:21 AM Changeset in ffmpeg [746d2745] by Jan Ekström <jeebjp@gmail.com>
ffmpeg: move decoded frame counter from after post-processing to …
10:21 AM Changeset in ffmpeg [fcc50674] by Jan Ekström <jeebjp@gmail.com>
ffmpeg: refactor post-decoding steps for subtitles into a function …
10:12 AM Ticket #9864 (DolbyED2 track cannot be decoded) updated by Francesco Bucciantini
Hi everyone, happy new year. As you can see this pull request has been …
2:27 AM Changeset in ffmpeg [b9202834] by Haihao Xiang <haihao.xiang@intel.com>
lavfi/deinterlace_qsv: re-use VPPContext for deinterlace_qsv filter …
2:27 AM Changeset in ffmpeg [a48c95d3] by Haihao Xiang <haihao.xiang@intel.com>
lavfi/deinterlace_qsv: simplify deinterlace_qsv filter Like what we …
2:27 AM Changeset in ffmpeg [077e6349] by Haihao Xiang <haihao.xiang@intel.com>
lavfi/vpp_qsv: add rate option This is used to control the output at …

Feb 2, 2023:

5:02 PM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Balling
Owner changed
I opened a bug in tsmuxer …
4:18 PM Ticket #10158 (bsf 264_metadata removes stuffing bytes from NAL units - destroys ...) updated by emcodem
Just for info, i had a talk to mkver about this. He proposed to just …
2:42 AM Changeset in ffmpeg [7d49fef8] by Haihao Xiang <haihao.xiang@intel.com>
lavc/vaapi_encode: fix propagating durations and opaques input_image …

Feb 1, 2023:

7:23 PM Changeset in ffmpeg [f4b4e16] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/lafdec: free data Fixes: memleak Signed-off-by: Michael …
7:23 PM Changeset in ffmpeg [ad95d9c8] by Michael Niedermayer <michael@niedermayer.cc>
avformat/lafdec: Check if all data was read Fixes: OOM Fixes: …
7:23 PM Changeset in ffmpeg [35871c26] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust threshold for BONK The decoder is …
1:20 PM Ticket #7855 (Last subtitle in MP4 is displayed forever) updated by Balling
VLC has this bug indeed, on …
11:55 AM Ticket #10162 (Handles leak when loading avfilter-7.dll using Delphi) closed by Balling
invalid: >Delphi 2007 Latest verion is in RAD Studio 11.2 Alexandria …
11:40 AM Ticket #10162 (Handles leak when loading avfilter-7.dll using Delphi) updated by Arcardia
Description changed
11:34 AM Ticket #10162 (Handles leak when loading avfilter-7.dll using Delphi) created by Arcardia
Hi, i currently have a problem loading/unloading the avfilter-7.dll …
10:13 AM Ticket #8411 (Support USAC / xHE-AAC) updated by yanjiew
Cc changed
10:07 AM Ticket #10126 (TrueHD decoding regression) closed by Balling
fixed: Fixed in fc9a3b584da3cf3fc1f00036be2eaf5dff903ccf, in fact the 24 bit …
3:30 AM Ticket #1851 (libswscale does incorrect range conversion for RGB->YUV and RGB->RGB) updated by Balling
Yep. …
3:23 AM Changeset in ffmpeg [bbe95f73] by Lynne <dev@lynne.ee>
x86: replace explicit REP_RETs with RETs From x86inc: > On AMD cpus …

Jan 31, 2023:

10:06 PM Ticket #10152 (hwupload from cuda to vulkan doesn't work on Linux) closed by serql
worksforme: the issue has been solved. useful details: …
8:10 PM Ticket #7828 (gapless playback doesn't work with AAC (Apple style)) updated by Balling
This should fix it, right? …
8:04 PM Ticket #7855 (Last subtitle in MP4 is displayed forever) updated by Balling
Status changed
WEll, you do not even apply editlist duration for aac audio! Ha. #7828
7:54 PM Ticket #2330 (Impossible to fast-forward and fast rewind m2ts made by ffmpeg with ...) updated by Balling
Is this still a problem?
7:41 PM Ticket #5914 (FFmpeg not able to read a specific HLS stream) closed by Balling
needs_more_info: Well, the link is gone now.
7:40 PM Ticket #9510 (HLS with fMP4 produces invalid segments) updated by Balling
Keywords, Reproduced by developer changed
7:34 PM Ticket #9510 (HLS with fMP4 produces invalid segments) updated by Balling
Status changed
Okay, yes, I can reproduce that. >Removing the hls_init_time …
6:24 PM Ticket #9510 (HLS with fMP4 produces invalid segments) reopened by Andreas Unterweger
The issue is still present, even with recent master. I pointed the URL …
5:45 PM Changeset in ffmpeg [fc9a3b58] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpdec: parse and use substream info bits
4:06 PM Changeset in ffmpeg [00994e8b] by Paul B Mahol <onemda@gmail.com>
avcodec: add media100_to_mjpegb bitstream filter and use it
3:39 PM Changeset in ffmpeg [fb823161] by Leo Izen <leo.izen@gmail.com>
avcodec/libjxl: respect AVCodecContext->bits_per_raw_sample libjxl …
3:06 PM Ticket #9338 (User agent in "-http_user_agent" is ignored when deleting old segment (HLS)) closed by Balling
fixed: Fixed in 5dc1b4b9979c84efc3b81bcb2c244e71e22a951a.
12:52 PM Ticket #10148 (TS encoding of H.264 omits the SPS and PPS metadata) updated by John Coiner
Description changed
The latest proposed patch is here: …
12:39 PM Changeset in ffmpeg [669ff26b] by Martin Storsjö <martin@martin.st>
avcodec/mfenc: fix double-free on init failure mfenc sets …
12:29 PM Changeset in ffmpeg [431f6260] by Martin Storsjö <martin@martin.st>
mov: Reduce the verbosity of the warning about fragmented MP4 vs …
12:22 PM Changeset in ffmpeg [01f58f36] by Martin Storsjö <martin@martin.st>
lavu/video_enc_params: Avoid relying on an undefined C construct The …
10:02 AM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Balling
Yep, ffmpeg -i L:\00001.m2ts -map 0:a:4 -c copy L:\wfanfva.thd …
8:09 AM Changeset in ffmpeg [806ecac] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: support input frame params in encoding stats
8:09 AM Changeset in ffmpeg [61afbc23] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: use correct IO context for -enc_stats_post
8:08 AM Changeset in ffmpeg [5c36f4ef] by Anton Khirnov <anton@khirnov.net>
lavu/opt: use AV_DICT_MULTIKEY in av_opt_set_dict2() If the …
8:00 AM Changeset in ffmpeg [e3a99041] by Anton Khirnov <anton@khirnov.net>
lavc: add null codecs They discard all input without ever returning …
2:21 AM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Chouonsoku
Replying to Balling: > Is there any way for us to get …
1:50 AM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Balling
Is there any way for us to get full B:\BDMV\STREAM\00001.m2ts? You do …
1:34 AM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Chouonsoku
Replying to Balling: > >This link should work, didn't …
1:23 AM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Balling
Status changed
Okay it is a real issue. Tsmuxer understands it, it can demux with …
1:11 AM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Balling
>This link should work, didn't realize the previous one was one use. …
12:47 AM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Chouonsoku
Replying to Balling: > >Each file plays back correctly. > …
12:29 AM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Balling
>Each file plays back correctly. Can you send me that?
12:01 AM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Chouonsoku
Replying to Balling: > >have extracted and shared here …

Jan 30, 2023:

11:57 PM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Balling
>have extracted and shared here what should be an identically …
10:12 PM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Chouonsoku
Hello, I think this can be closed again as invalid. Some years ago now …
8:42 PM Changeset in ffmpeg [229f325] by Paul B Mahol <onemda@gmail.com>
doc/general_contents: sync with available decoders and demuxers
8:02 PM Changeset in ffmpeg [fa42575f] by Paul B Mahol <onemda@gmail.com>
avformat: add XMD demuxer
8:00 PM Ticket #9555 (Please add support on br (Brotli) decoding on https (HLS request)) reopened by Balling
8:00 PM Ticket #9555 (Please add support on br (Brotli) decoding on https (HLS request)) closed by Balling
needs_more_info: […] Does not work here.
7:57 PM Changeset in ffmpeg [280e6e93] by Paul B Mahol <onemda@gmail.com>
avcodec: add ADPCM XMD decoder
7:48 PM Ticket #9510 (HLS with fMP4 produces invalid segments) closed by Balling
needs_more_info: File is gone.
7:34 PM Changeset in ffmpeg [9bfdd852] by Niklas Haas <git@haasn.dev>
avfilter/vf_libplacebo: suppress cast warning This warning was …
7:30 PM Ticket #8948 (NVDEC fails on file: requires (29 + threads) surfaces; thus fails on ...) updated by Balling
I opened a thread in …
6:53 PM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Balling
>Do you have the full japanese.thd? Repeating the question. Still …
6:46 PM Ticket #10126 (TrueHD decoding regression) updated by Balling
https://patchwork.ffmpeg.org/project/ffmpeg/patch/CAPYw7P4oJj4iEVg4sAej
6:25 PM Ticket #7274 (ffmpeg ignores padding when decoding DTS-HD MA stream in DTSHD container) updated by Balling
OMG, apparently dcadec.exe has this option: -S Don't strip padding …
6:04 PM Ticket #7274 (ffmpeg ignores padding when decoding DTS-HD MA stream in DTSHD container) updated by Balling
>See patches about trailing_samples, ffmpeg ignores it. How hard is …
5:42 PM Changeset in ffmpeg [5508e04c] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_colorlevels: add support for gbrpf32 format
5:13 PM Ticket #7274 (ffmpeg ignores padding when decoding DTS-HD MA stream in DTSHD container) updated by Elon Musk
See patches about trailing_samples, ffmpeg ignores it.
4:56 PM Ticket #7274 (ffmpeg ignores padding when decoding DTS-HD MA stream in DTSHD container) updated by Balling
Keywords changed
Adding gapless tag, fix it already. This code? …
3:22 PM Ticket #10148 (TS encoding of H.264 omits the SPS and PPS metadata) updated by John Coiner
Description changed
3:17 PM Ticket #10148 (TS encoding of H.264 omits the SPS and PPS metadata) updated by John Coiner
Here's a simpler process to reproduce the bug with probably any input …
1:43 PM Ticket #9310 (ffmpeg configure ignores CC and CXX environment variables) updated by Decedion
And apparently the compilation of ffmpeg does use g++: […]
1:42 PM Ticket #4534 (Voxware metasound sounds broken) reopened by ami_stuff
1:41 PM metasound_dec.7z.006 attached to Ticket #4534 by ami_stuff
1:41 PM metasound_dec.7z.005 attached to Ticket #4534 by ami_stuff
1:40 PM metasound_dec.7z.004 attached to Ticket #4534 by ami_stuff
1:35 PM metasound_dec.7z.003 attached to Ticket #4534 by ami_stuff
1:35 PM metasound_dec.7z.002 attached to Ticket #4534 by ami_stuff
1:34 PM metasound_dec.7z.001 attached to Ticket #4534 by ami_stuff
1:34 PM Ticket #9310 (ffmpeg configure ignores CC and CXX environment variables) reopened by Decedion
I am of the same opinion. FFmpeg should respect the variables CC, CXX, …
10:08 AM Ticket #10148 (TS encoding of H.264 omits the SPS and PPS metadata) updated by Balling
Did you read the response in …
9:42 AM Ticket #10161 (MXF/FFV1 stream copy transmux discards content) created by Jérôme Martinez
Using a MXF/FFV1 file e.g. from …
9:40 AM Ticket #9140 (aac gapless fail) updated by Balling
This now caused https://bugzilla.mozilla.org/show_bug.cgi?id=1703812
9:39 AM Ticket #10158 (bsf 264_metadata removes stuffing bytes from NAL units - destroys ...) updated by emcodem
Description changed
7:42 AM Ticket #10160 (How to build FFmpeg on windows arm64ec using MSVC) updated by Yang Shino
Description changed
7:40 AM Ticket #10160 (How to build FFmpeg on windows arm64ec using MSVC) created by Yang Shino
Summary: We try MSVC to run on x64, it works. But we tried to …
1:08 AM Changeset in ffmpeg [2d202985] by Haihao Xiang <haihao.xiang@intel.com>
lavfi/vpp_qsv: factor out the code for filter definition …
12:48 AM Changeset in ffmpeg [9c09fb23] by Haihao Xiang <haihao.xiang@intel.com>
lavfi/scale_qsv: re-use VPPContext for scale_qsv filter …
12:48 AM Changeset in ffmpeg [d66312cf] by Haihao Xiang <haihao.xiang@intel.com>
lavfi/scale_qsv: simplify scale_qsv filter Use QSVVPPContext as a …
12:48 AM Changeset in ffmpeg [50028294] by Haihao Xiang <haihao.xiang@intel.com>
libavcodec/qsvenc: enable Hyper Encode Hyper Encode uses Intel …
12:48 AM Changeset in ffmpeg [aecfec6f] by Haihao Xiang <haihao.xiang@intel.com>
avfilter: add VA-API variants of the stack filters Include …
12:48 AM Changeset in ffmpeg [4e3b6270] by Haihao Xiang <haihao.xiang@intel.com>
vaapi_encode_h264: Only set pic_order_cnt_type to 0 with B-frames v3: …

Jan 29, 2023:

5:58 PM Changeset in ffmpeg [af606c23] by Marton Balint <cus@passwd.hu>
avformat/mxfdec: check number of index table entires more strictly …
5:58 PM Changeset in ffmpeg [41dfa629] by Marton Balint <cus@passwd.hu>
avformat/mxfdec: support Avid files with an extra index entry …
5:58 PM Changeset in ffmpeg [6aff3c5e] by Marton Balint <cus@passwd.hu>
avformat/mxfdec: check index entry array size Signed-off-by: Marton …
12:10 PM Changeset in ffmpeg [75721856] by Paul B Mahol <onemda@gmail.com>
avcodec/dvdsubenc: remove duplicated ;
12:09 PM Changeset in ffmpeg [65c0b16] by Paul B Mahol <onemda@gmail.com>
avcodec/ftr: use more portable return error code
8:23 AM Changeset in ffmpeg [7cf161ab] by Anton Khirnov <anton@khirnov.net>
lavc/libaomenc: pass through frame durations to encoded packets
8:23 AM Changeset in ffmpeg [d8705510] by Anton Khirnov <anton@khirnov.net>
lavc/libx265: pass through frame durations to encoded packets
8:23 AM Changeset in ffmpeg [a172b33e] by Anton Khirnov <anton@khirnov.net>
lavc/libx264: pass through frame durations to encoded packets
8:23 AM Changeset in ffmpeg [782127d8] by Anton Khirnov <anton@khirnov.net>
lavc/libwebpenc_animencoder: handle frame durations and …
8:23 AM Changeset in ffmpeg [476ec77] by Anton Khirnov <anton@khirnov.net>
lavc/libwebpenc_animencoder: stop setting dts unnecessarily WebP does …
8:23 AM Changeset in ffmpeg [fbdba9a1] by Anton Khirnov <anton@khirnov.net>
lavc/vaapi_encode*: handle frame durations and …
8:23 AM Changeset in ffmpeg [c44a3dba] by Anton Khirnov <anton@khirnov.net>
lavc/mpegvideo_enc: handle frame durations and …
8:23 AM Changeset in ffmpeg [8a60a9c7] by Anton Khirnov <anton@khirnov.net>
lavc/libtheoraenc: stop setting dts unnecessarily Theora is not …
8:23 AM Changeset in ffmpeg [2bb20e98] by Anton Khirnov <anton@khirnov.net>
lavc/libtheoraenc: handle frame durations and …
8:23 AM Changeset in ffmpeg [b7f0c888] by Anton Khirnov <anton@khirnov.net>
lavc/pngenc: stop setting dts unnecessarily for APNG APNG is not …
8:23 AM Changeset in ffmpeg [bbbafab0] by Anton Khirnov <anton@khirnov.net>
lavc/pngenc: handle frame durations and …
8:23 AM Changeset in ffmpeg [35538097] by Anton Khirnov <anton@khirnov.net>
lavc/nvenc: handle frame durations and …
8:23 AM Changeset in ffmpeg [1b25eb6] by Anton Khirnov <anton@khirnov.net>
lavc/librav1e: handle frame durations and …
8:23 AM Changeset in ffmpeg [a1a80f2e] by Anton Khirnov <anton@khirnov.net>
lavc/encode: pass through frame durations to encoded packets The …
8:22 AM Changeset in ffmpeg [8d73f3c] by Anton Khirnov <anton@khirnov.net>
lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay …
8:18 AM Changeset in ffmpeg [5c0348f3] by Anton Khirnov <anton@khirnov.net>
lavc: add a codec flag for propagating opaque from frames to packets …
8:14 AM Changeset in ffmpeg [d0c8ca96] by Anton Khirnov <anton@khirnov.net>
lavc: add a private cap for fake-delay encoders Some encoders (ffv1, …
8:14 AM Changeset in ffmpeg [e5e29eda] by Anton Khirnov <anton@khirnov.net>
lavc/avcodec: improve AV_CODEC_FLAG_RECON_FRAME doxy Do not break a …
8:14 AM Changeset in ffmpeg [1f9828bb] by Anton Khirnov <anton@khirnov.net>
lavc/avcodec: improve enc/dec API doxy Change return value …
8:12 AM Changeset in ffmpeg [935964bd] by Anton Khirnov <anton@khirnov.net>
doc/ffmpeg: drop non-existent -dc option
8:12 AM Changeset in ffmpeg [9b5036fa] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: add an AVClass to MuxStream/OutputStream Use it for …
8:10 AM Changeset in ffmpeg [d2c983c2] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: add an AVClass to Muxer/OutputFile Use it for …
8:09 AM Changeset in ffmpeg [425b2c4a] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: add options for writing encoding stats Similar to …
Note: See TracTimeline for information about the timeline view.