]> git.sesse.net Git - vlc/blobdiff - NEWS
Qt: fix compilation with Qt5
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index cbde1bc1e4774cb47e886cf7abaf9b8dcc5fb9ae..66838507038be76af9fe5c6ddc86b8b3c9e21bd0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ Access:
 Decoder:
  * Partial support for Voxware MetaSound
  * libvpx decoder for VP8 and VP9
- * Support MSN Audio, DK3, DK4, IMC, Vivo g723.1
+ * Support MSN Audio, DK3, DK4, IMC, Vivo g723.1, Bink
  * Teletext subtitles display improvements
  * Mediacodec speed improvements on x86
  * Support setting the post processing level in Theora
@@ -29,6 +29,7 @@ Encoder:
  * Support for MPEG-2 encoding using x262
  * Support for HEVC/H.265 encoding using x265
  * Support for Opus encoding using libopus
+ * New jpeg image encoder using libjpeg
 
 Demuxer:
  * New CAF format module
@@ -43,7 +44,7 @@ Demuxer:
  * Support HDPR TS files
  * Improvements in metadata support in Ogg/Opus/Vorbis files
  * Fix encoding issues in some XML playlist formats
- * Support THP Wii/Gamecube files
+ * Support THP Wii/Gamecube, RenderWare and Escape Replay game video files
 
 Muxers:
  * Important rework of the Ogg muxer, notably for skeleton
@@ -53,8 +54,11 @@ Muxers:
 Video Output:
  * Direct rendering and filtering for VDPAU hardware acceleration
  * New CoreGraphics video output module for NPAPI plugins
+ * New CoreAnimation OpenGL video output module for NPAPI plugins
  * New OpenGL ES 2.0 through EGL video output module for Android
  * New Android native window provider module
+ * Direct rendering for MediaCodec Android hardware acceleration
+ * Support for loading HLSL shaders in Direct3D video output
 
 Video Filter:
  * New Oldmovie effect filter
@@ -71,14 +75,17 @@ Streaming:
  * 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
+ * GSM, VP8, Opus and JPEG RTP packetization
  * HLS: Allow setting the first segment number and numerous improvements
+ * new stats module to output block timing values and md5 sums
 
 libVLC:
  * add equalizer API libvlc_audio_equalizer_* functions
+ * add libvlc_media_player_program_scrambled function
 
 Visualizations:
  * Add a 3D OpenGL spectrum visualization.
+ * Allow setting the FFT windowing style for 3D and normal spectrum
 
 Interaces:
  * Add support for subtitles drag 'n drop in skins2
@@ -89,6 +96,7 @@ Misc:
 Removed modules:
  * ios video output: use ios2
  * OpenMash H.261 video decoder
+ * dirac encoder: use schroedinger
 
 
 Changes between 2.1.0 and 2.1.1: