Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
websites
Manage
Activity
Members
Labels
Plan
Issues
25
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN organization
websites
Compare revisions
60d96a42fafdf53bf6130fdba7993b6deed3e203 to da4c40e48cfe9e82f5cc6eb72408c84029dd0b3b
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
VideoLAN.org/websites
Select target project
No results found
da4c40e48cfe9e82f5cc6eb72408c84029dd0b3b
Select Git revision
Branches
3.0.18-release
master
Swap
Target
VideoLAN.org/websites
Select target project
VideoLAN.org/websites
Freso/websites
ePirat/websites
DimStar77/websites
lemourin/websites
kwizart/websites
cmassiot/websites
fcartegnie/websites
mfkl/websites
chouquette/websites
maybesamuel43/websites
xslidian/websites
realRojSerbest/websites
Aza/websites
azchohfi/websites
VegaMex/websites
m/websites
fkuehne/websites
Roman-Gemini95/websites
Jamesguru/websites
dillmo71/websites
anodsaod/websites
jill/websites
Garf/websites
atas70835/websites
mahdiabdolahi01234/websites
pbo-linaro/websites
OctopusET/websites
28 results
60d96a42fafdf53bf6130fdba7993b6deed3e203
Select Git revision
Branches
3.0.18-release
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
3.0 release: add a codec feature list
· 64e667bd
Adrien Maglo
authored
7 years ago
64e667bd
3.0 release: add a container feature list
· da4c40e4
Adrien Maglo
authored
7 years ago
da4c40e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www.videolan.org/vlc/releases/3.0.0.php
+16
-17
16 additions, 17 deletions
www.videolan.org/vlc/releases/3.0.0.php
with
16 additions
and
17 deletions
www.videolan.org/vlc/releases/3.0.0.php
View file @
da4c40e4
...
...
@@ -248,17 +248,19 @@
</div>
</div>
<div
style=
'float: left; width: 480px;'
>
<div
class=
'audienceCallout'
>
<?php
echo
_
(
"
Format
s"
);
?>
</div>
<div
class=
'audienceCallout'
>
<?php
echo
_
(
"
Codec
s"
);
?>
</div>
<div
class=
'clearme'
>
<div
class=
'productDescription'
>
<ul>
<li>
Support for BD-Java menus and overlay in Blu-Ray
</li>
<li>
Acceleration of VP9 and H.265/HEVC decoders
</li>
<li>
Rewritten support for WMV, Ogg, MP4 and AVI, notably for seeking
</li>
<li>
Support for encoding in H.265, Opus and VP9
</li>
<li>
Support for WebVTT, Ogg/VP8, Opus/MKV, CAF
</li>
<li>
Support for THP, Renderware and Escape Replay videogames files
</li>
<li>
Support for SRT language detection
</li>
<li>
Support for BD-Java menus and overlay in Blu-Ray
</li>
<li>
Support for experimental AV1 video and Daala video
</li>
<li>
Support for the OggSpots video codec
</li>
<li>
New MPEG-1
&
2 audio layer I, II, III + MPEG 2.5 decoder based on libmpg123
</li>
<li>
New BPG decoder based on libbpg
</li>
<li>
Support TDSC, Canopus HQX, Cineform, SpeedHQ, Pixlet, QDMC and FMVC codecs
</li>
<li>
TTML subtitles support, including EBU-TT-D variant
</li>
<li>
Rewrite of webVTT subtitles support, including CSS style support
</li>
<li>
BluRay text subtitles (HDMV) are now decoded
</li>
</ul>
</div>
</div>
...
...
@@ -281,18 +283,15 @@
</div>
</div>
<div
style=
'float: left; width: 480px;'
>
<div
class=
'audienceCallout'
>
<?php
echo
_
(
"Co
decs / Protocol
s"
);
?>
</div>
<div
class=
'audienceCallout'
>
<?php
echo
_
(
"Co
ntainer
s"
);
?>
</div>
<div
class=
'clearme'
>
<div
class=
'productDescription'
>
<ul>
<li>
Support for MMS split streams for audio selection (European Parliament)
</li>
<li>
Support FTPS (FTP/TLS) protocol
</li>
<li>
New decoder for VP8 and VP9 using libvpx for Linux distributions without avcodec
</li>
<li>
Improvements on Teletext, Subrip, and Tx3g subtitles
</li>
<li>
Support for MSN audio, Atrac3+, VP7, Bink, TAK, On2 AVC, DK3, DK4
</li>
<li>
Support for IMC, Vivo g723.1, Smacker, FIC, Auravision, Canopus Lossless
</li>
<li>
Support x264 and FFv1 codecs RGB modes
</li>
<li>
Fixes for DVD, Audio-CD, M2TS LPCM audio, Speex
<li>
Important rework of the MP4 demuxer
</li>
<li>
Important rework of the TS demuxer
</li>
<li>
Support of HD-DVD .evo
</li>
<li>
Important rework of the PS demuxer
</li>
<li>
Improvements on MKV
</li>
</ul>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.