vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Aug 23 10:49:58 2016 +0200| [cce7b512a37dbb9e93934aa2af61d7773ea0ff51] | committer: Jean-Baptiste Kempf
Update NEWS for 2.2.5 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=cce7b512a37dbb9e93934aa2af61d7773ea0ff51 --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index e9fa543..9121b76 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,24 @@ Changes between 2.2.4 and 2.2.5: Decoder: * Fix mp3 playback quality regression in libmad +Demuxer: + * Fix possible ASF integer overflow + * Fix MP4 divide-by-zero + +Video output: + * Fix green line on Windows with AMD drivers + +Access: + * Fix crash in screen recording on Windows + +Mux: + * Fix mp4 drift + +Windows: + * The plugins loading will not load external DLLs by default. + Plugins will need to LoadLibrary explicitely. + * Fix uninstaller path handling + Changes between 2.2.3 and 2.2.4: -------------------------------- _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
