Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
87e9cefa
Commit
87e9cefa
authored
Jul 14, 2016
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/codec_desc: move a few codecs out of the image codecs list
Also shuffle them a little to simplify next Libav merge.
parent
9e6bb3b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
35 deletions
+35
-35
codec_desc.c
libavcodec/codec_desc.c
+35
-35
No files found.
libavcodec/codec_desc.c
View file @
87e9cefa
...
...
@@ -1303,6 +1303,41 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"innoHeim/Rsupport Screen Capture Codec"
),
.
props
=
AV_CODEC_PROP_LOSSLESS
,
},
{
.
id
=
AV_CODEC_ID_MAGICYUV
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"magicyuv"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"MagicYUV video"
),
.
props
=
AV_CODEC_PROP_INTRA_ONLY
|
AV_CODEC_PROP_LOSSLESS
,
},
{
.
id
=
AV_CODEC_ID_TRUEMOTION2RT
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"truemotion2rt"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Duck TrueMotion 2.0 Real Time"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
{
.
id
=
AV_CODEC_ID_CFHD
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"cfhd"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Cineform HD"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
{
.
id
=
AV_CODEC_ID_SHEERVIDEO
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"sheervideo"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"BitJazz SheerVideo"
),
.
props
=
AV_CODEC_PROP_INTRA_ONLY
|
AV_CODEC_PROP_LOSSLESS
,
},
{
.
id
=
AV_CODEC_ID_YLC
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"ylc"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"YUY2 Lossless Codec"
),
.
props
=
AV_CODEC_PROP_INTRA_ONLY
|
AV_CODEC_PROP_LOSSLESS
,
},
/* image codecs */
{
...
...
@@ -1528,41 +1563,6 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
props
=
AV_CODEC_PROP_LOSSLESS
,
.
mime_types
=
MT
(
"image/png"
),
},
{
.
id
=
AV_CODEC_ID_CFHD
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"cfhd"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Cineform HD"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
{
.
id
=
AV_CODEC_ID_TRUEMOTION2RT
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"truemotion2rt"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Duck TrueMotion 2.0 Real Time"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
{
.
id
=
AV_CODEC_ID_MAGICYUV
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"magicyuv"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"MagicYUV video"
),
.
props
=
AV_CODEC_PROP_INTRA_ONLY
|
AV_CODEC_PROP_LOSSLESS
,
},
{
.
id
=
AV_CODEC_ID_SHEERVIDEO
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"sheervideo"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"BitJazz SheerVideo"
),
.
props
=
AV_CODEC_PROP_INTRA_ONLY
|
AV_CODEC_PROP_LOSSLESS
,
},
{
.
id
=
AV_CODEC_ID_YLC
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
name
=
"ylc"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"YUY2 Lossless Codec"
),
.
props
=
AV_CODEC_PROP_INTRA_ONLY
|
AV_CODEC_PROP_LOSSLESS
,
},
/* various PCM "codecs" */
{
...
...
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