1b98107c8d 
								
							
								 
							
						 
						
							
							
								
								Move find_info_tag to lavu and add av_ prefix to it  
							
							Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit ab0287fcbd 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40c3fe2c08 
								
							
								 
							
						 
						
							
							
								
								Deprecate parse_date() in favor of av_parse_time().  
							
							The new av_parse_time() is created in libavutil/parseutils.h, all the
internal functions used by parse_date are moved to
libavutil/parseutils.c and made static.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f6c7375a17 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ffe76e540 
								
							
								 
							
						 
						
							
							
								
								Merge libavcore into libavutil  
							
							Done to keep ABI compatible. Otherwise this is just silly 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0985e1a3ca 
								
							
								 
							
						 
						
							
							
								
								move the av_parse_color() function from libavfilter to libavcore  
							
							Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2af7205a1 
								
							
								 
							
						 
						
							
							
								
								Use hierarchic names convention (prefix them with av_expr) for the  
							
							eval API.
More grep-friendly and more consistent with the rest of the FFmpeg
API.
Originally committed as revision 25708 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								00e962a275 
								
							
								 
							
						 
						
							
							
								
								Add a test for av_parse_video_rate().  
							
							Originally committed as revision 25334 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc12b3b11b 
								
							
								 
							
						 
						
							
							
								
								Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify.  
							
							Originally committed as revision 25333 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6705dd5f98 
								
							
								 
							
						 
						
							
							
								
								Fix weird indent.  
							
							Originally committed as revision 25287 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea35e3c61e 
								
							
								 
							
						 
						
							
							
								
								Avoid the use of an intermediary variable in  
							
							av_parse_video_rate(). Simplify.
Originally committed as revision 24524 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c90c80ac28 
								
							
								 
							
						 
						
							
							
								
								Make VideoFrameRateAbbr contain a rational rather than two ints for  
							
							num and den. Simplify.
Originally committed as revision 24523 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc4a50a073 
								
							
								 
							
						 
						
							
							
								
								Remove reference to the "frame" term in variable names. Simpler and  
							
							more consistent with the function names.
Originally committed as revision 24522 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								afead10638 
								
							
								 
							
						 
						
							
							
								
								Make av_parse_video_size() and av_parse_video_rate() return  
							
							AVERROR(EINVAL) rather than -1 in case of unsuccess.
Originally committed as revision 24521 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								126b638ea0 
								
							
								 
							
						 
						
							
							
								
								Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()  
							
							in favor of the newly added corresponding functions
av_parse_video_size() and av_parse_video_rate() defined in
libavcore/parseutils.h.
This change also adds a linking-time dependency of libavcodec and of
libavfilter on libavcore.
Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago