Diego Biurrun
							
						 | 
						
							
							
							
								
							
								e5a389a1b7
								
							
								
							
						 | 
						
							
							
								
								license header consistency cosmetics
							
							
							
							
							
							
								
							
							
							Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Ramiro Polla
							
						 | 
						
							
							
							
								
							
								2c124cb65c
								
							
								
							
						 | 
						
							
							
								
								Use AV_xx throughout libavcodec
							
							
							
							
							
							
								
							
							
							Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Diego Biurrun
							
						 | 
						
							
							
							
								
							
								2029f312e8
								
							
								
							
						 | 
						
							
							
								
								Remove redundant #inclusion of common.h, avcodec.h already #includes it.
							
							
							
							
							
							
								
							
							
							Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Nicholas Tung
							
						 | 
						
							
							
							
								
							
								e4141433ea
								
							
								
							
						 | 
						
							
							
								
								Get rid of unnecessary pointer casts.
							
							
							
							
							
							
								
							
							
							patch by Nicholas Tung, ntung ntung com
Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Nicholas Tung
							
						 | 
						
							
							
							
								
							
								587d07227e
								
							
								
							
						 | 
						
							
							
								
								Remove superfluous setting of has_b_frames in codecs without B-frames.
							
							
							
							
							
							
								
							
							
							patch by Nicholas Tung, ntung ntung com
Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Kostya Shishkov
							
						 | 
						
							
							
							
								
							
								c72e05ba0f
								
							
								
							
						 | 
						
							
							
								
								Smacker Audio stereo fix
							
							
							
							
							
							
								
							
							
							Originally committed as revision 8460 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Alex Beregszaszi
							
						 | 
						
							
							
							
								
							
								fead30d444
								
							
								
							
						 | 
						
							
							
								
								rename BE/LE_8/16/32 to AV_RL/B_8/16/32
							
							
							
							
							
							
								
							
							
							Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Måns Rullgård
							
						 | 
						
							
							
							
								
							
								849f10351d
								
							
								
							
						 | 
						
							
							
								
								rename always_inline to av_always_inline and move to common.h
							
							
							
							
							
							
								
							
							
							Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Diego Biurrun
							
						 | 
						
							
							
							
								
							
								b78e7197a8
								
							
								
							
						 | 
						
							
							
								
								Change license headers to say 'FFmpeg' instead of 'this program/this library'
							
							
							
							
							
							
								
							
							
							and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Kostya Shishkov
							
						 | 
						
							
							
							
								
							
								429914a330
								
							
								
							
						 | 
						
							
							
								
								1l: correct argument order in avcodec_check_dimensions
							
							
							
							
							
							
								
							
							
							Originally committed as revision 6400 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Kostya Shishkov
							
						 | 
						
							
							
							
								
							
								34a8dcd031
								
							
								
							
						 | 
						
							
							
								
								Drop unneeded checks before av_free() and change to av_freep() where it's more suitable.
							
							
							
							
							
							
								
							
							
							Originally committed as revision 6212 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Kostya Shishkov
							
						 | 
						
							
							
							
								
							
								103eee5352
								
							
								
							
						 | 
						
							
							
								
								Now MPlayer should understand Smacker audio and video codecs.
							
							
							
							
							
							
								
							
							
							Originally committed as revision 5389 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Michael Niedermayer
							
						 | 
						
							
							
							
								
							
								3a1a7e32ac
								
							
								
							
						 | 
						
							
							
								
								sanity checks, some might have been exploitable ...
							
							
							
							
							
							
								
							
							
							Originally committed as revision 5369 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Kostya Shishkov
							
						 | 
						
							
							
							
								
							
								76fabb4579
								
							
								
							
						 | 
						
							
							
								
								Don't use get_vlc2() when tree is one symbol. This fixes audio decoding
							
							
							
							
							
							
								
							
							
							artifacts (chirps instead of silence).
Originally committed as revision 5217 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Kostya Shishkov
							
						 | 
						
							
							
							
								
							
								348efc1836
								
							
								
							
						 | 
						
							
							
								
								Smacker demuxer and decoder.
							
							
							
							
							
							
								
							
							
							Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 | 
						19 years ago |