Timeline



Oct 2, 2023:

11:59 PM Changeset in ffmpeg [f58038d4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusions Instead, …
11:58 PM Changeset in ffmpeg [ea14e8bc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/codec_par: Move enum AVFieldOrder to defs.h It is also used …
11:45 PM Changeset in ffmpeg [dd48e49] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH It is of no value to …
10:28 PM Changeset in ffmpeg [0d596776] by Niklas Haas <git@haasn.dev>
avcodec/decode: use ff_icc_profile_sanitize Fixes: …
10:28 PM Changeset in ffmpeg [4434713] by Niklas Haas <git@haasn.dev>
avfilter/vf_iccdetect: use ff_icc_profile_sanitize
10:28 PM Changeset in ffmpeg [beac4a99] by Niklas Haas <git@haasn.dev>
avcodec/fflcms2: add ff_icc_profile_sanitize Buggy ICCv4 profiles are …
10:27 PM Changeset in ffmpeg [22530ad1] by Niklas Haas <git@haasn.dev>
lavc/h274: transpose IDCT This is mathematically equivalent to what …
9:18 PM dnxhr-lb-uhd_2fr.mxf attached to Ticket #10607 by electron.rotoscope
File that does recreate this issue. I don't have an example file that …
9:16 PM Ticket #10607 (Remuxing MXF to MOV without re-encoding cannot find timecode framerate ...) created by electron.rotoscope
Summary of the bug: For certain MXF source files, when using {{{-c:v …
8:44 PM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) updated by Balling
Checked HEAD of master the files are encoded the same (will also check …
8:14 PM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Balling
Integrate thdmerge into ffmpeg. Fix -f ac3 for .thd+ac3 interleave …
7:49 PM Changeset in ffmpeg [2b9c6c70] by Martin Storsjö <martin@martin.st>
tools: Don't include the direct library names when linking When …
7:32 PM Changeset in ffmpeg [014c1386] by Mark Thompson <sw@jkqxz.net>
cbs_av1: Make fake OBU size length field a write option This is an …
7:28 PM Changeset in ffmpeg [1a4bd76e] by Rémi Denis-Courmont <remi@remlab.net>
swscale/rgb2rgb: remove R-V V shuffle_bytes_3012 This is slower than …
7:28 PM Changeset in ffmpeg [c4a144c2] by Rémi Denis-Courmont <remi@remlab.net>
swscale/rgb2rgb: add R-V Zbb shuffle_bytes_3210
7:28 PM Changeset in ffmpeg [cec48e3b] by Rémi Denis-Courmont <remi@remlab.net>
riscv: factor out the bswap32 assembler
6:31 PM Changeset in ffmpeg [4fe0a31c] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpenc: allow changing some LPC parameters
6:31 PM Changeset in ffmpeg [a1b29ab6] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpenc: increase compression ratio even more, fix LPC parameters
6:31 PM Changeset in ffmpeg [0be5da9c] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpenc: increase compression ratio when input is of lower bit depth
3:35 PM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) closed by Elon Musk
needs_more_info: Tried thdmerge and ffmpeg decodes from it just fine. Either I did …
3:08 PM Changeset in ffmpeg [b36f3d53] by Rémi Denis-Courmont <remi@remlab.net>
lavc/fmtconvert: unroll R-V V int32_to_float_fmul_scalar
3:08 PM Changeset in ffmpeg [f3dfd4cc] by Rémi Denis-Courmont <remi@remlab.net>
lavc/aacpsdsp: unroll RISC-V V hybrid_synthesis_deint
3:08 PM Changeset in ffmpeg [0f1336b2] by Rémi Denis-Courmont <remi@remlab.net>
lavc/aacpsdsp: unroll RISC-V V hybrid_analysis_ileave
3:08 PM Changeset in ffmpeg [69d7486e] by Rémi Denis-Courmont <remi@remlab.net>
lavc/aacpsdsp: unroll RISC-V V mul_pair_single
3:08 PM Changeset in ffmpeg [c270928] by Rémi Denis-Courmont <remi@remlab.net>
lavc/aacpsdsp: unroll R-V V stereo interpolate
3:08 PM Changeset in ffmpeg [27d74fc1] by Rémi Denis-Courmont <remi@remlab.net>
lavc/aacpsdsp: simplify R-V V stereo interpolate Remove some useless …
3:07 PM Changeset in ffmpeg [3575ee2e] by Rémi Denis-Courmont <remi@remlab.net>
lavc/audiodsp: unroll RISC-V clip functions …
2:44 PM Ticket #667 (Error when decoding TrueHD 1.0 track that also contains AC-3) updated by Elon Musk
Owner changed
2:05 PM Ticket #10606 (ffplay ignores relative audio delay tag) updated by Ulf Zibis
Description changed
1:53 PM Ton_fr_cut.mkv attached to Ticket #10606 by Ulf Zibis
1:46 PM Ticket #10606 (ffplay ignores relative audio delay tag) created by Ulf Zibis
Summary of the bug: How to reproduce: […] ffplay outputs the …
11:47 AM Ticket #7732 (parallel minimalistic build fails) closed by Elon Musk
wontfix: bug by design
11:42 AM Ticket #7623 (Wrong interpretation of (m)jpeg aspect ratio) closed by Elon Musk
invalid
10:23 AM Changeset in ffmpeg [b6e5136b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo_dec: Remove commented-out legacy cruft Added in …
10:23 AM Changeset in ffmpeg [f52b4a6e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Move dsp helper functions to snow_dwt.h Reviewed-by: …
10:23 AM Changeset in ffmpeg [155e7e12] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Move encoder-only stuff out of SnowContext Put it into …
10:22 AM Changeset in ffmpeg [259e1d2b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/matroskaenc: Write default duration for audio This is easily …
10:22 AM Changeset in ffmpeg [0c1103d4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/matroskaenc: Don't create wrong packet durations We have to …
9:23 AM Ticket #3740 (drawtext drops backslashes) closed by Elon Musk
invalid
8:17 AM Ticket #10605 (noise in ape decoder) closed by Balling
duplicate: Known issue: #10323
8:09 AM Ticket #10405 (mathops.h: Assembler messages errors, type mismatch for shr) updated by Balling
Replying to Alberto Salvia Novella: > Which commit does …
7:47 AM Ticket #10586 (Impossible to retrieve libvmaf result from AVFrame at the output of ...) updated by ichlubna
Description changed
7:34 AM Ticket #10586 (Impossible to retrieve libvmaf result from AVFrame at the output of ...) updated by ichlubna
Description changed
7:18 AM Ticket #10605 (noise in ape decoder) created by yekm
latest archlinux's ffmpeg-2:6.0-11 3 seconds from 00:12:00 at a.ape …
6:47 AM Ticket #3438 (Add documentation for adding a FATE test) closed by Elon Musk
wontfix: abandoned for 10 years
6:46 AM Ticket #3433 (using "shortest" results in mismatched audio and video lengths) closed by Elon Musk
wontfix: -shortest cant add filters because it is working also for stream copy.
2:34 AM Ticket #10604 (NVENC: Video Codec Changes to Older Preset and RC Mode Support) created by hydra3333
Hello. Looks like older presets are being removed, which could mean …
2:30 AM Ticket #10405 (mathops.h: Assembler messages errors, type mismatch for shr) updated by Alberto Salvia Novella
Which commit does fix it?

Oct 1, 2023:

11:52 PM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) updated by Elon Musk
The 16bit encoder mode producing invalid bitstream have been fixed in …
11:33 PM Ticket #8617 (MD STUDIO audio aea probe broken) closed by Elon Musk
fixed: Fixed in edb6d6d5361ad6c58af32d3c1ba9a6569988380d
11:28 PM Changeset in ffmpeg [9e531370] by Paul B Mahol <onemda@gmail.com>
avformat/aea: fix bitrate for mono
11:28 PM Changeset in ffmpeg [edb6d6d5] by Paul B Mahol <onemda@gmail.com>
avformat/aea: improve probe function
9:46 PM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) reopened by Balling
7z with 2 files: https://0x0.st/HWH7.7z I hope you do have Plex.
9:41 PM Ticket #10540 (Some Meridian Lossless Packing encoded files have excess samples) closed by Elon Musk
needs_more_info: Nothing can be done to resolve this, please provide original .mlp (not …
9:33 PM Ticket #9958 (thd encoder bug: Plex and LG C9 have same artefacts) closed by Elon Musk
needs_more_info: Input file is gone.
9:28 PM Ticket #10217 (mlp enc: broken output when input is 8-bit 44kHz) closed by Elon Musk
fixed: Fixed in 7a444501d5dee96e7692a4339f4ab038753ca43c
9:24 PM Changeset in ffmpeg [7a444501] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpenc: fix quant_step_size for 16bit sample format input
9:24 PM Changeset in ffmpeg [ffc783d] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpenc: fix writing end of stream marker
7:58 PM Ticket #1323 (avid dv codec (dv50 mode) decodes with visible artefacts) closed by Elon Musk
wontfix: Looks like buggy encoder.
4:49 PM Ticket #6155 (flic: support 1bpp) closed by Elon Musk
fixed: Fixed in 873ce68f54505118de48675d5c3d4b65a264489e
4:44 PM Changeset in ffmpeg [873ce68f] by Paul B Mahol <onemda@gmail.com>
avcodec/flicvideo: add 1bit support
12:07 PM Ticket #10603 (scpr: fix 16-bit decoding) updated by ami_stuff
Yes, attached file decodes correctly with the windows v3 decoder.
12:02 PM Ticket #10603 (scpr: fix 16-bit decoding) updated by Elon Musk
Does windows one decodes it fine? because v3 is known to have buggy …
10:43 AM scpr_v3_16bit.avi attached to Ticket #10603 by ami_stuff
10:42 AM Ticket #10603 (scpr: fix 16-bit decoding) created by ami_stuff
[…]
7:12 AM Ticket #10602 (ffmpeg returns blank frames on some avi files with an initial -ss) updated by mkver
The first packet of the video in this file has a palette that gets …
12:25 AM Changeset in ffmpeg [6f7bf64d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec: Remove DCT, FFT, MDCT and RDFT They were replaced by TX from …

Sep 30, 2023:

11:53 PM Changeset in ffmpeg [d9464f3e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudiodsp: Init dct32 directly This avoids using dct.c and …
11:02 PM Changeset in ffmpeg [145db38f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bgmc: Use void* instead of AVCodecContext* as logctx …
11:02 PM Changeset in ffmpeg [7a9bc091] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flac_parse: Use void* instead of AVCodecContext* as logctx It …
11:02 PM Changeset in ffmpeg [3ea73bc7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/lagarith: Use void* instead of AVCodecContext* as logctx …
11:02 PM Changeset in ffmpeg [08dd036b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/roqvideo: Use void*, not AVCodecContext* for logctx Also stop …
11:02 PM Changeset in ffmpeg [7d1401ed] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/sipr: Remove write-only AVCodecContext* Signed-off-by: …
11:01 PM Changeset in ffmpeg [b2f5899e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/utvideo: Split UTvideoContext into decoder and encoder …
10:50 PM Changeset in ffmpeg [0e18f1e9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vorbis: Use void* logctx instead of AVCodecContext* …
9:05 PM Changeset in ffmpeg [bdbf9aa4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ffv1dec: Reindent after the previous commit Signed-off-by: …
9:05 PM Changeset in ffmpeg [0cfc7418] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ffv1dec: Fix data races emanating from copying whole context …
7:03 PM Ticket #10602 (ffmpeg returns blank frames on some avi files with an initial -ss) updated by Pat Gunn
Summary changed
7:03 PM Ticket #10602 (ffmpeg returns blank frames on some avi files with an initial -ss) created by Pat Gunn
Summary of the bug: How to reproduce: […] With that initial -ss
4:22 PM Ticket #10103 (mov enc: QT doesn't like TIFF GRAY8 in MOV created by ffmpeg) updated by ami_stuff
see also #5928
3:44 PM Ticket #10197 (rka: fix decoding of VRQ lossy mode) updated by ami_stuff
yes, normal lossy mode decodes correctly for mono and stereo
2:14 PM Changeset in ffmpeg [5ba06ad0] by James Almer <jamrial@gmail.com>
avcodec/decode: reduce scope of a variable in ff_decode_frame_props() …
1:40 PM Ticket #10197 (rka: fix decoding of VRQ lossy mode) updated by Elon Musk
Added changes that improves situations much more. There is still some …
1:35 PM Changeset in ffmpeg [ead1426a] by Paul B Mahol <onemda@gmail.com>
avcodec/rka: improve VRQ mode decoding
1:35 PM Changeset in ffmpeg [8bfadacf] by Paul B Mahol <onemda@gmail.com>
avcodec/rka: rename variable to something more representative
10:27 AM Changeset in ffmpeg [2cb2465c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avdevice/lavfi: Fix double-free on error After the AVFrame has been …
10:05 AM Ticket #10235 (mszh: rgb24 compressed - broken output when width is not multiple of 4) closed by Elon Musk
fixed: Decodes fine now
10:03 AM Ticket #10240 (zlib: yuv411 and yuv422 - unsupported dimensions when width is not ...) closed by Elon Musk
fixed: Fixed in 0cf1ac905d2d97355a389c3baa4e132824b29f21
10:00 AM Ticket #10239 (zlib: rgb24 file fails do decode when width is not multiple of 4) closed by Elon Musk
fixed: Fixed in e2c3aa8e2b800c5b860315277b3ea426b8b23393
9:57 AM Ticket #10227 (cscd: video with width not multiple of 4 fails to decode) closed by Elon Musk
fixed: Fixed in d2a0464fc2dd6f79571a66e6c7a8168323168e46
9:47 AM Ticket #5481 (g723 in au: fix decoding) closed by Elon Musk
fixed: Decodes fine now.
4:07 AM Ticket #10601 (ffmpeg don't copy the metadata of my file) updated by Fractale
Description changed
4:06 AM miniP2500229.MP4 attached to Ticket #10601 by Fractale
4:00 AM Ticket #10601 (ffmpeg don't copy the metadata of my file) updated by Fractale
Status, Description changed
3:33 AM Ticket #10601 (ffmpeg don't copy the metadata of my file) created by Fractale
command: `ffmpeg -i P2500229.MP4 -map_metadata 0 …

Sep 29, 2023:

9:08 PM Changeset in ffmpeg [9a3bbf89] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Check avif_info Fixes: leak Fixes: …
5:42 PM Changeset in ffmpeg [f904e60c] by Timo Rothenpieler <timo@rothenpieler.org>
libavutil/hwcontext_cuda: don't destroy external context when using …
5:23 PM Changeset in ffmpeg [442d9412] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Remove this_partition Suggested-by: Tomas Härdin …
4:59 PM Changeset in ffmpeg [3bbc7d79] by Paul B Mahol <onemda@gmail.com>
avcodec/ffv1*: add GBRAP14, GRAY14, YUVA422P12, YUVA444P12 formats support
4:40 PM Changeset in ffmpeg [41f5b739] by Paul B Mahol <onemda@gmail.com>
avfilter/f_ebur128: do not print summary log if nothing was processed
4:40 PM Changeset in ffmpeg [8623067e] by Paul B Mahol <onemda@gmail.com>
avformat/isom_tags: add missing CFHD tag
12:33 AM Ticket #10230 ([Feature request] Dolby Surround/Pro Logic/II decoder) updated by Kerry Shetline
I would be very interested in seeing this feature too, perhaps with …

Sep 28, 2023:

11:45 PM Changeset in ffmpeg [40aa4511] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/opus_silk: Use void* instead of AVCodecContext* as logctx …
11:44 PM Changeset in ffmpeg [12e9c68b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure: Remove unnecessary vf_spp->fft dependency The AVDCT API …
11:44 PM Changeset in ffmpeg [cbba45de] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure: Remove obsolete ffplay->rdft dependency Forgotten in …
11:44 PM Changeset in ffmpeg [44aa4618] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure: Remove obsolete wmavoice->rdft,dct dependencies Forgotten …
11:30 PM Changeset in ffmpeg [7d112c6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Move freeing encoder-only buffers to snowenc.c …
11:04 PM Changeset in ffmpeg [433925ac] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Move initializing HpelDSPContext to snowenc.c Only used …
11:04 PM Changeset in ffmpeg [abaf02a7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Move decoder/encoder-only inline funcs to …
10:52 PM Changeset in ffmpeg [10dad7cc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Move initializing QpelDSPContext to snowenc.c Only used …
10:41 PM scpr_v4_q100.avi attached to Ticket #10600 by ami_stuff
10:41 PM scpr_v4_q50.avi attached to Ticket #10600 by ami_stuff
10:40 PM Ticket #10600 (scpr: add support for screenpressor v4) created by ami_stuff
http://www.infognition.com/ScreenPressor/download.html […]
9:09 PM Changeset in ffmpeg [7ce2e5f3] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_pseudocolor: add support for more planar alpha formats
8:55 PM chapter_01_1.aac attached to Ticket #10599 by hbehe
encrypted part
8:55 PM chapter_01_0.aac attached to Ticket #10599 by hbehe
unencrypted part
8:55 PM repro.key attached to Ticket #10599 by hbehe
decryption key
8:54 PM repro.m3u8 attached to Ticket #10599 by hbehe
playlist descriptor
8:53 PM Ticket #10599 (hls: Broken handling of partially encrypted http-streams) created by hbehe
Summary of the bug: When parsing a HLS file with an unencrypted file, …
8:46 PM Changeset in ffmpeg [0aa75a85] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_zscale: fix adding >8 bit alpha plane
8:46 PM Changeset in ffmpeg [086c2809] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_zscale: add more planar formats with alpha
8:46 PM Changeset in ffmpeg [35b6d9d] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_negate: add support for more planar with alpha
6:07 PM Changeset in ffmpeg [3e7e5ec4] by Paul B Mahol <onemda@gmail.com>
fate: add forgotten changes for GBRAP14
6:01 PM Ticket #10593 (magicyuv: support 14-bit rgb(a)) closed by Elon Musk
fixed: Fixed in eaffbd9ac4d975f1c6330c17af27fadf0bc3d0c3
5:37 PM Changeset in ffmpeg [3a5171c] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_extractplanes: add GBRAP14 support
5:37 PM Changeset in ffmpeg [eaffbd9a] by Paul B Mahol <onemda@gmail.com>
avcodec/magicyuv: add 14bit rgb(a) support
5:37 PM Changeset in ffmpeg [29b673bd] by Paul B Mahol <onemda@gmail.com>
swscale: add GBRAP14 format support
5:36 PM Changeset in ffmpeg [8e1ef7c3] by Paul B Mahol <onemda@gmail.com>
avutil: add GBRAP14 format support
5:23 PM Changeset in ffmpeg [05f8b2ca] by Timo Rothenpieler <timo@rothenpieler.org>
avutil/hwcontext_cuda: add option to use current device context …
3:11 PM Changeset in ffmpeg [48fc414c] by Niklas Haas <git@haasn.dev>
lavc/h274: fix comment (cosmetic) Either the average, or the sum …
3:11 PM Changeset in ffmpeg [616e9d24] by Niklas Haas <git@haasn.dev>
lavc/h274: correct grain DB indices The spec specified indices in the …
3:11 PM Changeset in ffmpeg [338a5fc] by Niklas Haas <git@haasn.dev>
lavc/h274: fix PRNG definition The spec specifies x31 + x3 + 1 as …
2:48 PM Changeset in ffmpeg [7a24d794] by Rémi Denis-Courmont <remi@remlab.net>
Revert "lavu/timer: remove gratuitous volatile" It does not make much …
1:50 PM Ticket #10595 (photocd file fails to decode) updated by Balling
Continue denying reality and not seeing a patch in that issue that …
1:13 PM Ticket #10595 (photocd file fails to decode) updated by Elon Musk
Your entry is again, wrong, and full of errors. Your understanding of …
12:46 PM Ticket #10595 (photocd file fails to decode) updated by Balling
>MPV displays correct colors No. You need PQ to correctly show the …
12:18 PM Ticket #10595 (photocd file fails to decode) updated by Elon Musk
MPV displays correct colors, better one then that app that converts it …
10:42 AM Ticket #10034 (mscc: "Inflate error: -3") updated by ami_stuff
It looks like ffmpeg is able to decode files encoded with built-in …
10:19 AM Ticket #10595 (photocd file fails to decode) updated by Balling
Replying to Elon Musk: > Here it decodes always same …
9:10 AM Changeset in ffmpeg [8eb094ad] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/error_resilience: Remove set-but-not-used variable Fixes a …
9:10 AM Changeset in ffmpeg [945760b3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/jpegxl_parser: Remove unused function Signed-off-by: Andreas …
9:10 AM Changeset in ffmpeg [81afd465] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avdevice/fbdev_common: Make declaration proper prototype Fixes a …
7:25 AM Changeset in ffmpeg [ee8d2ece] by Nicolas George <george@nsup.org>
lavfi/framequeue: remove redundant logic code In this logical branch, …
6:54 AM Ticket #10595 (photocd file fails to decode) updated by Elon Musk
Here it decodes always same colors.
5:15 AM Ticket #10591 (-err_detect crccheck and explode+crccheck are broken for flac files) updated by Balling
How do you trigger line 722 and line 774? Can you at least remove dead …
3:03 AM Ticket #10598 (vaapi_hevc outputs extremely low quality if global quality option set) created by Ace
If the -q option is set at all when encoding with hevc_vaapi, the …
2:02 AM Ticket #10595 (photocd file fails to decode) updated by Balling
Status changed
Yep. Other pcd files work great (except for color management, but …

Sep 27, 2023:

11:39 PM Changeset in ffmpeg [b643af4] by James Almer <jamrial@gmail.com>
doc/filters: add missing anchors Fixes build failures introduced in …
10:17 PM Changeset in ffmpeg [89c99291] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/tests/.gitignore: Add bitstream test tools Signed-off-by: …
10:17 PM Changeset in ffmpeg [533ebe7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aacsbrdata: Move ff_sbr_noise_table to sbrdsp_template.c …
10:17 PM Changeset in ffmpeg [00ba78cd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Move decoder parts out of …
10:17 PM Changeset in ffmpeg [418332e0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Split ff_snow_get_buffer() The part of said function …
10:17 PM Changeset in ffmpeg [0228e27d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
checkasm/motion: Don't allocate AVCodecContext Instead use one on the …
10:17 PM Changeset in ffmpeg [97cd698e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/bwdifdsp: Avoid including ff_bwdif_filter_line3_c() This …
10:17 PM Changeset in ffmpeg [fa06f483] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/bwdifdsp: Constify Signed-off-by: Andreas Rheinhardt …
10:17 PM Changeset in ffmpeg [1db884c6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_bwdif: Move DSP code to a new file Otherwise …
10:17 PM Changeset in ffmpeg [80afcc85] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/bwdif: Add proper BWDIFDSPContext This already avoids …
6:01 PM Ticket #10592 (piped input partial file error) closed by Elon Musk
invalid
5:56 PM Ticket #10597 (No way to recover from a failed download in m3u8 file) created by steinrr
Summary of the bug: I am downloading .ts streams from a m3u8 playlist …
5:22 PM Changeset in ffmpeg [7f685d0] by Kyle Swanson <kswanson@netflix.com>
avfilter: add libvmaf_cuda Signed-off-by: Kyle Swanson …
5:18 PM Changeset in ffmpeg [b23eaf96] by Paul B Mahol <onemda@gmail.com>
avcodec/vlc: fix off by one in limit check for multi
5:08 PM Ticket #10596 (configure: vulkan detection not enforcing minimum version) created by Tristan Matthews
On my system, I currently have: […] which doesn't meet the minimum …
3:26 PM Ticket #10595 (photocd file fails to decode) updated by ami_stuff
this tool for example: https://sourceforge.net/projects/pcdtojpeg/
12:51 PM Ticket #10595 (photocd file fails to decode) updated by Elon Musk
And what software decodes it?
12:47 PM Ticket #10586 (Impossible to retrieve libvmaf result from AVFrame at the output of ...) updated by ichlubna
Component changed
10:51 AM Ticket #10595 (photocd file fails to decode) updated by ami_stuff
Version changed
10:48 AM Ticket #6198 (qdrw: files fails to decode) updated by ami_stuff
more failing samples are here: …
10:46 AM Ticket #10595 (photocd file fails to decode) created by ami_stuff
https://telparia.com/fileFormatSamples/image/pcd/maddog.pcd […]
10:08 AM Ticket #9673 (ffmpeg not reading color information from JPEG ICC profile) updated by Niklas Haas
I submitted a series implementing this work-around: …
7:15 AM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) closed by Elon Musk
wontfix
7:14 AM Ticket #10593 (magicyuv: support 14-bit rgb(a)) updated by Elon Musk
Priority, Type, Version, Component changed
Next time fill more fields of tickets you open.
4:58 AM Changeset in ffmpeg [58b6c0c3] by Guo Yejun <yejun.guo@intel.com>
libavfilter/dnn: Initialze DNNData variables Signed-off-by: Wenbin …
4:58 AM Changeset in ffmpeg [c8c925dc] by Guo Yejun <yejun.guo@intel.com>
libavfilter/dnn: Add scale and mean preprocess to openvino backend …
4:58 AM Changeset in ffmpeg [74ce1d2d] by Guo Yejun <yejun.guo@intel.com>
libavfilter/dnn: add layout option to openvino backend Dnn models …

Sep 26, 2023:

11:36 PM Ticket #10594 (AMD VAAPI Driver does not support some wanted Ubuntu 22.04 LTS) updated by Mateo Bohoquez
Version, Component changed
11:24 PM Ticket #10594 (AMD VAAPI Driver does not support some wanted Ubuntu 22.04 LTS) created by Mateo Bohoquez
Summary of the bug: I get this warn/error but i can encode my …
10:16 PM Ticket #9673 (ffmpeg not reading color information from JPEG ICC profile) updated by Niklas Haas
> The ICC profile reading/writing is already behind a flag so I think …
9:27 PM magicyuv_14bit_rgba.avi attached to Ticket #10593 by ami_stuff
9:27 PM magicyuv_14bit_rgb.avi attached to Ticket #10593 by ami_stuff
9:26 PM Ticket #10593 (magicyuv: support 14-bit rgb(a)) created by ami_stuff
[…] […]
9:19 PM Ticket #10440 (Segmentation fault (core dumped) when trying to generate hls output ...) updated by piusbnsl
I am getting the same error. Following is the command I used - …
8:51 PM Ticket #10150 (Variable framerate with a maximum value) updated by Tynach
Replying to elenril: > Are you entirely sure this worked …
8:43 PM Changeset in ffmpeg [58d9b5ca] by Paul B Mahol <onemda@gmail.com>
avcodec/vlc: fix min/max bits calculation in multi vlc Improves speed …
7:06 PM Changeset in ffmpeg [14015b9e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hevcdec: Check early whether film grain is supported, fix race …
6:41 PM Changeset in ffmpeg [378f1b6a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/evc_ps: Fix leak on error Regression since …
6:38 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) updated by Elon Musk
as expected, this should not be the case here. Thus i consider notchlc …
6:33 PM Ticket #9673 (ffmpeg not reading color information from JPEG ICC profile) updated by Balling
>ignore the whitepoint if it's not D50 in v4 as not being spec …
6:27 PM Changeset in ffmpeg [e1530a31] by Paul B Mahol <onemda@gmail.com>
avcodec/cdgraphics: fix for negative linesize and vertical scrolling
5:52 PM Ticket #10590 (magicyuv: invalid reads with valid 12-bit RGBA file) closed by Elon Musk
fixed
5:51 PM Ticket #10592 (piped input partial file error) updated by Elon Musk
for mp4 one usually needs to seek to end and than to beginning and …
5:10 PM piped_input_fail.mp4 attached to Ticket #10592 by Mark
5:08 PM Ticket #10592 (piped input partial file error) created by Mark
Summary of the bug: ffmpeg failes to read file from the piped input …
5:06 PM Ticket #7621 (Add .avif support (AV1 Image File Format) updated by Vignesh Venkatasubramanian
Replying to hydra3333: > Just a thought ... > …
4:30 PM Ticket #9673 (ffmpeg not reading color information from JPEG ICC profile) updated by Cosmin Stejerean
The ICC profile reading/writing is already behind a flag so I think …
1:53 PM Ticket #10591 (-err_detect crccheck and explode+crccheck are broken for flac files) updated by Balling
Why? Chrome uses explode, this means bad flac files will pass through. …
1:49 PM Ticket #10591 (-err_detect crccheck and explode+crccheck are broken for flac files) closed by Elon Musk
wontfix
1:47 PM Ticket #9673 (ffmpeg not reading color information from JPEG ICC profile) updated by Balling
DCI-P3-D65 from https://www.color.org/chardata/rgb/DCIP3.xalter is 2.6 …
1:15 PM Ticket #10566 (AV1 decoding with -hwaccel d3d11va performance issue) updated by Evgeny
@arm64-v9a Thanks a lot for your answer. I just wondering why ffmpeg …
1:14 PM Ticket #10591 (-err_detect crccheck and explode+crccheck are broken for flac files) updated by Balling
Keywords, Summary changed
1:12 PM Ticket #9673 (ffmpeg not reading color information from JPEG ICC profile) updated by Niklas Haas
So, I did some extensive reverse engineering of the Apple DCI-P3 …
12:50 PM Changeset in ffmpeg [8fa83ad] by Martin Storsjö <martin@martin.st>
lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_hv checkasm …
12:50 PM Changeset in ffmpeg [23ca61b] by Martin Storsjö <martin@martin.st>
lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_v checkasm …
12:50 PM Changeset in ffmpeg [b7a3150b] by Martin Storsjö <martin@martin.st>
lavc/aarch64: new optimization for 8-bit hevc_epel_uni_hv checkasm …
12:50 PM Changeset in ffmpeg [c0374f77] by Martin Storsjö <martin@martin.st>
lavc/aarch64: move macros calc_epelh, calc_epelh2, load_epel_filterh …
12:50 PM Changeset in ffmpeg [7ce5a2f6] by Martin Storsjö <martin@martin.st>
lavc/aarch64: new optimization for 8-bit hevc_epel_uni_v checkasm …
12:48 PM Ticket #10591 (-err_detect crccheck and explode+crccheck are broken for flac files) updated by Balling
I am really tired of this, here is a file where I changed one byte …
12:38 PM Ticket #10591 (-err_detect crccheck and explode+crccheck are broken for flac files) reopened by Balling
Before: […] After: […]
12:37 PM Ticket #10591 (-err_detect crccheck and explode+crccheck are broken for flac files) closed by Elon Musk
invalid: Not proof of anything. Just some statements that have no hard …
11:34 AM Ticket #10591 (-err_detect crccheck and explode+crccheck are broken for flac files) created by Balling
Summary of the bug: use https://files.catbox.moe/kvvrac.flac it was …
11:25 AM Ticket #2266 (support flac crcchecks) updated by Balling
>#9621 sample flac file decode same MD5 hash as reference flac …
10:44 AM Changeset in ffmpeg [56085e05] by Paul B Mahol <onemda@gmail.com>
avcodec/vlc: use logctx instead of NULL
10:44 AM Changeset in ffmpeg [768704b6] by Paul B Mahol <onemda@gmail.com>
avcodec/vlc: free multi on fail Fixes: leak Fixes: …
10:44 AM Changeset in ffmpeg [2e04d35c] by Paul B Mahol <onemda@gmail.com>
avcodec/vlc: Attempt to free buf after use in …
9:45 AM Ticket #2266 (support flac crcchecks) updated by Elon Musk
#9621 sample flac file decode same MD5 hash as reference flac decoder. …
9:01 AM Ticket #2266 (support flac crcchecks) updated by Balling
>Before you would get sometimes invalid data from fully valid .flac …
6:16 AM Ticket #10492 (scale_vt does not seems to work correctly) updated by Paul Pacifico
It works great now, thanks!
5:35 AM Ticket #10586 (Impossible to retrieve libvmaf result from AVFrame at the output of ...) updated by ichlubna
Summary changed
1:29 AM magicyuv_12bit_rgba.mov attached to Ticket #10590 by ami_stuff
1:28 AM Ticket #10590 (magicyuv: invalid reads with valid 12-bit RGBA file) created by ami_stuff
[…]

Sep 25, 2023:

10:57 PM utvideo_huff.avi attached to Ticket #10589 by ami_stuff
10:57 PM utvideo_fse.avi attached to Ticket #10589 by ami_stuff
10:56 PM Ticket #10589 (utvideo: add support for fse entropy coding) created by ami_stuff
[…]
10:42 PM utvideo.avi attached to Ticket #10588 by ami_stuff
10:42 PM utvideo_temporal.avi attached to Ticket #10588 by ami_stuff
10:41 PM Ticket #10588 (utvideo: decode fail when "use temporal compression" option is enabled ...) created by ami_stuff
"use temporal compression - enable temporal (inter-frame) compression" …
9:00 PM Ticket #10535 (astats bit depth, first number not very useful) updated by Elon Musk
Added 2 more bit depth results. First one calculates bit depth of …
8:02 PM Changeset in ffmpeg [8d5db120] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tests/fate-run: Ensure that THREADS=random is actually random From …
7:41 PM Changeset in ffmpeg [3bef108f] by Michael Niedermayer <michael@niedermayer.cc>
libswresample/swresample: avoid s16p internal transfer format Instead …
7:41 PM Changeset in ffmpeg [d897f82c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vmixdec: Fix signed integer overflow in dc Fixes: signed …
5:07 PM Changeset in ffmpeg [fb05bc8e] by Paul B Mahol <onemda@gmail.com>
avfilter/af_astats: extend and improve bit depth output
5:07 PM Changeset in ffmpeg [9e768c8] by Paul B Mahol <onemda@gmail.com>
avcodec/dxa: use uint8_t for type of arrays
5:03 PM Ticket #2266 (support flac crcchecks) updated by Elon Musk
Parser is doing extra crc checks internally that is hidden from user …
4:33 PM Ticket #2266 (support flac crcchecks) updated by Balling
Replying to Elon Musk: > FLAC parser is more robust now, …
3:51 PM Ticket #8936 (Incorrect decoding of low-bitrate WMA 10 pro) updated by Rollinnn
Replying to Balling: > Can you provide the original wav …
3:50 PM wma-pro-decoding-bug.zip attached to Ticket #8936 by Rollinnn
3:13 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) updated by ami_stuff
Replying to Elon Musk: > If you stream copy notchlc.mov to …
2:11 PM Changeset in ffmpeg [067ed535] by Anton Khirnov <anton@khirnov.net>
fftools/ffmpeg_enc: apply -top to individual encoded frames Fixes …
1:55 PM Ticket #10581 (notchlc: wrong colors with avi's variant of codec) updated by Elon Musk
If you stream copy notchlc.mov to avi does it still decode with …
1:49 PM Ticket #10587 (FFMpeg does not map streams correctly on .mov -- destroys the last stream) updated by Amir Kolsky
originally here: …
1:48 PM Ticket #10587 (FFMpeg does not map streams correctly on .mov -- destroys the last stream) created by Amir Kolsky
I'm trying the following: Start with in.mov which has 4 streams 0:0 - …
12:05 PM Ticket #2266 (support flac crcchecks) updated by Elon Musk
FLAC parser is more robust now, if you enable -v debug you will see …
11:22 AM Ticket #10586 (Impossible to retrieve libvmaf result from AVFrame at the output of ...) created by ichlubna
There is no way to retrieve vmaf score from the resulting frame …
10:01 AM Ticket #2266 (support flac crcchecks) updated by Balling
It clearly regressed. Where would I get the CRC error at PTS 29583360 …
7:32 AM Ticket #2266 (support flac crcchecks) updated by Elon Musk
Keywords changed
7:30 AM Ticket #2266 (support flac crcchecks) updated by Elon Musk
Open new ticket if you think that is really broken and not some ad-hoc …
7:29 AM Ticket #2266 (support flac crcchecks) closed by Elon Musk
fixed
7:28 AM Ticket #7621 (Add .avif support (AV1 Image File Format) updated by hydra3333
Just a thought ... https://trac.ffmpeg.org/ticket/6521#comment:21
7:25 AM Ticket #6521 (HEIF support) updated by hydra3333
I wonder if this helps: libheif https://github.com/strukturag/libheif
12:20 AM Ticket #10585 (Seeking forward in iPhone video ends up seeking backwards) updated by low-batt
Ah. My fault! In the mpv issue I provided a link to the file and then …
12:07 AM Ticket #10585 (Seeking forward in iPhone video ends up seeking backwards) updated by Balling
I can reproduce it with mpv. You just need to download the file. It …
Note: See TracTimeline for information about the timeline view.