Changeset a6d67949e98b25f010d0fff2c318f07eb544466f
- Timestamp:
- 04/25/04 18:07:15
(4 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1082909235 +0000
- git-parent:
[1f9e100842c6fb0277adb638d6c8fe7f459ef7c8]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1082909235 +0000
- Message:
Updated
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1ce23b8 |
ra6d6794 |
|
| 8 | 8 | * Support for video output embedded in interfaces. |
|---|
| 9 | 9 | * Improved HTTP daemon |
|---|
| | 10 | * Saved playlist now remember VLC-specific options |
|---|
| 10 | 11 | |
|---|
| 11 | 12 | Codecs: |
|---|
| … | … | |
| 13 | 14 | (http://www.annodex.net/overview.html) |
|---|
| 14 | 15 | * New H.261 video decoder using openmash. |
|---|
| | 16 | * H264 encoder, demuxer and packetizer |
|---|
| 15 | 17 | * Packetizer interfaced between demux and codec when needed |
|---|
| 16 | 18 | (allows using ffmpeg plugin to decode MPEG streams and better aac decoding). |
|---|
| … | … | |
| 27 | 29 | Demux: |
|---|
| 28 | 30 | * Annodex (http://www.annodex.net) support |
|---|
| | 31 | * mmsh streaming fixes. |
|---|
| | 32 | |
|---|
| | 33 | Subtitles: |
|---|
| 29 | 34 | * Subviewer and subviewer v2 subtitles support. |
|---|
| 30 | | * mmsh streaming fixes. |
|---|
| | 35 | * Ability to choose autodetected subtitles path |
|---|
| | 36 | * subtitles delay can be changed in real time with hotkeys |
|---|
| 31 | 37 | |
|---|
| 32 | 38 | Stream output: |
|---|
| … | … | |
| 36 | 42 | * Improved MOV/MP4 muxer. |
|---|
| 37 | 43 | * Improved MPEG TS muxer. |
|---|
| | 44 | * Improved transrater |
|---|
| 38 | 45 | * Meta info options used by the muxers. |
|---|
| | 46 | * New configuration system |
|---|
| 39 | 47 | * Better audio channels downmixing when transcoding. |
|---|
| 40 | 48 | |
|---|
| … | … | |
| 55 | 63 | - New design and set of icons. |
|---|
| 56 | 64 | - Ability to embed video output. |
|---|
| | 65 | * MacOS |
|---|
| | 66 | - Support for 'groups' and playlist item properties |
|---|
| | 67 | - Better hotkeys handling |
|---|
| 57 | 68 | |
|---|
| 58 | 69 | Mac OS X port: |
|---|
| 59 | | * Support for 'groups' and playlist item properties. |
|---|
| 60 | 70 | * OpenGL video output is now the default when available. |
|---|
| 61 | 71 | |
|---|
| … | … | |
| 63 | 73 | * DirectShow input plugin should work with more devices. |
|---|
| 64 | 74 | * Disable monitor power down when watching movies. |
|---|
| | 75 | |
|---|
| | 76 | Linux port: |
|---|
| | 77 | * PowerPC fixes |
|---|
| 65 | 78 | |
|---|
| 66 | 79 | Misc: |
|---|
| r84cad9b |
ra6d6794 |
|
| 40 | 40 | * adpcm: ADPCM audio decoder |
|---|
| 41 | 41 | |
|---|
| | 42 | * aiff: AIFF demuxer |
|---|
| | 43 | |
|---|
| 42 | 44 | * alsa: audio output module using the ALSA API. |
|---|
| 43 | 45 | |
|---|
| … | … | |
| 81 | 83 | |
|---|
| 82 | 84 | * crop: Crop video filter |
|---|
| | 85 | |
|---|
| | 86 | * cvdsub: CVD subtitles decoder |
|---|
| 83 | 87 | |
|---|
| 84 | 88 | * deinterlace: naive deinterlacing filter. |
|---|
| 85 | 89 | |
|---|
| | 90 | * demux2: demux compatibility layer |
|---|
| | 91 | |
|---|
| 86 | 92 | * demuxdump: Pseudo-demuxer that dumps the stream |
|---|
| 87 | 93 | |
|---|
| … | … | |
| 100 | 106 | * dtssys: raw DTS stream input module |
|---|
| 101 | 107 | |
|---|
| | 108 | * dtstofloat32: DTS Audio converter |
|---|
| | 109 | |
|---|
| 102 | 110 | * dtstospdif: Audio converter that encapsulates DTS into S/PDIF |
|---|
| 103 | 111 | |
|---|
| … | … | |
| 112 | 120 | * dvd: input module for accessing DVDs. |
|---|
| 113 | 121 | |
|---|
| | 122 | * dvdnav: access module for DVDs with libdvdnav |
|---|
| | 123 | |
|---|
| 114 | 124 | * dvdplay: access module for accessing DVDs using libdvdplay |
|---|
| 115 | 125 | |
|---|
| … | … | |
| 120 | 130 | * esd: audio output module using the Esound sound daemon. |
|---|
| 121 | 131 | |
|---|
| | 132 | * export: playlist export module |
|---|
| | 133 | |
|---|
| 122 | 134 | * faad: AAC decoder using libfaad2 |
|---|
| 123 | 135 | |
|---|
| … | … | |
| 171 | 183 | |
|---|
| 172 | 184 | * gtk_main: Gtk+ wrapper for gtk_main |
|---|
| | 185 | |
|---|
| | 186 | * h264: H264 decoder |
|---|
| | 187 | |
|---|
| | 188 | * hd1000a: audio output module for the Roku HD1000 Set-Top-Box |
|---|
| 173 | 189 | |
|---|
| 174 | 190 | * headphone_channel_mixer: |
|---|
| … | … | |
| 178 | 194 | |
|---|
| 179 | 195 | * http: HTTP remote control webinterface |
|---|
| 180 | | |
|---|
| 181 | | * httpd: HTTP server |
|---|
| 182 | 196 | |
|---|
| 183 | 197 | * i420_rgb: planar YUV to packed RGB conversion functions. |
|---|
| … | … | |
| 191 | 205 | * i420_yuy2: planar 4:2:0 YUV to packed YUV conversion functions. |
|---|
| 192 | 206 | |
|---|
| | 207 | * i420_yuy2_altivec: AltiVec accelerated version of i420_yuy2. |
|---|
| | 208 | |
|---|
| 193 | 209 | * i420_yuy2_mmx: MMX accelerated version of i420_yuy2. |
|---|
| 194 | | |
|---|
| | 210 | |
|---|
| 195 | 211 | * i422_yuy2: planar 4:2:2 YUV to packed YUV conversion functions. |
|---|
| 196 | 212 | |
|---|
| … | … | |
| 231 | 247 | * macosx: Video output, and interface module for Mac OS X. |
|---|
| 232 | 248 | |
|---|
| | 249 | * mash: OpenMash based decoder |
|---|
| | 250 | |
|---|
| 233 | 251 | * memcpy3dn: 3D Now! accelerated version of memcpy. |
|---|
| 234 | 252 | |
|---|
| … | … | |
| 245 | 263 | * mkv: Matroska demuxer |
|---|
| 246 | 264 | |
|---|
| | 265 | * mod: MOD demuxer |
|---|
| | 266 | |
|---|
| 247 | 267 | * motionblur: Motion blur filter |
|---|
| 248 | 268 | |
|---|
| … | … | |
| 277 | 297 | * ncurses: interface module using the ncurses library. |
|---|
| 278 | 298 | |
|---|
| | 299 | * nsv: NullSoft Video demuxer |
|---|
| | 300 | |
|---|
| 279 | 301 | * ntservice: run VLC as a NT service |
|---|
| 280 | 302 | |
|---|
| … | … | |
| 286 | 308 | |
|---|
| 287 | 309 | * packetizer_copy: Simple copy packetizer |
|---|
| | 310 | |
|---|
| | 311 | * packetizer_h264: H264 video packetizer |
|---|
| 288 | 312 | |
|---|
| 289 | 313 | * packetizer_mpeg4audio: MPEG4 audio packetizer |
|---|
| … | … | |
| 295 | 319 | * pda: interface for iPaq using the Gtk2+ widget set. |
|---|
| 296 | 320 | |
|---|
| | 321 | * playlist: playlist import module |
|---|
| | 322 | |
|---|
| 297 | 323 | * postprocessing_c: Video Postprocessing module |
|---|
| 298 | 324 | |
|---|
| … | … | |
| 301 | 327 | * postprocessing_mmxext: Video Postprocessing module using MMX_EXT |
|---|
| 302 | 328 | |
|---|
| | 329 | * ps2: new generation MPEG PS demuxer |
|---|
| | 330 | |
|---|
| 303 | 331 | * ps: input module for MPEG PS decapsulation. |
|---|
| | 332 | |
|---|
| | 333 | * pva: PVA demuxer |
|---|
| 304 | 334 | |
|---|
| 305 | 335 | * pvr: input module to read from a PVR card |
|---|
| … | … | |
| 321 | 351 | * rc: interface module using stdio. |
|---|
| 322 | 352 | |
|---|
| | 353 | * real: partial Real audio/video demuxer |
|---|
| | 354 | |
|---|
| 323 | 355 | * s16tofixed32: Signed 16 bits to fixed 32 bits audio converter |
|---|
| 324 | 356 | |
|---|
| … | … | |
| 333 | 365 | * satellite: Satellite cards access module |
|---|
| 334 | 366 | |
|---|
| 335 | | * scope: Scope visualization plugin (broken) |
|---|
| 336 | | |
|---|
| 337 | 367 | * screensaver: screensaver disabling module |
|---|
| 338 | 368 | |
|---|
| | 369 | * sgimb: SGIMB referrer files parser |
|---|
| | 370 | |
|---|
| | 371 | * skins2: Skinnable interface, new generation |
|---|
| | 372 | |
|---|
| 339 | 373 | * skins: Skinnable interface |
|---|
| 340 | 374 | |
|---|
| … | … | |
| 367 | 401 | * subsdec: Another SPU decoder for text subtitles |
|---|
| 368 | 402 | |
|---|
| | 403 | * svcdsub: SVCD subtitles decoder |
|---|
| | 404 | |
|---|
| 369 | 405 | * svgalib: SGVAlib output plugin |
|---|
| 370 | 406 | |
|---|
| 371 | 407 | * tarkin: a tarkin video decoder using libtarkin |
|---|
| | 408 | |
|---|
| | 409 | * telnet: Telnet control interface for VideoLAN Media Manager |
|---|
| 372 | 410 | |
|---|
| 373 | 411 | * test1: Empty C module |
|---|
| … | … | |
| 391 | 429 | |
|---|
| 392 | 430 | * trivial_resampler: Simple audio resampler |
|---|
| | 431 | |
|---|
| | 432 | * ts2: new generation MPEG TS demuxer |
|---|
| 393 | 433 | |
|---|
| 394 | 434 | * ts: input module for MPEG TS decapsulation. |
|---|
| 395 | | |
|---|
| | 435 | |
|---|
| 396 | 436 | * ts_dvbpsi: same as ts using libdvbpsi |
|---|
| 397 | 437 | |
|---|
| … | … | |
| 428 | 468 | * x11: video output module using the X11 API. |
|---|
| 429 | 469 | |
|---|
| | 470 | * x264: H264 video decoder using X264 |
|---|
| | 471 | |
|---|
| 430 | 472 | * xosd: X On Screen Display interface |
|---|
| 431 | 473 | |
|---|