Mark Thompson
							
						 
						
							
							
							
								
							
								10bcc41bb4 
								
							
								 
							
						 
						
							
							
								
								examples: Don't call deprecated functions which don't do anything  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Jun Zhao
							
						 
						
							
							
							
								
							
								fdfc51766d 
								
							
								 
							
						 
						
							
							
								
								examples/transcoding: suppress build warning.  
							
							 
							
							 
							
							
								
							
							
							suppress the "warning: assignment discards ‘const’ qualifier from
pointer target type" build warning.
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> 
							
						 
						8 years ago  
					 
				
					
						
							
							
								   Muhammad Faiz
							
						 
						
							
							
							
								
							
								327a1c0dee 
								
							
								 
							
						 
						
							
							
								
								examples: do not use AVFrame accessor  
							
							 
							
							 
							
							
								
							
							
							Reviewed-by: wm4 <nfxjfg@googlemail.com>
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com> 
							
						 
						8 years ago  
					 
				
					
						
							
							
								   James Almer
							
						 
						
							
							
							
								
							
								3b80f73b18 
								
							
								 
							
						 
						
							
							
								
								doc/examples/transcoding: convert to codecpar  
							
							 
							
							 
							
							
								
							
							
							Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com> 
							
						 
						9 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								3bc060f366 
								
							
								 
							
						 
						
							
							
								
								doc/examples/transcoding: Use the decoders pixel format if the encoder does not list which are supported  
							
							 
							
							 
							
							
								
							
							
							This affects rawvideo and wraped_avframe, no others are affected atm
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> 
							
						 
						9 years ago  
					 
				
					
						
							
							
								   Hendrik Leppkes
							
						 
						
							
							
							
								
							
								c2f861ca42 
								
							
								 
							
						 
						
							
							
								
								Replace remaining occurances of av_free_packet with av_packet_unref  
							
							 
							
							
								
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								   Hendrik Leppkes
							
						 
						
							
							
							
								
							
								144fb06806 
								
							
								 
							
						 
						
							
							
								
								Remove left-over FF_API_AVFILTERBUFFER cruft  
							
							 
							
							
								
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								   Andreas Cadhalpun
							
						 
						
							
							
							
								
							
								ed0b1db640 
								
							
								 
							
						 
						
							
							
								
								doc: fix spelling errors  
							
							 
							
							 
							
							
								
							
							
							Neccessary -> Necessary
formated   -> formatted
thee       -> the
eventhough -> even though
seperately -> separately
Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> 
							
						 
						10 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								a85f033149 
								
							
								 
							
						 
						
							
							
								
								doc/examples/transcoding: Use avio_closep() in examples as it avoids leaving stale pointers  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								bde27e1e61 
								
							
								 
							
						 
						
							
							
								
								doc/examples/transcoding: check encoder before using it  
							
							 
							
							 
							
							
								
							
							
							Fixes null pointer exception
Found-by: stoupeace
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								3a0c70f1e3 
								
							
								 
							
						 
						
							
							
								
								doc/examples/transcoding: use av_packet_rescale_ts()  
							
							 
							
							 
							
							
								
							
							
							Simplify. 
							
						 
						11 years ago  
					 
				
					
						
							
							
								   Timothy Gu
							
						 
						
							
							
							
								
							
								3be90723e7 
								
							
								 
							
						 
						
							
							
								
								transcoding: fix Doxygen file path  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								9b467d3cd5 
								
							
								 
							
						 
						
							
							
								
								examples/transcoding: use av_malloc_array()  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
					 
				
					
						
							
							
								   Andrey Utkin
							
						 
						
							
							
							
								
							
								e10ab43614 
								
							
								 
							
						 
						
							
							
								
								doc/examples: Add example transcoding.c  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago