Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
b52e3f08
Commit
b52e3f08
authored
Dec 09, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS
parent
40ce6381
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
5 deletions
+34
-5
NEWS
NEWS
+34
-5
No files found.
NEWS
View file @
b52e3f08
Changes between 2.1.x and 2.2.0-git:
Changes between 2.1.x and 2.2.0-git:
--------------------------------
--------------------------------
Important changes:
* The licenses of more modules have changed from GPLv2+ to LGPLv2.1+
Core:
* Partial fix of playback of short audio samples
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.
Decoder
s
:
Decoder:
* Partial support for Voxware MetaSound
* Partial support for Voxware MetaSound
* libvpx decoder for VP8 and VP9
* libvpx decoder for VP8 and VP9
* Support MSN Audio, DK3, DK4, IMC, Vivo g723.1
* Teletext subtitles display improvements
* Mediacodec speed improvements on x86
* Support setting the post processing level in Theora
Encoder:
Encoder:
* Support for MPEG-2 encoding using x262
* Support for MPEG-2 encoding using x262
...
@@ -16,11 +26,18 @@ Encoder:
...
@@ -16,11 +26,18 @@ Encoder:
Demuxer:
Demuxer:
* New CAF format module
* New CAF format module
* Important rework of the Ogg demuxer, notably for seeking
* Important rework of the ASF/WMV demuxer, notably for seeking
* Support microseconds in SubRip subtitles
* FLAC packets validation using CRC
* Support Opus in MKV
* Basic support for WebVTT
* Support HDPR TS files
* Improvements in metadata support in Ogg/Opus/Vorbis files
Streaming:
Muxers:
* WebM streaming, including live sources, compatible with all major browsers
* Important rework of the Ogg muxer, notably for skeleton
vlc <your-source> vlc://quit --sout '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
* Fixes for the AVI muxer for specification respect
:std{access=http{mime=video/webm},mux=webm,dst=:4212}'
Video Output:
Video Output:
* Direct rendering and filtering for VDPAU hardware acceleration
* Direct rendering and filtering for VDPAU hardware acceleration
...
@@ -31,7 +48,19 @@ Video Filter:
...
@@ -31,7 +48,19 @@ Video Filter:
* New Oldmovie effect filter
* New Oldmovie effect filter
* New VHS effect filter
* New VHS effect filter
* New Freeze effect filter
* New Freeze effect filter
* Support I422 and J422 in transform
* NEON optimizations for deinterleaving chroma, notably NV12->I420
Audio Output:
* Allow setting volume while not connected with PulseAudio
Streaming:
* Important rework of the transcoding module to fix numerous bugs
* WebM streaming, including live sources, compatible with all major browsers
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}'
* GSM, VP8, Opus RTP packetization
* Allow setting the first segment number in HLS
libVLC:
libVLC:
* add equalizer API libvlc_audio_equalizer_* functions
* add equalizer API libvlc_audio_equalizer_* functions
...
...
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