summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-063-3/+3
* remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier2008-03-062-39/+39
* One more (forgotten) fix for fixing sws_flags.Michael Niedermayer2008-03-051-1/+1
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-053-72/+81
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* Fix outdated comment.Diego Biurrun2008-02-251-1/+1
* #include "libavutil/avutil.h" in swscale.hMåns Rullgård2008-02-251-1/+1
* __asm __volatile -> asm volatile part 3Reimar Döffinger2008-02-242-85/+85
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-225-23/+18
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-171-3/+0
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-163-4/+16
* More explicit unsupported pixel format error messages.Stefano Sabatini2008-02-151-2/+2
* typoDiego Biurrun2008-02-131-1/+1
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-092-4/+4
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-296-60/+43
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-283-73/+73
* Fix typo in commentReimar Döffinger2008-01-211-1/+1
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-173-19/+19
* Remove some useless parentheses.Benoit Fouet2008-01-173-6/+6
* Cosmetics: whitespacesBenoit Fouet2008-01-176-69/+69
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-176-31/+31
* Description: remove superfluous parentheses.Benoit Fouet2008-01-171-5/+5
OpenPOWER on IntegriCloud