Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
0a90b9b0
Commit
0a90b9b0
authored
Oct 19, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add NellyMoser with FourCC NELL.
parent
68601b10
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
NEWS
NEWS
+1
-0
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/ffmpeg.c
+4
-0
No files found.
NEWS
View file @
0a90b9b0
...
@@ -80,6 +80,7 @@ Decoders:
...
@@ -80,6 +80,7 @@ Decoders:
* Closed Caption Decoder (DVD, ReplayTV, Tivo, DVB/ATSC)
* Closed Caption Decoder (DVD, ReplayTV, Tivo, DVB/ATSC)
* H.264 PAFF support
* H.264 PAFF support
* DNxHD / VC-3 support
* DNxHD / VC-3 support
* NellyMoser ASAO support
Encoders:
Encoders:
* Flash Screen Video support
* Flash Screen Video support
...
...
modules/codec/ffmpeg/ffmpeg.c
View file @
0a90b9b0
...
@@ -1432,6 +1432,10 @@ static struct
...
@@ -1432,6 +1432,10 @@ static struct
#endif
#endif
{
VLC_FOURCC
(
0x22
,
0x0
,
0x0
,
0x0
),
CODEC_ID_TRUESPEECH
,
{
VLC_FOURCC
(
0x22
,
0x0
,
0x0
,
0x0
),
CODEC_ID_TRUESPEECH
,
AUDIO_ES
,
"TrueSpeech"
},
AUDIO_ES
,
"TrueSpeech"
},
#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(46<<8)+0)
{
VLC_FOURCC
(
'N'
,
'E'
,
'L'
,
'L'
),
CODEC_ID_NELLYMOSER
,
AUDIO_ES
,
"NellyMoser ASAO"
},
#endif
/* PCM */
/* PCM */
{
VLC_FOURCC
(
's'
,
'8'
,
' '
,
' '
),
CODEC_ID_PCM_S8
,
{
VLC_FOURCC
(
's'
,
'8'
,
' '
,
' '
),
CODEC_ID_PCM_S8
,
...
...
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