#4907(avcodec:new): Support decoding animated WebP images
#4907: Support decoding animated WebP images ---------------------------------+--------------------------------------- Reporter: urvang | Type: enhancement Status: new | Priority: normal Component: avcodec | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+--------------------------------------- Summary of the bug: Currently, FFmpeg can encode animated WebPs, but cannot decode them, which is inconvenient for users. Decoding animated WebPs right now generates "image data not found error" due to "unsupported chunk": https://github.com/FFmpeg/FFmpeg/blob/master/libavcodec/webp.c#L1504 How to reproduce: (example input image: https://www.gstatic.com/webp/animated/1.webp) {{{ % ffmpeg -i 1.webp 1.gif ffmpeg version N-75787-g1d4af04 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04) configuration: --enable-libwebp libavutil 55. 2.100 / 55. 2.100 libavcodec 57. 4.100 / 57. 4.100 libavformat 57. 3.100 / 57. 3.100 libavdevice 57. 0.100 / 57. 0.100 libavfilter 6. 10.100 / 6. 10.100 libswscale 4. 0.100 / 4. 0.100 libswresample 2. 0.100 / 2. 0.100 [webp @ 0x3782940] image data not found [webp_pipe @ 0x3781360] decoding for stream 0 failed < Rest of the output truncated > }}} -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => webp * priority: normal => wish * version: unspecified => git-master * status: new => open * reproduced: 0 => 1 -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:1> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by nobody): * cc: shaunspiller@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:2> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by pcgeek86): * cc: pcgeek86@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:3> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by jzlomek): * cc: josef@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:4> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by jzlomek): Is anybody working on this? I am thinking that I would eventually implement this but do not want to duplicate work. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:5> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by jzlomek): * Attachment "animated.webp" added. Another animated WebP image (RGB) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by jzlomek): * Attachment "GP_G8eEAkCHHOP3W.webp" added. Another animated WebP image (YUV) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by jzlomek): * Attachment "test_webp_js.webp" added. Non-animated WebP image -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by jzlomek): I am finishing the implementation. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:6> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by jzlomek): * Attachment "test.webp" added. Animated WebP image (YUV) with transparent black surroundings of the object -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by jzlomek): * cc: josef@… (removed) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:7> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by kbumsik): * cc: k.bumsik@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:8> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by Zennn): Replying to [comment:6 jzlomek]:
I am finishing the implementation.
Has this been implemented yet? -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:9> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by Zennn): * cc: me@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:10> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by irdroid3): * cc: irdroid3@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:11> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images -------------------------------------+----------------------------------- Reporter: urvang | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by Grey): * cc: xanashi@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:12> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Balling): ANIM is here https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210908184931.3620755-1-y... -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:13> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Rm Beer): Another file with the same problem: https://0x0.st/-FzA.webp - (Link only available in less of 1 year) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:14> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Wladimir Leite): Any update on this? -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:15> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: (none) Type: enhancement | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by Zipdox): * cc: Zipdox (added) * priority: wish => important Comment: I propose setting the priority to important. Not being able to decode animated WebP is a huge problem for projects that use FFmpeg for thumbnail generation and image/video scaling. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:16> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by Carl Eugen Hoyos): * priority: important => wish -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:17> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Qian Chang): Replying to [comment:17 Carl Eugen Hoyos]: I also suggest changing this priority to important. Our service also has lots of webp animated images and ffmpeg failed to handle them. Kill please help to get this prioritized. Need this badly. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:18> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Qian Chang): Replying to [comment:17 Carl Eugen Hoyos]: I also suggest changing this priority to important. Our service also has lots of webp animated images and ffmpeg failed to handle them. Kill please help to get this prioritized. Need this badly. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:19> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Balling): Replying to [comment:18 Qian Chang]:
Replying to [comment:17 Carl Eugen Hoyos]: I also suggest changing this priority to important. Our service also has lots of webp animated images and ffmpeg failed to handle them. Kill please help to get this prioritized. Need this badly.
We do not look into priority. And not bugs can only be tagged as wish. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:20> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by nbryskin): * cc: nbryskin (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:21> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by Artem): * owner: (none) => Artem Comment: I also suggest making this a priority. I want to decode '''webp to mp4''' also '''web to images''' -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:22> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by junk): * cc: junk (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:23> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by pema99): Still need this :( -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:24> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by Thomas): * cc: Thomas (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:25> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by Kelly Clowers): * cc: Kelly Clowers (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:26> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by linleo345): anyone currently working on this? I just started writing some code for this -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:27> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Jozef Chutka): I seem to have created duplicated ticket on https://trac.ffmpeg.org/ticket/10934 . Linking it here for more details and in case its closed. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:28> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Thilo Borgmann): @linleo345: There is work being done on it, see the ffmpeg-devel -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:29> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by se7enxf): Is anyone still working on this? -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:30> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by Mr. Beedell, Roke Julian Lockhart): * cc: Mr. Beedell, Roke Julian Lockhart (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:31> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Mr. Beedell, Roke Julian Lockhart): Might I know whether this prevents web browsers that depend upon FFMPEG from viewing WebP files? -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:32> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by MasterQuestionable): * cc: MasterQuestionable (added) Comment: ͏ Web browsers don't seem to use FFmpeg for images' handling. ͏ (they did for video/audio though) ͏ Also the WebP animation's bundling (and alike in JXL) is overall inferior: ͏ https://github.com/MasterInQuestion/talk/discussions/3#discussioncomment-958... ͏ ; than such simple, but effective scheme. ͏ (WebP animation is Intra-only; JXL is mostly the same) -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:33> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Lily): Replying to [comment:20 Balling]:
not bugs can only be tagged as wish.
This seems like a ''major'' flaw in in the tracker itself to me. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:34> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Balling):
This seems like a major flaw in in the tracker itself, to me.
It is not a flaw in tracker software, it is a rule of the project. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:35> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Mr. Beedell, Roke Julian Lockhart): Replying to [comment:34 Lily]:
Replying to [comment:20 Balling]:
not bugs can only be tagged as wish.
This seems like a ''major'' flaw in in the tracker itself, to me.
If of any use, I think it's the same at KDE's Bugzilla instance. Would be useful if BZ and Trac had more versatile priority tagging systems, like GitLab does, but this seems more like a topic worth discussing upstream, in an issue filed against Trac itself. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:36> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Balling): We do not use the priority anyway... at least I never saw it being used, no one clicks on it -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:37> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Harper Rhett): Commenting to show my support for the addition of this feature. Whoever solves it will be loved and praised. -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:38> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4907: Support decoding animated WebP images --------------------------------------+----------------------------------- Reporter: Urvang Joshi | Owner: Artem Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: webp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Peter Xia): I've sent a patch: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20250401102902.89332-1-aat... -- Ticket URL: <https://trac.ffmpeg.org/ticket/4907#comment:39> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
participants (1)
-
FFmpeg