Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
afa15647
Commit
afa15647
authored
Oct 21, 2006
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fix ffmpeg and update the NEWS a bit more...
parent
275ef5eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
NEWS
NEWS
+3
-2
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/ffmpeg.c
+0
-1
No files found.
NEWS
View file @
afa15647
...
@@ -11,7 +11,8 @@ Input:
...
@@ -11,7 +11,8 @@ Input:
* Support for adding subtitles on the fly
* Support for adding subtitles on the fly
* Fixed MPEG-PS duration calculation
* Fixed MPEG-PS duration calculation
* ATSC support for DVB
* ATSC support for DVB
* Support for DVR-ms
* Partial support for DVR-ms recordings
* Partial support for MXF fileformat
Decoders:
Decoders:
* Native WMV3 / VC-1 support
* Native WMV3 / VC-1 support
...
@@ -19,7 +20,7 @@ Decoders:
...
@@ -19,7 +20,7 @@ Decoders:
* VP5/VP6 - Flash Video support
* VP5/VP6 - Flash Video support
* The True Audio Lossless codec support
* The True Audio Lossless codec support
* WavPack support
* WavPack support
* Improved H264 support (interlaced, speed improvements etc)c
* Improved H
.
264 support (interlaced, speed improvements etc)c
Video output:
Video output:
* Additional OpenGL effects (cylinder, torus, sphere, ...)
* Additional OpenGL effects (cylinder, torus, sphere, ...)
...
...
modules/codec/ffmpeg/ffmpeg.c
View file @
afa15647
...
@@ -1132,7 +1132,6 @@ static struct
...
@@ -1132,7 +1132,6 @@ static struct
AUDIO_ES
,
"PCM U32 LE"
},
AUDIO_ES
,
"PCM U32 LE"
},
{
VLC_FOURCC
(
'u'
,
'3'
,
'2'
,
'b'
),
CODEC_ID_PCM_U32BE
,
{
VLC_FOURCC
(
'u'
,
'3'
,
'2'
,
'b'
),
CODEC_ID_PCM_U32BE
,
AUDIO_ES
,
"PCM U32 BE"
},
AUDIO_ES
,
"PCM U32 BE"
},
{
VLC_FOURCC
(
'a'
,
'l'
,
'a'
,
'w'
),
CODEC_ID_PCM_ALAW
,
{
VLC_FOURCC
(
'a'
,
'l'
,
'a'
,
'w'
),
CODEC_ID_PCM_ALAW
,
{
VLC_FOURCC
(
'a'
,
'l'
,
'a'
,
'w'
),
CODEC_ID_PCM_ALAW
,
AUDIO_ES
,
"PCM ALAW"
},
AUDIO_ES
,
"PCM ALAW"
},
{
VLC_FOURCC
(
'u'
,
'l'
,
'a'
,
'w'
),
CODEC_ID_PCM_MULAW
,
{
VLC_FOURCC
(
'u'
,
'l'
,
'a'
,
'w'
),
CODEC_ID_PCM_MULAW
,
...
...
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