X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=e693d427a14fbd0bb6e58b21e61d136261816c7f;hb=7ed96a51a54f716aadf53c6bf367de2acdfb3dfa;hp=48382c49d03a562cb923509bf8cda878341d0c10;hpb=f73d3dd2255b7c9a8b38731c0a511c404eb22d8b;p=vlc diff --git a/NEWS b/NEWS index 48382c49d0..e693d427a1 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,25 @@ -$Id: NEWS,v 1.81 2004/01/31 18:02:31 alexis Exp $ +$Id: NEWS,v 1.86 2004/03/02 23:49:38 hartman Exp $ + +Changes between 0.7.1 and 0.7.1a: +--------------------------------- + +Mac OS X: + * Fixed the infamous 'mp3 takes twice the CPU it should take' bug + * Playing MOD files is working now. + + Changes between 0.7.0 and 0.7.1: --------------------------------- Core support: * Fixed a nasty bug that causes preferences not to be saved some times. + * IGMPv3 support for VLC under Windows XP and Linux. + +Codecs: + * Brand new DTS Coherent Acoustics audio decoder based on libdts + (http://www.videolan.org/dtsdec.html) + * Fixed DTS S/PDIF output * SVCD (Philips OGT) and CVD subtitles - * IGMPv3 support for VLC under Windows XP Playlist: * Internal improvments @@ -16,9 +30,27 @@ Input: container formars. * New demux module that uses libavformat from ffmpeg. Adds support for many small and strange formats. + * New PVA demux. + * New MOD audio demux. + * Support for DTS and A52/AC3 wav files. + * Support for DTS and A52/AC3 audio CD. + * New and experimental DVD input plugin with menus support (using libdvdnav). + * Added back DV audio support in raw DV demuxer. + +Stream output: + * MP4/MOV muxer improvements (fast-start, aac in mov, etc...). + * Fixed a nasty bug in the mpeg video packetizer. + * Improved transcoding (multithreading, more tuning, etc...). Service discovery: - * Fixed sdp in SAP + * Fixed sdp in SAP. + +Mac OS X port: + * New opengl video output plugin. + +Win32 port: + * A few improvements to the DirectShow input plugin. + * Fixed ipv6 name resolution. Changes between 0.6.2 and 0.7.0: ---------------------------------