137e80817d 
								
							
								 
							
						 
						
							
							
								
								lavc: build some codecs only if they are actually enabled  
							
							Saves few bytes if only some of them in same file are enabled.
Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae2c33b0c2 
								
							
								 
							
						 
						
							
							
								
								cosmetics: remove superfluous curly brackets  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55cc80dc29 
								
							
								 
							
						 
						
							
							
								
								a64multienc: switch to ff_alloc_packet2()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								562b6c744a 
								
							
								 
							
						 
						
							
							
								
								Remove unnecessary AVFrame pointer casts.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3d3b603f7f 
								
							
								 
							
						 
						
							
							
								
								a64multienc: fix "warning: buf may be used uninitialized in this function"  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7340008f18 
								
							
								 
							
						 
						
							
							
								
								a64multienc: switch to encode2().  
							
							We have no decoder, so cannot test if the output is decodable. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cfc6ab3199 
								
							
								 
							
						 
						
							
							
								
								a64multienc: don't write into output buffer when there's no output.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e65ab9d94f 
								
							
								 
							
						 
						
							
							
								
								Remove unused variables  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								adba9c6352 
								
							
								 
							
						 
						
							
							
								
								Fix various unused variable warnings  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce5e49b0c2 
								
							
								 
							
						 
						
							
							
								
								replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								975a1447f7 
								
							
								 
							
						 
						
							
							
								
								Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e7e2df27f8 
								
							
								 
							
						 
						
							
							
								
								Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.  
							
							None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit d36beb3f69 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d36beb3f69 
								
							
								 
							
						 
						
							
							
								
								Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.  
							
							None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6e5d231e9 
								
							
								 
							
						 
						
							
							
								
								a64enc: make PixelFormat arrays const  
							
							
								
							
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a26520a97 
								
							
								 
							
						 
						
							
							
								
								Cosmetics, lots of.  
							
							Originally committed as revision 25348 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbc26bae11 
								
							
								 
							
						 
						
							
							
								
								Skip unnecessary calculations in 4col-mode.  
							
							Originally committed as revision 25347 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90a3ffe276 
								
							
								 
							
						 
						
							
							
								
								Add possibility to crop screens inside of encoded frames.  
							
							Originally committed as revision 25346 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93ee7f9c41 
								
							
								 
							
						 
						
							
							
								
								Add check for height when cropping.  
							
							Originally committed as revision 25345 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4d2690309 
								
							
								 
							
						 
						
							
							
								
								Introduce palette with dynamic size.  
							
							Originally committed as revision 25344 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d1cacdb8dd 
								
							
								 
							
						 
						
							
							
								
								Checking return values of av_malloc(z) and report an error in case.  
							
							Originally committed as revision 25003 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3156df450f 
								
							
								 
							
						 
						
							
							
								
								Clarify code/avoid possible bugs by using precalculated values that are used for extradata as well  
							
							Originally committed as revision 24941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6cd94998a4 
								
							
								 
							
						 
						
							
							
								
								enable a flexible lifetime  
							
							Originally committed as revision 24940 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99d8166daf 
								
							
								 
							
						 
						
							
							
								
								Setting proper values in extradata for future use in muxer  
							
							Originally committed as revision 24939 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d09c0a1666 
								
							
								 
							
						 
						
							
							
								
								cleanup a bit in a64multi_encode_frame()  
							
							Originally committed as revision 24914 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f63810491 
								
							
								 
							
						 
						
							
							
								
								added/extended some comments in a64multi_encode_frame()  
							
							Originally committed as revision 24913 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2f402f160 
								
							
								 
							
						 
						
							
							
								
								added interlacing option and compression option for colorram (lut)  
							
							Originally committed as revision 24901 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb07ab7cf2 
								
							
								 
							
						 
						
							
							
								
								fixed some return values and deprecated CODEC_TYPE_VIDEO.  
							
							dithering (faster) along a linear gradient now.
Originally committed as revision 24898 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7bf7833fb7 
								
							
								 
							
						 
						
							
							
								
								Initial version of the a64 (multicolor charset) codec  
							
							Originally committed as revision 24873 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago