.. |
arm
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
avr32
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
bfin
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
mips
|
bdd19e29df
Mark all intreadwrite functions av_always_inline
|
15 лет назад |
ppc
|
bdd19e29df
Mark all intreadwrite functions av_always_inline
|
15 лет назад |
sh4
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
tomi
|
95c0d02ddc
TOMI: 16- and 32-bit intreadwrite functions
|
15 лет назад |
x86
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
Makefile
|
60c144f700
Move error code definitions from libavcodec/avcodec.h to
|
15 лет назад |
adler32.c
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
adler32.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
aes.c
|
64bde1974b
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
|
16 лет назад |
aes.h
|
7b484a7a17
Add "const" to AES function arguments where possible without generating
|
16 лет назад |
attributes.h
|
2791730dbf
Move gcc attribute macros to new header libavutil/attributes.h
|
15 лет назад |
avstring.c
|
ac6ef8682d
Add av_stristr() function
|
15 лет назад |
avstring.h
|
f0a912d3b8
More descriptive names for av_stristr() parameters
|
15 лет назад |
avutil.h
|
60c144f700
Move error code definitions from libavcodec/avcodec.h to
|
15 лет назад |
base64.c
|
504ffed19f
Mark non-exported functions in test and example programs as static.
|
16 лет назад |
base64.h
|
bf7e799c9e
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
|
15 лет назад |
bswap.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
common.h
|
b90b1b4c3c
Fix build on configurations without fast av_log2()
|
15 лет назад |
crc.c
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
crc.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
crc_data.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
des.c
|
c67278098d
Move array specifiers outside DECLARE_ALIGNED() invocations
|
15 лет назад |
des.h
|
bc17cc01ed
Add support for 3DES to DES module
|
16 лет назад |
error.h
|
68006ed062
Drop AVERROR_NOFMT at the next libavutil major bump.
|
15 лет назад |
fifo.c
|
fc323a5480
Clarify non constness of src in av_fifo_generic_write()
|
15 лет назад |
fifo.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
integer.c
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
integer.h
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
internal.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
intfloat_readwrite.c
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
intfloat_readwrite.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
intmath.h
|
b90b1b4c3c
Fix build on configurations without fast av_log2()
|
15 лет назад |
intreadwrite.h
|
3d7b94ba5a
Fix build failure with fast_unaligned and non-gcc-compatible compilers
|
15 лет назад |
lfg.c
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
lfg.h
|
3ba69a15c6
Implement av_bmg_next(), a Box-Muller Gaussian random generator.
|
15 лет назад |
libavutil.v
|
a482e61bd6
Add symbol versioning for shared libraries
|
15 лет назад |
libm.h
|
297bfb2fe6
libm.h needs attributes.h
|
15 лет назад |
lls.c
|
3d7b15e450
Remove disabled code cruft.
|
15 лет назад |
lls.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
log.c
|
e244f54e78
Make av_log_level static at next lavu major version bump.
|
15 лет назад |
log.h
|
68485d2728
Remove useless definition of struct AVCLASS.
|
15 лет назад |
lzo.c
|
985fdd534f
Give liblzo benchmark conditionals more descriptive names and add convenience
|
16 лет назад |
lzo.h
|
679f5c2542
Documentation for LZO error return value flags
|
16 лет назад |
mathematics.c
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
mathematics.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
md5.c
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
md5.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
mem.c
|
4ae406856f
Add --malloc-prefix to apply a prefix to malloc, free etc
|
15 лет назад |
mem.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
pca.c
|
64bde1974b
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
|
16 лет назад |
pca.h
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
pixdesc.c
|
2b7cf1678e
Add initial support for 12-bit color mode.
|
15 лет назад |
pixdesc.h
|
f47a7cb777
Move read_line() and write_line() definition from pixdesc.h to
|
15 лет назад |
pixfmt.h
|
2b7cf1678e
Add initial support for 12-bit color mode.
|
15 лет назад |
random_seed.c
|
5de91783bf
indent
|
15 лет назад |
random_seed.h
|
323a8230fb
Fix typo: 'conjuction' -> 'conjunction'.
|
16 лет назад |
rational.c
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
rational.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
rc4.c
|
fe4032b66a
Remove more functions disabled by major version bump.
|
16 лет назад |
rc4.h
|
1a534c7f1e
Add and use a public API for RC4 and DES, analogous to the AES API.
|
16 лет назад |
sha.c
|
32f40ace25
sha: add missing include
|
15 лет назад |
sha.h
|
aa5a99ae0c
Add SHA-2 hashing
|
15 лет назад |
sha1.h
|
451ae25724
Prepare SHA code to handle SHA-2 as well. For now rename files and functions
|
15 лет назад |
softfloat.c
|
7349392535
Make softfloat test program compile again: Setting the av_log_level variable
|
16 лет назад |
softfloat.h
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 лет назад |
timer.h
|
60c703ac4b
ARM: START/STOP_TIMER support for ARMv7
|
16 лет назад |
tree.c
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
tree.h
|
4b83fc0fe4
Plug memory leak in NUT muxer and demuxer
|
15 лет назад |
utils.c
|
4160069067
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
|
15 лет назад |
x86_cpu.h
|
8e3d8a82e6
typedef int x86_reg on non x86
|
16 лет назад |