Luca Barbato 
							
						 
					 
					
						
						
							
						
						304089aca7 
					 
					
						
						
							
							mxf: Add UID print helpers  
						
						... 
						
						
						
						And use it to print non-parsed ULs. 
						
						
					 
					
						2014-08-17 16:11:02 +02:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						6920fb2b33 
					 
					
						
						
							
							mxf: Verbose debug logging  
						
						... 
						
						
						
						Print the UL in code format and in the short format used by the
specification. 
						
						
					 
					
						2014-03-19 12:04:06 +01:00 
						 
				 
			
				
					
						
							
							
								Matthieu Bouron 
							
						 
					 
					
						
						
							
						
						e118bb1a33 
					 
					
						
						
							
							mxf: Introduce ff_mxf_get_samples_per_frame  
						
						... 
						
						
						
						Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-03-06 19:28:20 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						716d413c13 
					 
					
						
						
							
							Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat  
						
						
						
						
					 
					
						2012-10-08 07:13:26 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						e4cbf7529b 
					 
					
						
						
							
							Give all anonymously typedeffed structs in headers a name  
						
						... 
						
						
						
						Anonymous structs cannot be forward declared and have no benefit. 
						
						
					 
					
						2012-10-06 09:27:11 +02:00 
						 
				 
			
				
					
						
							
							
								Joseph Artsimovich 
							
						 
					 
					
						
						
							
						
						634d670538 
					 
					
						
						
							
							mxfdec: fix frame height vs field height confusion  
						
						... 
						
						
						
						Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se >
Reveiwed-by: Baptiste Coudurier <baptiste.coudurier@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2012-07-10 13:51:04 +02:00 
						 
				 
			
				
					
						
							
							
								Philip de Nier 
							
						 
					 
					
						
						
							
						
						fda891e108 
					 
					
						
						
							
							mxfdec: set pixel format for cdci picture formats  
						
						... 
						
						
						
						The properties of the CDCI Descriptor are insufficient to specify
the pixel format for uncompressed picture data. SMPTE 377-1 and
RP224v10 have defined a set of picture coding labels to indicate what
formatting was used.
This patch uses 2 labels to detect UYVY422 or YUYV422 pixel formats.
It defaults to UYVY422 for 8-bit 4:2:2 pictures to support files
that were created before the coding labels were introduced ~2008
The codec pix_fmt default was changed from 0 (PIX_FMT_YUV420P) to
-1 (PIX_FMT_NONE)
Reviewed-by: Baptiste Coudurier <baptiste.coudurier@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2012-07-10 13:51:04 +02:00 
						 
				 
			
				
					
						
							
							
								Mans Rullgard 
							
						 
					 
					
						
						
							
						
						2912e87a6c 
					 
					
						
						
							
							Replace FFmpeg with Libav in licence headers  
						
						... 
						
						
						
						Signed-off-by: Mans Rullgard <mans@mansr.com > 
						
						
					 
					
						2011-03-19 13:33:20 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						dfd2a005eb 
					 
					
						
						
							
							Replace dprintf with av_dlog  
						
						... 
						
						
						
						dprintf clashes with POSIX.1-2008 
						
						
					 
					
						2011-01-29 23:55:37 +01:00 
						 
				 
			
				
					
						
							
							
								Diego Elio Pettenò 
							
						 
					 
					
						
						
							
						
						a3dffc0627 
					 
					
						
						
							
							Make ff_mxf_pixel_layouts static to mxf.c.  
						
						... 
						
						
						
						Also make it an anonymous structure as never it is accessed by name.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net > 
						
						
					 
					
						2011-01-25 21:48:03 +01:00 
						 
				 
			
				
					
						
							
							
								Diego Elio 'Flameeyes' Pettenò 
							
						 
					 
					
						
						
							
						
						73a0b19ba3 
					 
					
						
						
							
							Don't check for DEBUG before using dprintf.  
						
						... 
						
						
						
						The dprintf macro is no-op when DEBUG is unset, so there is no need to
put it conditional to DEBUG.
Signed-off-by: Mans Rullgard <mans@mansr.com > 
						
						
					 
					
						2011-01-25 00:25:50 +00:00 
						 
				 
			
				
					
						
							
							
								Tomas Härdin 
							
						 
					 
					
						
						
							
						
						11fdc4d4fc 
					 
					
						
						
							
							mxfdec: Improve parsing of the PixelLayout item  
						
						... 
						
						
						
						Originally committed as revision 23898 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-30 07:55:05 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
							
						
						5ac4d7689d 
					 
					
						
						
							
							reuse MXFCodecUL for data def and simplify  
						
						... 
						
						
						
						Originally committed as revision 17042 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-08 05:12:30 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
							
						
						251bf87560 
					 
					
						
						
							
							remove implicit header inclusions from mxf.h  
						
						... 
						
						
						
						Originally committed as revision 17041 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-08 04:42:38 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						c60208e7a1 
					 
					
						
						
							
							Directly #include some required headers.  
						
						... 
						
						
						
						Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-25 19:11:10 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
							
						
						6e4668b8a9 
					 
					
						
						
							
							write essence container data  
						
						... 
						
						
						
						Originally committed as revision 16733 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-23 20:57:12 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						406792e7b0 
					 
					
						
						
							
							cosmetics: Remove pointless period after copyright statement non-sentences.  
						
						... 
						
						
						
						Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-19 15:46:40 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
							
						
						15cdff8525 
					 
					
						
						
							
							100l, add missing enum type, fix compilation  
						
						... 
						
						
						
						Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-08 07:11:43 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						bc5c918ea8 
					 
					
						
						
							
							Remove offset_t typedef and use int64_t directly instead.  
						
						... 
						
						
						
						The name offset_t is easily confused with the standard off_t type and
*_t is POSIX reserved namespace if any POSIX header is included.
Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-10-03 10:16:29 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						987903826b 
					 
					
						
						
							
							Globally rename the header inclusion guard names.  
						
						... 
						
						
						
						Consistently apply this rule: the guard name is obtained from the
filename by stripping the leading "lib", converting '/' and '.'  to
'_' and uppercasing the resulting name. Guard names in the root
directory have to be prefixed by "FFMPEG_".
Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-31 07:39:47 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
							
						
						4ee873e39d 
					 
					
						
						
							
							put back mxf_essence_container_uls in demuxer as static const  
						
						... 
						
						
						
						Originally committed as revision 15083 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-31 01:39:42 +00:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						cedebde15a 
					 
					
						
						
							
							Remaining parts of GSoC MXF muxer by Zhentan Feng.  
						
						... 
						
						
						
						Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-26 15:58:25 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
							
						
						6986662b5f 
					 
					
						
						
							
							Import more ok'ed chunks of the mxf muxer from the soc tree  
						
						... 
						
						
						
						Originally committed as revision 14938 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-24 05:55:46 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
							
						
						9b9466b0cd 
					 
					
						
						
							
							Apply parts of MXF muxer ok'ed by Michael  
						
						... 
						
						
						
						Originally committed as revision 14903 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-22 04:12:52 +00:00 
						 
				 
			
				
					
						
							
							
								Zhentan Feng 
							
						 
					 
					
						
						
							
						
						c69968b4fe 
					 
					
						
						
							
							Factorize common code out of the mxf demuxer.  
						
						... 
						
						
						
						Patch by zhentan feng.
Originally committed as revision 14826 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-18 17:54:18 +00:00