Commit 0ca852db authored by Gildas Bazin's avatar Gildas Bazin

* NEWS, modules/LIST: updated with the new features.
parent bbf9da7d
$Id: NEWS,v 1.68 2003/10/13 05:48:08 zorglub Exp $ $Id: NEWS,v 1.69 2003/10/22 21:08:15 gbazin Exp $
Changes between 0.6.2 and 0.6.3: Changes between 0.6.2 and 0.6.3:
--------------------------------- ---------------------------------
Core support: Core support:
* Video outputs are recycled if possible. This removes any 'flicker' between two similiar video files. * Video outputs are recycled if possible.
This removes any 'flicker' between two similiar video files.
* Fixed the video filters. Video should no longer go black when these are used. * 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. * 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. * Added a repeat mode to repeat a single file over and over.
Stream output: Stream output:
* Added packetization for MPEG AAC ADTS streams.
* Improved mp4 muxing and added AAC/MP4V support when transcoding.
* 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. * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
Input: Input:
* MPEG TS demuxer also handles A52 audio in DVB streams. * MPEG TS demuxer also handles A52 audio in DVB streams.
* Fixed seeking support in FLAC files. * Fixed seeking support in FLAC files.
* cddax and vcdx * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo.
* Reworked DVB tuning * Reworked DVB tuning.
* Better Icecast support * Better Icecast support.
Codecs: Codecs:
* Support for Speex audio.
* Support for AAC + SBR. * Support for AAC + SBR.
* MPEG 2.5 support. * MPEG 2.5 support.
* removed old a52, mpeg_video and mpeg_audio codecs, since we are using others now. * removed old a52, mpeg_video and mpeg_audio codecs, since we are using others now.
Interface: Interface:
* Improvements to the wxwindows playlist * Allow on the fly switching of the main interface.
(Sort,Search, mode buttons) * Bug fixes / improvements in the skins (eg. "stay on top" option).
* Help in the preferences window * Improvements to the wxwindows playlist (Sort,Search, mode buttons).
* Help in the preferences window.
Mac OS X port: Mac OS X port:
* Mozilla plugin for Mac OS X (experimental). * Mozilla plugin for Mac OS X (experimental).
...@@ -38,6 +45,7 @@ Win32 port: ...@@ -38,6 +45,7 @@ Win32 port:
* New DirectShow input module (for video acquisition cards, webcams...). * New DirectShow input module (for video acquisition cards, webcams...).
* VLC can be installed as a Windows NT service. * VLC can be installed as a Windows NT service.
* Support for 3F2R in audio output. * Support for 3F2R in audio output.
* New --one-instance option to "force" only one running instance of VLC.
* Mozilla plugin for Windows (experimental). * Mozilla plugin for Windows (experimental).
Subtitles: Subtitles:
...@@ -51,7 +59,7 @@ Miscellaneous: ...@@ -51,7 +59,7 @@ Miscellaneous:
* Audio visual effects filters (spectrum, scope and random). * Audio visual effects filters (spectrum, scope and random).
* Audio visual effects filter using goom. * Audio visual effects filter using goom.
* Spanish and Portugese Brazilian translations. * Spanish and Portugese Brazilian translations.
* SAP now supports HTTP streams * SAP now supports HTTP streams.
Changes between 0.6.1 and 0.6.2: Changes between 0.6.1 and 0.6.2:
--------------------------------- ---------------------------------
......
List of vlc plugins (221) List of vlc plugins (221)
$Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $ $Id: LIST,v 1.14 2003/10/22 21:08:15 gbazin Exp $
* a52: A/52 basic parser/packetizer * a52: A/52 basic parser/packetizer
...@@ -103,10 +103,6 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $ ...@@ -103,10 +103,6 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $
* dv: DV video decoder * dv: DV video decoder
* encoder_ffmpeg: Encoder using the ffmpeg library
* encoder_xvid: Encoder for the xvid codec using libxvidcore
* esd: audio output module using the Esound sound daemon. * esd: audio output module using the Esound sound daemon.
* es: input module for MPEG ES decapsulation. * es: input module for MPEG ES decapsulation.
...@@ -244,6 +240,8 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $ ...@@ -244,6 +240,8 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $
* mpgatofixed32: MPEG-1 & 2 audio layer I,II,III audio decoder using MAD * mpgatofixed32: MPEG-1 & 2 audio layer I,II,III audio decoder using MAD
* mux_asf: ASF muxer
* mux_avi: AVI muxer * mux_avi: AVI muxer
* mux_dummy: dummy muxer * mux_dummy: dummy muxer
...@@ -324,6 +322,8 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $ ...@@ -324,6 +322,8 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $
* spdif_mixer: dummy audio mixer for the S/PDIF output * spdif_mixer: dummy audio mixer for the S/PDIF output
* speex: a speex audio decoder/packetizer using the libspeex library.
* spudec: DVD subtitles decoder. * spudec: DVD subtitles decoder.
* stream_out_display: displays a stream output chain * stream_out_display: displays a stream output chain
...@@ -334,6 +334,8 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $ ...@@ -334,6 +334,8 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $
* stream_out_es: stream out module outputing ES * stream_out_es: stream out module outputing ES
* stream_out_gather: stream out module gathering inputs for seemless transitions
* stream_out_standard: standard stream output module * stream_out_standard: standard stream output module
* stream_out_transcode: audio & video transcoder using ffmpeg * stream_out_transcode: audio & video transcoder using ffmpeg
...@@ -352,7 +354,7 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $ ...@@ -352,7 +354,7 @@ $Id: LIST,v 1.13 2003/10/04 18:55:13 gbazin Exp $
* test4: Stress test module * test4: Stress test module
* theora: a theora video decoder/packetizer using the libtheora library. * theora: a theora video decoder/packetizer/encoder using the libtheora library.
* transform: filter for horizontal and vertical image flips and * transform: filter for horizontal and vertical image flips and
90 rotations. 90 rotations.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment