ed93ed5ee3 
								
							
								 
							
						 
						
							
							
								
								avfilter: don't anonymously typedef structs  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								942036e97c 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: Fix currently unused input frame dimensions  
							
							Found-by: Nicolas
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								963cd953fb 
								
							
								 
							
						 
						
							
							
								
								avfilter: stop using deprecated codec flags  
							
							Signed-off-by: James Almer <jamrial@gmail.com> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e879819e7b 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: Check for encoding failure  
							
							Fixes CID1363015
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								21f9468402 
								
							
								 
							
						 
						
							
							
								
								avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT  
							
							Libav, for some reason, merged this as a public API function. This will
aid in future merges.
A define is left for backwards compat, just in case some person
used it, since it is in a public header.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b761033e7f 
								
							
								 
							
						 
						
							
							
								
								avfilter/uspp: use AV_OPT_TYPE_BOOL for use_bframe_qp option  
							
							
								
							
							
						 
						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  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f16dfda50 
								
							
								 
							
						 
						
							
							
								
								Replace PixelFormats which sneaked in over time or where forgotten by AVPixelFormats  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd048e690b 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: fix gop_size  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49456ed606 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: Use FF_CEIL_RSHIFT() correct rounding of odd w/h  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57ede2a507 
								
							
								 
							
						 
						
							
							
								
								lavfi: use ff_norm_qscale(), factorize  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eb465b8c56 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: clear AVPacket to not leave uninitialized memory  
							
							Fixes CID1260707
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								341bd6ec6a 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: use av_malloc_array()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								609a73b6ff 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: fix gray pixfmt handling  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3dd5f7aaa0 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: fix used chroma subsampling factors  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								354fda7698 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: fix used pix_fmt  
							
							Found-by: carl
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								792a5004a1 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: Add grayscale support  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b898c49ba1 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: assert that the qp_type is valid  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e07c82688e 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: fix integer overflow in intermediate  
							
							Fixes Ticket3596
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13c3a97bf1 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: remove YUV 411/422/440  
							
							snow doesnt support 422/411/440 currently, so these do not work yet
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e1540cdf07 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: use the average QP instead of QP[0]  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5172782352 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: The qp array width is qp_stride not stride/16  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2d8ac24b8 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_uspp: Allocate qp storage after qp_stride is known  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e93abe1f40 
								
							
								 
							
						 
						
							
							
								
								avfilter/uspp: use AVFILTER_DEFINE_CLASS()  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								397859c4a8 
								
							
								 
							
						 
						
							
							
								
								avfilter/uspp: make src const in store_slice_c()  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73d88109c0 
								
							
								 
							
						 
						
							
							
								
								avfilter/uspp: misc style fixes  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								100fc395b6 
								
							
								 
							
						 
						
							
							
								
								lavfi: USPP Filter  
							
							Previous version reviewed by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago