| .. | 
		
		
			
			
			
				
					| Makefile | use LFG instead of Mersenne Twister for AC-3 PRNG | 17 years ago | 
		
			
			
			
				
					| adler32.c | Fix a couple of 'return type defaults to int' and 'control reaches end of | 18 years ago | 
		
			
			
			
				
					| adler32.h | add missing #include "common.h" to libavutil headers | 17 years ago | 
		
			
			
			
				
					| aes.c | Fix test program compilation, random() needs to be undefined. | 18 years ago | 
		
			
			
			
				
					| aes.h | misc spelling fixes | 17 years ago | 
		
			
			
			
				
					| avstring.h | Add FFMPEG_ prefix to all multiple inclusion guards. | 18 years ago | 
		
			
			
			
				
					| avutil.h | Implement av_fifo_realloc2(). | 17 years ago | 
		
			
			
			
				
					| base64.c | Remove unnecessary parentheses from return calls. | 17 years ago | 
		
			
			
			
				
					| base64.h | Mark the source buffer as "const" | 18 years ago | 
		
			
			
			
				
					| bswap.h | ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() | 17 years ago | 
		
			
			
			
				
					| common.h | Add av_clipf() function to common.h and use it in ra288.c | 17 years ago | 
		
			
			
			
				
					| crc.c | Dont cast const away. | 18 years ago | 
		
			
			
			
				
					| crc.h | add missing #include "common.h" to libavutil headers | 17 years ago | 
		
			
			
			
				
					| crc_data.h | improve CRC API | 18 years ago | 
		
			
			
			
				
					| des.c | Fix des-test compilation. | 17 years ago | 
		
			
			
			
				
					| des.h | add missing #include "common.h" to libavutil headers | 17 years ago | 
		
			
			
			
				
					| fifo.c | Cosmetics: remove a redundant and misplaced doxy. | 17 years ago | 
		
			
			
			
				
					| fifo.h | Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. | 17 years ago | 
		
			
			
			
				
					| integer.c | simplify | 17 years ago | 
		
			
			
			
				
					| integer.h | add missing #include "common.h" to libavutil headers | 17 years ago | 
		
			
			
			
				
					| internal.h | Remove hackish support for fastmemcpy from MPlayer. | 17 years ago | 
		
			
			
			
				
					| intfloat_readwrite.c | Change license headers to say 'FFmpeg' instead of 'this program/this library' | 19 years ago | 
		
			
			
			
				
					| intfloat_readwrite.h | Reapply r12489: Add pure, const and malloc attributes to proper functions | 17 years ago | 
		
			
			
			
				
					| intreadwrite.h | intreadwrite: support DEC compiler __unaligned type qualifier | 17 years ago | 
		
			
			
			
				
					| lfg.c | Simple lagged fibonacci PRNG. | 17 years ago | 
		
			
			
			
				
					| lfg.h | 1000l typo my new PRNG converged to -1. | 17 years ago | 
		
			
			
			
				
					| lls.c | Remove unused redefinition of av_log for test. | 17 years ago | 
		
			
			
			
				
					| lls.h | Add FFMPEG_ prefix to all multiple inclusion guards. | 18 years ago | 
		
			
			
			
				
					| log.c | Remove a useless directive. | 17 years ago | 
		
			
			
			
				
					| log.h | minor wording fix | 17 years ago | 
		
			
			
			
				
					| lzo.c | Add av_memcpy_backptr(): deliberately overlapping memcpy variant. | 17 years ago | 
		
			
			
			
				
					| lzo.h | Add missing stdint.h header to fix 'make checkheaders'. | 17 years ago | 
		
			
			
			
				
					| mathematics.c | Faster ff_sqrt() | 18 years ago | 
		
			
			
			
				
					| mathematics.h | move M_PI definition along with other math definitions | 17 years ago | 
		
			
			
			
				
					| md5.c | fixing warning | 18 years ago | 
		
			
			
			
				
					| md5.h | Add FFMPEG_ prefix to all multiple inclusion guards. | 18 years ago | 
		
			
			
			
				
					| mem.c | indent | 17 years ago | 
		
			
			
			
				
					| mem.h | alloc_size attribute is new to gcc 4.3; don't use it with lesser versions | 17 years ago | 
		
			
			
			
				
					| pca.c | Copy and paste LGPL from tree.h, the previous one referred to a non-existing | 17 years ago | 
		
			
			
			
				
					| pca.h | Copy and paste LGPL from tree.h, the previous one referred to a non-existing | 17 years ago | 
		
			
			
			
				
					| random.c | misc spelling/wording fixes | 17 years ago | 
		
			
			
			
				
					| random.h | misc spelling/wording fixes | 17 years ago | 
		
			
			
			
				
					| rational.c | license header consistency cosmetics | 18 years ago | 
		
			
			
			
				
					| rational.h | Reapply r12489: Add pure, const and malloc attributes to proper functions | 17 years ago | 
		
			
			
			
				
					| rc4.c | Consistently place comments in file header. | 18 years ago | 
		
			
			
			
				
					| rc4.h | #include stdint.h instead of inttypes.h like all libavutil headers do. | 17 years ago | 
		
			
			
			
				
					| sha1.c | Missing const found by -Wwrite-strings. | 17 years ago | 
		
			
			
			
				
					| sha1.h | Missing const found by -Wwrite-strings. | 17 years ago | 
		
			
			
			
				
					| softfloat.c | main() --> main(void) | 18 years ago | 
		
			
			
			
				
					| softfloat.h | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | 17 years ago | 
		
			
			
			
				
					| string.c | Implement av_strlcatf(): a strlcat which adds a printf style formatted string | 18 years ago | 
		
			
			
			
				
					| tree.c | Comment to explain how the add/remove core works. | 18 years ago | 
		
			
			
			
				
					| tree.h | Document O() time. | 18 years ago | 
		
			
			
			
				
					| utils.c | Cosmetics: fix weird indent. | 17 years ago | 
		
			
			
			
				
					| x86_cpu.h | simplify vorbis windowing | 17 years ago |