Michael Niedermayer ed0d3048c0 Merge declaratio and initialization. 17 years ago
..
Makefile 9b25f4a65f cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
adler32.c f3635240b7 Fix a couple of 'return type defaults to int' and 'control reaches end of 17 years ago
adler32.h 3540b950ec add missing #include "common.h" to libavutil headers 17 years ago
aes.c 43bfaa8920 Fix test program compilation, random() needs to be undefined. 17 years ago
aes.h 7ce6892373 misc spelling fixes 17 years ago
avstring.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
avutil.h 7ce6892373 misc spelling fixes 17 years ago
base64.c 9ad5675f25 Add a couple of missing consts. 17 years ago
base64.h e76e2bbc09 Mark the source buffer as "const" 17 years ago
bswap.h 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
common.h 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
crc.c 070144671d Dont cast const away. 17 years ago
crc.h 3540b950ec add missing #include "common.h" to libavutil headers 17 years ago
crc_data.h 3abe5fbdc4 improve CRC API 17 years ago
des.c 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
des.h 3540b950ec add missing #include "common.h" to libavutil headers 17 years ago
fifo.c 50b4468598 change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles 18 years ago
fifo.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
integer.c f3635240b7 Fix a couple of 'return type defaults to int' and 'control reaches end of 17 years ago
integer.h 3540b950ec add missing #include "common.h" to libavutil headers 17 years ago
internal.h df22c35dfb Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts 17 years ago
intfloat_readwrite.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
intfloat_readwrite.h 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
intreadwrite.h a087028ad8 Add #include "config.h" to headers that need it. 17 years ago
lls.c b8fe8ab062 Fix the following using void* casts, proper casts are less readable and 17 years ago
lls.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
log.c a309073bf4 use av_log_get/set_level() 17 years ago
log.h a309073bf4 use av_log_get/set_level() 17 years ago
lzo.c 5e038b4f08 LZO decoder input is const 17 years ago
lzo.h 5e038b4f08 LZO decoder input is const 17 years ago
mathematics.c c448a09624 Faster ff_sqrt() 17 years ago
mathematics.h 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
md5.c 59abc29e69 fixing warning 17 years ago
md5.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
mem.c ed0d3048c0 Merge declaratio and initialization. 17 years ago
mem.h e6e70d9bdc Cosmetic change: remove the whitespace after 'defined' 17 years ago
random.c fbabf1e0b6 av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com 18 years ago
random.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
rational.c e5a389a1b7 license header consistency cosmetics 17 years ago
rational.h 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
rc4.c d5a8a02326 Consistently place comments in file header. 17 years ago
rc4.h 32573a74bf #include stdint.h instead of inttypes.h like all libavutil headers do. 17 years ago
sha1.c f522310b6d Missing const found by -Wwrite-strings. 17 years ago
sha1.h f522310b6d Missing const found by -Wwrite-strings. 17 years ago
softfloat.c f8a80fd69d main() --> main(void) 17 years ago
softfloat.h 3540b950ec add missing #include "common.h" to libavutil headers 17 years ago
string.c 1e7f363804 Implement av_strlcatf(): a strlcat which adds a printf style formatted string 17 years ago
tree.c 51198a8737 Comment to explain how the add/remove core works. 17 years ago
tree.h b57cb96836 Document O() time. 17 years ago
x86_cpu.h 3c9bcb42cf add REGd definition 17 years ago