From: James Almer <jamrial@gmail.com> To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH v3] Add avpriv_slicethread_create2() and avpriv_slicethread_execute2(), make execute() and execute2() return FFMIN() of thread return codes Date: Mon, 26 Sep 2022 10:54:26 -0300 Message-ID: <cc0040fc-d058-e111-39fd-039245f51feb@gmail.com> (raw) In-Reply-To: <AS8P250MB07449D180053B36FF04F67FB8F529@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM> On 9/26/2022 10:50 AM, Andreas Rheinhardt wrote: > Tomas Härdin: >> diff --git a/doc/APIchanges b/doc/APIchanges >> index b0a41c9e37..240e549a2f 100644 >> --- a/doc/APIchanges >> +++ b/doc/APIchanges >> @@ -14,6 +14,10 @@ libavutil: 2021-04-27 >> >> API changes, most recent first: >> >> +2022-09-26 - xxxxxxxxxx - lavu 57.38.100 - slicethread.h >> + Deprecate avpriv_slicethread_create() and avpriv_slicethread_execute(). >> + Add avpriv_slicethread_create2() and avpriv_slicethread_execute2(). >> + > > This is not public API and therefore no entry in APIchanges is necessary > or warranted. And for the same reason there's no need to use the deprecated attribute on them. Also, maybe wrap all the old stuff in LIBAVUTIL_VERSION_MAJOR < 58 checks so they are disabled gone as soon as we bump major, or at least make some noise so we don't forget about it. > >> 2022-09-26 - xxxxxxxxxx - lavc 59.48.100 - avcodec.h >> Deprecate avcodec_enum_to_chroma_pos() and avcodec_chroma_pos_to_enum(). >> Use av_chroma_location_enum_to_pos() or av_chroma_location_pos_to_enum() > > _______________________________________________ > 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". _______________________________________________ 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:[~2022-09-26 13:54 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-09-26 13:46 Tomas Härdin 2022-09-26 13:50 ` Andreas Rheinhardt 2022-09-26 13:54 ` James Almer [this message] 2022-09-26 14:14 ` Tomas Härdin 2022-09-26 13:58 ` Andreas Rheinhardt 2022-09-26 14:01 ` Andreas Rheinhardt 2022-09-26 14:02 ` Tomas Härdin 2022-09-26 14:28 ` Andreas Rheinhardt 2022-09-26 14:44 ` Tomas Härdin
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=cc0040fc-d058-e111-39fd-039245f51feb@gmail.com \ --to=jamrial@gmail.com \ --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