Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
e8d5a49a
Commit
e8d5a49a
authored
Feb 14, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support for Windows Media Voice natively
May Ronald S. Bultje be praised for this.
parent
d9666c8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
NEWS
NEWS
+1
-0
modules/codec/avcodec/fourcc.c
modules/codec/avcodec/fourcc.c
+3
-0
src/misc/fourcc.c
src/misc/fourcc.c
+1
-1
No files found.
NEWS
View file @
e8d5a49a
...
...
@@ -29,6 +29,7 @@ Decoders:
* Support for VAAPI for H.264 decoding on GPU on GNU/Linux
* Audio/Video decoder using OpenMAX IL components
* Support for Indeo5 video codec
* Support for Windows Media Speech (Voice) audio codec natively on all platforms
Demuxers:
* Support for ADPCM in .flv streams
...
...
modules/codec/avcodec/fourcc.c
View file @
e8d5a49a
...
...
@@ -271,6 +271,9 @@ static const struct
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 35, 0 )
{
VLC_CODEC_WMAP
,
CODEC_ID_WMAPRO
,
AUDIO_ES
},
#endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 54, 0 )
{
VLC_CODEC_WMAS
,
CODEC_ID_WMAVOICE
,
AUDIO_ES
},
#endif
{
VLC_CODEC_DVAUDIO
,
CODEC_ID_DVAUDIO
,
AUDIO_ES
},
...
...
src/misc/fourcc.c
View file @
e8d5a49a
...
...
@@ -803,7 +803,7 @@ static const entry_t p_list_audio[] = {
A
(
"wmal"
),
/* Windows Media Audio Speech */
B
(
VLC_CODEC_WMAS
,
"Windows Media Audio
Speech
"
),
B
(
VLC_CODEC_WMAS
,
"Windows Media Audio
Voice (Speech)
"
),
A
(
"WMAS"
),
A
(
"wmas"
),
...
...
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