f77571f6bb 
								
							
								 
							
						 
						
							
							
								
								avfilter/drawutils: Check for av_malloc* failures  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c90069c6ba 
								
							
								 
							
						 
						
							
							
								
								avfilter/drawutils: Use av_malloc_array()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d26264fb4 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NB  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5598c0963 
								
							
								 
							
						 
						
							
							
								
								lavfi/drawutils: set subsampling for rgb too  
							
							Otherwise it is incorrectly set to 1.
Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55c94f48ce 
								
							
								 
							
						 
						
							
							
								
								lavfi/drawutils: fix planar rgb  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f1df07ce5 
								
							
								 
							
						 
						
							
							
								
								lavfi/drawutils: attempt to fix subsampling.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c7c71f95f8 
								
							
								 
							
						 
						
							
							
								
								replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								deef4b1ac9 
								
							
								 
							
						 
						
							
							
								
								lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be0a67bd65 
								
							
								 
							
						 
						
							
							
								
								lavfi/drawutils: fix blending computation in blend_line function  
							
							If width is not alligned with hsub, background component should only be
multiplied once by sub alpha component. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59ee9f78b0 
								
							
								 
							
						 
						
							
							
								
								lavfi: do not use av_pix_fmt_descriptors directly.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								716d413c13 
								
							
								 
							
						 
						
							
							
								
								Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1d9c2dc89a 
								
							
								 
							
						 
						
							
							
								
								Don't include common.h from avutil.h  
							
							Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3bcde3f06c 
								
							
								 
							
						 
						
							
							
								
								lavfi/drawutils: make ff_draw_color() accept a const rgba map  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c9e183b490 
								
							
								 
							
						 
						
							
							
								
								lavfi: update some deprecated functions  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e92b48d40f 
								
							
								 
							
						 
						
							
							
								
								drawutils: fix copyright  
							
							git blame:
    423 Nicolas George
     86 Stefano Sabatini
     19 Michael Niedermayer
      1 Reimar Döffinger
Initial commit:
commit bcfd9e821b 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24eac3cff5 
								
							
								 
							
						 
						
							
							
								
								Mark GRAY8 format as pseudo-paletted.  
							
							This fixes that the GIF encoder crashes with it because
it has no palette.
And the arguments for the pseudopalette apply to gray8 as
much as to RGB8 etc.
In addition the changes required in lavfi should be needed anyway
when adding support for RGB8 etc.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8497a338e 
								
							
								 
							
						 
						
							
							
								
								drawutils: implement uniform and mask blending.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ec0832743 
								
							
								 
							
						 
						
							
							
								
								drawutils: new API.  
							
							This new API stores useful data in a dedicated structure
and has clearly delimited init functions.
Hopefully, uses of the old API can be replaced quickly. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8dc90371b1 
								
							
								 
							
						 
						
							
							
								
								lavfi: add internal function ff_fill_rgba_map()  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ad06110e0 
								
							
								 
							
						 
						
							
							
								
								lavfi: add drawutils  
							
							Add drawutils.h and drawutils.c, and use them in the pad filter.
The new functions are going to be shared by other filters.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bcfd9e821b 
								
							
								 
							
						 
						
							
							
								
								lavfi: add drawutils  
							
							Add drawutils.h and drawutils.c, and use them in the pad filter.
The new functions are going to be shared by other filters.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago