summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Collapse)AuthorAge
* typoDiego Biurrun2008-03-15
| | | | Originally committed as revision 26251 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun2008-03-15
| | | | | | | in swscale.c. Fixes the warning: yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used Originally committed as revision 26247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typosDiego Biurrun2008-03-12
| | | | Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun2008-03-11
| | | | Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2008-03-10
| | | | Originally committed as revision 26212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make av_class a pointer to const.Panagiotis Issaris2008-03-10
| | | | | | Patch by Takis. Originally committed as revision 26210 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* define VOF as double of VOFW.Benoit Fouet2008-03-10
| | | | Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant swScaler: output from places where av_log()Diego Biurrun2008-03-10
| | | | | | properly prints the context anyway. Originally committed as revision 26207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
| | | | Originally committed as revision 26201 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 26200 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 26193 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 26186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 26183 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 26182 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* One more (forgotten) fix for fixing sws_flags.Michael Niedermayer2008-03-05
| | | | Originally committed as revision 26166 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-05
| | | | | | | Add a check that checks that the width is within the choosen constant. This might have been exploitable. Originally committed as revision 26165 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
| | | | Originally committed as revision 26105 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix outdated comment.Diego Biurrun2008-02-25
| | | | Originally committed as revision 26099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* #include "libavutil/avutil.h" in swscale.hMåns Rullgård2008-02-25
| | | | Originally committed as revision 26097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* __asm __volatile -> asm volatile part 3Reimar Döffinger2008-02-24
| | | | Originally committed as revision 26091 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-22
| | | | Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | Originally committed as revision 26034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
| | | | Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-16
| | | | | | | | linking. The FDPIC relocs also break for any other format. Thus check the compiler environment and select the appropriate sections/relocs. patch by Mike Frysinger, vapier.adi a gmail d com Originally committed as revision 26010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* More explicit unsupported pixel format error messages.Stefano Sabatini2008-02-15
| | | | | | Patch by Stefano Sabatini: stefano sabatini (minus) lala % poste it Originally committed as revision 25999 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2008-02-13
| | | | Originally committed as revision 25991 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-09
| | | | Originally committed as revision 25967 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
| | | | Originally committed as revision 25910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-28
| | | | Originally committed as revision 25903 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix typo in commentReimar Döffinger2008-01-21
| | | | Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-17
| | | | Originally committed as revision 25780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove some useless parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25779 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: whitespacesBenoit Fouet2008-01-17
| | | | Originally committed as revision 25778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Description: remove superfluous parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Check param in sws_getCachedContext().KO Myung-Hun2008-01-17
| | | | | | | | Patch by KO Myung-Hun komh chollian net Original thread: [FFmpeg-devel] [PATCH] param check in sws_getCachedContext() Date: Wed Jan 9 11:15:19 CET 2008 Originally committed as revision 25775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 25485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make sure strides have positive values before converting.Peter Schlaile2007-12-20
| | | | | | Patch by Peter Schlaile: peter schlaile de Originally committed as revision 25467 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add missing declarations for AltiVec functions, fixes the warnings:Diego Biurrun2007-12-08
| | | | | | | | swscale_template.c:1171: warning: implicit declaration of function ‘altivec_yuv2packedX’ swscale.c:1982: warning: implicit declaration of function ‘yuv2rgb_altivec_init_tables’ yuv2rgb.c:652: warning: implicit declaration of function ‘yuv2rgb_init_altivec’ Originally committed as revision 25319 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 'make checkheaders' on AltiVec-enabled systems.Diego Biurrun2007-12-07
| | | | Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix some spelling typosDiego Biurrun2007-12-02
| | | | Originally committed as revision 25245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Comment some #endif directives.Diego Biurrun2007-11-30
| | | | Originally committed as revision 25211 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* comment spelling/grammar fixesDiego Biurrun2007-11-22
| | | | Originally committed as revision 25137 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun2007-11-04
| | | | | | Rename them to match the actual implementation. Fixes issue 162. Originally committed as revision 24965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-18
| | | | Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 1l: Update wrong #endif comment.Diego Biurrun2007-10-18
| | | | Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-18
| | | | Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-02
| | | | Originally committed as revision 24685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-27
| | | | Originally committed as revision 24627 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
| | | | Originally committed as revision 24601 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale