1d01fee980 
								
							
								 
							
						 
						
							
							
								
								fix hardcoded tables compililation caused by missing math constants  
							
							Add -D_XOPEN_SOURCE=600 to host cflags to make the constants in math.h
available. Include math.h where necessary and remove redundant M_PI
defines. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4027d9749 
								
							
								 
							
						 
						
							
							
								
								wmapro: change max. block size to 13 bits.  
							
							WMApro actually support 13-bits block sizes (potentially even up to 14),
and thus we should support that also. If we get block sizes beyond what
the decoder can handle (14 is possible depending on s->decode_flags),
error out instead of crashing. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4538729afe 
								
							
								 
							
						 
						
							
							
								
								Move sine windows to a separate file  
							
							These windows do not really belong in fft/mdct files and were
easily confused with the similarly named tables used by rdft.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8eaa6e0e04 
								
							
								 
							
						 
						
							
							
								
								Change/simplify the tableprint/tablegen API.  
							
							Originally committed as revision 22761 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								30ad1a6651 
								
							
								 
							
						 
						
							
							
								
								Include appropriate header in table generators instead of using a dummy  
							
							av_cold define.
Originally committed as revision 22723 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								14b8607065 
								
							
								 
							
						 
						
							
							
								
								Add support for hard-coded MDCT-related ff_sine_windows tables.  
							
							Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eadaa00c6f 
								
							
								 
							
						 
						
							
							
								
								Add support for hardcoding the mpegaudiodec tables.  
							
							Reduces .bss size by about 194 kB.
Originally committed as revision 20400 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago