summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...Guillaume Poirier2008-07-251-8/+8
* Fix indentation after last commit.Diego Biurrun2008-07-241-6/+6
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-47/+47
* fix memleakMichael Niedermayer2008-07-211-4/+7
* Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer2008-07-211-46/+22
* Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer2008-07-181-3/+3
* indentMichael Niedermayer2008-07-171-8/+8
* Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer2008-07-171-2/+31
* simplify yuv2yuv1()Michael Niedermayer2008-07-171-16/+7
* 10l forgot SWS_BILINEARMichael Niedermayer2008-07-171-0/+1
* Ensure that exactly one scaler algo is used.Michael Niedermayer2008-07-171-0/+17
* Cosmetics: reindent.Alexander Strange2008-07-131-13/+13
* Remove const vector casts.Alexander Strange2008-07-131-7/+7
* 100L, avoption splited code added, I should double check with svn status...Luca Barbato2008-07-101-0/+59
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-093-40/+3
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-062-33/+27
* Reindent. SoC Patch from Keiji CostantiniLuca Barbato2008-07-061-45/+42
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato2008-07-061-8/+14
* spelling/grammar/wording overhaulDiego Biurrun2008-07-0413-176/+178
* whitespace cosmeticsDiego Biurrun2008-07-042-82/+81
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-041-21/+21
* OBJS should end in .o, not .c.Diego Biurrun2008-06-081-1/+1
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-1/+1
* Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-0/+1
* restore needed cast to correct type with constBaptiste Coudurier2008-06-011-2/+2
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-011-1/+1
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-011-1/+1
* add const, suppress warningsBaptiste Coudurier2008-06-011-1/+1
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-011-2/+2
* add const, suppress warningsBaptiste Coudurier2008-06-011-2/+2
* remove useless castsBaptiste Coudurier2008-06-011-4/+4
* add const, suppress warningsBaptiste Coudurier2008-06-011-6/+6
* add const, suppress warningsBaptiste Coudurier2008-06-011-10/+11
* remove useless castsBaptiste Coudurier2008-06-011-6/+6
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-091-10/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-094-6/+6
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-051-5/+2
* Cosmetics: reorder and align targetsLuca Barbato2008-05-041-1/+3
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-042-8/+3
* cosmetics: alphabetical orderDiego Biurrun2008-05-041-3/+1
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-171-12/+12
* Relicense test/example files as LGPL with Michael's permission.Diego Biurrun2008-04-132-16/+16
* non-recursive makefilesMåns Rullgård2008-04-071-7/+6
* Fix wrong #endif comment.Diego Biurrun2008-03-291-1/+1
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-251-2/+2
* Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange2008-03-221-8/+8
* cosmetics: comment typo fixesDiego Biurrun2008-03-221-1/+2
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-181-2/+0
* Fix a typo that causes an assertion to always fail.Zuxy Meng2008-03-171-1/+1
* typoDiego Biurrun2008-03-151-1/+1
OpenPOWER on IntegriCloud