| @@ -27,6 +27,8 @@ | |||||
| #include <errno.h> | #include <errno.h> | ||||
| #include <signal.h> | #include <signal.h> | ||||
| #include <limits.h> | #include <limits.h> | ||||
| #include <stdint.h> | |||||
| #include "libavformat/avformat.h" | #include "libavformat/avformat.h" | ||||
| #include "libavdevice/avdevice.h" | #include "libavdevice/avdevice.h" | ||||
| #include "libswscale/swscale.h" | #include "libswscale/swscale.h" | ||||
| @@ -18,6 +18,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "avconv.h" | #include "avconv.h" | ||||
| #include "libavfilter/avfilter.h" | #include "libavfilter/avfilter.h" | ||||
| @@ -23,6 +23,8 @@ | |||||
| #include <inttypes.h> | #include <inttypes.h> | ||||
| #include <math.h> | #include <math.h> | ||||
| #include <limits.h> | #include <limits.h> | ||||
| #include <stdint.h> | |||||
| #include "libavutil/avstring.h" | #include "libavutil/avstring.h" | ||||
| #include "libavutil/colorspace.h" | #include "libavutil/colorspace.h" | ||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| @@ -20,6 +20,7 @@ | |||||
| */ | */ | ||||
| #include <string.h> | #include <string.h> | ||||
| #include <stdint.h> | |||||
| #include <stdlib.h> | #include <stdlib.h> | ||||
| #include <errno.h> | #include <errno.h> | ||||
| #include <math.h> | #include <math.h> | ||||
| @@ -103,6 +103,7 @@ | |||||
| #include <assert.h> | #include <assert.h> | ||||
| #include <errno.h> | #include <errno.h> | ||||
| #include <math.h> | #include <math.h> | ||||
| #include <stdint.h> | |||||
| #include <string.h> | #include <string.h> | ||||
| #if ARCH_ARM | #if ARCH_ARM | ||||
| @@ -24,6 +24,8 @@ | |||||
| * huffman tree builder and VLC generator | * huffman tree builder and VLC generator | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "avcodec.h" | #include "avcodec.h" | ||||
| #include "get_bits.h" | #include "get_bits.h" | ||||
| #include "huffman.h" | #include "huffman.h" | ||||
| @@ -25,6 +25,8 @@ | |||||
| * IFF PBM/ILBM bitmap decoder | * IFF PBM/ILBM bitmap decoder | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/imgutils.h" | #include "libavutil/imgutils.h" | ||||
| #include "bytestream.h" | #include "bytestream.h" | ||||
| #include "avcodec.h" | #include "avcodec.h" | ||||
| @@ -25,6 +25,8 @@ | |||||
| * MPEG1/2 encoder | * MPEG1/2 encoder | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/attributes.h" | #include "libavutil/attributes.h" | ||||
| #include "libavutil/log.h" | #include "libavutil/log.h" | ||||
| #include "libavutil/opt.h" | #include "libavutil/opt.h" | ||||
| @@ -27,6 +27,8 @@ | |||||
| * The simplest mpeg encoder (well, it was the simplest!). | * The simplest mpeg encoder (well, it was the simplest!). | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/internal.h" | #include "libavutil/internal.h" | ||||
| #include "libavutil/intmath.h" | #include "libavutil/intmath.h" | ||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| @@ -22,6 +22,7 @@ | |||||
| #include <float.h> | #include <float.h> | ||||
| #include <limits.h> | #include <limits.h> | ||||
| #include <stdint.h> | |||||
| #include "libavutil/opt.h" | #include "libavutil/opt.h" | ||||
| #include "avcodec.h" | #include "avcodec.h" | ||||
| @@ -20,6 +20,7 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include <string.h> | #include <string.h> | ||||
| #include "parser.h" | #include "parser.h" | ||||
| @@ -16,6 +16,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavresample/avresample.h" | #include "libavresample/avresample.h" | ||||
| #include "libavutil/attributes.h" | #include "libavutil/attributes.h" | ||||
| #include "libavutil/audio_fifo.h" | #include "libavutil/audio_fifo.h" | ||||
| @@ -18,6 +18,7 @@ | |||||
| #include <float.h> | #include <float.h> | ||||
| #include <math.h> | #include <math.h> | ||||
| #include <stdint.h> | |||||
| #include "config.h" | #include "config.h" | ||||
| @@ -22,6 +22,7 @@ | |||||
| */ | */ | ||||
| #include <float.h> | #include <float.h> | ||||
| #include <stdint.h> | |||||
| #include "libavutil/common.h" | #include "libavutil/common.h" | ||||
| #include "libavutil/fifo.h" | #include "libavutil/fifo.h" | ||||
| @@ -29,6 +29,7 @@ | |||||
| */ | */ | ||||
| #include <float.h> | #include <float.h> | ||||
| #include <stdint.h> | |||||
| #include "libavutil/attributes.h" | #include "libavutil/attributes.h" | ||||
| #include "libavutil/avstring.h" | #include "libavutil/avstring.h" | ||||
| @@ -19,6 +19,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/intfloat.h" | #include "libavutil/intfloat.h" | ||||
| #include "avformat.h" | #include "avformat.h" | ||||
| #include "internal.h" | #include "internal.h" | ||||
| @@ -19,6 +19,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| #include "avformat.h" | #include "avformat.h" | ||||
| #include "internal.h" | #include "internal.h" | ||||
| @@ -19,6 +19,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/avstring.h" | #include "libavutil/avstring.h" | ||||
| #include "libavutil/bswap.h" | #include "libavutil/bswap.h" | ||||
| #include "libavutil/dict.h" | #include "libavutil/dict.h" | ||||
| @@ -19,6 +19,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/intreadwrite.h" | #include "libavutil/intreadwrite.h" | ||||
| #include "libavutil/intfloat.h" | #include "libavutil/intfloat.h" | ||||
| #include "avformat.h" | #include "avformat.h" | ||||
| @@ -20,6 +20,7 @@ | |||||
| */ | */ | ||||
| #include <float.h> | #include <float.h> | ||||
| #include <stdint.h> | |||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| #include "libavutil/parseutils.h" | #include "libavutil/parseutils.h" | ||||
| @@ -19,6 +19,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "avc.h" | #include "avc.h" | ||||
| #include "avformat.h" | #include "avformat.h" | ||||
| #include "avlanguage.h" | #include "avlanguage.h" | ||||
| @@ -24,6 +24,7 @@ | |||||
| */ | */ | ||||
| #include <limits.h> | #include <limits.h> | ||||
| #include <stdint.h> | |||||
| //#define MOV_EXPORT_ALL_METADATA | //#define MOV_EXPORT_ALL_METADATA | ||||
| @@ -21,6 +21,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "movenc.h" | #include "movenc.h" | ||||
| #include "avformat.h" | #include "avformat.h" | ||||
| #include "avio_internal.h" | #include "avio_internal.h" | ||||
| @@ -19,6 +19,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/attributes.h" | #include "libavutil/attributes.h" | ||||
| #include "libavutil/fifo.h" | #include "libavutil/fifo.h" | ||||
| #include "libavutil/log.h" | #include "libavutil/log.h" | ||||
| @@ -43,6 +43,8 @@ | |||||
| * Only tracks with associated descriptors will be decoded. "Highly Desirable" SMPTE 377M D.1 | * Only tracks with associated descriptors will be decoded. "Highly Desirable" SMPTE 377M D.1 | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/aes.h" | #include "libavutil/aes.h" | ||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| #include "libavcodec/bytestream.h" | #include "libavcodec/bytestream.h" | ||||
| @@ -19,6 +19,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/intreadwrite.h" | #include "libavutil/intreadwrite.h" | ||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| #include "libavutil/tree.h" | #include "libavutil/tree.h" | ||||
| @@ -19,6 +19,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/crc.h" | #include "libavutil/crc.h" | ||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| #include "libavutil/opt.h" | #include "libavutil/opt.h" | ||||
| @@ -32,6 +32,8 @@ | |||||
| * optional background_frame | * optional background_frame | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/intreadwrite.h" | #include "libavutil/intreadwrite.h" | ||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| #include "avformat.h" | #include "avformat.h" | ||||
| @@ -19,11 +19,13 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include <stdlib.h> | |||||
| #include "libavutil/avstring.h" | #include "libavutil/avstring.h" | ||||
| #include "libavutil/dict.h" | #include "libavutil/dict.h" | ||||
| #include "avformat.h" | #include "avformat.h" | ||||
| #include "internal.h" | #include "internal.h" | ||||
| #include <stdlib.h> | |||||
| #define RPL_SIGNATURE "ARMovie\x0A" | #define RPL_SIGNATURE "ARMovie\x0A" | ||||
| #define RPL_SIGNATURE_SIZE 8 | #define RPL_SIGNATURE_SIZE 8 | ||||
| @@ -20,6 +20,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "seek.h" | #include "seek.h" | ||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| #include "libavutil/mem.h" | #include "libavutil/mem.h" | ||||
| @@ -19,6 +19,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "avformat.h" | #include "avformat.h" | ||||
| #include "avio_internal.h" | #include "avio_internal.h" | ||||
| #include "internal.h" | #include "internal.h" | ||||
| @@ -23,6 +23,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/avassert.h" | #include "libavutil/avassert.h" | ||||
| #include "libavutil/dict.h" | #include "libavutil/dict.h" | ||||
| #include "libavutil/log.h" | #include "libavutil/log.h" | ||||
| @@ -20,6 +20,7 @@ | |||||
| */ | */ | ||||
| #include <inttypes.h> | #include <inttypes.h> | ||||
| #include <stdint.h> | |||||
| #include "avformat.h" | #include "avformat.h" | ||||
| #include "internal.h" | #include "internal.h" | ||||
| @@ -18,6 +18,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "libavutil/mathematics.h" | #include "libavutil/mathematics.h" | ||||
| #include "libavutil/mem.h" | #include "libavutil/mem.h" | ||||
| #include "libavutil/opt.h" | #include "libavutil/opt.h" | ||||
| @@ -23,6 +23,8 @@ | |||||
| * audio channel layout utility functions | * audio channel layout utility functions | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "avstring.h" | #include "avstring.h" | ||||
| #include "avutil.h" | #include "avutil.h" | ||||
| #include "channel_layout.h" | #include "channel_layout.h" | ||||
| @@ -30,6 +30,7 @@ | |||||
| #include <inttypes.h> | #include <inttypes.h> | ||||
| #include <limits.h> | #include <limits.h> | ||||
| #include <math.h> | #include <math.h> | ||||
| #include <stdint.h> | |||||
| #include <stdio.h> | #include <stdio.h> | ||||
| #include <stdlib.h> | #include <stdlib.h> | ||||
| #include <string.h> | #include <string.h> | ||||
| @@ -16,6 +16,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include <stdint.h> | |||||
| #include "cpu.h" | #include "cpu.h" | ||||
| #include "cpu_internal.h" | #include "cpu_internal.h" | ||||
| #include "config.h" | #include "config.h" | ||||