summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud