139f3ac42d 
								
							
								 
							
						 
						
							
							
								
								Bump major versions of all libraries.  
							
							They've accumulated enough new APIs and corresponding deprecated cruft.
This breaks API and ABI. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ae4251c3b 
								
							
								 
							
						 
						
							
							
								
								eval: add support for trunc, ceil, and floor functions  
							
							Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73389754c9 
								
							
								 
							
						 
						
							
							
								
								pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE  
							
							PIX_FMT_BGR48LE is used by PhantomCINE demuxer.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09d171b988 
								
							
								 
							
						 
						
							
							
								
								lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes  
							
							Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								737eb5976f 
								
							
								 
							
						 
						
							
							
								
								Merge libavcore into libavutil  
							
							It is pretty hopeless that other considerable projects will adopt
libavutil alone in other projects. Projects that need small footprint
are better off with more specialized libraries such as gnulib or rather
just copy the necessary parts that they need. With this in mind, nobody
is helped by having libavutil and libavcore split. In order to ease
maintenance inside and around FFmpeg and to reduce confusion where to
put common code, avcore's functionality is merged (back) to avutil.
Signed-off-by: Reinhard Tartler <siretart@tauware.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4868bebe5b 
								
							
								 
							
						 
						
							
							
								
								Add forgotten minor API bumps and APIChanges entries  
							
							The bumps are for adding version.h and avio_{get/put}_str functions in
lavf and making av_dlog public in lavu.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0328b9ea39 
								
							
								 
							
						 
						
							
							
								
								Add av_file_map() and av_file_unmap() functions.  
							
							Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0bc55f5d32 
								
							
								 
							
						 
						
							
							
								
								Add AVERROR_*_NOT_FOUND codes.  
							
							Originally committed as revision 26056 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb4afa13dd 
								
							
								 
							
						 
						
							
							
								
								Deprecate avcodec_pix_fmt_string() in favor of  
							
							av_get_pix_fmt_string(), added to libavutil/pixdesc.h.
Originally committed as revision 25879 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								20fcd0797e 
								
							
								 
							
						 
						
							
							
								
								Implement isnan() function evaluation.  
							
							Originally committed as revision 25666 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4cabef0a9d 
								
							
								 
							
						 
						
							
							
								
								Make strmatch() return 1 only if the string compared against the  
							
							prefix does not contain other characters which may belong to an
identifier.
This allows to distinguish for example to have different constants
with the same prefix (e.g. "foo" and "foobar").
Originally committed as revision 25626 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63b1630356 
								
							
								 
							
						 
						
							
							
								
								Fix evaluation of expressions of the form: E1;E2.  
							
							The pointer to the char ';' has to be increased before to evaluate
";E2".
Originally committed as revision 25623 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4ddade62dd 
								
							
								 
							
						 
						
							
							
								
								Install libavutil/opt.h, its API is public.  
							
							Fix issue #2265 .
Originally committed as revision 25420 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dec1126915 
								
							
								 
							
						 
						
							
							
								
								Make av_cmp_q() work with infinities and NAN.  
							
							Originally committed as revision 25338 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b4ed22f75 
								
							
								 
							
						 
						
							
							
								
								Make av_d2q() manage the case in which the value to convert is inf.  
							
							Originally committed as revision 25332 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b926b6282d 
								
							
								 
							
						 
						
							
							
								
								av_assert() system.  
							
							With this the developer can now choose if he wants an assert always enabled or at which
compile time assert level. This can thus replace the #define NDEBUG hacks
Originally committed as revision 25278 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c85eef4ed8 
								
							
								 
							
						 
						
							
							
								
								Move av_set_options_string() from libavfilter to libavutil.  
							
							Originally committed as revision 25236 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								372e288408 
								
							
								 
							
						 
						
							
							
								
								Move av_get_token() from libavfilter to libavutil.  
							
							Originally committed as revision 25225 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41f87daaa3 
								
							
								 
							
						 
						
							
							
								
								Bump version and update APIchanges after r25210.  
							
							Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ed040408b 
								
							
								 
							
						 
						
							
							
								
								Move AVOptions from libavcodec to libavutil  
							
							Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c1c80f0a3 
								
							
								 
							
						 
						
							
							
								
								2nd try to fix av_log() repeated detection  
							
							Originally committed as revision 25174 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc6f0af289 
								
							
								 
							
						 
						
							
							
								
								Add av_popcount() to libavutil/common.h and bump minor version  
							
							Originally committed as revision 25120 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c6c98d0897 
								
							
								 
							
						 
						
							
							
								
								Move mm_support() from libavcodec to libavutil, make it a public  
							
							function and rename it to av_get_cpu_flags().
Originally committed as revision 25076 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7160bb716b 
								
							
								 
							
						 
						
							
							
								
								Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_  
							
							symbols, and move them from libavcodec/avcodec.h to libavutil/cpu.h.
Originally committed as revision 25040 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f2d2e4ed9 
								
							
								 
							
						 
						
							
							
								
								Define macro AV_NE() and use it in libavdevice.  
							
							Help further refactoring.
Originally committed as revision 24814 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								448524777a 
								
							
								 
							
						 
						
							
							
								
								Add the M_PHI constant, contains an approximation of the golden ratio  
							
							irrational number.
Originally committed as revision 24439 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								617d56cafa 
								
							
								 
							
						 
						
							
							
								
								Update lavu minor and add APIchanges entry after r24174 (add bswap.h  
							
							and intreadwrite.h API public interface).
Originally committed as revision 24190 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9699a96a80 
								
							
								 
							
						 
						
							
							
								
								Bump minor after read/write_line() to av_read/write_image_line()  
							
							rename, done in r24101.
Originally committed as revision 24128 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								08b317a238 
								
							
								 
							
						 
						
							
							
								
								avutil: bump minor version for r23985 (install lfg.h)  
							
							Originally committed as revision 23997 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b4abbd6f5 
								
							
								 
							
						 
						
							
							
								
								Move colorspace.h from libavcodec to libavutil.  
							
							Avoid a compile-time dependency of the pad filter on libavcodec.
Originally committed as revision 23940 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49bd8e4b84 
								
							
								 
							
						 
						
							
							
								
								Fix grammar errors in documentation  
							
							Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								276b45afa0 
								
							
								 
							
						 
						
							
							
								
								Add APIchanges entry and bump minor after av_compare_mod() addition.  
							
							Originally committed as revision 23592 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b99215c0e 
								
							
								 
							
						 
						
							
							
								
								Move eval.c and eval.h from libavcodec to libavutil, and make the eval  
							
							API public.
Originally committed as revision 23485 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6532c6f929 
								
							
								 
							
						 
						
							
							
								
								Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()  
							
							addition.
Originally committed as revision 23484 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99778631e9 
								
							
								 
							
						 
						
							
							
								
								Bump libavutil minor version for the addition of av_get_random_seed  
							
							Originally committed as revision 23255 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c1bb26535 
								
							
								 
							
						 
						
							
							
								
								Make it possible for a log context to keep track of its parent context.  
							
							This is usefull to keep track and display relations where things are a
bit more complex (like AVProtocols or demuxers used by demuxers and such)
Originally committed as revision 23199 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3fe1ec39c6 
								
							
								 
							
						 
						
							
							
								
								Add means to adjust the log level per context.  
							
							Originally committed as revision 23059 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2959f4558 
								
							
								 
							
						 
						
							
							
								
								Make av_strerror() return -1 even in the case when av_strerror_r() is  
							
							not defined.
This allows applications to check if av_strerror() cannot provide a
meaningful representation for the provided error code, without having
to actually check the filled string.
Originally committed as revision 23031 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2308b6c19a 
								
							
								 
							
						 
						
							
							
								
								Add version to AVClass so we can add to and use fields of AVClass without ABI issues.  
							
							Originally committed as revision 22987 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba87f0801d 
								
							
								 
							
						 
						
							
							
								
								Remove explicit filename from Doxygen  @file  commands.  
							
							Passing an explicit filename to this command is only necessary if the
documentation in the @file  block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11491503c4 
								
							
								 
							
						 
						
							
							
								
								Move AVMediaType from libavcodec to libavutil.  
							
							This allows applications/libraries which require that symbol
(e.g. libavfilter) to be compiled without to depend on the presence of
libavcodec/avcodec.h, which may not be installed.
Originally committed as revision 22736 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87958234f9 
								
							
								 
							
						 
						
							
							
								
								Implement av_strerror().  
							
							Originally committed as revision 22684 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60c144f700 
								
							
								 
							
						 
						
							
							
								
								Move error code definitions from libavcodec/avcodec.h to  
							
							libavutil/error.h.
Error code definitions and handling code belong to libavutil, where
they can be shared by all the libav* libraries.
See the thread:
Subject: [FFmpeg-devel] [PATCH] Move error codes definitions from lavc to lavu
Date: Sun, 19 Jul 2009 12:09:16 +0200
Originally committed as revision 22501 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c18fb6310d 
								
							
								 
							
						 
						
							
							
								
								Bump minor number and add APIchanges entry after the inclusion of  
							
							av_stristr().
Originally committed as revision 22254 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b83fc0fe4 
								
							
								 
							
						 
						
							
							
								
								Plug memory leak in NUT muxer and demuxer  
							
							Originally committed as revision 22174 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b687c1aaac 
								
							
								 
							
						 
						
							
							
								
								Bump minor for av_compare_ts()  
							
							Originally committed as revision 21673 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80a07f6e47 
								
							
								 
							
						 
						
							
							
								
								Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().  
							
							Originally committed as revision 21545 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87fec35d8d 
								
							
								 
							
						 
						
							
							
								
								Add macro AV_JOIN() for joining two tokens into one  
							
							Originally committed as revision 21482 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago