Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
1d9c2dc8
Commit
1d9c2dc8
authored
Aug 06, 2012
by
Martin Storsjö
Browse files
Don't include common.h from avutil.h
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
93f257db
Changes
238
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
31 additions
and
0 deletions
+31
-0
doc/APIchanges
doc/APIchanges
+3
-0
libavcodec/8bps.c
libavcodec/8bps.c
+2
-0
libavcodec/8svx.c
libavcodec/8svx.c
+1
-0
libavcodec/a64multienc.c
libavcodec/a64multienc.c
+1
-0
libavcodec/aac_ac3_parser.c
libavcodec/aac_ac3_parser.c
+1
-0
libavcodec/acelp_filters.c
libavcodec/acelp_filters.c
+1
-0
libavcodec/acelp_pitch_delay.c
libavcodec/acelp_pitch_delay.c
+1
-0
libavcodec/acelp_vectors.c
libavcodec/acelp_vectors.c
+2
-0
libavcodec/adx.c
libavcodec/adx.c
+1
-0
libavcodec/allcodecs.c
libavcodec/allcodecs.c
+1
-0
libavcodec/amr.h
libavcodec/amr.h
+2
-0
libavcodec/amrwbdec.c
libavcodec/amrwbdec.c
+1
-0
libavcodec/ansi.c
libavcodec/ansi.c
+1
-0
libavcodec/api-example.c
libavcodec/api-example.c
+1
-0
libavcodec/ass.c
libavcodec/ass.c
+1
-0
libavcodec/assdec.c
libavcodec/assdec.c
+4
-0
libavcodec/assenc.c
libavcodec/assenc.c
+4
-0
libavcodec/atrac.c
libavcodec/atrac.c
+1
-0
libavcodec/audio_frame_queue.c
libavcodec/audio_frame_queue.c
+1
-0
libavcodec/audioconvert.c
libavcodec/audioconvert.c
+1
-0
No files found.
doc/APIchanges
View file @
1d9c2dc8
...
...
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2012-08-08 - xxxxxxx - lavu 51.39 - avutil.h
Don't implicitly include libavutil/common.h in avutil.h
2012-08-08 - xxxxxxx - lavu 51.38 - dict.h
Add av_dict_count().
...
...
libavcodec/8bps.c
View file @
1d9c2dc8
...
...
@@ -33,7 +33,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
...
...
libavcodec/8svx.c
View file @
1d9c2dc8
...
...
@@ -29,6 +29,7 @@
*/
#include "avcodec.h"
#include "libavutil/common.h"
/** decoder context */
typedef
struct
EightSvxContext
{
...
...
libavcodec/a64multienc.c
View file @
1d9c2dc8
...
...
@@ -29,6 +29,7 @@
#include "a64tables.h"
#include "elbg.h"
#include "internal.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#define DITHERSTEPS 8
...
...
libavcodec/aac_ac3_parser.c
View file @
1d9c2dc8
...
...
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/common.h"
#include "parser.h"
#include "aac_ac3_parser.h"
...
...
libavcodec/acelp_filters.c
View file @
1d9c2dc8
...
...
@@ -22,6 +22,7 @@
#include <inttypes.h>
#include "libavutil/common.h"
#include "avcodec.h"
#include "acelp_filters.h"
...
...
libavcodec/acelp_pitch_delay.c
View file @
1d9c2dc8
...
...
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "dsputil.h"
...
...
libavcodec/acelp_vectors.c
View file @
1d9c2dc8
...
...
@@ -21,6 +21,8 @@
*/
#include <inttypes.h>
#include "libavutil/common.h"
#include "avcodec.h"
#include "acelp_vectors.h"
#include "celp_math.h"
...
...
libavcodec/adx.c
View file @
1d9c2dc8
...
...
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "adx.h"
...
...
libavcodec/allcodecs.c
View file @
1d9c2dc8
...
...
@@ -25,6 +25,7 @@
*/
#include "avcodec.h"
#include "config.h"
#define REGISTER_HWACCEL(X,x) { \
extern AVHWAccel ff_##x##_hwaccel; \
...
...
libavcodec/amr.h
View file @
1d9c2dc8
...
...
@@ -23,6 +23,8 @@
#ifndef AVCODEC_AMR_H
#define AVCODEC_AMR_H
#include <string.h>
#include "avcodec.h"
#ifdef AMR_USE_16BIT_TABLES
...
...
libavcodec/amrwbdec.c
View file @
1d9c2dc8
...
...
@@ -24,6 +24,7 @@
* AMR wideband decoder
*/
#include "libavutil/common.h"
#include "libavutil/lfg.h"
#include "avcodec.h"
...
...
libavcodec/ansi.c
View file @
1d9c2dc8
...
...
@@ -24,6 +24,7 @@
* ASCII/ANSI art decoder
*/
#include "libavutil/common.h"
#include "libavutil/lfg.h"
#include "avcodec.h"
#include "cga_data.h"
...
...
libavcodec/api-example.c
View file @
1d9c2dc8
...
...
@@ -38,6 +38,7 @@
#include "libavcodec/avcodec.h"
#include "libavutil/audioconvert.h"
#include "libavutil/common.h"
#include "libavutil/imgutils.h"
#include "libavutil/mathematics.h"
#include "libavutil/samplefmt.h"
...
...
libavcodec/ass.c
View file @
1d9c2dc8
...
...
@@ -22,6 +22,7 @@
#include "avcodec.h"
#include "ass.h"
#include "libavutil/avstring.h"
#include "libavutil/common.h"
/**
* Generate a suitable AVCodecContext.subtitle_header for SUBTITLE_ASS.
...
...
libavcodec/assdec.c
View file @
1d9c2dc8
...
...
@@ -19,8 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <string.h>
#include "avcodec.h"
#include "ass.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
static
av_cold
int
ass_decode_init
(
AVCodecContext
*
avctx
)
{
...
...
libavcodec/assenc.c
View file @
1d9c2dc8
...
...
@@ -19,8 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <string.h>
#include "avcodec.h"
#include "libavutil/avstring.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
static
av_cold
int
ass_encode_init
(
AVCodecContext
*
avctx
)
{
...
...
libavcodec/atrac.c
View file @
1d9c2dc8
...
...
@@ -27,6 +27,7 @@
#include <math.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include "avcodec.h"
#include "dsputil.h"
...
...
libavcodec/audio_frame_queue.c
View file @
1d9c2dc8
...
...
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "internal.h"
#include "audio_frame_queue.h"
...
...
libavcodec/audioconvert.c
View file @
1d9c2dc8
...
...
@@ -26,6 +26,7 @@
*/
#include "libavutil/avstring.h"
#include "libavutil/common.h"
#include "libavutil/libm.h"
#include "libavutil/samplefmt.h"
#include "avcodec.h"
...
...
Prev
1
2
3
4
5
…
12
Next
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