ffmpeg / libavutil @ 4b2be143
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
arm | 300ad6c1 | over 11 years | Måns Rullgård | ARM: use gcc inline asm in bswap.h only when av... | |
bfin | 439ccc4e | almost 12 years | Måns Rullgård | Split libavutil/timer.h per architecture Origi... | |
mips | 530456bf | over 11 years | Måns Rullgård | MIPS: inline asm for intreadwrite.h Originally... | |
ppc | cc078b5d | almost 12 years | Måns Rullgård | PPC: check for x-form asm constraint support O... | |
sh4 | bad5537e | almost 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... | |
x86 | 439ccc4e | almost 12 years | Måns Rullgård | Split libavutil/timer.h per architecture Origi... | |
Makefile | 2.93 KB | 9d58d471 | over 11 years | Diego Biurrun | cosmetics: Add missing ending backslash to inst... |
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 | almost 12 years | Reimar Döffinger | Add "const" to AES function arguments where pos... |
avstring.c | 2.02 KB | 4d55404f | almost 12 years | Diego Biurrun | Rename string.c to avstring.c so that the name ... |
avstring.h | 2.98 KB | 7d685b48 | almost 12 years | Diego Biurrun | spelling/grammar/consistency review part III O... |
avutil.h | 2.04 KB | 7b09db35 | almost 12 years | Olivier Guilyardi | Implement av_fifo_space(). Patch by Olivier Gu... |
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.36 KB | bad5537e | almost 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... |
common.h | 7.66 KB | a3a55b78 | over 11 years | Carl Eugen Hoyos | Icc does not support attribute flatten, do not ... |
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 | almost 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 | 504ffed1 | almost 12 years | Diego Biurrun | Mark non-exported functions in test and example... |
des.h | 1.72 KB | bc17cc01 | almost 12 years | Reimar Döffinger | Add support for 3DES to DES module Originally ... |
fifo.c | 3.31 KB | 7b09db35 | almost 12 years | Olivier Guilyardi | Implement av_fifo_space(). Patch by Olivier Gu... |
fifo.h | 3.49 KB | 7b09db35 | almost 12 years | Olivier Guilyardi | Implement av_fifo_space(). Patch by Olivier Gu... |
integer.c | 5.06 KB | bad5537e | almost 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... |
integer.h | 2.35 KB | bad5537e | almost 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... |
internal.h | 8.17 KB | 4b2be143 | over 11 years | Ramiro Polla | Do not throw compiler error if asm code needs a... |
intfloat_readwrite.c | 2.87 KB | bad5537e | almost 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... |
intreadwrite.h | 8.12 KB | 530456bf | over 11 years | Måns Rullgård | MIPS: inline asm for intreadwrite.h Originally... |
lfg.c | 1.73 KB | 0e4cb6cb | almost 12 years | Diego Biurrun | Fix reference to av_random where av_lfg_get was... |
lfg.h | 1.71 KB | 89c9ff50 | almost 12 years | Diego Biurrun | spelling/grammar/consistency review part I Ori... |
lls.c | 3.98 KB | 578f90a8 | almost 12 years | Diego Biurrun | Align test program output columns. Originally ... |
lls.h | 1.42 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
log.c | 2.27 KB | b9c353ff | almost 12 years | Michael Niedermayer | Compact repeated messages to "Last message repe... |
log.h | 3.49 KB | bf7e799c | over 11 years | Stefano Sabatini | Remove '\p', '\c' and '\e' doxygen markup from ... |
lzo.c | 7.92 KB | 985fdd53 | almost 12 years | Diego Biurrun | Give liblzo benchmark conditionals more descrip... |
lzo.h | 2.38 KB | 679f5c25 | almost 12 years | Reimar Döffinger | Documentation for LZO error return value flags ... |
mathematics.c | 4.97 KB | 082dea8e | almost 12 years | Diego Biurrun | Remove all remaining code that was disabled thr... |
mathematics.h | 2.23 KB | b69201a8 | almost 12 years | Diego Biurrun | Add common.h #include, necessary for av_const. ... |
md5.c | 5.22 KB | 89c9ff50 | almost 12 years | Diego Biurrun | spelling/grammar/consistency review part I Ori... |
md5.h | 1.17 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
mem.c | 3.99 KB | a90de11d | almost 12 years | Patrik Kullman | Check return value of posix_memalign and explic... |
mem.h | 3.42 KB | 06be9d9d | over 11 years | Carl Eugen Hoyos | Icc 11.1 does not support attributes force_alig... |
pca.c | 6.37 KB | 64bde197 | almost 12 years | Diego Biurrun | cosmetics: Rename prn variable to prng (Pseudo ... |
pca.h | 1.16 KB | bad5537e | almost 12 years | Diego Biurrun | Use full internal pathname in doxygen @file dir... |
pixfmt.h | 8.94 KB | 0ee51c55 | almost 12 years | Michael Niedermayer | Fix 10l typo (usage of PIX_FMT_NE()). Should fi... |
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 | almost 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 | almost 12 years | Reimar Döffinger | Add and use a public API for RC4 and DES, analo... |
sha1.c | 5.96 KB | 0ef37cd5 | over 11 years | Diego Biurrun | cosmetics: Reformat file to K&R style upon Kost... |
sha1.h | 1.13 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
softfloat.c | 1.97 KB | 73493925 | almost 12 years | Diego Biurrun | Make softfloat test program compile again: Sett... |
softfloat.h | 3.49 KB | 89c9ff50 | almost 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.43 KB | 64bde197 | almost 12 years | Diego Biurrun | cosmetics: Rename prn variable to prng (Pseudo ... |
tree.h | 3.77 KB | 7a79e51c | over 11 years | Stefano Sabatini | Add @code/@endcode commands to markup C code in... |
utils.c | 918 Bytes | 76eb5c05 | over 12 years | Stefano Sabatini | Cosmetics: fix weird indent. Originally commit... |
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