.. |
arm
|
ac73f1a816
ARM: change argument/return type of bswap_16() to unsigned 32-bit
|
15 years ago |
avr32
|
bdd19e29df
Mark all intreadwrite functions av_always_inline
|
15 years ago |
bfin
|
439ccc4e0e
Split libavutil/timer.h per architecture
|
16 years ago |
mips
|
bdd19e29df
Mark all intreadwrite functions av_always_inline
|
15 years ago |
ppc
|
bdd19e29df
Mark all intreadwrite functions av_always_inline
|
15 years ago |
sh4
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
tomi
|
95c0d02ddc
TOMI: 16- and 32-bit intreadwrite functions
|
15 years ago |
x86
|
75fb5c24ed
Move FASTDIV macro to intmath.h
|
15 years ago |
Makefile
|
a3e02a8cad
Create and install libavutil/avconfig.h
|
15 years ago |
adler32.c
|
bb504ac45e
Fix compilation of adler32 test program: Use av_log_set_level()
|
16 years ago |
adler32.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
aes.c
|
64bde1974b
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
|
16 years ago |
aes.h
|
7b484a7a17
Add "const" to AES function arguments where possible without generating
|
16 years ago |
avstring.c
|
b3e88ae84b
Place { of the function where indent -kr wants it.
|
15 years ago |
avstring.h
|
22bf4592c8
Remove duplicated word in av_strlcat() doxy.
|
15 years ago |
avutil.h
|
4b83fc0fe4
Plug memory leak in NUT muxer and demuxer
|
15 years ago |
base64.c
|
504ffed19f
Mark non-exported functions in test and example programs as static.
|
16 years ago |
base64.h
|
bf7e799c9e
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
|
15 years ago |
bswap.h
|
e482c2e2fb
AVR32: inline asm for bswap.h
|
15 years ago |
common.h
|
ae529ddb32
Add PUT_UTF16() macro.
|
15 years ago |
crc.c
|
d468ff0fdf
Fix cast of byte buffer to uint32 that was disregarding alignment
|
15 years ago |
crc.h
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 years ago |
crc_data.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
des.c
|
c67278098d
Move array specifiers outside DECLARE_ALIGNED() invocations
|
15 years ago |
des.h
|
bc17cc01ed
Add support for 3DES to DES module
|
16 years ago |
fifo.c
|
fc323a5480
Clarify non constness of src in av_fifo_generic_write()
|
15 years ago |
fifo.h
|
3314799368
Extend doxy for the src parameter of av_fifo_generic_write().
|
15 years ago |
integer.c
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
integer.h
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
internal.h
|
7ed63ca2e7
Add casts to correct return type in macros for missing libm funcs
|
15 years ago |
intfloat_readwrite.c
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
intfloat_readwrite.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
intmath.h
|
75fb5c24ed
Move FASTDIV macro to intmath.h
|
15 years ago |
intreadwrite.h
|
3d7b94ba5a
Fix build failure with fast_unaligned and non-gcc-compatible compilers
|
15 years ago |
lfg.c
|
3ba69a15c6
Implement av_bmg_next(), a Box-Muller Gaussian random generator.
|
15 years ago |
lfg.h
|
3ba69a15c6
Implement av_bmg_next(), a Box-Muller Gaussian random generator.
|
15 years ago |
libavutil.v
|
a482e61bd6
Add symbol versioning for shared libraries
|
15 years ago |
lls.c
|
3d7b15e450
Remove disabled code cruft.
|
15 years ago |
lls.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
log.c
|
e244f54e78
Make av_log_level static at next lavu major version bump.
|
15 years ago |
log.h
|
68485d2728
Remove useless definition of struct AVCLASS.
|
15 years ago |
lzo.c
|
985fdd534f
Give liblzo benchmark conditionals more descriptive names and add convenience
|
16 years ago |
lzo.h
|
679f5c2542
Documentation for LZO error return value flags
|
16 years ago |
mathematics.c
|
78b0182375
av_compare_ts()
|
15 years ago |
mathematics.h
|
94a5218c10
More accurate value for log2(10)
|
15 years ago |
md5.c
|
63613fe615
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
|
15 years ago |
md5.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
mem.c
|
4ae406856f
Add --malloc-prefix to apply a prefix to malloc, free etc
|
15 years ago |
mem.h
|
84dc2d8afa
Remove DECLARE_ALIGNED_{8,16} macros
|
15 years ago |
pca.c
|
64bde1974b
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
|
16 years ago |
pca.h
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
pixdesc.c
|
2b7cf1678e
Add initial support for 12-bit color mode.
|
15 years ago |
pixdesc.h
|
f47a7cb777
Move read_line() and write_line() definition from pixdesc.h to
|
15 years ago |
pixfmt.h
|
2b7cf1678e
Add initial support for 12-bit color mode.
|
15 years ago |
random_seed.c
|
48d58e592a
add ff_random_get_seed to be used in conjunction with random functions
|
16 years ago |
random_seed.h
|
323a8230fb
Fix typo: 'conjuction' -> 'conjunction'.
|
16 years ago |
rational.c
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
rational.h
|
bf7e799c9e
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
|
15 years ago |
rc4.c
|
fe4032b66a
Remove more functions disabled by major version bump.
|
16 years ago |
rc4.h
|
1a534c7f1e
Add and use a public API for RC4 and DES, analogous to the AES API.
|
16 years ago |
sha.c
|
0fcbcad140
Include sha1.h from sha.c: It contains several prototypes.
|
15 years ago |
sha.h
|
aa5a99ae0c
Add SHA-2 hashing
|
15 years ago |
sha1.h
|
451ae25724
Prepare SHA code to handle SHA-2 as well. For now rename files and functions
|
15 years ago |
softfloat.c
|
7349392535
Make softfloat test program compile again: Setting the av_log_level variable
|
16 years ago |
softfloat.h
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 years ago |
timer.h
|
60c703ac4b
ARM: START/STOP_TIMER support for ARMv7
|
16 years ago |
tree.c
|
4b83fc0fe4
Plug memory leak in NUT muxer and demuxer
|
15 years ago |
tree.h
|
4b83fc0fe4
Plug memory leak in NUT muxer and demuxer
|
15 years ago |
utils.c
|
4160069067
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
|
15 years ago |
x86_cpu.h
|
8e3d8a82e6
typedef int x86_reg on non x86
|
16 years ago |