From d2a5c2d3c8e13d16652d59d4385455b4720e603e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Tue, 11 Feb 2014 23:03:05 +0100 Subject: [PATCH] Updates for NEWS and POTFILES.in --- NEWS | 2 ++ po/POTFILES.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 66838507038b..a2a21ef8af1e 100644 --- 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 diff --git a/po/POTFILES.in b/po/POTFILES.in index 3535b17dc2a3..e7d531bdbbdf 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 -- GitLab