]> git.sesse.net Git - vlc/commitdiff
Updates for NEWS and POTFILES.in
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 11 Feb 2014 22:03:05 +0000 (23:03 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 11 Feb 2014 22:03:05 +0000 (23:03 +0100)
NEWS
po/POTFILES.in

diff --git a/NEWS b/NEWS
index 66838507038be76af9fe5c6ddc86b8b3c9e21bd0..a2a21ef8af1e6124b4db3712da7f7770c1fabca9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Important changes:
 
 Core:
  * Partial fix of playback of short audio samples
+ * Add extensions download from external repositories
 
 Access:
  * Added TLS support for ftp access and sout access.
@@ -45,6 +46,7 @@ Demuxer:
  * Improvements in metadata support in Ogg/Opus/Vorbis files
  * Fix encoding issues in some XML playlist formats
  * Support THP Wii/Gamecube, RenderWare and Escape Replay game video files
+ * New HEVC raw packetizer and demuxer
 
 Muxers:
  * Important rework of the Ogg muxer, notably for skeleton
index 3535b17dc2a3609e87f9b011c80c1a4de3e7e72e..e7d531bdbbdf01a471aaa20947de90b1e791a2c0 100644 (file)
@@ -479,6 +479,7 @@ modules/demux/mp4/mp4.c
 modules/demux/mpc.c
 modules/demux/mpeg/es.c
 modules/demux/mpeg/h264.c
+modules/demux/mpeg/hevc.c
 modules/demux/mpeg/mpgv.c
 modules/demux/nsc.c
 modules/demux/nsv.c
@@ -985,6 +986,7 @@ modules/packetizer/copy.c
 modules/packetizer/dirac.c
 modules/packetizer/flac.c
 modules/packetizer/h264.c
+modules/packetizer/hevc.c
 modules/packetizer/mlp.c
 modules/packetizer/mpeg4audio.c
 modules/packetizer/mpeg4video.c