8cd472d3f9 
								
							
								 
							
						 
						
							
							
								
								avconv: make output -ss insert trim/atrim filters.  
							
							This makes output -ss sample-accurate for audio and will allow further
simplication in the future. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a83c0da539 
								
							
								 
							
						 
						
							
							
								
								avconv: make -t insert trim/atrim filters.  
							
							This makes -t sample-accurate for audio and will allow further
simplication in the future.
Most of the FATE changes are due to audio now being sample accurate. In
some cases a video frame was incorrectly passed with the old code, while
its was over the limit. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bee2d75b66 
								
							
								 
							
						 
						
							
							
								
								avconv: update to the new options syntax.  
							
							The separators were changed from ',' to '|' in all the filters. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38f0c0781a 
								
							
								 
							
						 
						
							
							
								
								lavfi: merge avfiltergraph.h into avfilter.h  
							
							We do not support using filters without AVFilterGraph in practice
anyway, so there is no point in pretending we do. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e760e1d408 
								
							
								 
							
						 
						
							
							
								
								avconv: Make sure the encoder exists before inspecting supported_list  
							
							This fixes crashes when there is no encoder for the default codec of
selected format.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d925cca95f 
								
							
								 
							
						 
						
							
							
								
								avconv: remove an unused variable  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c7db097eb 
								
							
								 
							
						 
						
							
							
								
								avconv: pass libavresample options to AVFilterGraph  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10bca66101 
								
							
								 
							
						 
						
							
							
								
								cmdutils: add a macro to simplify grow_array() calls.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a71d362a6 
								
							
								 
							
						 
						
							
							
								
								avconv: deprecate the -vol option  
							
							Remove the code for volume scaling in avconv.c and instead auto-insert a
volume filter into the beginning of the filter chain. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95682d8cd2 
								
							
								 
							
						 
						
							
							
								
								avconv: fix variable shadowing in configure_input_audio_filter()  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a903f8f087 
								
							
								 
							
						 
						
							
							
								
								Include libavutil/channel_layout.h instead of libavutil/audioconvert.h  
							
							Also reorder some other #include when applicable. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1ef30a6ba 
								
							
								 
							
						 
						
							
							
								
								De-doxygenize some top-level files  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								716d413c13 
								
							
								 
							
						 
						
							
							
								
								Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e3f9979fa 
								
							
								 
							
						 
						
							
							
								
								Use atexit() instead of defining a custom exit_program() interface.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58dee6e62d 
								
							
								 
							
						 
						
							
							
								
								avconv: don't pass a bogus parameter to avfilter_graph_create_filter().  
							
							The buffer sink does not take any parameters.
Fixes an uninitialized variable warning. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a3ad68d36c 
								
							
								 
							
						 
						
							
							
								
								cmdutils: extend -h to allow printing codec details.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe2147e936 
								
							
								 
							
						 
						
							
							
								
								avconv: split configuring filter configuration to a separate file.  
							
							
								
							
							
						 
						13 years ago