aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun2008-03-151-7/+0
* typosDiego Biurrun2008-03-122-2/+2
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun2008-03-111-2/+1
* typoDiego Biurrun2008-03-101-1/+1
* Make av_class a pointer to const.Panagiotis Issaris2008-03-102-2/+2
* define VOF as double of VOFW.Benoit Fouet2008-03-101-1/+1
* Remove redundant swScaler: output from places where av_log()Diego Biurrun2008-03-101-4/+4
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-081-1/+0
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-1/+1