0e62b5d1ef 
								
							
								 
							
						 
						
							
							
								
								avfilter: use AV_OPT_TYPE_BOOL in a bunch of places  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								44f660e7e7 
								
							
								 
							
						 
						
							
							
								
								lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.  
							
							It has no longer any effect. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0854c084e 
								
							
								 
							
						 
						
							
							
								
								avfilter: handle error in query_formats() in bunch of filters  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e052df86d 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on arm  
							
							The first try failed to work with some build flags
The gcc version affected is very old and unmaintained AFAIK thus i made no
attempt to report this to the gcc developers.
The workaround is pushed as it may still affect users and does affect one
fate client
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								525a165d99 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARM  
							
							The gcc version affected is very old and unmaintained AFAIK thus i made no
attempt to report this to the gcc developers.
The workaround is pushed as it may still affect users and does affect one
fate client
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6dffc8f5aa 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functions  
							
							This should avoid issues on x86_64
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e818ee090a 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: fix gray8  
							
							Fixes segfault
Fixes Ticket3469
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3017239d3a 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: add comment to explain memset(0)  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a44409e692 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: zero freed memory for saftey  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b0ce5d4e3 
								
							
								 
							
						 
						
							
							
								
								vf_pullup: simplify, fix double free error  
							
							The memory allocation for f->diffs was freed multiple times in some
corner cases. Simplify the code so that this doesn't happen.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47eb15b989 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: fix memleak on error  
							
							Fixes CID1108604
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f9569cfac 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: Factor free_field_queue() out  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f99e6d632 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: do not ignore frame field order  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f4a5006ce 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: remove junk_down nonsense  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d520055000 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: change log level to error  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe5b7612c0 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: fix memleak of metrics for last PullupField  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								394a73cad2 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_pullup: make sure metric_plane is available  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c774459a9 
								
							
								 
							
						 
						
							
							
								
								avfilter: port pullup filter from libmpcodecs  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago