143 Commits (8b494b7b2773eb45c0ed364e346602de0d578196)

Author SHA1 Message Date
Reimar Döffinger de8d1940b5 avutil: Don't allow using strcasecmp/strncasecmp 13 years ago
Anton Khirnov d9f80ea2a7 Move metadata API from lavf to lavu. 14 years ago
Diego Biurrun fb8648ad4b Remove unnecessary LIBAVFORMAT_BUILD #ifdef. 14 years ago
Ronald S. Bultje e973557211 Move emms_c() from libavcodec to libavutil. 14 years ago
Alex Converse 1569554153 Ban strncpy() it's too easy to misuse. 14 years ago
Mans Rullgard 820818a330 Remove unnecessary icc version checks 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Alexander Strange 37b00b47cb Frame-based multithreading framework using pthreads 14 years ago
Mans Rullgard 365e3c7878 Rename attribute_used to av_used and move it to attributes.h 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Carl Eugen Hoyos 086e997e34 Intel C compiler 12.0 does not suport these attributes: may_alias, force_align_arg_pointer and alloc_size. 14 years ago
Carl Eugen Hoyos eedc4ee5d8 Use attribute force_align_arg_pointer only on x86_32. 15 years ago
Måns Rullgård cae70f99a3 Improve FF_SYMVER documentation 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Michael Niedermayer 33586ee770 Document FF_SYMVER and attribute_used 15 years ago
Måns Rullgård ccc87908a9 Fix symbol version compat wrappers on systems with export prefixes 15 years ago
Måns Rullgård b462d13262 Add compatibility wrappers for functions moved from lavf to lavc 15 years ago
Michael Niedermayer a74d707cb7 av_alias is an attribute and belongs to attributes.h 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Måns Rullgård 335ee1aadd Move libm replacements to new header libm.h 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Måns Rullgård 7ed63ca2e7 Add casts to correct return type in macros for missing libm funcs 15 years ago
Carl Eugen Hoyos 8e339d4aa0 Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers. 15 years ago
Måns Rullgård 8e05f06912 Define missing llrint() as macro instead of inline function 15 years ago
Måns Rullgård 788627dea6 Define av_alias if supported by compiler 15 years ago
Måns Rullgård 5e7dfb7de1 Move COPY3_IF_LT to lavc/mathops.h 15 years ago
Måns Rullgård 75fb5c24ed Move FASTDIV macro to intmath.h 15 years ago
Vitor Sessak 06cb7a1c8f Use macros instead of inline functions to replace the following missing C99 15 years ago
Vitor Sessak 6b7c7703f4 Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it. 15 years ago
Reimar Döffinger 7fc58b1eeb Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, 15 years ago
Loren Merritt 1a918c08e4 extend ff_inverse[], and fix its documentation 15 years ago
Ramiro Polla d31dbec374 Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label 15 years ago
Ramiro Polla 5ce6934e0a Add a newline in error message in CHECKED_ALLOC(Z). 15 years ago
Diego Biurrun ee1550116b whitespace cosmetics, prettyprinting 15 years ago
Ramiro Polla e48a0966ca Add CHECKED_ALLOC macro. 15 years ago
Alex Converse 291fd18a6e Add a log2 replacement for systems that haven't quite caught up with the C99 16 years ago
Ramiro Polla 16c2e21488 Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to 16 years ago
Ramiro Polla 4b2be143cd Do not throw compiler error if asm code needs alignment, but we do not know 16 years ago
Carl Eugen Hoyos 06be9d9d8e Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold. 16 years ago
Ramiro Polla 7d9beec775 Add LABEL_MANGLE() to export label symbols from inside asm blocks. 16 years ago
Diego Biurrun 9f5da4d189 When warning about forbidden pseudo random number generation functions, 16 years ago
Måns Rullgård 35690321a7 ARM: disable inline asm for armcc 16 years ago
Måns Rullgård 28499cc8d8 Correct, portable definition of INT_BIT 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 9d52d54df3 Add required header mem.h, av_malloc and friends are used. 16 years ago
Diego Biurrun dbef3f46b9 cosmetics: Move all #includes together at the beginning of the file. 16 years ago
Diego Biurrun 7d685b486b spelling/grammar/consistency review part III 16 years ago
Diego Biurrun bfe3676feb spelling/grammar/consistency review part II 16 years ago
Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 16 years ago