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  
				
					
						
							
							
								 
						
							
							
							
								
							
								d408b77a3a 
								
							
								 
							
						 
						
							
							
								
								Add an AV_PRAGMA() macro for constructing _Pragma() directives  
							
							The seemingly equivalent _Pragma(AV_STRINGIFY(x)) is not accepted
by some compilers.
Originally committed as revision 21378 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4160069067 
								
							
								 
							
						 
						
							
							
								
								Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and  
							
							XXX_license() functions, consistent with the rest of FFmpeg.
Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								277c733237 
								
							
								 
							
						 
						
							
							
								
								Add a function to convert a number to a av_malloced string.  
							
							Originally committed as revision 20829 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3ba69a15c6 
								
							
								 
							
						 
						
							
							
								
								Implement av_bmg_next(), a Box-Muller Gaussian random generator.  
							
							See the thread:
"[FFmpeg-devel] [PATCH] Box-Muller gaussian generator".
Originally committed as revision 20808 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								382cb1154c 
								
							
								 
							
						 
						
							
							
								
								Make av_pix_fmt_descriptors use the same pixel format names as defined  
							
							in libavcodec/imgconvert.c.
Avoid to break compatility when making the functions dealing with
pixel format names in imgconvert.c use the names defined in pixdescs.
Originally committed as revision 20624 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								74a0059f2c 
								
							
								 
							
						 
						
							
							
								
								Make the pixdesc API public.  
							
							Originally committed as revision 20603 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c173693698 
								
							
								 
							
						 
						
							
							
								
								Add functions to return library license and library configuration.  
							
							Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91cc5d3767 
								
							
								 
							
						 
						
							
							
								
								Move ff_reverse in libavcodec to av_reverse in libavutil.  
							
							Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 20484 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b09db3522 
								
							
								 
							
						 
						
							
							
								
								Implement av_fifo_space().  
							
							Patch by Olivier Guilyardi list et samalyse DOT c0m.
Originally committed as revision 18321 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e08ca9c51 
								
							
								 
							
						 
						
							
							
								
								Make the pixel formats which were defined as macros:  
							
							PIX_FMT_ARGB
PIX_FMT_RGBA
PIX_FMT_ABGR
PIX_FMT_BGRA
defined as enum PixelFormat values, and viceversa make:
PIX_FMT_RGB32
PIX_FMT_RGB32_1
PIX_FMT_BGR32
PIX_FMT_BGR32_1
defined as macros, also resort accordingly the enum PixelFormat
list.
Also make avcodec_get_pix_fmt() recognize the "rgb32" and "bgr32"
aliases, in order to make ffmpeg pass regressions test.
This change breaks ABI backward compatibility.
Originally committed as revision 18163 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f82674e584 
								
							
								 
							
						 
						
							
							
								
								Change the RGB5X5/BGR5X5 pixel format defines so that we have little  
							
							endian and big endian variants instead of native-endian ones.
This patch breaks API/ABI backward-compatibility.
Originally committed as revision 18133 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49ceb58bf6 
								
							
								 
							
						 
						
							
							
								
								Bump major version of libavutil due to FIFO fixes.  
							
							The current API/ABI should not be considered stable yet, further ABI/API
breakage is possible without major bumps.
Originally committed as revision 17871 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04331dea2a 
								
							
								 
							
						 
						
							
							
								
								Split avutil.h, move all the pixel format definitions to the new  
							
							dedicated file pixfmt.h.
Originally committed as revision 17528 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50ded3fdb6 
								
							
								 
							
						 
						
							
							
								
								Add note about big vs. little endian.  
							
							Originally committed as revision 17525 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88c21a6f14 
								
							
								 
							
						 
						
							
							
								
								Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.  
							
							Originally committed as revision 17510 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22009729d7 
								
							
								 
							
						 
						
							
							
								
								Remove reference to renamed header file xvmc_render.h.  
							
							Originally committed as revision 17171 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6337178b4f 
								
							
								 
							
						 
						
							
							
								
								Ensure that the palette is set in data[1] for all 8bit formats.  
							
							Also document it.
Originally committed as revision 17018 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bad5537e2c 
								
							
								 
							
						 
						
							
							
								
								Use full internal pathname in doxygen  @file  directives.  
							
							Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bfe3676feb 
								
							
								 
							
						 
						
							
							
								
								spelling/grammar/consistency review part II  
							
							Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89c9ff504b 
								
							
								 
							
						 
						
							
							
								
								spelling/grammar/consistency review part I  
							
							Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5b42f4a80 
								
							
								 
							
						 
						
							
							
								
								Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can  
							
							be used by video players.
Original patch by NVIDIA corporation.
Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b097312492 
								
							
								 
							
						 
						
							
							
								
								Deprecate av_init_random() in favour of av_random_init(), with a more natural  
							
							name and order of parameters.
Originally committed as revision 16679 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ce6c13879 
								
							
								 
							
						 
						
							
							
								
								export gcd function as av_gcd()  
							
							Originally committed as revision 16653 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d37edddc09 
								
							
								 
							
						 
						
							
							
								
								Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can  
							
							be used by video players.
Original patch by NVIDIA corporation.
Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								369122dd77 
								
							
								 
							
						 
						
							
							
								
								Add VDPAU hardware accelerated decoding for H264 which can be used by  
							
							video players.
Original patch by NVIDIA corporation.
Originally committed as revision 16431 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c49d0e0fe2 
								
							
								 
							
						 
						
							
							
								
								Bump minor version after addition of FF_ARRAY_ELEMS macro.  
							
							Originally committed as revision 15623 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								05b90fc0c5 
								
							
								 
							
						 
						
							
							
								
								Implement av_nearer_q() and av_find_nearest_q_idx() functions.  
							
							Originally committed as revision 15415 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								991945d0e4 
								
							
								 
							
						 
						
							
							
								
								Fix typo.  
							
							Originally committed as revision 15199 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8257b835cf 
								
							
								 
							
						 
						
							
							
								
								Implement av_fifo_realloc2().  
							
							Originally committed as revision 14846 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5af4f1f3e3 
								
							
								 
							
						 
						
							
							
								
								move M_PI definition along with other math definitions  
							
							Originally committed as revision 14727 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f0026dded 
								
							
								 
							
						 
						
							
							
								
								Implement avutil_version().  
							
							Originally committed as revision 14665 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a567b40b1 
								
							
								 
							
						 
						
							
							
								
								Macro suggested by Michael which will be used to disable the  
							
							definition of long_name strings in libavcodec and libavformat.
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13595 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ce6892373 
								
							
								 
							
						 
						
							
							
								
								misc spelling fixes  
							
							Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								800c289a66 
								
							
								 
							
						 
						
							
							
								
								less preprocessor magic in version number macros  
							
							Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e97ac1e6f5 
								
							
								 
							
						 
						
							
							
								
								Clean up lib* version definitions  
							
							Updating version numbers now requires changing only one place.
Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd670dedf9 
								
							
								 
							
						 
						
							
							
								
								Remove integer.h inclusion.  
							
							Originally committed as revision 11654 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								537c8e7a48 
								
							
								 
							
						 
						
							
							
								
								Provide sha1 to outside applications  
							
							Patch from Diego Pettenò flameeyesATgmailDOTcom
Originally committed as revision 11207 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b21bdabe4 
								
							
								 
							
						 
						
							
							
								
								Add FFMPEG_ prefix to all multiple inclusion guards.  
							
							Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b70335a28d 
								
							
								 
							
						 
						
							
							
								
								add support for yuva420p colorspace (yuv420p + alpha)  
							
							Originally committed as revision 10565 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ddb8ebe7a1 
								
							
								 
							
						 
						
							
							
								
								add a new av_clip_int16() function to libavutil  
							
							Originally committed as revision 10076 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4196cfb75b 
								
							
								 
							
						 
						
							
							
								
								add YUV440P and YUVJ440P support  
							
							patch by Andreas Öman: \andreas olebyn nu/
original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs..
date: 07/03/2007 01:29 PM
Originally committed as revision 9732 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3565e10b44 
								
							
								 
							
						 
						
							
							
								
								bump micro version: new string functions  
							
							Originally committed as revision 9405 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4fc3d23ffe 
								
							
								 
							
						 
						
							
							
								
								Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK  
							
							Thread: PIX_FMT_MONOWHITE
Originally committed as revision 9373 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								605315248c 
								
							
								 
							
						 
						
							
							
								
								Remove extern C declarations for C++.  
							
							FFmpeg is pure C and not all public headers have the declarations.
Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago