Diego Biurrun
|
edfd6975cf
Simplify MANGLE macro preprocessor condition checks.
|
16 years ago |
İsmail Dönmez
|
8e9ccb6c7e
Fix MANGLE macro on Mac OS X.
|
16 years ago |
Diego Biurrun
|
a087028ad8
Add #include "config.h" to headers that need it.
|
16 years ago |
Reimar Döffinger
|
7e14b8082d
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but
|
16 years ago |
Michael Niedermayer
|
c448a09624
Faster ff_sqrt()
|
17 years ago |
Diego Biurrun
|
59ec6991ac
Disallow puts(), av_log() should be used instead.
|
17 years ago |
Michael Kostylev
|
a33cab3a9a
Check for the presence of llrint(), lrint(), round() and roundf()
|
17 years ago |
Diego Biurrun
|
52d086084e
Remove outdated comment.
|
17 years ago |
Michael Kostylev
|
4f365f37b5
djgpp port, first part
|
17 years ago |
Luca Abeni
|
c5a2fe8f1f
Generate a linking error if perror() is used in libav*
|
17 years ago |
Luca Abeni
|
7f0cd6a529
Remove perror() usage from libavutil
|
17 years ago |
Jeremy Mordkoff
|
4f9c008cd5
Fix typo.
|
17 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Diego Biurrun
|
c97f54020d
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
|
17 years ago |
Diego Biurrun
|
8008a04325
Move Apple gcc AltiVec vector declaration syntax to libavutil.
|
17 years ago |
Diego Biurrun
|
9d16f87ffd
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
|
17 years ago |
Ramiro Polla
|
5e4c7ca224
Add attribute that forces alignment of stack to functions that need it.
|
17 years ago |
Måns Rullgård
|
318049b8ed
move #include of system headers to top of file
|
17 years ago |
Alex Beregszaszi
|
7eed4aef83
10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs
|
17 years ago |
Ramiro Polla
|
7c9dcd4bba
Remove unnecessary MINGW ifdef.
|
17 years ago |
Ramiro Polla
|
36564c514c
Remove MinGW lrint hack.
|
17 years ago |
Ramiro Polla
|
7c37e504f0
Remove OS/2 support
|
17 years ago |
Måns Rullgård
|
84662c01c9
undef forbidden names before we #define them in case they are macros in libc
|
17 years ago |
Vitor Sessak
|
3299fb4523
Make error message more helpful and forbid random()
|
17 years ago |
Diego Biurrun
|
224906414b
Remove leading underscores from specifiers, they are reserved.
|
17 years ago |
Reimar Döffinger
|
272605c73e
more av_strl* adjustments
|
17 years ago |
Måns Rullgård
|
99545457bf
include all prerequisites in header files
|
17 years ago |
Reimar Döffinger
|
6f74b71ef0
Part of MPlayer patch:
|
17 years ago |
Carl Eugen Hoyos
|
154e30f6c2
rename attribute_unused to av_unused and moves its declaration to common.h
|
17 years ago |
Michael Niedermayer
|
45221f7f61
reduce number of shifts
|
17 years ago |
Michael Niedermayer
|
fd735e4b77
simplify
|
17 years ago |
Alex Beregszaszi
|
61bc79ec9c
remove possibly broken wince cruft
|
17 years ago |
Ramiro Polla
|
8c2e2040aa
Add first and second output to earlyclobbers in COPY3_IF_LT macro.
|
17 years ago |
Michael Niedermayer
|
c367d06702
prevent exit missuse
|
17 years ago |
Michel Bardiaux
|
318c5e0524
Give context to dprintf
|
17 years ago |
Michel Bardiaux
|
bdb4b698d8
Corrections so that builds with DEBUG work
|
17 years ago |
Ramiro Polla
|
5dff169489
remove fallback definitions of PRIxNN macros,
|
17 years ago |
François Revol
|
ea65a753eb
Remove unused ENODATA define
|
18 years ago |
Luca Abeni
|
40628be0ed
__attribute__((unused)) works with gcc 2.95 too
|
18 years ago |
Måns Rullgård
|
849f10351d
rename always_inline to av_always_inline and move to common.h
|
18 years ago |
Måns Rullgård
|
a77caa4dc9
fix mingw shared build, and get rid of FF_IMPORT_ATTR
|
18 years ago |
Måns Rullgård
|
8da9266cea
use the standard INT64_C() macro for 64-bit constants
|
18 years ago |
Måns Rullgård
|
cd10789691
move more macros to internal.h
|
18 years ago |
Måns Rullgård
|
5403f8576b
move some __attribute__ macros to internal.h
|
18 years ago |
Reimar Döffinger
|
cf1e119bb2
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
|
18 years ago |
Måns Rullgård
|
7e5f82dc06
move comment
|
18 years ago |
Måns Rullgård
|
f940f7c9d2
merge CONFIG_WINCE sections
|
18 years ago |
Måns Rullgård
|
635eb0cc3d
indentation
|
18 years ago |
Måns Rullgård
|
36cd306907
rename inverse -> ff_inverse
|
18 years ago |
Diego Biurrun
|
3cd52279c9
Use common define for x86_32 and x86_64.
|
18 years ago |