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
0b6f58c6
Commit
0b6f58c6
authored
Mar 14, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Map Canopus HQX decoder
parent
becdb0b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
NEWS
NEWS
+1
-1
modules/codec/avcodec/fourcc.c
modules/codec/avcodec/fourcc.c
+4
-0
No files found.
NEWS
View file @
0b6f58c6
...
@@ -31,7 +31,7 @@ Decoder:
...
@@ -31,7 +31,7 @@ Decoder:
* New BPG decoder based on libbpg
* New BPG decoder based on libbpg
* Fixed uncompressed DVD-Audio (AOB) LPCM decoding
* Fixed uncompressed DVD-Audio (AOB) LPCM decoding
* Rewrite WPL playlists and add ZPL playlists support (Zune)
* Rewrite WPL playlists and add ZPL playlists support (Zune)
* Support TDSC
* Support TDSC
, Canopus HQX
Demuxers:
Demuxers:
* Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS)
* Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS)
...
...
modules/codec/avcodec/fourcc.c
View file @
0b6f58c6
...
@@ -262,6 +262,10 @@ static const struct
...
@@ -262,6 +262,10 @@ static const struct
{
VLC_CODEC_VP7
,
AV_CODEC_ID_VP7
,
VIDEO_ES
},
{
VLC_CODEC_VP7
,
AV_CODEC_ID_VP7
,
VIDEO_ES
},
#endif
#endif
#if LIBAVCODEC_VERSION_CHECK( 56, 17, 0, 26, 100 )
{
VLC_CODEC_HQX
,
AV_CODEC_ID_HQX
,
VIDEO_ES
},
#endif
#if LIBAVCODEC_VERSION_CHECK( 56, 18, 0, 27, 100 )
#if LIBAVCODEC_VERSION_CHECK( 56, 18, 0, 27, 100 )
{
VLC_CODEC_TDSC
,
AV_CODEC_ID_TDSC
,
VIDEO_ES
},
{
VLC_CODEC_TDSC
,
AV_CODEC_ID_TDSC
,
VIDEO_ES
},
#endif
#endif
...
...
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