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> 
							
						 
						
							2017-11-01 02:10:09 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									James Almer 
								
							 
						 
						
							
							
							
							
								
							
							
								99ba85a0e2 
								
							 
						 
						
							
							
								
								Merge commit ' f5950b8fd6'  
							
							... 
							
							
							
							* commit 'f5950b8fd6 
							
						 
						
							2017-10-26 16:46:11 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Muhammad Faiz 
								
							 
						 
						
							
							
							
							
								
							
							
								327a1c0dee 
								
							 
						 
						
							
							
								
								examples: do not use AVFrame accessor  
							
							... 
							
							
							
							Reviewed-by: wm4 <nfxjfg@googlemail.com>
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com> 
							
						 
						
							2017-04-23 14:43:51 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									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> 
							
						 
						
							2017-03-28 12:27:04 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									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> 
							
						 
						
							2016-06-05 17:10:15 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hendrik Leppkes 
								
							 
						 
						
							
							
							
							
								
							
							
								c2f861ca42 
								
							 
						 
						
							
							
								
								Replace remaining occurances of av_free_packet with av_packet_unref  
							
							
							
						 
						
							2015-10-27 14:35:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hendrik Leppkes 
								
							 
						 
						
							
							
							
							
								
							
							
								144fb06806 
								
							 
						 
						
							
							
								
								Remove left-over FF_API_AVFILTERBUFFER cruft  
							
							
							
						 
						
							2015-09-05 16:27:19 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Niedermayer 
								
							 
						 
						
							
							
							
							
								
							
							
								444e9874a7 
								
							 
						 
						
							
							
								
								Merge commit ' def97856de'  
							
							... 
							
							
							
							* commit 'def97856de 
							
						 
						
							2015-07-27 22:50:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Niedermayer 
								
							 
						 
						
							
							
							
							
								
							
							
								94d68a41fa 
								
							 
						 
						
							
							
								
								Merge commit ' 7c6eb0a1b7'  
							
							... 
							
							
							
							* commit '7c6eb0a1b7 
							
						 
						
							2015-07-27 22:10:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									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> 
							
						 
						
							2015-06-14 15:09:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									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> 
							
						 
						
							2015-01-08 05:29:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									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> 
							
						 
						
							2014-12-04 18:58:38 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefano Sabatini 
								
							 
						 
						
							
							
							
							
								
							
							
								3a0c70f1e3 
								
							 
						 
						
							
							
								
								doc/examples/transcoding: use av_packet_rescale_ts()  
							
							... 
							
							
							
							Simplify. 
							
						 
						
							2014-09-16 14:55:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Gu 
								
							 
						 
						
							
							
							
							
								
							
							
								3be90723e7 
								
							 
						 
						
							
							
								
								transcoding: fix Doxygen file path  
							
							... 
							
							
							
							Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						
							2014-07-07 13:15:32 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Niedermayer 
								
							 
						 
						
							
							
							
							
								
							
							
								9b467d3cd5 
								
							 
						 
						
							
							
								
								examples/transcoding: use av_malloc_array()  
							
							... 
							
							
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						
							2014-04-08 15:35:14 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrey Utkin 
								
							 
						 
						
							
							
							
							
								
							
							
								e10ab43614 
								
							 
						 
						
							
							
								
								doc/examples: Add example transcoding.c  
							
							... 
							
							
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						
							2014-03-17 20:56:33 +01:00