Timeline
Jan 3, 2023:
- 10:35 PM Ticket #10114 (audio sync lags while recording x11grab) updated by
-
Keywords, Description changed
- 7:47 PM Ticket #4907 (Support decoding animated WebP images) updated by
-
Cc changed
- 7:26 PM Ticket #10129 (tonemap_vaapi: Failed to start picture processing: 1 (operation failed).) updated by
- Hey, I hadn't seen the bug reports section on this site. I have …
- 7:23 PM Ticket #10132 (ffmpeg ignores -ac option) updated by
- I found workaround for this problem. Use "-channels 1"
- 6:39 PM Ticket #10132 (ffmpeg ignores -ac option) created by
- It works fine with ffmpeg 4.3.1 on the same system […]
- 5:08 PM Ticket #10060 (accelerated decoding not working on Raspberry Pi with newer kernels) updated by
- Just updated the kernel to 5.15.76-v8+ and also experience this with …
- 4:29 PM Changeset in ffmpeg [6e056222] by
- avfilter/paletteuse: use explicit key indexes in set_frame_lut
- 4:29 PM Changeset in ffmpeg [68275043] by
- avfilter/paletteuse: add atkinson dithering Atkinson according to …
- 4:29 PM Changeset in ffmpeg [c973e8a] by
- avfilter/paletteuse: add burkes dithering Burkes according to …
- 4:29 PM Changeset in ffmpeg [9973343b] by
- avfilter/paletteuse: add sierra3 dithering Sierra3 according to …
- 4:18 PM Changeset in ffmpeg [11926c4b] by
- avfilter/palette{gen,use}: misc for-loop cosmetics
- 4:18 PM Changeset in ffmpeg [1340fe7c] by
- avfilter/paletteuse: move r,g,b computation in a more local scope
- 4:18 PM Changeset in ffmpeg [1ae1b70] by
- avfilter/paletteuse: remove mean error tool This belongs in another …
- 4:18 PM Changeset in ffmpeg [8789a9e0] by
- avfilter/paletteuse: remove alternative search methods This is a …
- 4:18 PM Changeset in ffmpeg [0f7942af] by
- avfilter/paletteuse: switch to recursive method It appears faster …
- 4:18 PM Changeset in ffmpeg [6c7b54e9] by
- avfilter/paletteuse: use lowbias32 for color hashing Impact is more …
- 4:18 PM Changeset in ffmpeg [c9084cd0] by
- avfilter/palettegen: use lowbias32 for color hashing 1.12x faster …
- 4:18 PM Changeset in ffmpeg [3cafbdc0] by
- avfilter/palette: add lowbias32 hashing
- 4:18 PM Changeset in ffmpeg [05192686] by
- avfilter/palette{gen,use}: update Copyright after recent changes
- 4:18 PM Changeset in ffmpeg [3a4a6c7] by
- avfilter/palettegen: use libc qsort Now that the sort function is …
- 4:18 PM Changeset in ffmpeg [8057e1a6] by
- avfilter/palettegen: make refs order deterministic Currently, in case …
- 4:18 PM Changeset in ffmpeg [2441e53c] by
- avfilter/palettegen: add a warning about supporting only sRGB
- 4:18 PM Changeset in ffmpeg [9026d92c] by
- avfilter/palettegen: base box split decision on a perceptual model …
- 4:18 PM Changeset in ffmpeg [724f52b9] by
- avfilter/palettegen: switch to signed arithmetic This prevents mixed …
- 4:18 PM Changeset in ffmpeg [67ce6ad9] by
- avfilter/palettegen: rename local variable box_weight to weight This …
- 4:18 PM Changeset in ffmpeg [61d334d8] by
- avfilter/palettegen: misc cosmetics
- 4:18 PM Changeset in ffmpeg [efb0a6f6] by
- avfilter/palettegen: compute average color within compute_box_stats()
- 4:18 PM Changeset in ffmpeg [dafd43b7] by
- avfilter/palettegen: change cut score from ∑e² to max e² This is …
- 4:18 PM Changeset in ffmpeg [187f5e7f] by
- avfilter/palettegen: rename variance to cut_score "Variance" wasn't …
- 4:18 PM Changeset in ffmpeg [e49fc1a6] by
- avfilter/palettegen: always compute the box variance The variance …
- 4:18 PM Changeset in ffmpeg [9e5f494d] by
- avfilter/palettegen: use box->major_axis without intermediate variable
- 4:18 PM Changeset in ffmpeg [86bced7] by
- avfilter/palettegen: define the best axis to cut using the squared …
- 4:18 PM Changeset in ffmpeg [21f78142] by
- avfilter/palettegen: move box stats computation to a dedicated function
- 4:18 PM Changeset in ffmpeg [a0587c02] by
- avfilter/paletteuse: switch to a perceptual model Now the selection …
- 4:18 PM Changeset in ffmpeg [1159c36d] by
- avfilter/paletteuse: remove redundant alpha condition This is …
- 4:18 PM Changeset in ffmpeg [4c061bc8] by
- avfilter/paletteuse: remove unused alpha split dimension The …
- 4:18 PM Changeset in ffmpeg [71ed92e9] by
- avfilter/paletteuse: name target color arg consistently in colormap …
- 4:18 PM Changeset in ffmpeg [755c427f] by
- avfilter/paletteuse: switch from u8[4] to u32 for color code This …
- 4:18 PM Changeset in ffmpeg [31c5f26a] by
- avfilter/palette{gen,use}: add palette utils These color management …
- 4:18 PM Changeset in ffmpeg [7bc054e6] by
- avfilter/palette{gen,use}: simplify a few alpha masks
- 4:18 PM Changeset in ffmpeg [320fbf5f] by
- avfilter/palette{gen,use}: revert support palettes with alpha This …
- 4:18 PM Changeset in ffmpeg [cad9d7f] by
- avfilter/palettegen: allow a minimum of 2 colors
- 3:20 PM Ticket #10060 (accelerated decoding not working on Raspberry Pi with newer kernels) updated by
- I am also experiencing this issue.
- 2:40 PM Ticket #10131 (Cannot use tee muxer with libsvtav1) updated by
-
Summary changed
- 2:38 PM Ticket #10131 (Cannot use tee muxer with libsvtav1) created by
- Summary of the bug: I originally found this with a much more …
- 11:29 AM Ticket #9088 (HEVC bitstream with alpha layer to mp4) closed by
- worksforme: Remux works fine with samples generated from Apple's videotoolbox. …
- 11:23 AM Changeset in ffmpeg [f0d2ed1] by
- avcodec/mediacodecdec: add AV1 decoding support Signed-off-by: Zhao …
- 9:25 AM Changeset in ffmpeg [c94988a7] by
- avfilter/af_afade: add options to control unity/silence gains
Jan 2, 2023:
- 11:00 PM Ticket #8903 (mingw-w64 clang i686 "inline assembly requires more registers than ...) closed by
- fixed: Fixed a while ago for 32-bit clang, although now it's popping up for …
- 6:55 PM Ticket #10108 (bonk: support decoding of files with id3 tag at the beginning) closed by
- fixed
- 6:54 PM Changeset in ffmpeg [cc2b1a32] by
- avformat/bonk: add support for ID3 metadata
- 5:44 PM Ticket #6602 (Can't set or remove encoder metadata) updated by
- Hi, this behaviour still seems to be unchanged as of v5.1.2. Is there …
- 5:42 PM Changeset in ffmpeg [5852682d] by
- avcodec/bonk: increase level limit as joint encodings needs more
- 5:41 PM Ticket #10107 (bonk: fix decoding of lossless joint stereo mode) closed by
- fixed
- 2:33 PM Changeset in ffmpeg [3879555c] by
- avfilter/afir_template: make IR transitions artifacts free
- 2:14 PM Ticket #10046 (Vulkan filters failing with "There are no supported modifiers for the ...) updated by
- This ticket seems to be duplicate of #9925
- 11:49 AM Ticket #10130 (Key frame to image wrong order) created by
- Summary of the bug: How to reproduce: […] I was trying to extract …
- 5:03 AM Ticket #9996 (Write joc_complexity_index to dec3 (EAC3SpecificBox), Windows and ...) updated by
- By the way, can I expect this bug to be fixed in an upcoming new …
- 12:14 AM Ticket #10115 (ffmpeg fails to build after recent commit in vulkan_headers git et al) closed by
- fixed: It seems to have been resolved by a recent ffmpeg commit
Jan 1, 2023:
- 8:53 PM Ticket #10129 (tonemap_vaapi: Failed to start picture processing: 1 (operation failed).) updated by
-
Description changed
- 8:27 PM Ticket #10129 (tonemap_vaapi: Failed to start picture processing: 1 (operation failed).) updated by
-
Description changed
- 8:21 PM Ticket #10129 (tonemap_vaapi: Failed to start picture processing: 1 (operation failed).) created by
- Summary of the bug: How to reproduce: […] 1. The ffmpeg instance …
- 5:10 PM Ticket #10128 ([Feature request] Blend mode for overlay) updated by
- Learn how to use ffmpeg properly first or ask someone else to teach …
- 4:42 PM Ticket #10128 ([Feature request] Blend mode for overlay) updated by
- I googled hard but there is no way to use blend mode on watermark …
- 4:18 PM Ticket #10128 ([Feature request] Blend mode for overlay) updated by
- Replying to 1et0ovnu6lk6: > Replying to [comment:1 Elon …
- 4:08 PM Ticket #10128 ([Feature request] Blend mode for overlay) updated by
- Replying to Elon Musk: > Already possible. See …
- 2:23 PM Ticket #10128 ([Feature request] Blend mode for overlay) closed by
- invalid: Already possible. See documentation.
- 12:50 PM Ticket #10128 ([Feature request] Blend mode for overlay) created by
- Hello, it would be great if you add "Blend mode" (like in photoshop / …
Dec 31, 2022:
- 11:24 PM Changeset in ffmpeg [62da0b4a] by
- configure: update copyright year
- 4:01 PM Ticket #2260 (FFmpeg doesn't auto-select subtitle codec for MP4) updated by
-
Keywords, Cc changed
Six years after this issue is still present. […]
Dec 30, 2022:
- 9:26 AM Ticket #10046 (Vulkan filters failing with "There are no supported modifiers for the ...) updated by
- Same for me. I cannot make libplacebo work. command: […] …
Dec 29, 2022:
- 10:13 AM Changeset in ffmpeg [d39b3412] by
- avformat/segment: add option min_seg_duration New option can be used …
Dec 28, 2022:
- 9:23 PM Ticket #10127 (Add 4:2:2 10-bit HEVC profile to VideoToolbox encoder) updated by
-
Priority, Version changed
- 9:23 PM Ticket #10126 (TrueHD decoding regression) updated by
-
Priority, Keywords changed
- 8:19 PM Ticket #10126 (TrueHD decoding regression) updated by
- Debug log has: "Previous substream(0) channels overlaps current …
- 7:26 PM Ticket #10126 (TrueHD decoding regression) updated by
-
Keywords changed
So, newer versions decode only 4 channels instead of 8, other are silent. - 7:20 PM Ticket #10126 (TrueHD decoding regression) updated by
-
Status changed
Yep. - 6:51 PM Ticket #10127 (Add 4:2:2 10-bit HEVC profile to VideoToolbox encoder) created by
- Please add support for main42210 profile in hevc_videotoolbox …
- 4:13 PM Ticket #10126 (TrueHD decoding regression) created by
- Sample file Regression since …
- 11:02 AM Ticket #4907 (Support decoding animated WebP images) updated by
-
Owner changed
I also suggest making this a priority. I want to decode webp to … - 7:45 AM Ticket #10123 (j2k decoder fails on on conformance codestream p0_09.j2k when bitexact ...) updated by
- Why are you using bitexact here? Interesting, by decoding to .yuv …
- 7:16 AM Ticket #10121 (jpeg2000 decoder fails on conformance codestream p0_10.j2k) updated by
-
Status changed
>The native encoder might therefore be good, but create a codestream …
Dec 27, 2022:
- 11:25 PM Changeset in ffmpeg [aee0f320] by
- avcodec/dts2pts_bsf: Avoid poc overflows in cmp_find() Fixes: signed …
- 11:25 PM Changeset in ffmpeg [64a04fc1] by
- avformat/mxfdec: Use 64bit in remainder Fixes: signed integer …
- 11:25 PM Changeset in ffmpeg [902a49c4] by
- avcodec/hdrdec: Check for end of input in decompress() Fixes: Timeout …
- 9:17 PM Ticket #10121 (jpeg2000 decoder fails on conformance codestream p0_10.j2k) updated by
- >The bug there is in the lossless native encoder. Two different …
- 7:31 PM Ticket #10121 (jpeg2000 decoder fails on conformance codestream p0_10.j2k) updated by
- >What do you mean by bitperfectly? The bug there is in the lossless …
- 5:43 PM Ticket #10121 (jpeg2000 decoder fails on conformance codestream p0_10.j2k) updated by
- It is not an HTJ2K codestream. Description at …
- 5:40 PM Ticket #10123 (j2k decoder fails on on conformance codestream p0_09.j2k when bitexact ...) updated by
- It is not an HTJ2K codestream. Description at …
- 2:17 PM Ticket #10125 (ffmpeg-3.4.12 does not build (i686-w64-mingw32)) created by
- I tried to build ffmpeg-3.4.12, which is the last one supporting …
- 2:06 PM Ticket #10091 (Not reading NCLC on mov/prores files) closed by
- fixed: Should be fixed in 7fab58647c3eb32e04a58b9810a3e864305ebf2f.
- 2:03 PM Changeset in ffmpeg [7fab5864] by
- avcodec/proresdec2: set color information on frames instead of the …
- 2:03 PM Changeset in ffmpeg [18f24527] by
- avformat/oggenc: ignore empty packets Some encoders, like flac, can …
- 1:41 PM Changeset in ffmpeg [cd9dd030] by
- avcodec/pnm: avoid mirroring PFM images vertically PFM (aka Portable …
- 1:40 PM Changeset in ffmpeg [64007595] by
- avcodec/mjpegbdec: return the amount of bytes consumed when discarding …
- 10:14 AM Ticket #10066 (32bit FLAC Decoding Support) closed by
- fixed: Decoding in 909cfdc2059a53ffb55af3b9e0aadcaacae4a339 Encoding in …
- 7:26 AM Hardware/QuickSync edited by
- (diff)
- 7:17 AM Ticket #10123 (j2k decoder fails on on conformance codestream p0_09.j2k when bitexact ...) updated by
- Is that HTJ2K codestream too?
- 7:07 AM Ticket #10124 (NVENC h.264 reference frames >4 causes error) updated by
- Blu-ray supports maximum 4 CABAC ref frames. Offcially that is, some …
- 5:09 AM Ticket #10124 (NVENC h.264 reference frames >4 causes error) updated by
-
Summary changed
- 5:09 AM Ticket #10124 (NVENC h.264 reference frames >4 causes error) created by
- Trying to use FFmpeg/NVENC to encode 1080p 23.976fps Blu-ray AVC files …
Note:
See TracTimeline
for information about the timeline view.
