16302246b1 
								
							
								 
							
						 
						
							
							
								
								avconv: Add an option for automatically rotating video according to display matrix  
							
							The option is enabled by default, but can be disabled.
If this is enabled, such side data isn't copied into the output stream
(except when doing stream copy).
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								383136264e 
								
							
								 
							
						 
						
							
							
								
								avconv: do not use the stream codec context for encoding  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41776ba9c0 
								
							
								 
							
						 
						
							
							
								
								avconv: do not use the stream codec context for decoding  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1839fafa95 
								
							
								 
							
						 
						
							
							
								
								avconv: Support VDA hwaccel  
							
							Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9580818c5d 
								
							
								 
							
						 
						
							
							
								
								avconv: rename OutputStream.opts to OutputStream.encoder_opts  
							
							This makes it more clear what is this variable for exactly. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f3a6ad22c9 
								
							
								 
							
						 
						
							
							
								
								avconv: rename InputStream.opts to InputStream.decoder_opts  
							
							This makes it more clear what is this variable for exactly. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35177ba77f 
								
							
								 
							
						 
						
							
							
								
								avconv: add support for DXVA2 decoding  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4754345027 
								
							
								 
							
						 
						
							
							
								
								avconv: print verbose per-stream transcoding statistics  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								baeb59d89b 
								
							
								 
							
						 
						
							
							
								
								avconv: rewrite output data size tracking  
							
							Store a variable per OutputStream instead of globals for
audio/video/extradata. This makes the code simpler and cleaner and fixes
2pass with multiple output streams. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59444c76e6 
								
							
								 
							
						 
						
							
							
								
								avconv: add stream-global side data to the first demuxed packet  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								67f2a68814 
								
							
								 
							
						 
						
							
							
								
								avconv: remove a write-only variable  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7671dd7cd7 
								
							
								 
							
						 
						
							
							
								
								avconv: add support for VDPAU decoding  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07fd0a2219 
								
							
								 
							
						 
						
							
							
								
								avconv: add infrastructure for using hwaccels  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c872d310cd 
								
							
								 
							
						 
						
							
							
								
								avconv: stop accessing AVStream.parser  
							
							It is private and must not be touched from outside of lavf. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f825d42bcc 
								
							
								 
							
						 
						
							
							
								
								avplay: Accept cpuflags option  
							
							Quite useful for debugging.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								488a0fa689 
								
							
								 
							
						 
						
							
							
								
								avconv: support -t as an input option.  
							
							It limits the duration of the data read from a given input. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								811bd07846 
								
							
								 
							
						 
						
							
							
								
								avconv: make input -ss accurate when transcoding  
							
							Insert (a)trim filters on the corresponding inputs, so the extra frames
are decoded and discarded. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76d23f4031 
								
							
								 
							
						 
						
							
							
								
								avconv: do not send non-monotonous DTS to the muxers.  
							
							Hack partially based on a commit by Michael Niedermayer <michaelni@gmx.at>
Should fix (or work around) bug 458. 
							
						 
						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  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4208b9b7d 
								
							
								 
							
						 
						
							
							
								
								avconv: add options for reading filtergraphs from a file.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b2dc29534 
								
							
								 
							
						 
						
							
							
								
								avconv: convert to new refcounted AVFrame API  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c7db097eb 
								
							
								 
							
						 
						
							
							
								
								avconv: pass libavresample options to AVFilterGraph  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77bd1bc73a 
								
							
								 
							
						 
						
							
							
								
								avconv: use new options parser.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1ef30a6ba 
								
							
								 
							
						 
						
							
							
								
								De-doxygenize some top-level files  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb722a900f 
								
							
								 
							
						 
						
							
							
								
								avconv: remove -same_quant  
							
							It has not worked for anything other than fringe codecs (asv1/2, mdec,
mjpeg[b]) since about 2003 and nobody ever noticed or complained. This
sufficiently proves that there are no users of this option who have a
clue of what they are doing, so it is completely useless. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								716d413c13 
								
							
								 
							
						 
						
							
							
								
								Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11d957fbd8 
								
							
								 
							
						 
						
							
							
								
								avtools: remove the distinction between func_arg and func2_arg.  
							
							func2_arg is the same as func_arg, except it has one additional
parameter. Change all func_arg callbacks to take that parameter (and
ignore it). 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbcedade00 
								
							
								 
							
						 
						
							
							
								
								avconv: make the -passlogfile option per-stream.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								038c0b1e06 
								
							
								 
							
						 
						
							
							
								
								avconv: make the -pass option per-stream.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c0df90584 
								
							
								 
							
						 
						
							
							
								
								avconv: make -shortest a per-output file option.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57d2422559 
								
							
								 
							
						 
						
							
							
								
								avconv: rename OutputStream.is_past_recording_time to finished.  
							
							The new name is shorter and more accurate, since this variable is no
longer used only for checking recording time constraint. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b26ef4228 
								
							
								 
							
						 
						
							
							
								
								avconv: replace no_packet array in transcode() with a var in InputStream  
							
							This simplifies splitting code for reading from input out of
transcode(). 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bed43d58b0 
								
							
								 
							
						 
						
							
							
								
								avconv: remove unused variable from InputFile.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe2147e936 
								
							
								 
							
						 
						
							
							
								
								avconv: split configuring filter configuration to a separate file.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5e668273a 
								
							
								 
							
						 
						
							
							
								
								avconv: split option parsing into a separate file.  
							
							
								
							
							
						 
						13 years ago