Diego Biurrun
							
						 
						
							
							
							
								
							
								83890c66c4 
								
							
								 
							
						 
						
							
							
								
								swscale: K&R reformatting cosmetics for header files  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								0f91a57732 
								
							
								 
							
						 
						
							
							
								
								libswscale: increase LIBSWSCALE_VERSION_MICRO to 100  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								58c42af722 
								
							
								 
							
						 
						
							
							
								
								doxygen: misc consistency, spelling and wording fixes  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								0a3a125fd9 
								
							
								 
							
						 
						
							
							
								
								sws: update copyright dates  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								fb4ca26bdb 
								
							
								 
							
						 
						
							
							
								
								lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								4ce0a94656 
								
							
								 
							
						 
						
							
							
								
								lsws: remove deprecated and unused stuff after the 0->1 major bump  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								96c1e6d40d 
								
							
								 
							
						 
						
							
							
								
								doxygen: Make sure parameter names match between .c and .h files.  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Mans Rullgard
							
						 
						
							
							
							
								
							
								abc78a5a7c 
								
							
								 
							
						 
						
							
							
								
								Do not include log.h in avutil.h  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Mans Rullgard
							
						 
						
							
							
							
								
							
								d49ea4afb4 
								
							
								 
							
						 
						
							
							
								
								Do not include pixfmt.h in avutil.h  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								01c17c88ed 
								
							
								 
							
						 
						
							
							
								
								doxygen: Remove spurious documentation for non-existing function parameters.  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Reinhard Tartler
							
						 
						
							
							
							
								
							
								0793531859 
								
							
								 
							
						 
						
							
							
								
								Bump major version for  b8e893399f 
							
							 
							
							 
							
							
								
							
							
							On architectures such as x86 (both 32 bit and 64bit), the stack element
size is fixed, which maintains alignment.  Here, this change does not
break anything. However, we also support also other architectures where
this property is not maintained and therefore, applications will crash
horribly.
This change effectively forces all applications to be recompiled against
libswscale. 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								b932eb1be6 
								
							
								 
							
						 
						
							
							
								
								swscale: reintroduce sws_format_name() symbol  
							
							 
							
							 
							
							
								
							
							
							Reintroduce the internal symbol which was removed in:
commit e1197b9e17 
Author: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date:   Sun May 29 17:57:40 2011 +0200
    swscale: remove sws_format_name()
    Use av_get_pix_fmt_name() instead.
The symbol is used by some external libs (hi libx264!), this gives
time to them to use the recently added av_get_pix_fmt_name() rather
than an internal symbol. 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								b8e893399f 
								
							
								 
							
						 
						
							
							
								
								sws: replace all long with int.  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								2b04858a10 
								
							
								 
							
						 
						
							
							
								
								swscale: revive SWS_CPU_CAPS until next major bump.  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								c7a973e44a 
								
							
								 
							
						 
						
							
							
								
								swscale: revive SWS_CPU_CAPS until next major bump.  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								b49728df73 
								
							
								 
							
						 
						
							
							
								
								swscale: document SWS_CPU_CAPS*  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								e92bdadb2d 
								
							
								 
							
						 
						
							
							
								
								Revert removial of SWS flags from  e66149e714 
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Ronald S. Bultje
							
						 
						
							
							
							
								
							
								e66149e714 
								
							
								 
							
						 
						
							
							
								
								swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Clément Bœsch
							
						 
						
							
							
							
								
							
								7d4c4394b5 
								
							
								 
							
						 
						
							
							
								
								swscale: point out an alternative to sws_getContext  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Peter Ross
							
						 
						
							
							
							
								
							
								1afbae100b 
								
							
								 
							
						 
						
							
							
								
								libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								7dfe244fbd 
								
							
								 
							
						 
						
							
							
								
								sws: remove disabled cruft.  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								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  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								0464ee9af2 
								
							
								 
							
						 
						
							
							
								
								swscale: postpone sws_getContext removal until next major bump.  
							
							 
							
							 
							
							
								
							
							
							The replacement isn't ready yet. 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Peter Ross
							
						 
						
							
							
							
								
							
								3e2523db20 
								
							
								 
							
						 
						
							
							
								
								libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Mans Rullgard
							
						 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								0810a5846b 
								
							
								 
							
						 
						
							
							
								
								Deprecate sws_getContext(), use sws_alloc_context() and  
							
							 
							
							 
							
							
								
							
							
							sws_init_context() instead.
Originally committed as revision 32401 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								499287e0a5 
								
							
								 
							
						 
						
							
							
								
								Add documentation for the returned value of sws_init_context().  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 32400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								c508ab6736 
								
							
								 
							
						 
						
							
							
								
								Bump minor version after the addition of sws_alloc_context() and  
							
							 
							
							 
							
							
								
							
							
							sws_init_context() of r32368.
Originally committed as revision 32396 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Ramiro Polla
							
						 
						
							
							
							
								
							
								33ce384688 
								
							
								 
							
						 
						
							
							
								
								fix typos and grammar  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 32370 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								635d4aed60 
								
							
								 
							
						 
						
							
							
								
								Split alloc and init of context so that parameters can be set in the context  
							
							 
							
							 
							
							
								
							
							
							instead of requireing being passed through function parameters. This also
makes sws work with AVOptions.
Originally committed as revision 32368 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Ramiro Polla
							
						 
						
							
							
							
								
							
								539ff40c2d 
								
							
								 
							
						 
						
							
							
								
								rgb2rgb: build SSE2 codepath  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 32068 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								ed80ba7461 
								
							
								 
							
						 
						
							
							
								
								Revert commit:  
							
							 
							
							 
							
							
								
							
							
							r31772 | stefano | 2010-07-23 01:01:31 +0200 (Fri, 23 Jul 2010) | 2 lines
  Prefer impersonal form over third person, for consistency with the
  rest of FFmpeg.
The change was not approved by the maintainer.
Originally committed as revision 31847 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								5b9eb68749 
								
							
								 
							
						 
						
							
							
								
								Prefer impersonal form over third person, for consistency with the  
							
							 
							
							 
							
							
								
							
							
							rest of FFmpeg.
Originally committed as revision 31772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Reinhard Tartler
							
						 
						
							
							
							
								
							
								2b991422f8 
								
							
								 
							
						 
						
							
							
								
								deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24  
							
							 
							
							 
							
							
								
							
							
							additionallym deprecate palette8torgb16 and its bgr variant without
replacement. These functions are not meant to be used by applications.
Discussed at: http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/109340 
Originally committed as revision 31301 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								d458b7d445 
								
							
								 
							
						 
						
							
							
								
								Add empty newline to separate function declarations, for better  
							
							 
							
							 
							
							
								
							
							
							readability.
Originally committed as revision 31192 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								353285d740 
								
							
								 
							
						 
						
							
							
								
								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 31050 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								fbc0f6a973 
								
							
								 
							
						 
						
							
							
								
								Apply misc fixes to sws_getCoefficients() doxy.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 30519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								89ee5c6897 
								
							
								 
							
						 
						
							
							
								
								Satisfy consistency need:  
							
							 
							
							 
							
							
								
							
							
							int * sws_getCoefficients  -> int *sws_getCoefficients.
Originally committed as revision 30518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   David Conrad
							
						 
						
							
							
							
								
							
								3f3dc76cb1 
								
							
								 
							
						 
						
							
							
								
								Add function to translate SWS_CS_* to coefficient array  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 30513 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   David Conrad
							
						 
						
							
							
							
								
							
								01cc47dcd3 
								
							
								 
							
						 
						
							
							
								
								More const-correctness for sws_scale  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 30381 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Alexis Ballier
							
						 
						
							
							
							
								
							
								f28cc5771f 
								
							
								 
							
						 
						
							
							
								
								Make const prototypes for input sources of sws_scale_* stricter.  
							
							 
							
							 
							
							
								
							
							
							Patch by Alexis Ballier gmailify($firstname, $familyname)
Originally committed as revision 30374 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Zuxy Meng
							
						 
						
							
							
							
								
							
								a959e24780 
								
							
								 
							
						 
						
							
							
								
								Const correctness for src pointer. Remove all constness related warnings in  
							
							 
							
							 
							
							
								
							
							
							libswscale.
Originally committed as revision 30306 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								8e9767f6fd 
								
							
								 
							
						 
						
							
							
								
								Implement sws_isSupportedInput() and sws_isSupportedOutput().  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 30236 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								997980f0d8 
								
							
								 
							
						 
						
							
							
								
								Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the  
							
							 
							
							 
							
							
								
							
							
							swscale_configuration() and swscale_license() functions, consistent
with the rest of FFmpeg.
Originally committed as revision 30180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								a9af75ae85 
								
							
								 
							
						 
						
							
							
								
								Make sws_format_name() use av_pix_fmt_descriptors.  
							
							 
							
							 
							
							
								
							
							
							This also introduces a dependency of libswscale on libavutil.
Originally committed as revision 29968 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								bd381fd3f6 
								
							
								 
							
						 
						
							
							
								
								Add functions to return library license and library configuration.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 29932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								2e0a80a128 
								
							
								 
							
						 
						
							
							
								
								Document sws_freeContext().  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 29844 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								a520e9f235 
								
							
								 
							
						 
						
							
							
								
								Document slice ordering assumption done by sws_scale().  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 29804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Ramiro Polla
							
						 
						
							
							
							
								
							
								30715d4273 
								
							
								 
							
						 
						
							
							
								
								Document that slices can be bottom to top or top to bottom.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 29665 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Ramiro Polla
							
						 
						
							
							
							
								
							
								1aff375d41 
								
							
								 
							
						 
						
							
							
								
								Introduce and use sws_allocVec().  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 29536 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago