Hi, 0.8 is finally out so we can start preparing the next major bump. Before we can actually bump, there are still some issues to resolve:
* ffmpeg.c uses deprecated APIs. IMO it's fulfilled its purpose so we can just drop it. * the v4l device still uses the deprecated AVFormatParameters stuff. It's been deprecated some time ago, so I think we can drop it as well. * AVCodecContext.request_channels has been deprecated aeons ago, but is still used in some places. Justin, can you get rid of them soonish? Alternatively we could just postpone this. Also we need to decide what to drop and what to keep. I propose we keep the old audio encoding and decoding stuff and av_close_input_file(), since those have been deprecated quite recently. AVFrame.age is also a recent deprecation, but for the user apps it only means dropping one line, so I think we should drop it. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
