]> git.sesse.net Git - vlc/commitdiff
Sync with latest changes
authorClément Stenac <zorglub@videolan.org>
Thu, 6 Nov 2003 22:23:27 +0000 (22:23 +0000)
committerClément Stenac <zorglub@videolan.org>
Thu, 6 Nov 2003 22:23:27 +0000 (22:23 +0000)
NEWS
modules/LIST

diff --git a/NEWS b/NEWS
index c9db85a148e97a32e411ee268e7212a2ba6f8a47..f2b6358eb55179f6486341e0e996d513be9961f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-$Id: NEWS,v 1.69 2003/10/22 21:08:15 gbazin Exp $
+$Id: NEWS,v 1.70 2003/11/06 22:23:27 zorglub Exp $
 
 Changes between 0.6.2 and 0.6.3:
 ---------------------------------
@@ -9,6 +9,7 @@ Core support:
  * Fixed the video filters. Video should no longer go black when these are used.
  * New input core. Advantages are: better seeking, more responsive, support for subtitle files at the core, and much much more.
  * Added a repeat mode to repeat a single file over and over.
+ * Improved playlist core.
 
 Stream output:
  * Added packetization for MPEG AAC ADTS streams.
@@ -16,6 +17,7 @@ Stream output:
  * Improved Ogg muxing and added theora, speex and subtitles support.
  * Theora video encoding.
  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
+ * RTP output mixer
 
 Input:
  * MPEG TS demuxer also handles A52 audio in DVB streams.
@@ -23,23 +25,44 @@ Input:
  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo.
  * Reworked DVB tuning.
  * Better Icecast support.
+ * Support for framerate setting in Video4Linux
+ * PVR input now supports all video connection types
+
+Demuxers:
+ * ID3 tag parsing
+ * Vobsub subtitles support
+ * SSA decoding
+ * DVB Subtitles decoder
 
 Codecs:
  * Support for Speex audio.
  * Support for AAC + SBR.
  * MPEG 2.5 support.
+ * Support for I422 chroma
  * removed old a52, mpeg_video and mpeg_audio codecs, since we are using others now.
 
-Interface:
+Interface core:
  * Allow on the fly switching of the main interface.
- * Bug fixes / improvements in the skins (eg. "stay on top" option).
+ * Hotkeys support
+
+Skins interface
+ * Bug fixes
+ * Stay on top option
+
+WxWindows interfae:
  * Improvements to the wxwindows playlist  (Sort,Search, mode buttons).
  * Help in the preferences window.
 
+HTTP Interface:
+ * Stream seeking, playlist sorting and fullscreen support
+ * Improved default pages
+
+
 Mac OS X port:
  * Mozilla plugin for Mac OS X (experimental).
  * Save playlist.
  * Works on 10.1.x again. Apologies for that problem.
+ * Use XCode
 
 Win32 port:
  * New DirectShow input module (for video acquisition cards, webcams...).
@@ -48,6 +71,9 @@ Win32 port:
  * New --one-instance option to "force" only one running instance of VLC.
  * Mozilla plugin for Windows (experimental).
 
+iPaq port:
+ * Improvements in the GTK2 interface
+
 Subtitles:
  * Text subtitles now have a black outline.
  * Text subtitles autodetection.
index 4d529ff276802c03bf71cabef79a366f1726a65e..b79784eee1f1760c73a63fad767e0c80e25a4d57 100644 (file)
@@ -1,5 +1,5 @@
 List of vlc plugins (221)
-$Id: LIST,v 1.14 2003/10/22 21:08:15 gbazin Exp $
+$Id: LIST,v 1.15 2003/11/06 22:23:27 zorglub Exp $
 
  * a52: A/52 basic parser/packetizer
 
@@ -162,6 +162,8 @@ $Id: LIST,v 1.14 2003/10/22 21:08:15 gbazin Exp $
  * headphone_channel_mixer:
         headphone channel mixer with virtual spatialization effect.
 
+ * hotkeys : hotkeys control module
+
  * httpd: HTTP server
 
  * http: HTTP remote control interface
@@ -262,6 +264,8 @@ $Id: LIST,v 1.14 2003/10/22 21:08:15 gbazin Exp $
 
  * ogg: input module for OGG decapsulation.
 
+ * opie: OPIE interface module
+
  * oss: audio output module using the OSS /dev/dsp interface.
  
  * packetizer_copy: Simple copy packetizer
@@ -316,6 +320,8 @@ $Id: LIST,v 1.14 2003/10/22 21:08:15 gbazin Exp $
 
  * screensaver: screensaver disabling module
 
+ * sdp: SDP file demuxer
+
  * skins: Skinnable interface
 
  * slp: input module to access SLP registered sessions
@@ -338,6 +344,8 @@ $Id: LIST,v 1.14 2003/10/22 21:08:15 gbazin Exp $
 
  * stream_out_standard: standard stream output module
  
+ * stream_out_rtp: output using the RTP protocol
+
  * stream_out_transcode: audio & video transcoder using ffmpeg
 
  * subsdec: Another SPU decoder for text subtitles