50a28b1393 
								
							
								 
							
						 
						
							
							
								
								doc/examples: do not check NULL values for avcodec_close()  
							
							avcodec_close() does nothing in case the argument is NULL. Simplify. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb10b43fc4 
								
							
								 
							
						 
						
							
							
								
								doc/examples: rename demuxing to demuxing_decoding.  
							
							That example shows how the decoding process works, not only the
demuxing. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d10b1a200d 
								
							
								 
							
						 
						
							
							
								
								doc/examples/demuxing: show how to use the reference counting system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c6bb53bb2 
								
							
								 
							
						 
						
							
							
								
								doc/examples/demuxing: reset got_frame.  
							
							Fix infinite loop at flushing. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72f5a6d067 
								
							
								 
							
						 
						
							
							
								
								examples: demuxing: print ffplay command even if sample format is planar  
							
							Adjust the code so that a working ffplay command is printed in the
planar audio case. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f31c1608c 
								
							
								 
							
						 
						
							
							
								
								examples: demuxing: simplify audio output  
							
							There is no reason why this should copy the audio data in a very
complicated way. Also, strictly write the first plane, instead of
writing the whole buffer. This is more helpful in context of the
example. This way a user can clearly confirm that it works by playing
the written data as raw audio. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06b269dacb 
								
							
								 
							
						 
						
							
							
								
								examples: demuxing: do partial audio packet decoding  
							
							This assumes one audio packet is decoded one time. This is not true:
packets can be partially decoded. Then you have to "adjust" the packet
and pass the undecoded part of the packet to the decode function again. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ade6bfb03 
								
							
								 
							
						 
						
							
							
								
								doc/examples/demuxing: use AVFrame accessor functions  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e7a39e163d 
								
							
								 
							
						 
						
							
							
								
								examples/demuxing: free AVPacket after usage  
							
							Fix leak. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								48a7981e6f 
								
							
								 
							
						 
						
							
							
								
								doc/examples: fix assignments in if()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8c0b6710c 
								
							
								 
							
						 
						
							
							
								
								examples/muxing: fix typo: allocated -> allocate  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f6f8f642c 
								
							
								 
							
						 
						
							
							
								
								examples/demuxing: fix braino  
							
							s/video/audio/ in a log message. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								794cea588c 
								
							
								 
							
						 
						
							
							
								
								examples/demuxing: dump input information *after* trying to open audio stream  
							
							Implement more logical code flow. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca28cb5f83 
								
							
								 
							
						 
						
							
							
								
								examples: fix doxy so they appear on the example page  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2fe8fd3948 
								
							
								 
							
						 
						
							
							
								
								examples/demuxing: add audio decoding/demuxing  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c8ef309379 
								
							
								 
							
						 
						
							
							
								
								examples: add demuxing.c example  
							
							
								
							
							
						 
						13 years ago