aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* Cosmetics: reindent.Gravatar astrange2008-07-13
* Remove const vector casts from Altivec.Gravatar astrange2008-07-13
* 100l, avoption splitted code added, I should double check with svn status...Gravatar lu_zero2008-07-10
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-09
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-06
* Reindent. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-06
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-06
* spelling/grammar/wording overhaulGravatar diego2008-07-04
* whitespace cosmeticsGravatar diego2008-07-04
* Place license header at the top of the file for consistency.Gravatar diego2008-07-04
* OBJS should end in .o, not .c.Gravatar diego2008-06-08
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Gravatar diego2008-06-08
* Add missing #include, patch by Jan Knutar, jknutar nic fi.Gravatar diego2008-06-08
* restore needed cast to correct type with constGravatar bcoudurier2008-06-01
* cast to correct type, suppress warningsGravatar bcoudurier2008-06-01
* cast to correct type, suppress warningsGravatar bcoudurier2008-06-01
* cast to correct type, suppress warningGravatar bcoudurier2008-06-01
* cast to correct type, suppress warningsGravatar bcoudurier2008-06-01
* add const, suppress warningsGravatar bcoudurier2008-06-01
* remove useless castsGravatar bcoudurier2008-06-01
* add const, suppress warningsGravatar bcoudurier2008-06-01
* add const, suppress warningsGravatar bcoudurier2008-06-01
* remove useless castsGravatar bcoudurier2008-06-01
* Remove in_asm_used_var_warning_killer()Gravatar superdump2008-05-09
* Use full path for #includes from another directory.Gravatar diego2008-05-09
* cosmetics: sort lines (correctly)Gravatar diego2008-05-05
* cosmetics: Shuffle lines around and add empty lines.Gravatar lu_zero2008-05-04
* Build sparc arch specific code using the MakefileGravatar lu_zero2008-05-04
* cosmetics: alphabetical orderGravatar diego2008-05-04
* cosmetics: __asm__ __volatile__ --> asm volatileGravatar diego2008-04-17
* Relicense test/example files as LGPL with Michael's permission.Gravatar diego2008-04-13
* non-recursive makefilesGravatar mru2008-04-07
* Fix wrong #endif comment.Gravatar diego2008-03-29
* Classify mlib as a configurable option, not as a hardware feature.Gravatar diego2008-03-25
* Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Gravatar diego2008-03-22
* cosmetics: comment typo fixesGravatar diego2008-03-22
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Gravatar diego2008-03-18
* Fix a typo that causes an assertion to always fail.Gravatar zuxy2008-03-17
* typoGravatar diego2008-03-15
* Remove the unused function roundToInt16. It is a duplicate of the same functionGravatar diego2008-03-15
* typosGravatar diego2008-03-12
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Gravatar diego2008-03-11
* typoGravatar diego2008-03-10
* Make av_class a pointer to const.Gravatar benoit2008-03-10
* define VOF as double of VOFW.Gravatar benoit2008-03-10
* Remove redundant swScaler: output from places where av_log()Gravatar diego2008-03-10
* cosmetics: Remove useless empty line.Gravatar diego2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Gravatar diego2008-03-08
* simplify library version handlingGravatar mru2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentGravatar mru2008-03-06