[FFmpeg-devel] [libav-devel] [PATCH 0/20] removal of deprecated features

wm4 nfxjfg at googlemail.com
Tue Aug 4 12:21:17 CEST 2015


On Tue, 4 Aug 2015 07:57:34 +0200
Reimar Döffinger <Reimar.Doeffinger at gmx.de> wrote:

> On 31.07.2015, at 17:47, Nicolas George <george at nsup.org> wrote:
> > I can propose the following middle term:
> 
> I do have on more proposal, but the problem is it needs someone to do the work.
> For each removed feature, prepare documentation "a monkey could follow" on how to replace it (you could call it a transition guide).

Yes, that's a good idea. We should probably require something like this
from every patch that deprecates API for other APIs.

There should probably be a migration guide in doc or so. Libav also
tried something like it: https://wiki.libav.org/Migration/11

> Even better, a script that automates it where reasonable.

Would probably work for simple renames, like the AV_ prefix additions.

> In some cases it is just a matter of copy-pasting some existing wrapper code, particularly if we remove that wrapper code it is useful if people still have it available in the new release.

Well, often the problem is that such deprecated features are terribly
entangled with the rest of the code. Consider AVPacket.destruct.

> If it's just a few hours of someone's time who even doesn't need to understand the code, I think we can very confidently say "not really our problem" if some applications still use it.
> If we that way find out that there are non-trivial cases or cases where the code gets a lot more complicated it might be a hint the new API is still crap and we maybe should come up with something better first.
> Btw. the magic option to enable compatibility is still somewhat useful as it lists and allows testing the specific changes that are coming up. But I agree it's only a minor help.



More information about the ffmpeg-devel mailing list