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
e60a6e75
Commit
e60a6e75
authored
Sep 12, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegvideo: Drop mpegvideo.h where not needed
Add necessary headers in .c files.
parent
5d14cf19
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
8 additions
and
7 deletions
+8
-7
cavsdec.c
libavcodec/cavsdec.c
+0
-1
dxva2.c
libavcodec/dxva2.c
+0
-1
dxva2_internal.h
libavcodec/dxva2_internal.h
+0
-1
dxva2_mpeg2.c
libavcodec/dxva2_mpeg2.c
+1
-0
libxvid.c
libavcodec/libxvid.c
+4
-1
ljpegenc.c
libavcodec/ljpegenc.c
+0
-1
mdec.c
libavcodec/mdec.c
+0
-1
vaapi.c
libavcodec/vaapi.c
+1
-0
vaapi_internal.h
libavcodec/vaapi_internal.h
+0
-1
vaapi_mpeg2.c
libavcodec/vaapi_mpeg2.c
+1
-0
vaapi_mpeg4.c
libavcodec/vaapi_mpeg4.c
+1
-0
No files found.
libavcodec/cavsdec.c
View file @
e60a6e75
...
...
@@ -31,7 +31,6 @@
#include "cavs.h"
#include "internal.h"
#include "mpeg12data.h"
#include "mpegvideo.h"
static
const
uint8_t
mv_scan
[
4
]
=
{
MV_FWD_X0
,
MV_FWD_X1
,
...
...
libavcodec/dxva2.c
View file @
e60a6e75
...
...
@@ -27,7 +27,6 @@
#include "libavutil/time.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "dxva2_internal.h"
void
*
ff_dxva2_get_surface
(
const
AVFrame
*
frame
)
...
...
libavcodec/dxva2_internal.h
View file @
e60a6e75
...
...
@@ -47,7 +47,6 @@
#endif
#include "avcodec.h"
#include "mpegvideo.h"
typedef
void
DECODER_BUFFER_DESC
;
...
...
libavcodec/dxva2_mpeg2.c
View file @
e60a6e75
...
...
@@ -23,6 +23,7 @@
#include "libavutil/log.h"
#include "dxva2_internal.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#define MAX_SLICES 1024
struct
dxva2_picture_context
{
...
...
libavcodec/libxvid.c
View file @
e60a6e75
...
...
@@ -25,18 +25,21 @@
* @author Adam Thayer (krevnik@comcast.net)
*/
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <xvid.h>
#include "libavutil/cpu.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
#include "libxvid.h"
#include "mpegutils.h"
#include "mpegvideo.h"
/**
* Buffer management macros.
...
...
libavcodec/ljpegenc.c
View file @
e60a6e75
...
...
@@ -39,7 +39,6 @@
#include "internal.h"
#include "jpegtables.h"
#include "mjpegenc_common.h"
#include "mpegvideo.h"
#include "mjpeg.h"
#include "mjpegenc.h"
...
...
libavcodec/mdec.c
View file @
e60a6e75
...
...
@@ -30,7 +30,6 @@
#include "avcodec.h"
#include "blockdsp.h"
#include "idctdsp.h"
#include "mpegvideo.h"
#include "mpeg12.h"
#include "thread.h"
...
...
libavcodec/vaapi.c
View file @
e60a6e75
...
...
@@ -22,6 +22,7 @@
*/
#include "h264.h"
#include "mpegvideo.h"
#include "vaapi_internal.h"
/**
...
...
libavcodec/vaapi_internal.h
View file @
e60a6e75
...
...
@@ -27,7 +27,6 @@
#include <va/va.h>
#include "vaapi.h"
#include "avcodec.h"
#include "mpegvideo.h"
/**
* @addtogroup VAAPI_Decoding
...
...
libavcodec/vaapi_mpeg2.c
View file @
e60a6e75
...
...
@@ -21,6 +21,7 @@
*/
#include "mpegutils.h"
#include "mpegvideo.h"
#include "vaapi_internal.h"
#include "internal.h"
...
...
libavcodec/vaapi_mpeg4.c
View file @
e60a6e75
...
...
@@ -24,6 +24,7 @@
#include "internal.h"
#include "h263.h"
#include "mpeg4video.h"
#include "mpegvideo.h"
/** Reconstruct bitstream intra_dc_vlc_thr */
static
int
mpeg4_get_intra_dc_vlc_thr
(
Mpeg4DecContext
*
s
)
...
...
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