Martin Storsjö
|
e743e7ae6e
libavutil: Make avpriv_open a library-internal function on msvcrt
|
11 лет назад |
Martin Storsjö
|
33237123c8
libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as well
|
11 лет назад |
Rémi Denis-Courmont
|
869b04e891
libavutil: add avpriv_open() to open files with close-on-exec flag
|
11 лет назад |
Diego Biurrun
|
3a7050ffed
build: Add _Pragma macro to disable deprecated declaration warnings
|
12 лет назад |
Martin Storsjö
|
06122c2533
msvc: Move linker pragma from config.h to libavutil/internal.h
|
12 лет назад |
Diego Biurrun
|
f099d3d1d5
Add av_log_{ask_for_sample|missing_feature} replacements to libavutil
|
12 лет назад |
Diego Biurrun
|
4db96649ca
avutil: Ensure that emms_c is always defined, even on non-x86
|
12 лет назад |
Diego Biurrun
|
ab441e20ff
avutil: Move emms code to x86-specific header
|
12 лет назад |
Luca Barbato
|
fd1abf4269
lavu: avoid clashing definition of E
|
12 лет назад |
Diego Biurrun
|
218aefce44
dsputil: Move LOCAL_ALIGNED macros to libavutil
|
12 лет назад |
Martin Storsjö
|
f4facd2ce7
x86: Add a Yasm-based emms() replacement
|
12 лет назад |
Janne Grunau
|
e96d90eed6
remove #defines to prevent use of discouraged external functions
|
12 лет назад |
Martin Storsjö
|
d66c52c2b3
Add support for building shared libraries with MSVC
|
12 лет назад |
Mans Rullgard
|
05e209c04c
Allow use of strncpy()
|
12 лет назад |
Diego Biurrun
|
17337f54c0
x86: Split inline and external assembly #ifdefs
|
12 лет назад |
Mans Rullgard
|
33de86db2b
dict: move struct AVDictionary definition to dict.c
|
12 лет назад |
Mans Rullgard
|
54918d0394
libavutil: remove unused av_abort() macro
|
12 лет назад |
Mans Rullgard
|
1c4ab37c38
libavutil: drop offsetof() fallback definition
|
12 лет назад |
Mans Rullgard
|
d913fd1f00
libavutil: drop fallback definitions of INTxx_MIN/MAX
|
12 лет назад |
Mans Rullgard
|
d7a4f8f8b9
Move MASK_ABS macro to libavcodec/mathops.h
|
12 лет назад |
Mans Rullgard
|
070a402b60
x86: move MANGLE() and related macros to libavutil/x86/asm.h
|
12 лет назад |
Ronald S. Bultje
|
f80ddd5bf7
lavu: use intrinsics for emms on systems lacking inline asm support
|
12 лет назад |
Ronald S. Bultje
|
8123e0901f
x86: place some inline asm under #if HAVE_INLINE_ASM
|
12 лет назад |
Diego Biurrun
|
58c42af722
doxygen: misc consistency, spelling and wording fixes
|
13 лет назад |
Reimar Döffinger
|
de8d1940b5
avutil: Don't allow using strcasecmp/strncasecmp
|
13 лет назад |
Anton Khirnov
|
d9f80ea2a7
Move metadata API from lavf to lavu.
|
14 лет назад |
Diego Biurrun
|
fb8648ad4b
Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
|
13 лет назад |
Ronald S. Bultje
|
e973557211
Move emms_c() from libavcodec to libavutil.
|
14 лет назад |
Alex Converse
|
1569554153
Ban strncpy() it's too easy to misuse.
|
14 лет назад |
Mans Rullgard
|
820818a330
Remove unnecessary icc version checks
|
14 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Alexander Strange
|
37b00b47cb
Frame-based multithreading framework using pthreads
|
14 лет назад |
Mans Rullgard
|
365e3c7878
Rename attribute_used to av_used and move it to attributes.h
|
14 лет назад |
Luca Barbato
|
dfd2a005eb
Replace dprintf with av_dlog
|
14 лет назад |
Carl Eugen Hoyos
|
086e997e34
Intel C compiler 12.0 does not suport these attributes: may_alias, force_align_arg_pointer and alloc_size.
|
14 лет назад |
Carl Eugen Hoyos
|
eedc4ee5d8
Use attribute force_align_arg_pointer only on x86_32.
|
14 лет назад |
Måns Rullgård
|
cae70f99a3
Improve FF_SYMVER documentation
|
14 лет назад |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
Michael Niedermayer
|
33586ee770
Document FF_SYMVER and attribute_used
|
14 лет назад |
Måns Rullgård
|
ccc87908a9
Fix symbol version compat wrappers on systems with export prefixes
|
14 лет назад |
Måns Rullgård
|
b462d13262
Add compatibility wrappers for functions moved from lavf to lavc
|
14 лет назад |
Michael Niedermayer
|
a74d707cb7
av_alias is an attribute and belongs to attributes.h
|
15 лет назад |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
Måns Rullgård
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
Måns Rullgård
|
335ee1aadd
Move libm replacements to new header libm.h
|
15 лет назад |
Måns Rullgård
|
94ca624fbc
Move ff_sqrt() to libavutil/intmath.h
|
15 лет назад |
Måns Rullgård
|
7ed63ca2e7
Add casts to correct return type in macros for missing libm funcs
|
15 лет назад |
Carl Eugen Hoyos
|
8e339d4aa0
Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers.
|
15 лет назад |
Måns Rullgård
|
8e05f06912
Define missing llrint() as macro instead of inline function
|
15 лет назад |
Måns Rullgård
|
788627dea6
Define av_alias if supported by compiler
|
15 лет назад |