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
26772b78
Commit
26772b78
authored
Oct 30, 2018
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/tiff: add initial bayer and sub image support
parent
0f2cfa3d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
156 additions
and
12 deletions
+156
-12
tiff.c
libavcodec/tiff.c
+151
-11
tiff.h
libavcodec/tiff.h
+5
-1
No files found.
libavcodec/tiff.c
View file @
26772b78
This diff is collapsed.
Click to expand it.
libavcodec/tiff.h
View file @
26772b78
...
@@ -70,18 +70,22 @@ enum TiffTags {
...
@@ -70,18 +70,22 @@ enum TiffTags {
TIFF_TILE_LENGTH
=
0x143
,
TIFF_TILE_LENGTH
=
0x143
,
TIFF_TILE_OFFSETS
=
0x144
,
TIFF_TILE_OFFSETS
=
0x144
,
TIFF_TILE_BYTE_COUNTS
=
0x145
,
TIFF_TILE_BYTE_COUNTS
=
0x145
,
TIFF_SUB_IFDS
=
0x14A
,
TIFF_EXTRASAMPLES
=
0x152
,
TIFF_EXTRASAMPLES
=
0x152
,
TIFF_YCBCR_COEFFICIENTS
=
0x211
,
TIFF_YCBCR_COEFFICIENTS
=
0x211
,
TIFF_YCBCR_SUBSAMPLING
=
0x212
,
TIFF_YCBCR_SUBSAMPLING
=
0x212
,
TIFF_YCBCR_POSITIONING
=
0x213
,
TIFF_YCBCR_POSITIONING
=
0x213
,
TIFF_REFERENCE_BW
=
0x214
,
TIFF_REFERENCE_BW
=
0x214
,
TIFF_CFA_PATTERN_DIM
=
0x828D
,
TIFF_CFA_PATTERN
=
0x828E
,
TIFF_COPYRIGHT
=
0x8298
,
TIFF_COPYRIGHT
=
0x8298
,
TIFF_MODEL_TIEPOINT
=
0x8482
,
TIFF_MODEL_TIEPOINT
=
0x8482
,
TIFF_MODEL_PIXEL_SCALE
=
0x830E
,
TIFF_MODEL_PIXEL_SCALE
=
0x830E
,
TIFF_MODEL_TRANSFORMATION
=
0x8480
,
TIFF_MODEL_TRANSFORMATION
=
0x8480
,
TIFF_GEO_KEY_DIRECTORY
=
0x87AF
,
TIFF_GEO_KEY_DIRECTORY
=
0x87AF
,
TIFF_GEO_DOUBLE_PARAMS
=
0x87B0
,
TIFF_GEO_DOUBLE_PARAMS
=
0x87B0
,
TIFF_GEO_ASCII_PARAMS
=
0x87B1
TIFF_GEO_ASCII_PARAMS
=
0x87B1
,
TIFF_WHITE_LEVEL
=
0xC61D
,
};
};
/** list of TIFF compression types */
/** list of TIFF compression types */
...
...
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