Måns Rullgård
|
5e7dfb7de1
Move COPY3_IF_LT to lavc/mathops.h
|
15 лет назад |
Måns Rullgård
|
75fb5c24ed
Move FASTDIV macro to intmath.h
|
15 лет назад |
Vitor Sessak
|
06cb7a1c8f
Use macros instead of inline functions to replace the following missing C99
|
15 лет назад |
Vitor Sessak
|
6b7c7703f4
Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.
|
15 лет назад |
Reimar Döffinger
|
7fc58b1eeb
Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h,
|
15 лет назад |
Loren Merritt
|
1a918c08e4
extend ff_inverse[], and fix its documentation
|
15 лет назад |
Ramiro Polla
|
d31dbec374
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
|
15 лет назад |
Ramiro Polla
|
5ce6934e0a
Add a newline in error message in CHECKED_ALLOC(Z).
|
15 лет назад |
Diego Biurrun
|
ee1550116b
whitespace cosmetics, prettyprinting
|
15 лет назад |
Ramiro Polla
|
e48a0966ca
Add CHECKED_ALLOC macro.
|
15 лет назад |
Alex Converse
|
291fd18a6e
Add a log2 replacement for systems that haven't quite caught up with the C99
|
15 лет назад |
Ramiro Polla
|
16c2e21488
Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to
|
15 лет назад |
Ramiro Polla
|
4b2be143cd
Do not throw compiler error if asm code needs alignment, but we do not know
|
15 лет назад |
Carl Eugen Hoyos
|
06be9d9d8e
Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold.
|
15 лет назад |
Ramiro Polla
|
7d9beec775
Add LABEL_MANGLE() to export label symbols from inside asm blocks.
|
16 лет назад |
Diego Biurrun
|
9f5da4d189
When warning about forbidden pseudo random number generation functions,
|
16 лет назад |
Måns Rullgård
|
35690321a7
ARM: disable inline asm for armcc
|
16 лет назад |
Måns Rullgård
|
28499cc8d8
Correct, portable definition of INT_BIT
|
16 лет назад |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
Diego Biurrun
|
9d52d54df3
Add required header mem.h, av_malloc and friends are used.
|
16 лет назад |
Diego Biurrun
|
dbef3f46b9
cosmetics: Move all #includes together at the beginning of the file.
|
16 лет назад |
Diego Biurrun
|
7d685b486b
spelling/grammar/consistency review part III
|
16 лет назад |
Diego Biurrun
|
bfe3676feb
spelling/grammar/consistency review part II
|
16 лет назад |
Diego Biurrun
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 лет назад |
Diego Biurrun
|
b58f29a171
Disambiguate the macros used to disable fprintf/printf/puts functions.
|
16 лет назад |
Diego Biurrun
|
ed0fd852a3
Add required limits.h header.
|
16 лет назад |
Diego Biurrun
|
0f73b510f0
Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.
|
16 лет назад |
Diego Biurrun
|
3bb13a4770
Drop _MSC_VER case from macro declaration.
|
16 лет назад |
Diego Biurrun
|
4ce9492339
Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
|
16 лет назад |
Diego Biurrun
|
f3c04c1385
Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:
|
16 лет назад |
Stefano Sabatini
|
9c868219e9
Replace calls to the deprecated function av_init_random() with
|
16 лет назад |
Aurelien Jacobs
|
d80a7fe50a
move NULL_IF_CONFIG_SMALL() definition into internal header
|
16 лет назад |
Aurelien Jacobs
|
2f5421d513
move timer related code in a new timer.h file
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Michael Kostylev
|
7b04b8a057
Add truncf() replacement function.
|
16 лет назад |
Diego Biurrun
|
ff8769e205
Drop unnecessary intreadwrite.h and bswap.h #includes.
|
16 лет назад |
Carl Eugen Hoyos
|
af4c0bcb6e
Silence the following icc warnings:
|
16 лет назад |
Carl Eugen Hoyos
|
52476c1bee
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
|
16 лет назад |
Måns Rullgård
|
f8c5adaf9c
ARM: make FASTDIV() an inline function
|
16 лет назад |
Måns Rullgård
|
a2fc0f6a6d
ARM: replace "armv4l" with "arm"
|
16 лет назад |
Måns Rullgård
|
b98f10c08a
ARM: faster ARMv6 FASTDIV()
|
16 лет назад |
Diego Pettenò
|
be449fca79
Convert asm keyword into __asm__.
|
16 лет назад |
Stefano Sabatini
|
6123abad2e
Remove wrong and unnecessary condition. VHOOK filters are not special
|
16 лет назад |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
Diego Biurrun
|
2b409ca9d6
Remove hackish support for fastmemcpy from MPlayer.
|
16 лет назад |
Aurelien Jacobs
|
5af4f1f3e3
move M_PI definition along with other math definitions
|
16 лет назад |
Måns Rullgård
|
c8fd5da42f
fix ARMv6 FASTDIV for divisor <=2
|
16 лет назад |
Diego Biurrun
|
9f31c7ef37
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
|
16 лет назад |
Diego Biurrun
|
80a61f08d2
Remove AltiVec vector declaration compiler compatibility macros.
|
16 лет назад |
Måns Rullgård
|
6651ce17b8
ARM: ARMv6 optimised FASTDIV
|
16 лет назад |