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
97d19c2f
Commit
97d19c2f
authored
Apr 05, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dv: Split off DV video encoder into its own file
parent
21710ea8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
700 additions
and
669 deletions
+700
-669
Makefile
libavcodec/Makefile
+2
-2
dv.c
libavcodec/dv.c
+0
-667
dvenc.c
libavcodec/dvenc.c
+698
-0
No files found.
libavcodec/Makefile
View file @
97d19c2f
...
...
@@ -149,7 +149,7 @@ OBJS-$(CONFIG_DVBSUB_ENCODER) += dvbsub.o
OBJS-$(CONFIG_DVDSUB_DECODER)
+=
dvdsubdec.o
OBJS-$(CONFIG_DVDSUB_ENCODER)
+=
dvdsubenc.o
OBJS-$(CONFIG_DVVIDEO_DECODER)
+=
dvdec.o
dv.o
dvdata.o
dv_profile.o
OBJS-$(CONFIG_DVVIDEO_ENCODER)
+=
dv.o
dvdata.o
dv_profile.o
OBJS-$(CONFIG_DVVIDEO_ENCODER)
+=
dv
enc.o
dv
.o
dvdata.o
dv_profile.o
OBJS-$(CONFIG_DXA_DECODER)
+=
dxa.o
OBJS-$(CONFIG_DXTORY_DECODER)
+=
dxtory.o
OBJS-$(CONFIG_EAC3_DECODER)
+=
eac3dec.o
eac3_data.o
...
...
@@ -745,7 +745,7 @@ ifdef CONFIG_HARDCODED_TABLES
$(SUBDIR)aacdec.o
:
$(SUBDIR)cbrt_tables.h
$(SUBDIR)aacps.o
:
$(SUBDIR)aacps_tables.h
$(SUBDIR)aactab.o
:
$(SUBDIR)aac_tables.h
$(SUBDIR)dv.o
:
$(SUBDIR)dv_tables.h
$(SUBDIR)dv
enc
.o
:
$(SUBDIR)dv_tables.h
$(SUBDIR)sinewin.o
:
$(SUBDIR)sinewin_tables.h
$(SUBDIR)mpegaudiodec_fixed.o
:
$(SUBDIR)mpegaudio_tables.h
$(SUBDIR)mpegaudiodec_float.o
:
$(SUBDIR)mpegaudio_tables.h
...
...
libavcodec/dv.c
View file @
97d19c2f
This diff is collapsed.
Click to expand it.
libavcodec/dvenc.c
0 → 100644
View file @
97d19c2f
This diff is collapsed.
Click to expand it.
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