Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
cea1a7b5
Commit
cea1a7b5
authored
Dec 14, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS and MODULES_LIST for 2.2.0
parent
d44286df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
NEWS
NEWS
+13
-1
modules/MODULES_LIST
modules/MODULES_LIST
+4
-1
No files found.
NEWS
View file @
cea1a7b5
...
@@ -10,6 +10,8 @@ Core:
...
@@ -10,6 +10,8 @@ Core:
Access:
Access:
* Added TLS support for ftp access and sout access.
* Added TLS support for ftp access and sout access.
New schemes for implicit (ftps) and explicit (ftpes) modes.
New schemes for implicit (ftps) and explicit (ftpes) modes.
* MMS audio selection on split audio streams
* Blu-Ray: support overlays, preferred menu languages, region selection and navigation
Decoder:
Decoder:
* Partial support for Voxware MetaSound
* Partial support for Voxware MetaSound
...
@@ -18,6 +20,8 @@ Decoder:
...
@@ -18,6 +20,8 @@ Decoder:
* Teletext subtitles display improvements
* Teletext subtitles display improvements
* Mediacodec speed improvements on x86
* Mediacodec speed improvements on x86
* Support setting the post processing level in Theora
* Support setting the post processing level in Theora
* OpenMax IL imrpovements, notably for RaspberryPi
* Fix channel ordering of LGPL in m2ts files
Encoder:
Encoder:
* Support for MPEG-2 encoding using x262
* Support for MPEG-2 encoding using x262
...
@@ -32,8 +36,10 @@ Demuxer:
...
@@ -32,8 +36,10 @@ Demuxer:
* FLAC packets validation using CRC
* FLAC packets validation using CRC
* Support Opus in MKV
* Support Opus in MKV
* Basic support for WebVTT
* Basic support for WebVTT
* Handle support for ISO/IEC 14496-3 Audio stream type in TS
* Support HDPR TS files
* Support HDPR TS files
* Improvements in metadata support in Ogg/Opus/Vorbis files
* Improvements in metadata support in Ogg/Opus/Vorbis files
* Fix encoding issues in some XML playlist formats
Muxers:
Muxers:
* Important rework of the Ogg muxer, notably for skeleton
* Important rework of the Ogg muxer, notably for skeleton
...
@@ -43,6 +49,7 @@ Video Output:
...
@@ -43,6 +49,7 @@ Video Output:
* Direct rendering and filtering for VDPAU hardware acceleration
* Direct rendering and filtering for VDPAU hardware acceleration
* New CoreGraphics video output module for NPAPI plugins
* New CoreGraphics video output module for NPAPI plugins
* New OpenGL ES 2.0 through EGL video output module for Android
* New OpenGL ES 2.0 through EGL video output module for Android
* New Android native window provider module
Video Filter:
Video Filter:
* New Oldmovie effect filter
* New Oldmovie effect filter
...
@@ -60,17 +67,22 @@ Streaming:
...
@@ -60,17 +67,22 @@ Streaming:
vlc <your-source> vlc://quit --sout '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
vlc <your-source> vlc://quit --sout '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
:std{access=http{mime=video/webm},mux=webm,dst=:4212}'
:std{access=http{mime=video/webm},mux=webm,dst=:4212}'
* GSM, VP8, Opus RTP packetization
* GSM, VP8, Opus RTP packetization
* Allow setting the first segment number in HLS
* HLS: Allow setting the first segment number and numerous improvements
libVLC:
libVLC:
* add equalizer API libvlc_audio_equalizer_* functions
* add equalizer API libvlc_audio_equalizer_* functions
Visualizations:
Visualizations:
* Add a 3D OpenGL spectrum visualization.
* Add a 3D OpenGL spectrum visualization.
Interaces:
* Add support for subtitles drag 'n drop in skins2
Removed modules:
Removed modules:
* ios video output: use ios2
* ios video output: use ios2
* OpenMash H.261 video decoder
* OpenMash H.261 video decoder
Changes between 2.1.0 and 2.1.1:
Changes between 2.1.0 and 2.1.1:
--------------------------------
--------------------------------
...
...
modules/MODULES_LIST
View file @
cea1a7b5
...
@@ -29,6 +29,7 @@ $Id$
...
@@ -29,6 +29,7 @@ $Id$
* amem: audio memory output
* amem: audio memory output
* anaglyph: anaglyph 3d video filter
* anaglyph: anaglyph 3d video filter
* android_audiotrack: audio output for Android, based on AudioTrack
* android_audiotrack: audio output for Android, based on AudioTrack
* android_native_window: Android native window provider module
* android_surface: video output for Android, based on Surface
* android_surface: video output for Android, based on Surface
* antiflicker: anti-flicker video filter
* antiflicker: anti-flicker video filter
* araw: Pseudo audio decoder for raw PCM
* araw: Pseudo audio decoder for raw PCM
...
@@ -106,7 +107,9 @@ $Id$
...
@@ -106,7 +107,9 @@ $Id$
* dxva2: DxVA2 hardware-accelerated decoding
* dxva2: DxVA2 hardware-accelerated decoding
* dynamicoverlay: subpicture filter using shared memory that can be written to by external applications
* dynamicoverlay: subpicture filter using shared memory that can be written to by external applications
* edummy: dummy encoder
* edummy: dummy encoder
* egl: EGL video output
* egl_android: Android EGL video output
* egl_win32: Windows EGL video output
* egl_x11: Unix/x11 EGL video output
* equalizer: a equalizer audio filter
* equalizer: a equalizer audio filter
* erase: Logo erase video filter
* erase: Logo erase video filter
* es: input module for MPEG ES decapsulation
* es: input module for MPEG ES decapsulation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment