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
d24e9a99
Commit
d24e9a99
authored
Mar 12, 2014
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264 does not depend on mpegvideo any more
parent
7245a0ae
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
7 deletions
+2
-7
h264.c
libavcodec/h264.c
+0
-1
h264.h
libavcodec/h264.h
+2
-1
h264_cavlc.c
libavcodec/h264_cavlc.c
+0
-1
h264_direct.c
libavcodec/h264_direct.c
+0
-1
h264_loopfilter.c
libavcodec/h264_loopfilter.c
+0
-1
h264data.h
libavcodec/h264data.h
+0
-1
svq3.c
libavcodec/svq3.c
+0
-1
No files found.
libavcodec/h264.c
View file @
d24e9a99
...
...
@@ -35,7 +35,6 @@
#include "dsputil.h"
#include "error_resilience.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264.h"
#include "h264data.h"
#include "h264chroma.h"
...
...
libavcodec/h264.h
View file @
d24e9a99
...
...
@@ -33,13 +33,14 @@
#include "dsputil.h"
#include "error_resilience.h"
#include "get_bits.h"
#include "mpegvideo.h"
#include "h264chroma.h"
#include "h264dsp.h"
#include "h264pred.h"
#include "h264qpel.h"
#include "mpegutils.h"
#include "parser.h"
#include "rectangle.h"
#include "videodsp.h"
#define H264_MAX_PICTURE_COUNT 32
#define H264_MAX_THREADS 16
...
...
libavcodec/h264_cavlc.c
View file @
d24e9a99
...
...
@@ -29,7 +29,6 @@
#include "internal.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264.h"
#include "h264data.h" // FIXME FIXME FIXME
#include "h264_mvpred.h"
...
...
libavcodec/h264_direct.c
View file @
d24e9a99
...
...
@@ -27,7 +27,6 @@
#include "internal.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264.h"
#include "mpegutils.h"
#include "rectangle.h"
...
...
libavcodec/h264_loopfilter.c
View file @
d24e9a99
...
...
@@ -29,7 +29,6 @@
#include "libavutil/intreadwrite.h"
#include "internal.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264.h"
#include "mathops.h"
#include "mpegutils.h"
...
...
libavcodec/h264data.h
View file @
d24e9a99
...
...
@@ -32,7 +32,6 @@
#include <stdint.h>
#include "libavutil/rational.h"
#include "mpegvideo.h"
#include "h264.h"
static
const
uint8_t
golomb_to_pict_type
[
5
]
=
{
...
...
libavcodec/svq3.c
View file @
d24e9a99
...
...
@@ -44,7 +44,6 @@
#include "internal.h"
#include "avcodec.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "h264.h"
#include "h264data.h" // FIXME FIXME FIXME
...
...
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