Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
18ae32d9
Commit
18ae32d9
authored
Nov 02, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On the road to 1.1.5
parent
61bef14b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
NEWS
NEWS
+12
-3
configure.ac
configure.ac
+2
-2
No files found.
NEWS
View file @
18ae32d9
Changes between 1.1.4.1 and 1.1.5
-git
:
Changes between 1.1.4.1 and 1.1.5:
----------------------------------
----------------------------------
Security:
* Fix a Samba crash, VideoLAN-SA-1006
Demuxers:
Demuxers:
* DVDnav and DVDread fixes for encoding and misc issues
* DVDnav and DVDread fixes for encoding and misc issues
* Playback of live http .Webm streams
* Playback of live http .Webm streams
* Taglib thread-safety fix
Decoders:
Decoders:
* Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
* Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
"Puget Systems"
"Puget Systems"
Skins:
Skins:
* add an icon to VLC
* Add an icon to VLC on Linux
Video Output:
* fix a bug that could lead to 100% CPU usage on XCB
Miscellaneous crashes and fixes in various plugins (telnet, live555, theora and TS-mux)
Translations:
Translations:
* Update translations for Walloon, Estonian, Spanish, Turkish, Estonian
* Update translations for Walloon, Estonian, Spanish, Turkish, Estonian
, Dutch
* Major update and activation on Windows of Modern Greek
* Major update and activation on Windows of Modern Greek
* New Asturian translation
* New Asturian translation
...
...
configure.ac
View file @
18ae32d9
...
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
...
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
AC_INIT(vlc, 1.1.5
-git
)
AC_INIT(vlc, 1.1.5)
VERSION_MAJOR="1"
VERSION_MAJOR="1"
VERSION_MINOR="1"
VERSION_MINOR="1"
VERSION_REVISION="5"
VERSION_REVISION="5"
VERSION_EXTRA="
-git
"
VERSION_EXTRA=""
PKGDIR="vlc"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
AC_SUBST(PKGDIR)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment