Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
c4201167
Commit
c4201167
authored
1 year ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Update NEWS for 3.0.19
parent
9c46fed0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4049
Update NEWS for 3.0.19
Pipeline
#372415
passed with stages
in 22 minutes and 54 seconds
Changes
3
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+14
-5
14 additions, 5 deletions
NEWS
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
doc/Makefile.am
+1
-0
1 addition, 0 deletions
doc/Makefile.am
with
17 additions
and
7 deletions
NEWS
+
14
−
5
View file @
c4201167
...
...
@@ -10,30 +10,38 @@ Demux:
* Fix AVI files with flipped RAW video planes
* Fix duration on short and small Ogg/Opus files
* Fix some HLS/TS streams with ID3 prefix
* Fix some HLS playlist refresh drift
* Fix for GoPro MAX spatial metadata
* Improve ffmpeg muxed MP4 chapters handling
* Fix some HLS playlist refresh drift
* Improve playback for QNap-produced AVI files
* Improve playback of some old RealVideo files
Decoders:
* Multiple fixes on AAC handling
* Activate hardware decoding of AV1 on Windows (DxVA)
* Improve AV1 HDR support with software decoding
* Fix some AV1 GBRP streams
* Fix AV1 super-resolution streams
* Fix some AV1 GBRP streams, AV1 super-resolution streams and monochrome ones
* Fix black screen on poorly edited MP4 files on Android Mediacodec
* Fix rawvid video in NV12
* Fix several issues on Windows hardware decoding (including "too large resolution in DxVA")
* Improve crunchyroll-produced SSA rendering
Video Output:
* Super Resolution scaling with nVidia and Intel GPUs
* Direct3D9 fix for cropping
* Multiple fixes for hardware decoding on D3D11 and OpenGL interop
* Fix subtitles rendering blur on recent macOS
Input:
* Improve SMB compatibility with Windows 11 hosts
Contribs:
* Update of fluidlite, fixing some MIDI rendering on Windows
* Update of zlib to 1.2.13 (CVE-2022-37434)
* Update of FFmpeg, vpx, ebml
* Update of FFmpeg, vpx, ebml
, dav1d, libass
Misc:
* Improve muxing timestamps in a few formats (reset to 0)
* Fix some rendering issues on Linux with the fullscreen controller
* Fix GOOM visualization
* Fixes for Youtube playback
...
...
@@ -43,7 +51,8 @@ Misc:
* Fix password search using the Kwallet backend
* Fix some crashes on macOS when switching application
* Fix 5.1/7.1 output on macOS and tvOS
* Improve muxing timestamps in a few formats (reset to 0)
* Fix several crashes and bugs in the macOS preferences panel
* Improvements on the threading of the MMDevice audio output on Windows
Changes between 3.0.18-rc2 and 3.0.18:
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
c4201167
dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 1999-202
2
VLC authors and VideoLAN])
AC_COPYRIGHT([Copyright 1999-202
3
VLC authors and VideoLAN])
AC_INIT(vlc, 3.0.19)
VERSION_MAJOR=3
...
...
@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="Vetinari"
COPYRIGHT_YEARS="1996-202
2
"
COPYRIGHT_YEARS="1996-202
3
"
AC_CONFIG_SRCDIR(src/libvlc.c)
AC_CONFIG_AUX_DIR(autotools)
...
...
This diff is collapsed.
Click to expand it.
doc/Makefile.am
+
1
−
0
View file @
c4201167
...
...
@@ -45,6 +45,7 @@ CHANGELOGS = \
ChangeLog-2020
\
ChangeLog-2021
\
ChangeLog-2022
\
ChangeLog-2023
\
$(
NULL
)
man1_MANS
=
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment