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
0ebcdf5c
Commit
0ebcdf5c
authored
Jun 04, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not include mathematics.h in avutil.h
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
ee8aecd2
Hide whitespace changes
Inline
Side-by-side
Showing
54 changed files
with
56 additions
and
1 deletion
+56
-1
ffmpeg.c
ffmpeg.c
+1
-0
ffplay.c
ffplay.c
+1
-0
ffserver.c
ffserver.c
+1
-0
acelp_pitch_delay.c
libavcodec/acelp_pitch_delay.c
+1
-0
ituh263dec.c
libavcodec/ituh263dec.c
+1
-0
mpegvideo_enc.c
libavcodec/mpegvideo_enc.c
+1
-0
snow.c
libavcodec/snow.c
+1
-0
utils.c
libavcodec/utils.c
+1
-0
xsubdec.c
libavcodec/xsubdec.c
+2
-0
vf_aspect.c
libavfilter/vf_aspect.c
+1
-0
vf_crop.c
libavfilter/vf_crop.c
+1
-0
vf_overlay.c
libavfilter/vf_overlay.c
+1
-0
vf_pad.c
libavfilter/vf_pad.c
+1
-0
vf_scale.c
libavfilter/vf_scale.c
+1
-0
vf_setpts.c
libavfilter/vf_setpts.c
+1
-0
vf_settb.c
libavfilter/vf_settb.c
+1
-0
vsrc_color.c
libavfilter/vsrc_color.c
+1
-0
vsrc_nullsrc.c
libavfilter/vsrc_nullsrc.c
+1
-0
applehttp.c
libavformat/applehttp.c
+1
-0
asfdec.c
libavformat/asfdec.c
+1
-0
assdec.c
libavformat/assdec.c
+1
-0
audiointerleave.c
libavformat/audiointerleave.c
+1
-0
avidec.c
libavformat/avidec.c
+1
-0
dv.c
libavformat/dv.c
+1
-0
dvenc.c
libavformat/dvenc.c
+1
-0
ffmetadec.c
libavformat/ffmetadec.c
+1
-0
gxfenc.c
libavformat/gxfenc.c
+1
-0
matroskaenc.c
libavformat/matroskaenc.c
+1
-0
mov.c
libavformat/mov.c
+1
-0
movenc.c
libavformat/movenc.c
+1
-0
mp3dec.c
libavformat/mp3dec.c
+1
-0
mpegenc.c
libavformat/mpegenc.c
+1
-0
mpegtsenc.c
libavformat/mpegtsenc.c
+1
-0
mxfdec.c
libavformat/mxfdec.c
+1
-0
nsvdec.c
libavformat/nsvdec.c
+2
-0
nut.c
libavformat/nut.c
+1
-0
nutdec.c
libavformat/nutdec.c
+1
-0
nutenc.c
libavformat/nutenc.c
+1
-0
oggenc.c
libavformat/oggenc.c
+1
-0
output-example.c
libavformat/output-example.c
+1
-0
pcm.c
libavformat/pcm.c
+1
-0
r3d.c
libavformat/r3d.c
+1
-0
riff.c
libavformat/riff.c
+1
-0
rl2.c
libavformat/rl2.c
+1
-0
rtpdec.c
libavformat/rtpdec.c
+1
-0
rtpenc.c
libavformat/rtpenc.c
+1
-0
rtsp.c
libavformat/rtsp.c
+1
-0
rtspdec.c
libavformat/rtspdec.c
+1
-0
seek.c
libavformat/seek.c
+1
-0
utils.c
libavformat/utils.c
+1
-0
vqf.c
libavformat/vqf.c
+1
-0
wav.c
libavformat/wav.c
+2
-0
avutil.h
libavutil/avutil.h
+0
-1
seek_test.c
tests/seek_test.c
+1
-0
No files found.
ffmpeg.c
View file @
0ebcdf5c
...
...
@@ -40,6 +40,7 @@
#include "libavutil/fifo.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "libavutil/pixdesc.h"
#include "libavutil/avstring.h"
#include "libavutil/libm.h"
...
...
ffplay.c
View file @
0ebcdf5c
...
...
@@ -25,6 +25,7 @@
#include <limits.h>
#include "libavutil/avstring.h"
#include "libavutil/colorspace.h"
#include "libavutil/mathematics.h"
#include "libavutil/pixdesc.h"
#include "libavutil/imgutils.h"
#include "libavutil/dict.h"
...
...
ffserver.c
View file @
0ebcdf5c
...
...
@@ -37,6 +37,7 @@
#include "libavutil/avstring.h"
#include "libavutil/lfg.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "libavutil/random_seed.h"
#include "libavutil/parseutils.h"
#include "libavutil/opt.h"
...
...
libavcodec/acelp_pitch_delay.c
View file @
0ebcdf5c
...
...
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "dsputil.h"
#include "acelp_pitch_delay.h"
...
...
libavcodec/ituh263dec.c
View file @
0ebcdf5c
...
...
@@ -30,6 +30,7 @@
//#define DEBUG
#include <limits.h>
#include "libavutil/mathematics.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"
...
...
libavcodec/mpegvideo_enc.c
View file @
0ebcdf5c
...
...
@@ -28,6 +28,7 @@
*/
#include "libavutil/intmath.h"
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"
...
...
libavcodec/snow.c
View file @
0ebcdf5c
...
...
@@ -3697,6 +3697,7 @@ AVCodec ff_snow_encoder = {
#undef printf
#include "libavutil/lfg.h"
#include "libavutil/mathematics.h"
int
main
(
void
){
int
width
=
256
;
...
...
libavcodec/utils.c
View file @
0ebcdf5c
...
...
@@ -27,6 +27,7 @@
#include "libavutil/avstring.h"
#include "libavutil/crc.h"
#include "libavutil/mathematics.h"
#include "libavutil/pixdesc.h"
#include "libavutil/audioconvert.h"
#include "libavutil/imgutils.h"
...
...
libavcodec/xsubdec.c
View file @
0ebcdf5c
...
...
@@ -18,6 +18,8 @@
* License along with Libav; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "get_bits.h"
...
...
libavfilter/vf_aspect.c
View file @
0ebcdf5c
...
...
@@ -23,6 +23,7 @@
* aspect ratio modification video filters
*/
#include "libavutil/mathematics.h"
#include "avfilter.h"
typedef
struct
{
...
...
libavfilter/vf_crop.c
View file @
0ebcdf5c
...
...
@@ -30,6 +30,7 @@
#include "libavutil/avstring.h"
#include "libavutil/libm.h"
#include "libavutil/imgutils.h"
#include "libavutil/mathematics.h"
static
const
char
*
var_names
[]
=
{
"E"
,
...
...
libavfilter/vf_overlay.c
View file @
0ebcdf5c
...
...
@@ -30,6 +30,7 @@
#include "libavutil/avstring.h"
#include "libavutil/pixdesc.h"
#include "libavutil/imgutils.h"
#include "libavutil/mathematics.h"
#include "internal.h"
static
const
char
*
var_names
[]
=
{
...
...
libavfilter/vf_pad.c
View file @
0ebcdf5c
...
...
@@ -32,6 +32,7 @@
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/parseutils.h"
#include "libavutil/mathematics.h"
#include "drawutils.h"
static
const
char
*
var_names
[]
=
{
...
...
libavfilter/vf_scale.c
View file @
0ebcdf5c
...
...
@@ -26,6 +26,7 @@
#include "avfilter.h"
#include "libavutil/avstring.h"
#include "libavutil/eval.h"
#include "libavutil/mathematics.h"
#include "libavutil/pixdesc.h"
#include "libswscale/swscale.h"
...
...
libavfilter/vf_setpts.c
View file @
0ebcdf5c
...
...
@@ -27,6 +27,7 @@
/* #define DEBUG */
#include "libavutil/eval.h"
#include "libavutil/mathematics.h"
#include "avfilter.h"
static
const
char
*
var_names
[]
=
{
...
...
libavfilter/vf_settb.c
View file @
0ebcdf5c
...
...
@@ -25,6 +25,7 @@
#include "libavutil/avstring.h"
#include "libavutil/eval.h"
#include "libavutil/mathematics.h"
#include "libavutil/rational.h"
#include "avfilter.h"
#include "internal.h"
...
...
libavfilter/vsrc_color.c
View file @
0ebcdf5c
...
...
@@ -22,6 +22,7 @@
#include "libavutil/pixdesc.h"
#include "libavutil/colorspace.h"
#include "libavutil/imgutils.h"
#include "libavutil/mathematics.h"
#include "libavutil/parseutils.h"
#include "drawutils.h"
...
...
libavfilter/vsrc_nullsrc.c
View file @
0ebcdf5c
...
...
@@ -23,6 +23,7 @@
#include "libavutil/avstring.h"
#include "libavutil/eval.h"
#include "libavutil/mathematics.h"
#include "libavutil/parseutils.h"
#include "avfilter.h"
...
...
libavformat/applehttp.c
View file @
0ebcdf5c
...
...
@@ -27,6 +27,7 @@
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/dict.h"
#include "avformat.h"
...
...
libavformat/asfdec.c
View file @
0ebcdf5c
...
...
@@ -25,6 +25,7 @@
#include "libavutil/common.h"
#include "libavutil/avstring.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "libavcodec/mpegaudio.h"
#include "avformat.h"
#include "avio_internal.h"
...
...
libavformat/assdec.c
View file @
0ebcdf5c
...
...
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "internal.h"
...
...
libavformat/audiointerleave.c
View file @
0ebcdf5c
...
...
@@ -21,6 +21,7 @@
*/
#include "libavutil/fifo.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "audiointerleave.h"
#include "internal.h"
...
...
libavformat/avidec.c
View file @
0ebcdf5c
...
...
@@ -21,6 +21,7 @@
#include <strings.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/bswap.h"
#include "libavutil/dict.h"
#include "avformat.h"
...
...
libavformat/dv.c
View file @
0ebcdf5c
...
...
@@ -32,6 +32,7 @@
#include "avformat.h"
#include "libavcodec/dvdata.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "dv.h"
struct
DVDemuxContext
{
...
...
libavformat/dvenc.c
View file @
0ebcdf5c
...
...
@@ -35,6 +35,7 @@
#include "libavcodec/dvdata.h"
#include "dv.h"
#include "libavutil/fifo.h"
#include "libavutil/mathematics.h"
struct
DVMuxContext
{
const
DVprofile
*
sys
;
/* current DV profile, e.g.: 525/60, 625/50 */
...
...
libavformat/ffmetadec.c
View file @
0ebcdf5c
...
...
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "ffmeta.h"
#include "internal.h"
...
...
libavformat/gxfenc.c
View file @
0ebcdf5c
...
...
@@ -20,6 +20,7 @@
*/
#include "libavutil/intfloat_readwrite.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "gxf.h"
#include "riff.h"
...
...
libavformat/matroskaenc.c
View file @
0ebcdf5c
...
...
@@ -29,6 +29,7 @@
#include "libavutil/samplefmt.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat_readwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/random_seed.h"
#include "libavutil/lfg.h"
#include "libavutil/dict.h"
...
...
libavformat/mov.c
View file @
0ebcdf5c
...
...
@@ -27,6 +27,7 @@
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat_readwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/avstring.h"
#include "libavutil/dict.h"
#include "avformat.h"
...
...
libavformat/movenc.c
View file @
0ebcdf5c
...
...
@@ -33,6 +33,7 @@
#include "internal.h"
#include "libavutil/avstring.h"
#include "libavutil/intfloat_readwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/dict.h"
#include "rtpenc.h"
...
...
libavformat/mp3dec.c
View file @
0ebcdf5c
...
...
@@ -22,6 +22,7 @@
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "id3v2.h"
#include "id3v1.h"
...
...
libavformat/mpegenc.c
View file @
0ebcdf5c
...
...
@@ -20,6 +20,7 @@
*/
#include "libavutil/fifo.h"
#include "libavutil/mathematics.h"
#include "libavcodec/put_bits.h"
#include "avformat.h"
#include "mpeg.h"
...
...
libavformat/mpegtsenc.c
View file @
0ebcdf5c
...
...
@@ -22,6 +22,7 @@
#include "libavutil/bswap.h"
#include "libavutil/crc.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavcodec/mpegvideo.h"
#include "avformat.h"
...
...
libavformat/mxfdec.c
View file @
0ebcdf5c
...
...
@@ -46,6 +46,7 @@
//#define DEBUG
#include "libavutil/aes.h"
#include "libavutil/mathematics.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "mxf.h"
...
...
libavformat/nsvdec.c
View file @
0ebcdf5c
...
...
@@ -18,6 +18,8 @@
* License along with Libav; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "riff.h"
#include "libavutil/dict.h"
...
...
libavformat/nut.c
View file @
0ebcdf5c
...
...
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "libavutil/tree.h"
#include "nut.h"
#include "internal.h"
...
...
libavformat/nutdec.c
View file @
0ebcdf5c
...
...
@@ -24,6 +24,7 @@
#include "libavutil/avstring.h"
#include "libavutil/bswap.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "libavutil/tree.h"
#include "avio_internal.h"
#include "nut.h"
...
...
libavformat/nutenc.c
View file @
0ebcdf5c
...
...
@@ -20,6 +20,7 @@
*/
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/tree.h"
#include "libavutil/dict.h"
#include "libavcodec/mpegaudiodata.h"
...
...
libavformat/oggenc.c
View file @
0ebcdf5c
...
...
@@ -20,6 +20,7 @@
*/
#include "libavutil/crc.h"
#include "libavutil/mathematics.h"
#include "libavutil/random_seed.h"
#include "libavcodec/xiph.h"
#include "libavcodec/bytestream.h"
...
...
libavformat/output-example.c
View file @
0ebcdf5c
...
...
@@ -34,6 +34,7 @@
#include <string.h>
#include <math.h>
#include "libavutil/mathematics.h"
#include "libavformat/avformat.h"
#include "libswscale/swscale.h"
...
...
libavformat/pcm.c
View file @
0ebcdf5c
...
...
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "pcm.h"
...
...
libavformat/r3d.c
View file @
0ebcdf5c
...
...
@@ -23,6 +23,7 @@
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
typedef
struct
{
...
...
libavformat/riff.c
View file @
0ebcdf5c
...
...
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "libavcodec/avcodec.h"
#include "avformat.h"
#include "avio_internal.h"
...
...
libavformat/rl2.c
View file @
0ebcdf5c
...
...
@@ -34,6 +34,7 @@
*/
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
#define EXTRADATA1_SIZE (6 + 256 * 3) ///< video base, clr, palette
...
...
libavformat/rtpdec.c
View file @
0ebcdf5c
...
...
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "libavcodec/get_bits.h"
#include "avformat.h"
#include "mpegts.h"
...
...
libavformat/rtpenc.c
View file @
0ebcdf5c
...
...
@@ -22,6 +22,7 @@
#include "avformat.h"
#include "mpegts.h"
#include "internal.h"
#include "libavutil/mathematics.h"
#include "libavutil/random_seed.h"
#include "libavutil/opt.h"
...
...
libavformat/rtsp.c
View file @
0ebcdf5c
...
...
@@ -22,6 +22,7 @@
#include "libavutil/base64.h"
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/parseutils.h"
#include "libavutil/random_seed.h"
#include "libavutil/dict.h"
...
...
libavformat/rtspdec.c
View file @
0ebcdf5c
...
...
@@ -21,6 +21,7 @@
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "avformat.h"
...
...
libavformat/seek.c
View file @
0ebcdf5c
...
...
@@ -21,6 +21,7 @@
*/
#include "seek.h"
#include "libavutil/mathematics.h"
#include "libavutil/mem.h"
#include "internal.h"
...
...
libavformat/utils.c
View file @
0ebcdf5c
...
...
@@ -31,6 +31,7 @@
#include "metadata.h"
#include "id3v2.h"
#include "libavutil/avstring.h"
#include "libavutil/mathematics.h"
#include "riff.h"
#include "audiointerleave.h"
#include "url.h"
...
...
libavformat/vqf.c
View file @
0ebcdf5c
...
...
@@ -22,6 +22,7 @@
#include "avformat.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
typedef
struct
VqfContext
{
int
frame_bit_len
;
...
...
libavformat/wav.c
View file @
0ebcdf5c
...
...
@@ -22,6 +22,8 @@
* License along with Libav; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "avio_internal.h"
#include "pcm.h"
...
...
libavutil/avutil.h
View file @
0ebcdf5c
...
...
@@ -121,7 +121,6 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
#include "common.h"
#include "error.h"
#include "mathematics.h"
#include "rational.h"
#include "log.h"
#include "pixfmt.h"
...
...
tests/seek_test.c
View file @
0ebcdf5c
...
...
@@ -25,6 +25,7 @@
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libavformat/avformat.h"
#undef exit
...
...
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