.. |
adler32.c
|
Fix a couple of 'return type defaults to int' and 'control reaches end of
|
2008-01-10 10:35:37 +00:00 |
adler32.h
|
add missing #include "common.h" to libavutil headers
|
2008-03-19 08:47:31 +00:00 |
aes.c
|
Fix test program compilation, random() needs to be undefined.
|
2008-01-08 22:40:25 +00:00 |
aes.h
|
misc spelling fixes
|
2008-03-10 18:42:09 +00:00 |
avstring.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
2007-10-17 09:37:46 +00:00 |
avutil.h
|
move M_PI definition along with other math definitions
|
2008-08-13 16:01:21 +00:00 |
base64.c
|
Remove unnecessary parentheses from return calls.
|
2008-05-06 09:16:36 +00:00 |
base64.h
|
Mark the source buffer as "const"
|
2007-10-30 15:32:52 +00:00 |
bswap.h
|
ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
|
2008-07-15 19:06:03 +00:00 |
common.h
|
Add av_clipf() function to common.h and use it in ra288.c
|
2008-07-13 19:59:44 +00:00 |
crc_data.h
|
improve CRC API
|
2008-01-04 23:09:58 +00:00 |
crc.c
|
Dont cast const away.
|
2008-02-01 01:33:16 +00:00 |
crc.h
|
add missing #include "common.h" to libavutil headers
|
2008-03-19 08:47:31 +00:00 |
des.c
|
Fix des-test compilation.
|
2008-04-18 07:05:49 +00:00 |
des.h
|
add missing #include "common.h" to libavutil headers
|
2008-03-19 08:47:31 +00:00 |
fifo.c
|
Ensure that one can store X bytes in a fifo of size X.
|
2008-05-25 23:04:09 +00:00 |
fifo.h
|
Ensure that one can store X bytes in a fifo of size X.
|
2008-05-25 23:04:09 +00:00 |
integer.c
|
simplify
|
2008-04-05 10:52:27 +00:00 |
integer.h
|
add missing #include "common.h" to libavutil headers
|
2008-03-19 08:47:31 +00:00 |
internal.h
|
Remove hackish support for fastmemcpy from MPlayer.
|
2008-08-14 20:40:36 +00:00 |
intfloat_readwrite.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
intfloat_readwrite.h
|
Reapply r12489: Add pure, const and malloc attributes to proper functions
|
2008-03-19 06:17:43 +00:00 |
intreadwrite.h
|
intreadwrite: support DEC compiler __unaligned type qualifier
|
2008-07-18 01:18:59 +00:00 |
lfg.c
|
Simple lagged fibonacci PRNG.
|
2008-07-28 15:35:04 +00:00 |
lfg.h
|
1000l typo my new PRNG converged to -1.
|
2008-07-30 23:17:41 +00:00 |
lls.c
|
Remove unused redefinition of av_log for test.
|
2008-08-07 07:01:54 +00:00 |
lls.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
2007-10-17 09:37:46 +00:00 |
log.c
|
Remove a useless directive.
|
2008-08-06 12:04:35 +00:00 |
log.h
|
minor wording fix
|
2008-05-06 08:41:13 +00:00 |
lzo.c
|
Add av_memcpy_backptr(): deliberately overlapping memcpy variant.
|
2008-08-06 08:17:03 +00:00 |
lzo.h
|
Add missing stdint.h header to fix 'make checkheaders'.
|
2008-08-17 19:15:33 +00:00 |
Makefile
|
use LFG instead of Mersenne Twister for AC-3 PRNG
|
2008-08-17 17:41:48 +00:00 |
mathematics.c
|
Faster ff_sqrt()
|
2008-01-21 13:33:18 +00:00 |
mathematics.h
|
move M_PI definition along with other math definitions
|
2008-08-13 16:01:21 +00:00 |
md5.c
|
fixing warning
|
2008-01-30 04:50:09 +00:00 |
md5.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
2007-10-17 09:37:46 +00:00 |
mem.c
|
indent
|
2008-05-23 12:37:52 +00:00 |
mem.h
|
alloc_size attribute is new to gcc 4.3; don't use it with lesser versions
|
2008-06-05 19:49:47 +00:00 |
pca.c
|
Copy and paste LGPL from tree.h, the previous one referred to a non-existing
|
2008-08-17 19:32:51 +00:00 |
pca.h
|
Copy and paste LGPL from tree.h, the previous one referred to a non-existing
|
2008-08-17 19:32:51 +00:00 |
random.c
|
misc spelling/wording fixes
|
2008-08-04 21:54:50 +00:00 |
random.h
|
misc spelling/wording fixes
|
2008-08-04 21:54:50 +00:00 |
rational.c
|
license header consistency cosmetics
|
2007-07-05 10:40:25 +00:00 |
rational.h
|
Reapply r12489: Add pure, const and malloc attributes to proper functions
|
2008-03-19 06:17:43 +00:00 |
rc4.c
|
Consistently place comments in file header.
|
2007-10-14 09:30:53 +00:00 |
rc4.h
|
#include stdint.h instead of inttypes.h like all libavutil headers do.
|
2008-03-13 18:17:03 +00:00 |
sha1.c
|
Missing const found by -Wwrite-strings.
|
2008-02-03 21:56:13 +00:00 |
sha1.h
|
Missing const found by -Wwrite-strings.
|
2008-02-03 21:56:13 +00:00 |
softfloat.c
|
main() --> main(void)
|
2007-11-23 00:52:56 +00:00 |
softfloat.h
|
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
|
2008-07-24 17:09:28 +00:00 |
string.c
|
Implement av_strlcatf(): a strlcat which adds a printf style formatted string
|
2007-07-19 06:36:02 +00:00 |
tree.c
|
Comment to explain how the add/remove core works.
|
2008-01-23 21:03:21 +00:00 |
tree.h
|
Document O() time.
|
2008-01-04 18:55:14 +00:00 |
utils.c
|
Cosmetics: fix weird indent.
|
2008-08-08 19:50:35 +00:00 |
x86_cpu.h
|
simplify vorbis windowing
|
2008-07-13 14:56:01 +00:00 |