summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Collapse)AuthorAge
* OBJS should end in .o, not .c.Diego Biurrun2008-06-08
| | | | Originally committed as revision 27035 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-08
| | | | Originally committed as revision 27034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-08
| | | | Originally committed as revision 27033 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* restore needed cast to correct type with constBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26957 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26949 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26948 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add const, suppress warningsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26947 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26946 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add const, suppress warningsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26945 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove useless castsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26944 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add const, suppress warningsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26943 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add const, suppress warningsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26942 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove useless castsBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 26941 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-09
| | | | | | Patch by Keiji Costantini ( strites gmail com ) Originally committed as revision 26706 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-05
| | | | Originally committed as revision 26673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: reorder and align targetsLuca Barbato2008-05-04
| | | | Originally committed as revision 26671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-04
| | | | Originally committed as revision 26670 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: alphabetical orderDiego Biurrun2008-05-04
| | | | Originally committed as revision 26669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
| | | | Originally committed as revision 26456 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Relicense test/example files as LGPL with Michael's permission.Diego Biurrun2008-04-13
| | | | Originally committed as revision 26429 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 26346 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix wrong #endif comment.Diego Biurrun2008-03-29
| | | | Originally committed as revision 26300 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
| | | | Originally committed as revision 26275 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange2008-03-22
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 26270 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: comment typo fixesDiego Biurrun2008-03-22
| | | | Originally committed as revision 26269 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
| | | | Originally committed as revision 26264 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix a typo that causes an assertion to always fail.Zuxy Meng2008-03-17
| | | | | | Reported by Alexander Bokovikov (openworld AT uralweb DOT ru) Originally committed as revision 26257 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 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