ffmpeg / libavutil @ f89c1402
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
arm | 4a89e0a6 | almost 11 years | Måns Rullgård | ARM: add some missing includes Originally comm... | |
avr32 | bdd19e29 | about 11 years | Måns Rullgård | Mark all intreadwrite functions av_always_inlin... | |
bfin | 439ccc4e | almost 12 years | Måns Rullgård | Split libavutil/timer.h per architecture Origi... | |
mips | bdd19e29 | about 11 years | Måns Rullgård | Mark all intreadwrite functions av_always_inlin... | |
ppc | bdd19e29 | about 11 years | Måns Rullgård | Mark all intreadwrite functions av_always_inlin... | |
sh4 | bad5537e | about 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... | |
tomi | 95c0d02d | about 11 years | Måns Rullgård | TOMI: 16- and 32-bit intreadwrite functions Or... | |
x86 | 9c9a0840 | almost 11 years | Måns Rullgård | Add lots of missing includes Originally commit... | |
Makefile | 3.16 KB | f89c1402 | almost 11 years | Måns Rullgård | checkheaders: skip per-arch headers not meant f... |
adler32.c | 2.15 KB | bb504ac4 | almost 12 years | Diego Biurrun | Fix compilation of adler32 test program: Use av... |
adler32.h | 1.03 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
aes.c | 8.08 KB | 64bde197 | almost 12 years | Diego Biurrun | cosmetics: Rename prn variable to prng (Pseudo ... |
aes.h | 1.55 KB | 7b484a7a | about 12 years | Reimar Döffinger | Add "const" to AES function arguments where pos... |
avstring.c | 2.34 KB | ac6ef868 | almost 11 years | Måns Rullgård | Add av_stristr() function This is a case-insen... |
avstring.h | 3.88 KB | ac6ef868 | almost 11 years | Måns Rullgård | Add av_stristr() function This is a case-insen... |
avutil.h | 2.31 KB | c18fb631 | almost 11 years | Stefano Sabatini | Bump minor number and add APIchanges entry afte... |
base64.c | 4.81 KB | 504ffed1 | almost 12 years | Diego Biurrun | Mark non-exported functions in test and example... |
base64.h | 1.63 KB | bf7e799c | over 11 years | Stefano Sabatini | Remove '\p', '\c' and '\e' doxygen markup from ... |
bswap.h | 2.4 KB | e482c2e2 | over 11 years | Måns Rullgård | AVR32: inline asm for bswap.h Originally commi... |
common.h | 10.4 KB | ae529ddb | about 11 years | Anton Khirnov | Add PUT_UTF16() macro. Patch by Anton Khirnov ... |
crc.c | 4.99 KB | d468ff0f | over 11 years | Jeff Downs | Fix cast of byte buffer to uint32 that was disr... |
crc.h | 1.44 KB | 89c9ff50 | about 12 years | Diego Biurrun | spelling/grammar/consistency review part I Ori... |
crc_data.h | 14 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
des.c | 18 KB | c6727809 | about 11 years | Måns Rullgård | Move array specifiers outside DECLARE_ALIGNED()... |
des.h | 1.72 KB | bc17cc01 | about 12 years | Reimar Döffinger | Add support for 3DES to DES module Originally ... |
fifo.c | 3.42 KB | fc323a54 | about 11 years | Michael Niedermayer | Clarify non constness of src in av_fifo_generic... |
fifo.h | 3.58 KB | 33147993 | about 11 years | Stefano Sabatini | Extend doxy for the src parameter of av_fifo_ge... |
integer.c | 5.06 KB | bad5537e | about 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... |
integer.h | 2.35 KB | bad5537e | about 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... |
internal.h | 6.84 KB | 7ed63ca2 | about 11 years | Måns Rullgård | Add casts to correct return type in macros for ... |
intfloat_readwrite.c | 2.87 KB | bad5537e | about 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... |
intfloat_readwrite.h | 1.33 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
intmath.h | 1.47 KB | 75fb5c24 | about 11 years | Måns Rullgård | Move FASTDIV macro to intmath.h Originally com... |
intreadwrite.h | 14 KB | 3d7b94ba | almost 11 years | Måns Rullgård | Fix build failure with fast_unaligned and non-g... |
lfg.c | 2.44 KB | 3ba69a15 | about 11 years | Stefano Sabatini | Implement av_bmg_next(), a Box-Muller Gaussian ... |
lfg.h | 1.94 KB | 3ba69a15 | about 11 years | Stefano Sabatini | Implement av_bmg_next(), a Box-Muller Gaussian ... |
libavutil.v | 78 Bytes | a482e61b | about 11 years | Måns Rullgård | Add symbol versioning for shared libraries Bas... |
lls.c | 3.74 KB | 3d7b15e4 | over 11 years | Diego Biurrun | Remove disabled code cruft. Originally committ... |
lls.h | 1.42 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
log.c | 2.32 KB | e244f54e | about 11 years | Ramiro Polla | Make av_log_level static at next lavu major ver... |
log.h | 3.46 KB | 68485d27 | over 11 years | Stefano Sabatini | Remove useless definition of struct AVCLASS. O... |
lzo.c | 7.92 KB | 985fdd53 | almost 12 years | Diego Biurrun | Give liblzo benchmark conditionals more descrip... |
lzo.h | 2.38 KB | 679f5c25 | about 12 years | Reimar Döffinger | Documentation for LZO error return value flags ... |
mathematics.c | 6.59 KB | 78b01823 | about 11 years | Michael Niedermayer | av_compare_ts() Originally committed as revisi... |
mathematics.h | 2.94 KB | 94a5218c | about 11 years | Måns Rullgård | More accurate value for log2(10) Originally co... |
md5.c | 5.22 KB | 63613fe6 | over 11 years | Måns Rullgård | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN Or... |
md5.h | 1.17 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
mem.c | 4.53 KB | 4ae40685 | about 11 years | Måns Rullgård | Add --malloc-prefix to apply a prefix to malloc... |
mem.h | 4.43 KB | 84dc2d8a | almost 11 years | Måns Rullgård | Remove DECLARE_ALIGNED_{8,16} macros These mac... |
pca.c | 6.37 KB | 64bde197 | almost 12 years | Diego Biurrun | cosmetics: Rename prn variable to prng (Pseudo ... |
pca.h | 1.16 KB | bad5537e | about 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... |
pixdesc.c | 21.9 KB | 2b7cf167 | almost 11 years | Janusz Krzysztofik | Add initial support for 12-bit color mode. Patc... |
pixdesc.h | 5.99 KB | f47a7cb7 | about 11 years | Stefano Sabatini | Move read_line() and write_line() definition fr... |
pixfmt.h | 9.86 KB | 2b7cf167 | almost 11 years | Janusz Krzysztofik | Add initial support for 12-bit color mode. Patc... |
random_seed.c | 1.25 KB | 48d58e59 | almost 12 years | Baptiste Coudurier | add ff_random_get_seed to be used in conjunctio... |
random_seed.h | 1.03 KB | 323a8230 | almost 12 years | Stefano Sabatini | Fix typo: 'conjuction' -> 'conjunction'. Origi... |
rational.c | 3.7 KB | bad5537e | about 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... |
rational.h | 3.38 KB | bf7e799c | over 11 years | Stefano Sabatini | Remove '\p', '\c' and '\e' doxygen markup from ... |
rc4.c | 1.87 KB | fe4032b6 | almost 12 years | Reimar Döffinger | Remove more functions disabled by major version... |
rc4.h | 1.63 KB | 1a534c7f | about 12 years | Reimar Döffinger | Add and use a public API for RC4 and DES, analo... |
sha.c | 12.2 KB | 0fcbcad1 | about 11 years | Carl Eugen Hoyos | Include sha1.h from sha.c: It contains several ... |
sha.h | 1.71 KB | aa5a99ae | over 11 years | Kostya Shishkov | Add SHA-2 hashing Originally committed as revi... |
sha1.h | 1.68 KB | 451ae257 | over 11 years | Kostya Shishkov | Prepare SHA code to handle SHA-2 as well. For n... |
softfloat.c | 1.97 KB | 73493925 | almost 12 years | Diego Biurrun | Make softfloat test program compile again: Sett... |
softfloat.h | 3.49 KB | 89c9ff50 | about 12 years | Diego Biurrun | spelling/grammar/consistency review part I Ori... |
timer.h | 1.92 KB | 60c703ac | almost 12 years | Måns Rullgård | ARM: START/STOP_TIMER support for ARMv7 Origin... |
tree.c | 6.55 KB | 4b83fc0f | almost 11 years | Vitor Sessak | Plug memory leak in NUT muxer and demuxer Orig... |
tree.h | 4.27 KB | 4b83fc0f | almost 11 years | Vitor Sessak | Plug memory leak in NUT muxer and demuxer Orig... |
utils.c | 1.14 KB | 41600690 | about 11 years | Stefano Sabatini | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XX... |
x86_cpu.h | 1.98 KB | 8e3d8a82 | almost 12 years | Michael Niedermayer | typedef int x86_reg on non x86 Originally comm... |
Latest revisions
Also available in: Atom