7a6cf27714 
								
							
								 
							
						 
						
							
							
								
								lavu: improve documentation of some AVFrame functions  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29c2d06d67 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Drop empty comment lines  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89923e418b 
								
							
								 
							
						 
						
							
							
								
								lavu: add a framework for handling hwaccel frames  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1aa24df74c 
								
							
								 
							
						 
						
							
							
								
								lavu: Deprecate AVFrame.error[]  
							
							These field are difficult to interpret, and are provided by a single
encoder (mpegvideoenc). In general they do not belong to a structure
containing raw data only, so remove them from AVFrame.
Mpegvideoenc now uses a private field in Picture for its internal
computations.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f12ef9860 
								
							
								 
							
						 
						
							
							
								
								lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters  
							
							Deprecated in 10/2012. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0232ba62a2 
								
							
								 
							
						 
						
							
							
								
								frame: clarify buf documentation  
							
							Mention explicitly that the array must be filled contiguously. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								728685f37a 
								
							
								 
							
						 
						
							
							
								
								Add a side data type for audio service type.  
							
							Currently, audio service type is a field in AVCodecContext. However,
side data is more appropriate for this kind of information. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								472f9ed312 
								
							
								 
							
						 
						
							
							
								
								Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ef9e83764 
								
							
								 
							
						 
						
							
							
								
								avcodec: Deprecate dtg_active_format field in favor of avframe side-data  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c02adc62d 
								
							
								 
							
						 
						
							
							
								
								lavu: add all color-related enums to AVFrame  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bddd8cbf68 
								
							
								 
							
						 
						
							
							
								
								Add transformation matrix API.  
							
							Add AV_PKT_DATA_DISPLAYMATRIX and AV_FRAME_DATA_DISPLAYMATRIX as stream and
frame side data (respectively) to describe a display transformation matrix
for linear transformation operations on the decoded video.
Add functions to easily extract a rotation angle from a matrix and
conversely to setup a matrix for a given rotation angle.
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d161ae0a37 
								
							
								 
							
						 
						
							
							
								
								frame: add a function for removing side data from a frame  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a7e35dd23 
								
							
								 
							
						 
						
							
							
								
								Add replaygain side data type and code for parsing replaygain tags.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a18ef7a76c 
								
							
								 
							
						 
						
							
							
								
								doc: fix a couple of typos in frame.h  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1155fd02ae 
								
							
								 
							
						 
						
							
							
								
								frame: add a convenience function for copying AVFrame data  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c98f3169bf 
								
							
								 
							
						 
						
							
							
								
								lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								045654f422 
								
							
								 
							
						 
						
							
							
								
								doxy: Document better the available AVFrame flags  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff23c4e493 
								
							
								 
							
						 
						
							
							
								
								doxy: Add AVFrame to the structured modules  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								02b9fafcca 
								
							
								 
							
						 
						
							
							
								
								avutil: do not use avcodec header in frame.h  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b4797a21d 
								
							
								 
							
						 
						
							
							
								
								avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.  
							
							Includes a libavcodec utility function to update a frame's side data. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10d982480f 
								
							
								 
							
						 
						
							
							
								
								lavu: fix typo in documentation.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e244c6860 
								
							
								 
							
						 
						
							
							
								
								avframe: add codec-independent stereoscopic metadata  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1eaac1d6f7 
								
							
								 
							
						 
						
							
							
								
								mpeg12dec: Extract CC user data into frame side data  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28096e0a80 
								
							
								 
							
						 
						
							
							
								
								h264: wait for initial complete frame before outputing frames  
							
							This can be optionally disabled whith the "output_corrupt" flags
option.  When in "output_corrupt" mode, incomplete frames are
signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME.
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								529a9893d7 
								
							
								 
							
						 
						
							
							
								
								avframe: mark source frame const in _ref and _clone  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38e15df148 
								
							
								 
							
						 
						
							
							
								
								avframe: note that linesize is not the usable data size  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c8bff0740 
								
							
								 
							
						 
						
							
							
								
								avframe: have av_frame_get_side_data take const AVFrame*  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1296b1f6c0 
								
							
								 
							
						 
						
							
							
								
								AVFrame: deprecate all now unused fields  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77b2cd7b41 
								
							
								 
							
						 
						
							
							
								
								AVFrame: add side data.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ecc2d403c 
								
							
								 
							
						 
						
							
							
								
								Move AVFrame from lavc to lavu.  
							
							Add AVBuffer-based reference counting API to it. 
							
						 
						13 years ago