Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
e9a77f4b
Commit
e9a77f4b
authored
Mar 19, 2014
by
Vittorio Giovara
Committed by
Janne Grunau
Mar 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264: move macroblock decoding into its own file
parent
ede2b451
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
libavcodec/Makefile
+2
-2
h264.c
libavcodec/h264.c
+0
-0
h264_mb.c
libavcodec/h264_mb.c
+0
-0
No files found.
libavcodec/Makefile
View file @
e9a77f4b
...
@@ -196,8 +196,8 @@ OBJS-$(CONFIG_H263_ENCODER) += mpeg4videoenc.o mpeg4video.o \
...
@@ -196,8 +196,8 @@ OBJS-$(CONFIG_H263_ENCODER) += mpeg4videoenc.o mpeg4video.o \
h263.o
ituh263enc.o
flvenc.o
h263.o
ituh263enc.o
flvenc.o
OBJS-$(CONFIG_H264_DECODER)
+=
h264.o
h264_cabac.o
h264_cavlc.o
\
OBJS-$(CONFIG_H264_DECODER)
+=
h264.o
h264_cabac.o
h264_cavlc.o
\
h264_direct.o
h264_loopfilter.o
\
h264_direct.o
h264_loopfilter.o
\
h264_
ps.o
h264_refs.o
h264_sei.o
\
h264_
mb.o
h264_ps.o
h264_refs.o
\
cabac.o
h264_sei.o
cabac.o
OBJS-$(CONFIG_HEVC_DECODER)
+=
hevc.o
hevc_mvs.o
hevc_ps.o
hevc_sei.o
\
OBJS-$(CONFIG_HEVC_DECODER)
+=
hevc.o
hevc_mvs.o
hevc_ps.o
hevc_sei.o
\
hevc_cabac.o
hevc_refs.o
hevcpred.o
\
hevc_cabac.o
hevc_refs.o
hevcpred.o
\
hevcdsp.o
hevc_filter.o
cabac.o
hevcdsp.o
hevc_filter.o
cabac.o
...
...
libavcodec/h264.c
View file @
e9a77f4b
This diff is collapsed.
Click to expand it.
libavcodec/h264_mb.c
0 → 100644
View file @
e9a77f4b
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