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
|
18 years ago |
Reimar Döffinger
|
6f74b71ef0
Part of MPlayer patch:
|
18 years ago |
Carl Eugen Hoyos
|
154e30f6c2
rename attribute_unused to av_unused and moves its declaration to common.h
|
18 years ago |
Michael Niedermayer
|
45221f7f61
reduce number of shifts
|
18 years ago |
Michael Niedermayer
|
fd735e4b77
simplify
|
18 years ago |
Alex Beregszaszi
|
61bc79ec9c
remove possibly broken wince cruft
|
18 years ago |
Ramiro Polla
|
8c2e2040aa
Add first and second output to earlyclobbers in COPY3_IF_LT macro.
|
18 years ago |
Michael Niedermayer
|
c367d06702
prevent exit missuse
|
18 years ago |
Michel Bardiaux
|
318c5e0524
Give context to dprintf
|
18 years ago |
Michel Bardiaux
|
bdb4b698d8
Corrections so that builds with DEBUG work
|
18 years ago |
Ramiro Polla
|
5dff169489
remove fallback definitions of PRIxNN macros,
|
18 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 |
Diego Biurrun
|
419b878494
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change
|
18 years ago |
Guillaume Poirier
|
94e4c3a333
Protect code that uses CMOV instructions with HAVE_CMOV,
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Siarhei Siamashka
|
eeebe6ad1f
add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%
|
18 years ago |
Diego Biurrun
|
04d7f60143
Add official LGPL license headers to the files that were missing them.
|
18 years ago |
Panagiotis Issaris
|
af0ad8f0c1
Remove unused defines, patch by takis P issaris A uhasselt P be
|
18 years ago |
Diego Biurrun
|
f4bd289a04
Explicitly include fastmemcpy.h from libvo/.
|
18 years ago |
Reimar Döffinger
|
aab7715910
do not include bswap.h in common.h for external programs, since the former
|
18 years ago |
Reimar Döffinger
|
05020c89eb
Split common.h in two parts, purely internal stuff (internal.h) and things
|
18 years ago |