major memleaks in h264 hardware-accelerated decoding with VDA
After every seek to another video position, VLC allocates more memory (for full HD video sometimes +300 MB per seek). So, after you seeked around for a while, you end up with a vlc which needs 2 GB RAM or more.
We already discussed about this issue in #8440 (closed) and came to the conclusion that this needs to be fixed within libav. So I created a bug in libav bug tracker: https://bugzilla.libav.org/show_bug.cgi?id=532
But as we are advertising VLCs new hardware-accelerated decoding capabilities and VDA is enabled by default, IMO this should be fixed before 2.1 release, hence I open this ticket here. Any ideas welcome, for fixing this issue.