summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Collapse)AuthorAge
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of ↵Guillaume Poirier2008-07-25
| | | | | | AVV() macro Originally committed as revision 27349 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix indentation after last commit.Diego Biurrun2008-07-24
| | | | Originally committed as revision 27345 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
| | | | | | | | | | The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros. Originally committed as revision 27344 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix memleakMichael Niedermayer2008-07-21
| | | | Originally committed as revision 27332 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer2008-07-21
| | | | Originally committed as revision 27331 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer2008-07-18
| | | | | | depending on SWS_ACCURATE as well if someone wants. Originally committed as revision 27323 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* indentMichael Niedermayer2008-07-17
| | | | Originally committed as revision 27322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer2008-07-17
| | | | Originally committed as revision 27321 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* simplify yuv2yuv1()Michael Niedermayer2008-07-17
| | | | Originally committed as revision 27320 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 10l forgot SWS_BILINEARMichael Niedermayer2008-07-17
| | | | Originally committed as revision 27318 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Ensure that exactly one scaler algo is used.Michael Niedermayer2008-07-17
| | | | Originally committed as revision 27317 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: reindent.Alexander Strange2008-07-13
| | | | Originally committed as revision 27279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove const vector casts.Alexander Strange2008-07-13
| | | | | | Fixes compilation with altivec and -std=gnu99. Originally committed as revision 27278 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 100L, avoption splited code added, I should double check with svn status...Luca Barbato2008-07-10
| | | | Originally committed as revision 27245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-09
| | | | Originally committed as revision 27244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
| | | | Originally committed as revision 27214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reindent. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
| | | | Originally committed as revision 27213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
| | | | Originally committed as revision 27212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmeticsDiego Biurrun2008-07-04
| | | | Originally committed as revision 27188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-04
| | | | Originally committed as revision 27187 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 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