Timeline



Feb 10, 2024:

11:40 PM Changeset in ffmpeg [afb630c] by Lynne <dev@lynne.ee>
lavc/dxv: remove ctx fields that can be derived from texdsp ctxs …
11:40 PM Changeset in ffmpeg [2f9936e4] by Lynne <dev@lynne.ee>
lavc/dvx: use texdsp funcs for texture block decompression …
11:40 PM Changeset in ffmpeg [939bf30d] by Lynne <dev@lynne.ee>
lavc/dxv: move tag definitions to common header Signed-off-by: Connor …
2:18 PM Ticket #4907 (Support decoding animated WebP images) updated by linleo345
anyone currently working on this? I just started writing some code for this
10:49 AM Ticket #10839 (incorrect YCoCg to RGB conversion in swscale) updated by Niklas Haas
I merged a patch for the second point to master, which means that …
7:16 AM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) updated by Balling
See bug #979, you need to test with -vf scale=flags=accurate_rnd
7:05 AM Changeset in ffmpeg [5e2b0862] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tests/fate-run: Sanitize test argument test -z is a binary operator. …
3:04 AM Changeset in ffmpeg [81c25576] by James Almer <jamrial@gmail.com>
avcodec: remove some references to avcodec_close Signed-off-by: James …

Feb 9, 2024:

10:47 PM Changeset in ffmpeg [dc9d64f7] by Marton Balint <cus@passwd.hu>
avformat/mov_chan: never override number of channels based on chan …
10:47 PM Changeset in ffmpeg [3d3cad74] by Marton Balint <cus@passwd.hu>
avformat/mov_chan: do not assume channels are in native order …
10:32 PM main_memcheck.cpp attached to Ticket #10852 by Jerome
source file to get the valgrind output
10:32 PM Makefile attached to Ticket #10852 by Jerome
makefile
10:31 PM main.cpp attached to Ticket #10852 by Jerome
source file to reproduce the bug
10:31 PM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) created by Jerome
Summary of the bug: This bug occurs when using the sws_scale …
10:23 PM Changeset in ffmpeg [8815d775] by Lynne <dev@lynne.ee>
avfft: avoid overreads with RDFT API users The new API requires an …
10:20 PM Changeset in ffmpeg [90adef99] by Lynne <dev@lynne.ee>
avfft: avoid overreads with RDFT API users The new API requires an …
10:11 PM Changeset in ffmpeg [ce7c90ff] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dca_core: Remove unneeded emms.h inclusion Possible since …
9:55 PM Changeset in ffmpeg [7ec2354c] by Martin Storsjö <martin@martin.st>
x86: Remove inline MMX assembly that clobbers the FPU state These …
9:47 PM Changeset in ffmpeg [d5aaed9d] by Martin Storsjö <martin@martin.st>
lavc/dxv: align to 4x4 blocks instead of 16x16 The previous …
8:02 PM Changeset in ffmpeg [c619d209] by Niklas Haas <git@haasn.dev>
fftools/ffplay: constrain supported YUV color spaces SDL supports …
8:02 PM Changeset in ffmpeg [75f4cb81] by Niklas Haas <git@haasn.dev>
avfilter/buffersink: add color_spaces, color_ranges params An …
7:38 PM Ticket #10264 (DXV encoded video playback contains horizontal lines) closed by Balling
fixed: Fixed in 1eeee68d8eb678665730bdd7862598be15867028
7:20 PM Changeset in ffmpeg [4618b5eb] by Timo Rothenpieler <timo@rothenpieler.org>
Revert "avutil/mem: limit alignment to maximum simd align" Patch was …
6:51 PM Changeset in ffmpeg [21c6d124] by Timo Rothenpieler <timo@rothenpieler.org>
avfilter/ddagrab: only use acquired texture on valid updates
5:11 PM Changeset in ffmpeg [6154137b] by Timo Rothenpieler <timo@rothenpieler.org>
avutil/mem: limit alignment to maximum simd align FFmpeg has …
5:08 PM Changeset in ffmpeg [9af87828] by Lynne <dev@lynne.ee>
x86/tx_init: propely indicate the extended available transform sizes …
3:24 PM Changeset in ffmpeg [7c873fb2] by Anton Khirnov <anton@khirnov.net>
lavc/refstruct: do not use max_align_t on MSVC It is not available …
3:14 PM Changeset in ffmpeg [1cc24d74] by Anton Khirnov <anton@khirnov.net>
lavc: deprecate avcodec_close() Its use has been discouraged since …
3:14 PM Changeset in ffmpeg [ca18bb59] by Anton Khirnov <anton@khirnov.net>
lavf/demux: stop calling avcodec_close() Replace it with recreating …
3:14 PM Changeset in ffmpeg [88ba2200] by Anton Khirnov <anton@khirnov.net>
lavf/flacdec: stop accessing FFStream.avctx The demuxer opens an …
3:14 PM Changeset in ffmpeg [0d54ae40] by Anton Khirnov <anton@khirnov.net>
lavf/mpegts: drop a cargo-culted check This check has survived the …
3:14 PM Changeset in ffmpeg [05fc6d3c] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_demux: set stream index right before sending packet to …
2:09 PM Ticket #10841 (Set a sliding window with a value other than 100 ms in ebur128 filter) updated by Aaron
Replying to Marton Balint: > The 100ms actually comes from …
1:37 PM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by jonnyburger
I managed to properly log now: […]
1:14 PM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by jonnyburger
I have now uploaded a second repro! Filename: reproduction-two.zip …
12:16 PM Ticket #10759 (Bug in new D3D12 decoder.) closed by Aleksoid1978
fixed
11:42 AM Ticket #10759 (Bug in new D3D12 decoder.) updated by Balling
This is fixed now with 336d59643a96843dbc51837e855326f2738f0e5b? I …
11:22 AM Changeset in ffmpeg [8c2e86ca] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/cmdutils: Don't cast const away Reviewed-by: Anton Khirnov …
11:22 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by jonnyburger
Thanks a lot for looking into it! I am working on providing a better …
10:57 AM Ticket #10851 (AV1 encoding fails with svt-av1 1.8.0 (bad parameter)) updated by Dominik Mierzejewski
FWIW, 6.1.1 has no problems here (if I rebuild it against the updated …
10:56 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by Balling
Anyway I cannot reproduce that. Looking it up in Audacityy the …
10:11 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by Balling
>when concatenating PCM-16 audio chunks into AAC. Does it happen if …
9:20 AM Changeset in ffmpeg [3371250c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/rcwtenc: Pass RCWTContext directly in rcwt_init_cluster() It …
9:20 AM Changeset in ffmpeg [a8e55cf1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/rcwtenc: Remove redundant zeroing of buffer Resetting the …
9:20 AM Changeset in ffmpeg [d30fe36] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/rcwtenc: Fix potential out-of-bounds write The rcwt muxer …
8:02 AM Ticket #10851 (AV1 encoding fails with svt-av1 1.8.0 (bad parameter)) created by Dominik Mierzejewski
Summary of the bug: FFmpeg 6.0.x built with svt-av1 1.8.0 fails to …
7:16 AM Changeset in ffmpeg [2b0e9e27] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/h263dec: Remove AVCodec.pix_fmts arrays They are not intended …
7:16 AM Changeset in ffmpeg [39cfd30b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vc1dec: Remove AVCodec.pix_fmts arrays They are not intended …
7:16 AM Changeset in ffmpeg [ca958637] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vc1dec: Don't call ff_get_format() twice It is currently …
7:16 AM Changeset in ffmpeg [38f234c0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vc1dec: Set pointers for hwaccel even without hwaccel VC-1 …
7:16 AM Changeset in ffmpeg [687a287] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mmaldec: Avoid using AVCodec.pix_fmts It is entirely …
7:16 AM Changeset in ffmpeg [89995cfd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec: Remove redundant pix_fmts from decoders AVCodec.pix_fmts is …
12:19 AM Ticket #10836 (ebur128: Support tracking max short term loudness) updated by Marton Balint
Priority changed
I was gonna say this can be calculated from the individual values by …
12:10 AM Ticket #10832 (h264 codec mxf file stream copy works weirdly) updated by Marton Balint
Component changed
Improper index table creation for Long GOP h264 in MXF is a known …
12:04 AM Ticket #10841 (Set a sliding window with a value other than 100 ms in ebur128 filter) updated by Marton Balint
Priority, Summary changed
The 100ms actually comes from the way momentary loudness is …

Feb 8, 2024:

11:44 PM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by Marton Balint
chunk6 is missing from the sample, so can't really reproduce. Also I …
8:32 PM SponsoringPrograms/STF/2024 edited by Michael Niedermayer
update Coverity (diff)
7:37 PM Changeset in ffmpeg [395469c1] by Lynne <dev@lynne.ee>
fate/video: add DXV3 HQ tests Signed-off-by: Connor Worley …
7:37 PM Changeset in ffmpeg [5fbb6fc] by Lynne <dev@lynne.ee>
fate/video: add DXV3 DXT1 encoding test Signed-off-by: Connor Worley …
7:36 PM Changeset in ffmpeg [1eeee68d] by Lynne <dev@lynne.ee>
lavc/dxv: fix incorrect back-reference index calculation in DXT5 …
7:36 PM Changeset in ffmpeg [3b6a515c] by Lynne <dev@lynne.ee>
lavc/dxv: treat DXT5-tagged files as DXT4 DXV files seem to misnomer …
7:36 PM Changeset in ffmpeg [c4e9556c] by Lynne <dev@lynne.ee>
lavc/texturedsp: fix premult2straight inversion This function should …
5:46 PM Ticket #10849 (demux_decode example fails to decode audio that ffmpeg can decode) updated by Andrew Wason
It appears that libavformat/nutdec.c is returning the 0 size …
5:07 PM Ticket #10849 (demux_decode example fails to decode audio that ffmpeg can decode) updated by Andrew Wason
Component changed
So the underlying issue is that av_read_frame can return an …
4:54 PM Ticket #10849 (demux_decode example fails to decode audio that ffmpeg can decode) updated by Andrew Wason
The decode_filter_audio example also has this issue: […] I git …
3:23 PM SponsoringPrograms/STF/2024 edited by Michael Niedermayer
libpostproc (diff)
1:02 PM Changeset in ffmpeg [f6ec0114] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/fifo: Remove (a)fifo filters Obsolete since …
1:00 PM Changeset in ffmpeg [9ae40f28] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/nvdec: Constify bitstream pointee Reviewed-by: Timo …
9:49 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by jonnyburger
For those interested, there is an even narrower patch: […] …
7:47 AM Ticket #10850 (bug with MP3 file processing that occurs in FFmpeg 4.4 but not in 4.1.) updated by 이아름
Using git bisect, I found where the code went wrong!! When I deleted …
2:34 AM Changeset in ffmpeg [cd31eac9] by Haihao Xiang <haihao.xiang@intel.com>
lavc/qsvenc: Add workaround for VP9 keyframe The runtime doesn't set …
2:34 AM Changeset in ffmpeg [82e88381] by Haihao Xiang <haihao.xiang@intel.com>
avcodec/dxva2: fix different 'const' qualifiers warning …
2:34 AM Changeset in ffmpeg [92ee7461] by Haihao Xiang <haihao.xiang@intel.com>
avcodec/d3d12va_decode: fix different 'const' qualifiers warning …
2:34 AM Changeset in ffmpeg [336d5964] by Haihao Xiang <haihao.xiang@intel.com>
avcodec/d3d12va_vc1: add support for …
12:34 AM Ticket #10850 (bug with MP3 file processing that occurs in FFmpeg 4.4 but not in 4.1.) updated by 이아름
12:31 AM 0.mctable.mp3 attached to Ticket #10850 by 이아름
this audio working 4.1 not working 4.4
12:30 AM Ticket #10850 (bug with MP3 file processing that occurs in FFmpeg 4.4 but not in 4.1.) created by 이아름
Issue Summary: There is a problem with MP3 file processing that …

Feb 7, 2024:

9:09 PM Ticket #10849 (demux_decode example fails to decode audio that ffmpeg can decode) created by Andrew Wason
Summary of the bug: I used ffmpeg with libflite to generate a FLAC in …
5:52 PM Ticket #10440 (Segmentation fault (core dumped) when trying to generate hls output ...) updated by ffmpeg.golden
checking of any progress here
3:43 PM Ticket #10832 (h264 codec mxf file stream copy works weirdly) updated by syehoonkim
Original mxf file: …
2:53 PM Changeset in ffmpeg [33728768] by Nuo Mi <nuomi2021@gmail.com>
avcodec/x86/vvc/vvcdsp_init: fix unresolved external symbol on …
2:49 PM Changeset in ffmpeg [9d4076c5] by James Almer <jamrial@gmail.com>
avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
2:48 PM Changeset in ffmpeg [4f9c230f] by James Almer <jamrial@gmail.com>
avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
2:37 PM Changeset in ffmpeg [c36c9190] by James Almer <jamrial@gmail.com>
avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
2:36 PM Changeset in ffmpeg [bfacb66f] by James Almer <jamrial@gmail.com>
avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
2:35 PM Changeset in ffmpeg [178575bd] by James Almer <jamrial@gmail.com>
avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
2:31 PM Changeset in ffmpeg [7f92014a] by James Almer <jamrial@gmail.com>
avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
2:20 PM Changeset in ffmpeg [bd3e71b2] by Lynne <dev@lynne.ee>
x86/tx_float: enable SIMD for sizes over 131072 The tables for the …
1:06 PM Ticket #10832 (h264 codec mxf file stream copy works weirdly) updated by Tomas Härdin
This needs a sample
11:46 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by mkver
Owner changed
9:57 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) created by jonnyburger
Summary of the bug: We found that when upgrading to FFmpeg 6.1, a …
9:25 AM Changeset in ffmpeg [e05d3c1a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avdevice/caca: Allow to list multiple dither option types at once …
9:23 AM Changeset in ffmpeg [ed56ca85] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/opt: Fix AV_OPT_TYPE_CONST default value It uses the int64_t …
9:22 AM Changeset in ffmpeg [8b83b52d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/nutenc: Fix indentation Forgotten after …
9:22 AM Changeset in ffmpeg [1a52cbd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/ccfifo: Improve included headers We don't need to include …
9:22 AM Changeset in ffmpeg [9b67c5a6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/ccfifo: Inline trivial functions Besides being extremly …
9:22 AM Changeset in ffmpeg [71e1da45] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/mux: Don't allocate priv_pts separately Signed-off-by: …
9:22 AM Changeset in ffmpeg [ad9f6445] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/avformat: Avoid av_strdup(NULL) It is not documented to be …
9:22 AM Changeset in ffmpeg [569ad285] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/options: Only allocate AVCodecContext for demuxers The …
9:22 AM Changeset in ffmpeg [76ef2b93] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/avformat: Remove obsolete comment Forgotten in …
9:22 AM Changeset in ffmpeg [1d5ba342] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/avformat: Remove dead check, write-only assignment For …
7:43 AM Ticket #10847 (Segmentaion fault using vulkan decoder on Windows with NVIDIA) created by Sn0wCrack
I'm currently experiencing a segmentation fault error when attmepting …
4:38 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by Sergey
Status, Owner changed
4:37 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by Sergey
@mkver do you know by chance who can review patches to this part of ffmpeg?
4:35 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by Sergey
Cc changed
4:34 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by Sergey
Cc changed

Feb 6, 2024:

11:55 PM Changeset in ffmpeg [97fb84d7] by Stefano Sabatini <stefasab@gmail.com>
doc/formats: clarify meaning of igndts as per definition in avformat.h …
4:22 PM SponsoringPrograms/STF/2024 edited by Michael Niedermayer
round up money for merge so the now much smaller task has a higher … (diff)
3:29 PM SponsoringPrograms/STF/2024 edited by Michael Niedermayer
merge details (diff)
2:10 PM Changeset in ffmpeg [5076fa30] by Nuo Mi <nuomi2021@gmail.com>
lavc/vvc: Validate alf_list indexes Signed-off-by: Frank Plowman …
1:34 PM Changeset in ffmpeg [e7a9dd03] by James Almer <jamrial@gmail.com>
avcodec/libaomdec: print libaomdec version in verbose level info …
1:34 PM Changeset in ffmpeg [48f4a29b] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: print libdav1d version in verbose level info level …
11:45 AM Changeset in ffmpeg [a42f884c] by Nuo Mi <nuomi2021@gmail.com>
lavc/vvc: Fix slice_idx out-of-bounds memset If the number of CTUs …
10:30 AM Changeset in ffmpeg [aa1a194a] by Niklas Haas <git@haasn.dev>
avfilter/vsrc_testsrc: switch to YUV colorspace negotiation API …
10:30 AM Changeset in ffmpeg [ce81237d] by Niklas Haas <git@haasn.dev>
avfilter: pass link YUV colorspace to ff_draw_init2 This makes all …
9:34 AM Changeset in ffmpeg [8264f361] by Thilo Borgmann <thilo.borgmann@mail.de>
.mailmap: update my mailmap entry
7:51 AM Ticket #10795 (scale2ref filter crash) updated by Martin
Cc changed
5:06 AM Ticket #10724 (Build failure with stricter C compilers (e.g. GCC 14)) closed by Sam James
fixed: https://github.com/FFmpeg/FFmpeg/commit/2f24f10d9cf34ddce274496c4daa73f
3:37 AM Ticket #10720 (ALAC_AT (AudioToolbox) broken in recent versions.) updated by quinkblack
Should be fixed by …

Feb 5, 2024:

5:28 PM Changeset in ffmpeg [c0de7ac5] by Leo Izen <leo.izen@gmail.com>
avcodec/libjxlenc: support negative linesizes libjxl doesn't support …
4:30 PM SponsoringPrograms/GSoC/2024 edited by Frank Plowman
(diff)
4:02 PM Ticket #10845 (Crash in VVC decoder when open MPEG-TS not from start or after seek.) updated by v0lt
The mentioned sample was taken from this page: …
2:20 PM Changeset in ffmpeg [789109ab] by Niklas Haas <git@haasn.dev>
avfilter/vf_tiltandshift: check outlink->color_range In addition to …
1:43 PM Changeset in ffmpeg [88a04038] by Nuo Mi <nuomi2021@gmail.com>
avcodec/vvcdec: fix seeking for open GOP how to reproduce: wget …
1:01 PM Ticket #10839 (incorrect YCoCg to RGB conversion in swscale) updated by Niklas Haas
The change is in this scenario: $ ./ffplay -v verbose -vf …
11:22 AM Ticket #10794 (bwdif_cuda crashed with mpeg2 interlaced 720x480x29.97 (ntsc) stream) closed by ua0lnj
fixed
11:21 AM Ticket #10794 (bwdif_cuda crashed with mpeg2 interlaced 720x480x29.97 (ntsc) stream) updated by ua0lnj
After today's commits, 05.01.2024, everything works fine. No crash. …
10:55 AM Changeset in ffmpeg [f80d91c0] by Anton Khirnov <anton@khirnov.net>
tests/fate/ffmpeg: add a test for the issue fixed in previous commit
10:55 AM Changeset in ffmpeg [93119222] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_mux: fix terminating muxer on streamcopy with -t …
9:01 AM Ticket #10846 (ffprobe does not detect true duration of some blu-ray discs) updated by Steven_Yang
The BDMV in https://nyaa.si/view/1683673 this torrent can also …
8:42 AM Changeset in ffmpeg [71ea9063] by Marton Balint <cus@passwd.hu>
avutil/thread: fix pthread_setname_np parameters for NetBSD and Apple …
8:27 AM Ticket #10846 (ffprobe does not detect true duration of some blu-ray discs) created by Steven_Yang
Summary of the bug: ffprobe is not detecting true duration of true …
7:30 AM Ticket #10845 (Crash in VVC decoder when open MPEG-TS not from start or after seek.) created by Aleksoid1978
Summary of the bug: How to reproduce: […] After this ffmpeg just …

Feb 4, 2024:

9:22 PM Changeset in ffmpeg [d3111486] by Paul B Mahol <onemda@gmail.com>
MAINTAINERS: remove myself from here Once it became fully …
7:45 PM Changeset in ffmpeg [fd16d8c6] by Marton Balint <cus@passwd.hu>
avutil/thread: add support for setting thread name on *bsd and solaris …
7:28 PM Changeset in ffmpeg [49ab7f89] by Marton Balint <cus@passwd.hu>
avformat/flvenc: fix stereo flag when writing PCMA/PCMU Currently, …
7:18 PM Changeset in ffmpeg [fa580a0f] by Mark Thompson <sw@jkqxz.net>
lavc/d3d12va: Improve behaviour on missing decoder support …
7:04 PM Changeset in ffmpeg [52cc89dc] by Marton Balint <cus@passwd.hu>
avfilter/yadif_common: fix timestamps with very small timebases Yadif …
7:04 PM Changeset in ffmpeg [268062fa] by Marton Balint <cus@passwd.hu>
avfilter/yadif_common: factorize some part of the config_output and …
7:04 PM Changeset in ffmpeg [8fccd6d5] by Marton Balint <cus@passwd.hu>
avutil/rational: increase av_d2q precision Fixes parsing small …
5:03 PM Changeset in ffmpeg [976cf234] by James Almer <jamrial@gmail.com>
tests/fate/mov: add a test for reading and writing amve box
4:36 PM Changeset in ffmpeg [112d3618] by James Almer <jamrial@gmail.com>
avformat/mov: add support for 'amve' ambient viewing environment box …
4:36 PM Changeset in ffmpeg [dda4b25e] by James Almer <jamrial@gmail.com>
avformat/mov: rename rescale_mdcv It's not specific to the mdcv box. …
4:36 PM Changeset in ffmpeg [45697e6a] by James Almer <jamrial@gmail.com>
avcodec: add ambient viewing environment packet side data.
1:22 PM SponsoringPrograms/STF/2024 edited by Michael Niedermayer
specify price per commit merged (diff)
12:58 PM Changeset in ffmpeg [d525dbb4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp8: Change criterion for calling ff_thread_finish_setup() …
12:58 PM Changeset in ffmpeg [e37e9d58] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp8: Remove write-only vp7 struct field This decoder always …
12:58 PM Changeset in ffmpeg [4b8b1415] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp8: Enforce key-frame only for WebP VP8-in-WebP only uses …
12:02 PM WikiStart edited by Thilo Borgmann
Add GSoC 2024 (diff)
10:48 AM SponsoringPrograms/STF/2024 edited by jdek
(diff)
10:15 AM Ticket #10844 (VideoToolBox HEVC encoding does work not for HDR) created by Atarikid
When encoding to HEVC using VideoToolbox - the HDR metadata () is not …
9:14 AM Changeset in ffmpeg [7375a6ca] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/wavenc: use strtoull for UMID conversion Existing use of …
7:08 AM Ticket #10501 (ffmpeg(1) prints 'kB' for byte values divided by 1024) closed by Balling
fixed: Fixed in 344ec7a3f753de30c23149471e2c9eaf17f42187
6:08 AM Ticket #10720 (ALAC_AT (AudioToolbox) broken in recent versions.) updated by Warrex
Does not work in 6.1.1. or N-113521-gcc774cd962 either. I am also …
5:14 AM Ticket #10839 (incorrect YCoCg to RGB conversion in swscale) updated by Balling
Check dcc7263b0e7935b6864e43465cfeca423bdf9e77 though I cannot see …
2:08 AM Changeset in ffmpeg [b94b3ea] by James Almer <jamrial@gmail.com>
avformat/mov: use a more descriptive name for variables of type …

Feb 3, 2024:

7:41 PM Ticket #10843 (A -shortest-video option that acts just like -shortest but ignores audio) created by Florian
Anyone who exported a final project with video+audio ready to then …
6:02 PM SponsoringPrograms/STF/2024 edited by Michael Niedermayer
add URL to the current bug list (diff)
5:52 PM SponsoringPrograms/STF/2024 edited by Michael Niedermayer
Suggestion for left over money from "old bug fixing" (diff)
5:49 PM SponsoringPrograms/STF/2024 edited by Michael Niedermayer
Old Bug FIxing (diff)
5:20 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by Michael Niedermayer
Component changed
5:19 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by Michael Niedermayer
Cc changed
3:49 PM Changeset in ffmpeg [cc774cd9] by Nuo Mi <nuomi2021@gmail.com>
avcodec/cbs_h266_syntax_template: check …
11:52 AM Changeset in ffmpeg [01388936] by Stefano Sabatini <stefasab@gmail.com>
avformat/avlanguage: add the 6 deprecated DVD languages There are 6 …
11:50 AM SponsoringPrograms/STF/2024 edited by Niklas Haas
improving libswscale (diff)
11:50 AM Changeset in ffmpeg [344ec7a3] by Stefano Sabatini <stefasab@gmail.com>
fftools/ffmpeg: use correct unit prefix symbol for binary scaled byte …
11:39 AM SponsoringPrograms/STF/2024 edited by Niklas Haas
(diff)
7:52 AM Ticket #7621 (Add .avif support (AV1 Image File Format) closed by Artem S. Tashkinov
fixed: FFMpeg Next is likely to support it. Thanks a ton.
2:50 AM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by Michael Niedermayer
Status changed
This can be reproduced quicker with libswscale/tests/swscale -src …
2:49 AM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by Michael Niedermayer
Regression since cedf589c09c567b72bf4c1a58db53d94622567e1
Note: See TracTimeline for information about the timeline view.