Timeline



Mar 23, 2022:

10:56 PM Ticket #9697 (ffmpeg git master have isuss dash getting higher cpu each hour) updated by Youssef
Cc, Description, Summary changed
10:55 PM Ticket #9697 (ffmpeg git master have isuss dash getting higher cpu each hour) updated by Youssef
Cc, Version changed
10:51 PM Ticket #9697 (ffmpeg git master have isuss dash getting higher cpu each hour) created by Youssef
ffmpeg Version git master have problem with mpd to restream it cpu …
10:45 PM Changeset in ffmpeg [f4098bbc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFs This patch …
10:45 PM Changeset in ffmpeg [1dcd0ade] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat: Remove unnecessary inclusions from libavcodec Also improve …
10:45 PM Changeset in ffmpeg [33df1ba6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec, avformat: Remove unnecessary inclusions of lavc/internal.h …
10:45 PM Changeset in ffmpeg [ef92c35] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headers …
10:45 PM Changeset in ffmpeg [a9cc4134] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h These …
10:45 PM Changeset in ffmpeg [8abfc327] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/qp_table: Stop using FF_QSCALE_TYPE_* All FF_QSCALE_TYPE …
10:45 PM Changeset in ffmpeg [e142153b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/internal, avfilter/qp_table: Remove unused FF_QSCALE_TYPEs …
7:16 PM Ticket #9494 (Seeking in MPEG TS with copyts overflows for 13+ hours) updated by Balling
Nice related issue https://github.com/mpv-player/mpv/issues/7816 Also …
7:13 PM Ticket #7449 (copyts fails if PCR near rollover) updated by Balling
Very nice patch: https://github.com/mpv-player/mpv/issues/7816
7:08 PM Ticket #9470 (m3u8 keepalive does not work between domains and DV + Atmos fails) updated by Balling
Related #9010 and bug in mpv https://github.com/mpv-player/mpv/issues/8500
7:05 PM Ticket #9470 (m3u8 keepalive does not work between domains and DV + Atmos fails) updated by Balling
Status, Description changed
6:42 PM Ticket #9696 (Use extern "C" in headers) updated by Balling
C and C++ cannot be made compatible by just extern alone! This is nuts.
3:58 PM Ticket #9696 (Use extern "C" in headers) closed by Cigaes
wontfix: FFmpeg is not a c++ program, we make no effort to make the headers …
3:56 PM Ticket #9696 (Use extern "C" in headers) created by jgcodes2020
All FFmpeg headers should begin and end as follows: […] The extern …
3:26 PM Changeset in ffmpeg [b1cbeabf] by Jan Ekström <jeebjp@gmail.com>
ffmpeg: add packet duration to AVPacket logging Especially useful …
3:03 PM Changeset in ffmpeg [b65ce7be] by James Almer <jamrial@gmail.com>
Revert "avcodec/av1dec: Check tile_cols" This reverts commit …
3:03 PM Changeset in ffmpeg [5670eddf] by James Almer <jamrial@gmail.com>
avcodec/av1: only set the private context pix_fmt field if …
2:28 PM Changeset in ffmpeg [51c0b9e8] by Jan Ekström <jeebjp@gmail.com>
avcodec/libsvtav1: pass color description info Signed-off-by: …
1:01 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Bartek Zdanowski
OK. I know all :) Some codes needs ramp-up samples. Some of them …
12:08 PM Changeset in ffmpeg [66901ce1] by James Almer <jamrial@gmail.com>
avfilter/vf_subtitles: pass storage size to libass Due to a quirk of …
8:31 AM POC.zip attached to Ticket #9695 by dlin
8:30 AM Ticket #9695 (Crash in libavformat/mov.c while playing a simple mp4 file) created by dlin
Summary of the bug: How to reproduce: […]
4:12 AM Ticket #9328 (ffmpeg bombs: Application provided duration: -9223372036854775808 / ...) closed by Balling
fixed: Tested, fixed in fc8a6a6f4cc3d9b5ca278d181bba97297dd8ee6a.
4:02 AM Ticket #9488 (out of range pts for timecode in mov) closed by Balling
fixed: Fixed by fc8a6a6f4cc3d9b5ca278d181bba97297dd8ee6a.

Mar 22, 2022:

5:49 PM Changeset in ffmpeg [1728ad82] by Anton Khirnov <anton@khirnov.net>
fftools/cmdutils: drop redundant code It allocates a dummy sws/swr …
5:49 PM Changeset in ffmpeg [bd0cbebf] by Anton Khirnov <anton@khirnov.net>
fftools: drop the fake "default" option from ffplay/ffprobe It tries …
5:49 PM Changeset in ffmpeg [1dd6363] by Anton Khirnov <anton@khirnov.net>
fftools/ffprobe: drop -show_format_entry Deprecated since 2012.
5:49 PM Changeset in ffmpeg [6fd1cd60] by Anton Khirnov <anton@khirnov.net>
fftools/ffplay: drop options deprecated since 2011
5:49 PM Changeset in ffmpeg [8d293918] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg: drop mistakenly added empty line
5:49 PM Changeset in ffmpeg [00da4646] by Anton Khirnov <anton@khirnov.net>
fftools: move opt_timelimit from cmdutils to ffmpeg This option is …
5:49 PM Changeset in ffmpeg [a545cb2b] by Anton Khirnov <anton@khirnov.net>
fftools/cmdutils: split common option handlers into their own file
5:49 PM Changeset in ffmpeg [c99b93c5] by Anton Khirnov <anton@khirnov.net>
fftools: drop useless indirection
5:49 PM Changeset in ffmpeg [5e51f5af] by Anton Khirnov <anton@khirnov.net>
fftools/cmdutils: drop extern declarations for nonexistent variables
5:49 PM Changeset in ffmpeg [e46d8c53] by Anton Khirnov <anton@khirnov.net>
fftools/cmdutils: drop prototypes for nonexistent functions
5:49 PM Changeset in ffmpeg [1b7ecb3e] by Anton Khirnov <anton@khirnov.net>
avfilter: handle duplicates in the options string Use the same logic …
5:49 PM Changeset in ffmpeg [a0f04433] by Anton Khirnov <anton@khirnov.net>
avfilter: simplify processing child context options THe call to …
5:49 PM Changeset in ffmpeg [303ddab7] by Anton Khirnov <anton@khirnov.net>
avfilter/video: fix shadowed variable Signed-off-by: Anton Khirnov …
3:24 PM Ticket #9694 (ffmpeg fails to decode av1 file if --enable-keyframe-filtering=2 ...) updated by Rikitiki
It is mentioned: […] https://forum.doom9.org/showthread.php?t=183907
3:21 PM KF=2.mkv attached to Ticket #9694 by Rikitiki
3:21 PM KF=1.mkv attached to Ticket #9694 by Rikitiki
3:20 PM Ticket #9694 (ffmpeg fails to decode av1 file if --enable-keyframe-filtering=2 ...) created by Rikitiki
Summary of the bug: How to reproduce: […] examples: […] …
3:00 PM Changeset in ffmpeg [42f1be4] by Limin Wang <lance.lmwang@gmail.com>
avformat/movenc: use warning log level and small adjustment for the …
3:00 PM Changeset in ffmpeg [fc8a6a6f] by Limin Wang <lance.lmwang@gmail.com>
avformat/movenc: initialize pts/dts of timecode packet Fix below …
11:45 AM Changeset in ffmpeg [e7817355] by James Almer <jamrial@gmail.com>
ffmpeg: make the ac option set the demuxer's ch_layout AVOption …
11:45 AM Changeset in ffmpeg [639c2f00] by James Almer <jamrial@gmail.com>
ffmpeg: add a ch_layout option as an alias to channel_layout This …
11:45 AM Changeset in ffmpeg [bc99e3a9] by James Almer <jamrial@gmail.com>
ffmpeg: replace custom channel_layout code with an SpecifierOpt based …
11:45 AM Changeset in ffmpeg [e6e86a39] by James Almer <jamrial@gmail.com>
avformat/test/seek: set ch_layout instead of channels Signed-off-by: …
11:45 AM Changeset in ffmpeg [edd26bca] by James Almer <jamrial@gmail.com>
avformat/dfpwmdec: add support to set channel layout Signed-off-by: …
11:45 AM Changeset in ffmpeg [e42e54fa] by James Almer <jamrial@gmail.com>
avformat/pcmdec: add support to set channel layout in sln demuxer …
11:45 AM Changeset in ffmpeg [5cd6cb9f] by James Almer <jamrial@gmail.com>
avformat/pcmdec: deprecate channels option And ensure ch_layout has …
10:03 AM Changeset in ffmpeg [902ee9ca] by Paul B Mahol <onemda@gmail.com>
avcodec/binkaudio: add support for >2 channels dct codec As presented …

Mar 21, 2022:

10:25 PM Changeset in ffmpeg [fa989df1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/internal: Move FF_DEFAULT_QUANT_BIAS to mpegvideoenc.h Only …
10:25 PM Changeset in ffmpeg [86c90955] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h It is …
10:25 PM Changeset in ffmpeg [495de744] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bitstream: Move code for initializing VLCs to file of its own …
10:25 PM Changeset in ffmpeg [b303f1e0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mathops: Move bitswap_32() to its only user Effectively …
9:27 PM Changeset in ffmpeg [7aebdb8b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Do not clear array in mxf_read_strong_ref_array() …
9:27 PM Changeset in ffmpeg [8d6f49cf] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Check for avio_read() failure in …
9:27 PM Changeset in ffmpeg [3015c556] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Check count in mxf_read_strong_ref_array() …
9:27 PM Changeset in ffmpeg [dd1ce72e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/allcodecs: Dont play with NULLs Fixes: member access within …
9:27 PM Changeset in ffmpeg [4fdfe430] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/av1dec: Check tile_cols Fixes: division by zero Fixes: …
7:12 PM Changeset in ffmpeg [6bab6afe] by James Almer <jamrial@gmail.com>
avcodec/wmaprodec: ensure channel count in the private context and …
11:50 AM Changeset in ffmpeg [37f44406] by James Almer <jamrial@gmail.com>
avformat/demux: ensure ch_layout is not lost in the stream's internal …
10:30 AM Changeset in ffmpeg [505a7d39] by Gyan Doshi <ffmpeg@gyani.pro>
doc/bitstream_filters: add missing options in h264_metadata
8:07 AM Changeset in ffmpeg [a8fd3f7f] by Michael Niedermayer <michael@niedermayer.cc>
avformat/hls: Check target_duration Fixes: signed integer overflow: …
8:07 AM Changeset in ffmpeg [23e27a36] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mlpdec: Use 64bit for channel layout Fixes: shift exponent 33 …
8:07 AM Changeset in ffmpeg [0c1f20c6] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn() …
5:11 AM Ticket #6850 (Seeking to beginning of HLS stream fails) updated by Balling
Please note that seeking is still broken in fmp4 though. …
5:02 AM Ticket #7359 (Seeking in an M3u8 fragmented MP4 playlist causes no frames to be sent ...) updated by Balling
Still broken after 92053aa26053b941a027a4fc56674d7d86ba1e5 that fixed …
4:57 AM Ticket #6850 (Seeking to beginning of HLS stream fails) closed by Balling
fixed: Fixed in 92053aa26053b941a027a4fc56674d7d86ba1e58 (hevc, avc, mpeg2). …
2:08 AM Ticket #6850 (Seeking to beginning of HLS stream fails) updated by Balling
Considering -bytes 0 is now default [for hls only] (and 1 is even …
12:33 AM Changeset in ffmpeg [5aabb259] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault This …
12:33 AM Changeset in ffmpeg [20f97270] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec Up …
12:33 AM Changeset in ffmpeg [a688f3c1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h …

Mar 20, 2022:

11:50 PM Changeset in ffmpeg [5b373222] by Marton Balint <cus@passwd.hu>
avfilter/x86/vf_blend: use unaligned movs for output Fixes crashes …
11:48 PM Changeset in ffmpeg [117672c] by Marton Balint <cus@passwd.hu>
ffplay: don't shadow global variable Signed-off-by: Marton Balint …
11:48 PM Changeset in ffmpeg [269ed0a4] by Marton Balint <cus@passwd.hu>
ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytes …
11:48 PM Changeset in ffmpeg [92053aa2] by Marton Balint <cus@passwd.hu>
avformat/hls: add AVFMT_NO_BYTE_SEEK flag After d6ac6650b91, ffplay …
10:23 PM Changeset in ffmpeg [efdde028] by James Almer <jamrial@gmail.com>
avcodec/opus: always use ambisonic layout for mapping family 2 No …
9:10 PM Ticket #9648 (IMF index seeking not supported) closed by Pierre-Anthony Lemieux
fixed: Fixed at 32b9f5ac2f5df1cac364e31ac746cacb1a771ab5
7:29 PM Ticket #9693 (change of matrix cannot happen on full range) updated by Balling
And BTW you need -vf zscale=min=709:m=170m:cin=left:c=center or just …
5:04 PM Ticket #9693 (change of matrix cannot happen on full range) updated by Balling
Yes, zscale is only affected when you omit output matrix: ffmpeg -i …
12:54 PM Ticket #9693 (change of matrix cannot happen on full range) updated by pdr0
>The downupstream issue is here …
4:39 AM Ticket #4805 (swscale does not process pixels when only color-matrix differs between ...) updated by mirh
Cc changed
FWIW this only fixed the "manually specified" case though #9693
4:28 AM Ticket #9672 (ffmpeg not writing ICC profiles in images) updated by mirh
Cc changed
4:12 AM Ticket #9693 (change of matrix cannot happen on full range) updated by mirh
Cc changed
2:50 AM Ticket #9085 (JPEG: YCCK/CMYK too green) updated by Balling
I found how the inverted K is signalled: …

Mar 19, 2022:

9:21 PM withoutgAMA.png attached to Ticket #9693 by Balling
9:20 PM Ticket #9693 (change of matrix cannot happen on full range) updated by Balling
As for png you need to remove gAMA chunk with pngcrush: ffmpeg.exe …
9:04 PM Ticket #9693 (change of matrix cannot happen on full range) updated by Balling
Description changed
8:58 PM Ticket #9693 (change of matrix cannot happen on full range) created by Balling
Summary of the bug: I have BT.709 sample that I want to do a jpeg …
8:26 PM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) updated by Balling
Owner changed
Please merge the patch. The only issue is that it writes stuff before …
2:59 PM Changeset in ffmpeg [a24e6ca8] by Anton Khirnov <anton@khirnov.net>
lavc/bsf: improve doxy
2:59 PM Changeset in ffmpeg [5e7643ef] by Anton Khirnov <anton@khirnov.net>
lavc/bsf: add general documentation Also, place the BSF api docs in …
2:55 PM Changeset in ffmpeg [6ccc398] by Anton Khirnov <anton@khirnov.net>
doc/APIchanges: update for the new channel layout API
2:55 PM Ticket #9692 (Filter ahistogram with slide=scroll crashes) updated by John Warburton
Thanks very much for the quick fix, and for stating the reason in the …
11:34 AM Changeset in ffmpeg [2a1eae21] by Zane van Iperen <zane@zanevaniperen.com>
avformat/concat: refactor to use ff_rescale_interval() Signed-off-by: …
11:34 AM Changeset in ffmpeg [f409c785] by Zane van Iperen <zane@zanevaniperen.com>
avformat/imf: refactor to use ff_rescale_interval() Signed-off-by: …
11:34 AM Changeset in ffmpeg [8744b103] by Zane van Iperen <zane@zanevaniperen.com>
avformat/tests: add test for ff_rescale_interval() Signed-off-by: …
11:34 AM Changeset in ffmpeg [b172c0f8] by Zane van Iperen <zane@zanevaniperen.com>
avformat/seek: add ff_rescale_interval() function Refactors a …
11:33 AM Changeset in ffmpeg [22e1175e] by Zane van Iperen <zane@zanevaniperen.com>
avformat/imf: clean-up and reduce logging Signed-off-by: Zane van …
11:33 AM Changeset in ffmpeg [32b9f5ac] by Zane van Iperen <zane@zanevaniperen.com>
avformat/imf: add support for input seeking The IMF demuxer did not …
11:33 AM Changeset in ffmpeg [9ca4d80d] by Zane van Iperen <zane@zanevaniperen.com>
avformat/imf: relocate static function imf_time_to_ts() …
9:55 AM Changeset in ffmpeg [f8dc89b3] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: remove unused or set only variables
9:55 AM Ticket #9692 (Filter ahistogram with slide=scroll crashes) closed by Elon Musk
fixed: Fixed in 7ae2ded0d12bb36a82ee928c3a543a00aee4b466
9:53 AM Changeset in ffmpeg [7ae2ded0] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_ahistogram: fix off by one in slide mode
8:36 AM Ticket #9692 (Filter ahistogram with slide=scroll crashes) created by John Warburton
Summary of the bug: The ahistogram filter with slide=scroll crashes. …
5:54 AM Changeset in ffmpeg [df2edfe1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure: Add missing cri->mjpegdec dependency The CRI decoder is …

Mar 18, 2022:

11:18 PM Changeset in ffmpeg [30c08b42] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flashsv2enc: Avoid opening and closing z_stream Instead …
11:18 PM Changeset in ffmpeg [c3c2b542] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/lclenc: Use ff_deflate_init/end() wrappers They return nicer …
11:18 PM Changeset in ffmpeg [1692a972] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pngenc: Use ff_deflate_init/end() wrappers They return nicer …
11:18 PM Changeset in ffmpeg [e85095b5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/zmbvenc: Use ff_deflate_init/end() wrappers They emit better …
11:18 PM Changeset in ffmpeg [9cae7f94] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/zlib_wrapper: Add wrapper for deflateInit() The rationale is …
11:18 PM Changeset in ffmpeg [e9d12766] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pngenc: Don't use deflateInit2() with default parameters Use …
11:18 PM Changeset in ffmpeg [74c930e1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pngdec: Don't open and close z_streams unnecessarily Instead …
11:18 PM Changeset in ffmpeg [7ca99e1f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/lscrdec: Don't open and close z_streams unnecessarily Instead …
11:18 PM Changeset in ffmpeg [0d629c3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/zlib_wrapper: Use our allocation, freeing functions …
11:18 PM Changeset in ffmpeg [aaa3868b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flashsv: Use ff_inflate_init/end() This fixes the problem of …
11:18 PM Changeset in ffmpeg [8231080f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/lcldec: Use ff_inflate_init/end(), cleanup generically …
11:18 PM Changeset in ffmpeg [7fffa718] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mscc: Use ff_inflate_init/end() This fixes the problem of …
11:18 PM Changeset in ffmpeg [4960c62] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mvha: Use ff_inflate_init/end() This fixes the problem of …
11:18 PM Changeset in ffmpeg [c1b0b8f9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mwsc: Use ff_inflate_init/end() This fixes the problem of …
11:18 PM Changeset in ffmpeg [ac692aa8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rasc: Use ff_inflate_init/end() This fixes the problem of …
11:18 PM Changeset in ffmpeg [79fe1c8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/tscc: Use ff_inflate_init/end() Returns better error messages …
11:18 PM Changeset in ffmpeg [c78d39b6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/wcmv: Use ff_inflate_init/end() This fixes the problem of …
11:18 PM Changeset in ffmpeg [93c70b85] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/zerocodec: Use ff_inflate_init/end() This fixes the problem …
11:18 PM Changeset in ffmpeg [3d4634f1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/zmbv: Use ff_inflate_init/end() Returns better error messages …
11:18 PM Changeset in ffmpeg [dd8a55cb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/zlib_wrapper: Add wrappers for zlib inflateInit, inflateEnd …
11:18 PM Changeset in ffmpeg [db57a537] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pngenc: Avoid potentially truncating integers So use 64bits …
10:01 PM Changeset in ffmpeg [2d368392] by Martin Storsjö <martin@martin.st>
Keep including the full version.h when headers are included externally …
9:59 PM Changeset in ffmpeg [fce01276] by James Almer <jamrial@gmail.com>
avformat/pcmdec: add support to set channel layout Signed-off-by: …
9:59 PM Changeset in ffmpeg [327efa66] by James Almer <jamrial@gmail.com>
avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free() …
8:57 PM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) updated by Balling
So the first file in 3files.zip is old broken one, second is old …
8:56 PM 3files.zip attached to Ticket #7799 by Balling
8:54 PM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) updated by Balling
Summary changed
I can verify that your patch, Haihao, did fix the bug and additional …
8:04 PM Encode/AV1 edited by veikk0
Update on decoder tuning support. (diff)
6:56 PM Changeset in ffmpeg [710e5167] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskadec: Check pre_ns Fixes: division by 0 Fixes: …
6:56 PM Changeset in ffmpeg [28008bf9] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/sonic: Use unsigned for predictor_k to avoid undefined …
6:56 PM Changeset in ffmpeg [8701af40] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ccaption_dec: Use ff_ass_add_rect2() Fixes: Timeout Fixes: …
6:56 PM Changeset in ffmpeg [aed698ef] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ass: Faster ff_ass_add_rect() Signed-off-by: Michael …
4:30 PM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) updated by Balling
Replying to haihao: > Replying to Balling: > …
3:54 PM Ticket #8455 (libaom-av1 damages brightness range by switching yuvj420p to yuv420p) closed by Balling
invalid: It is time to remove yuvj4xxp from ffmpeg so this confusion does not …
3:31 PM Changeset in ffmpeg [6f210eba] by James Almer <jamrial@gmail.com>
avcodec/setts_bsf: fix memleak Reviewed-by: Paul B Mahol …
11:31 AM Changeset in ffmpeg [31916d3d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/alsdec: Set channels from data after data is set Fixes: out …
11:31 AM Changeset in ffmpeg [b59ea948] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dfpwmdec: Check packet size more completely Fixes: out of …
10:24 AM Changeset in ffmpeg [b6af56c0] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: do not profile noise if number of sampled blocks is 0
10:24 AM Changeset in ffmpeg [28447a42] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: refactor set_noise_profile()
10:24 AM Changeset in ffmpeg [ef8283fe] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: remove unused defines
9:25 AM Changeset in ffmpeg [7dc570ea] by Paul B Mahol <onemda@gmail.com>
fate: add tpad filter tests
1:42 AM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) updated by haihao
Replying to Balling: > New patch: …

Mar 17, 2022:

9:35 PM Changeset in ffmpeg [c6067368] by James Almer <jamrial@gmail.com>
gitignore: add config_components.h Signed-off-by: James Almer …
9:35 PM Changeset in ffmpeg [b06eba6b] by James Almer <jamrial@gmail.com>
Makefile: check config_components.h when comparing timestamps in …
9:35 PM Changeset in ffmpeg [3feabcd] by James Almer <jamrial@gmail.com>
Makefile: delete config_components.h on distclean Signed-off-by: …
9:27 PM Changeset in ffmpeg [cb9f17cd] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust threshold for TQI Fixes: Timeout …
9:27 PM Changeset in ffmpeg [e88b99af] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/libuavs3d: Check ff_set_dimensions() for failure Untested, no …
9:27 PM Changeset in ffmpeg [6530c240] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/speexdec: Align some comments Signed-off-by: Michael …
9:27 PM Changeset in ffmpeg [487679cc] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/speexdec: Use correct doxygen comments Signed-off-by: Michael …
9:27 PM Changeset in ffmpeg [a13471fd] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust threshold for DSICINVIDEO Fixes: …
9:27 PM Changeset in ffmpeg [18bc612f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dfa: Optimize output reshuffle loop 18035 -> 4018 dezicycles …
9:27 PM Changeset in ffmpeg [d1bf5b7d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mjpegbdec: Set buf_size Fixes: Timeout Fixes: …
9:27 PM Changeset in ffmpeg [bd3a03db] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskadec: Use rounded down duration in get_cue_desc() …
7:52 PM Changeset in ffmpeg [0af06344] by James Almer <jamrial@gmail.com>
avformat/boadec: fix check for invalid channel count Regression since …
4:04 PM Changeset in ffmpeg [85b7be53] by James Almer <jamrial@gmail.com>
avcodec/setts_bsf: don't repeatedly set start pts and dts …
4:04 PM Changeset in ffmpeg [c5628ae3] by James Almer <jamrial@gmail.com>
fate: add a setts bsf test Signed-off-by: James Almer <jamrial@gmail.com>
2:05 PM Changeset in ffmpeg [814f806e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/imfdec: Convert to the new channel layout API Reviewed-by: …
11:22 AM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) updated by Balling
New patch: …
10:43 AM Ticket #1157 (Circular buffer overrun with 4+ ffmpeg instances.) closed by Elon Musk
needs_more_info: Please reopen if this still happens with latest version.
10:38 AM Ticket #8938 (Merge sound wrong duration) closed by Elon Musk
invalid: Concat protocol is not supposed to work at all with bunch of input …
10:35 AM Ticket #8965 (ffmpeg crashes with 0xc0000005 and a resolution of 1024x576) updated by Elon Musk
Does this still happens with latest master version.
10:30 AM Ticket #9561 (FFmpeg hangs on setpts+fps) closed by Elon Musk
fixed: Hangs does not happen here, fps bug is reported somewhere else already.
10:02 AM Changeset in ffmpeg [242c0798] by Paul B Mahol <onemda@gmail.com>
doc/filters: add some afftdn examples
10:02 AM Changeset in ffmpeg [44fb2463] by Paul B Mahol <onemda@gmail.com>
doc/filters: mention sample_noise/sn options too Also simplify …
10:02 AM Changeset in ffmpeg [1636f9f5] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: expose floor offset factor option
9:11 AM Changeset in ffmpeg [bea841a7] by Martin Storsjö <martin@martin.st>
Fix libversion.sh for split version headers, to unbreak shared library …
2:43 AM Changeset in ffmpeg [c8340838] by James Almer <jamrial@gmail.com>
avcodec/setts_bsf: fix setting output timebase Set a valid max value …

Mar 16, 2022:

9:28 PM Changeset in ffmpeg [ccb81acc] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: rewrite noise floor tracking
9:28 PM Changeset in ffmpeg [77d20a0f] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: remove excessive operations
8:37 PM Changeset in ffmpeg [ffff5bb] by Marton Balint <cus@passwd.hu>
avformat/mxfenc: do not write index tables with the same InstanceUID …
8:37 PM Changeset in ffmpeg [4afe4a54] by Marton Balint <cus@passwd.hu>
avformat/mxfenc: allow more bits for variable part in uuid generation …
8:03 PM Changeset in ffmpeg [2bcfe78d] by Paul B Mahol <onemda@gmail.com>
fate: add epx tests
8:03 PM Changeset in ffmpeg [b63c9c7f] by Paul B Mahol <onemda@gmail.com>
fate: add chromashift tests
7:20 PM Changeset in ffmpeg [ea887ef8] by Marton Balint <cus@passwd.hu>
avfilter/vf_zscale: realign output buffer if needed Output buffer …
7:20 PM Changeset in ffmpeg [d5722d5] by Marton Balint <cus@passwd.hu>
avfilter/vf_zscale: properly check return value of slice threads …
7:20 PM Changeset in ffmpeg [c0351ee5] by Marton Balint <cus@passwd.hu>
avfilter/vf_zscale: fix number of threads Make sure it is between [1, …
4:00 PM Changeset in ffmpeg [11c4f4b4] by James Almer <jamrial@gmail.com>
ffmpeg: remove usage of internal deprecation macro Signed-off-by: …
3:57 PM Ticket #9689 (Mismatched frames when using WebM containers and MP4 references) updated by Cosmin Stejerean
The millisecond precision in WebM is fine, it's mandated. The request …
3:29 PM Changeset in ffmpeg [8ddf1795] by James Almer <jamrial@gmail.com>
avutil/attributes: add support for clang in AV_NOWARN_DEPRECATED …
12:12 PM Changeset in ffmpeg [a78f136f] by Martin Storsjö <martin@martin.st>
configure: Use a separate config_components.h header for …
12:12 PM Changeset in ffmpeg [f3a0e2ee] by Martin Storsjö <martin@martin.st>
doc: Add an entry to APIchanges about changes to version.h and …
12:05 PM Changeset in ffmpeg [288313a8] by Martin Storsjö <martin@martin.st>
libavfilter: Split version.h Signed-off-by: Martin Storsjö …
12:05 PM Changeset in ffmpeg [6cd2ac3] by Martin Storsjö <martin@martin.st>
libswscale: Split version.h Signed-off-by: Martin Storsjö …
12:05 PM Changeset in ffmpeg [4332d6c4] by Martin Storsjö <martin@martin.st>
libswresample: Split version.h Signed-off-by: Martin Storsjö …
12:05 PM Changeset in ffmpeg [0f8b0b9c] by Martin Storsjö <martin@martin.st>
libpostproc: Split version.h Signed-off-by: Martin Storsjö …
12:05 PM Changeset in ffmpeg [884c5976] by Martin Storsjö <martin@martin.st>
libavdevice: Split version.h Signed-off-by: Martin Storsjö …
12:05 PM Changeset in ffmpeg [4eb9232c] by Martin Storsjö <martin@martin.st>
libavformat: Split version.h Signed-off-by: Martin Storsjö …
12:04 PM Changeset in ffmpeg [f2da2e14] by Martin Storsjö <martin@martin.st>
libavcodec: Split version.h This avoids including version.h in all …
11:28 AM Ticket #9691 (color, nullsrc with pixel format) closed by Elon Musk
invalid: use ,format=... after each source filter, filters that support …
10:03 AM Ticket #9689 (Mismatched frames when using WebM containers and MP4 references) updated by Balling
That works as intended, webm is just mkv. So far everyone uses …
8:56 AM Ticket #9691 (color, nullsrc with pixel format) created by Jozef Chutka
Following the current …
1:54 AM Changeset in ffmpeg [f2fe17c5] by James Almer <jamrial@gmail.com>
avutil/channel_layout: remove duplicate stereo downmix entry …
12:36 AM Changeset in ffmpeg [9805a000] by James Almer <jamrial@gmail.com>
tools/target_dec_fuzzer: Fix build failure from channels API …
Note: See TracTimeline for information about the timeline view.