From: Anton Khirnov <anton@khirnov.net> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] lavc: deprecate AV_CODEC_FLAG_DROPCHANGED Date: Wed, 12 Jul 2023 15:44:07 +0200 Message-ID: <168916944703.27367.9644293578394246182@lain.khirnov.net> (raw) In-Reply-To: <ffb8719f-e420-96de-d836-974107d62acc@gyani.pro> Quoting Gyan Doshi (2023-07-12 15:31:57) > > > On 2023-07-12 06:51 pm, James Almer wrote: > > On 7/12/2023 10:14 AM, Gyan Doshi wrote: > >> > >> > >> On 2023-07-12 06:12 pm, James Almer wrote: > >>> On 7/9/2023 9:57 AM, Anton Khirnov wrote: > >>>> This decoding flag makes decoders drop all frames after a parameter > >>>> change, but what exactly constitutes a parameter change is not well > >>>> defined and will typically depend on the exact use case. > >>>> This functionality then does not belong in libavcodec, but rather in > >>>> user code > >> > >> NAK. > >> > >> The applicable parameters are well defined as set by the implementation. > > > > The implementation defined its own interpretation of what constitutes > > a parameter change, yes, but callers may have their own > > interpretations too. The result is they either don't set this flag, or > > set it but still manually check every frame for other parameters. > > > >> They are whatever leads to a change in the size of the decoded frame > >> payload or the layout/semantics of the elemental unit in a decoded > >> frame, so width, height, pixel format, sample format/size, > >> interleaving..etc > > > > You give pixel format as an example, which would include a change from > > yuv to a yuvj pseudo format. What about decoders that export yuv + > > color_range mpeg and then yuv + color_range jpeg? This implementation > > will not consider that a parameter change, despite being practically > > the same scenario. > > Once the yuvj formats are removed, this will be true for all decoders. > > And suddenly starting to check for color_range would be a change in > > implementation here. > > > > This is definitely something that should be left to the caller. They > > get a frame out of the decoder, they decide if they want to drop it. > > They can still do that. Don't set the flag (default) and check > manually. Keeping the flag in lavc doesn't prevent callers from > inserting their own gate. The point is that what this code considers a parameter change is entirely arbitrary. Why does it not consider any of the colorspace parameters? Or interlacing, cropping, display transform matrix, or any of the other AVFrame fields or side data we might add in the future that someone migth consider a parameter change in their use case. I see no reason why libavcodec should prefer this specific set of fields over any other. > > The color range was not part of the practical problem I was solving at > the time. At best, that calls for converting this from a bitmask in > flags to a dedicated parameter with bitmask per attribute. Libavcodec is not the place for solving your specific practical problems, unless it can not be done outside of it. In this specific case, it can be done very easily in the caller and so does not belong in libavcodec. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2023-07-12 13:44 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-07-09 12:57 Anton Khirnov 2023-07-12 12:42 ` James Almer 2023-07-12 13:14 ` Gyan Doshi 2023-07-12 13:21 ` James Almer 2023-07-12 13:31 ` Gyan Doshi 2023-07-12 13:44 ` Anton Khirnov [this message] 2023-07-13 19:20 ` Gyan Doshi 2023-07-13 20:57 ` Anton Khirnov 2023-07-13 10:56 ` Anton Khirnov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=168916944703.27367.9644293578394246182@lain.khirnov.net \ --to=anton@khirnov.net \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git