Commit d2a5c2d3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Updates for NEWS and POTFILES.in

parent 414be133
...@@ -6,6 +6,7 @@ Important changes: ...@@ -6,6 +6,7 @@ Important changes:
Core: Core:
* Partial fix of playback of short audio samples * Partial fix of playback of short audio samples
* Add extensions download from external repositories
Access: Access:
* Added TLS support for ftp access and sout access. * Added TLS support for ftp access and sout access.
...@@ -45,6 +46,7 @@ Demuxer: ...@@ -45,6 +46,7 @@ Demuxer:
* 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 * Fix encoding issues in some XML playlist formats
* Support THP Wii/Gamecube, RenderWare and Escape Replay game video files * Support THP Wii/Gamecube, RenderWare and Escape Replay game video files
* New HEVC raw packetizer and demuxer
Muxers: Muxers:
* Important rework of the Ogg muxer, notably for skeleton * Important rework of the Ogg muxer, notably for skeleton
......
...@@ -479,6 +479,7 @@ modules/demux/mp4/mp4.c ...@@ -479,6 +479,7 @@ modules/demux/mp4/mp4.c
modules/demux/mpc.c modules/demux/mpc.c
modules/demux/mpeg/es.c modules/demux/mpeg/es.c
modules/demux/mpeg/h264.c modules/demux/mpeg/h264.c
modules/demux/mpeg/hevc.c
modules/demux/mpeg/mpgv.c modules/demux/mpeg/mpgv.c
modules/demux/nsc.c modules/demux/nsc.c
modules/demux/nsv.c modules/demux/nsv.c
...@@ -985,6 +986,7 @@ modules/packetizer/copy.c ...@@ -985,6 +986,7 @@ modules/packetizer/copy.c
modules/packetizer/dirac.c modules/packetizer/dirac.c
modules/packetizer/flac.c modules/packetizer/flac.c
modules/packetizer/h264.c modules/packetizer/h264.c
modules/packetizer/hevc.c
modules/packetizer/mlp.c modules/packetizer/mlp.c
modules/packetizer/mpeg4audio.c modules/packetizer/mpeg4audio.c
modules/packetizer/mpeg4video.c modules/packetizer/mpeg4video.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment