summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* remove useless castsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* remove useless castsBaptiste Coudurier2008-06-01
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-09
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-05
* Cosmetics: reorder and align targetsLuca Barbato2008-05-04
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-04
* cosmetics: alphabetical orderDiego Biurrun2008-05-04
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
* Relicense test/example files as LGPL with Michael's permission.Diego Biurrun2008-04-13
* non-recursive makefilesMåns Rullgård2008-04-07
* Fix wrong #endif comment.Diego Biurrun2008-03-29
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
* Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange2008-03-22
* cosmetics: comment typo fixesDiego Biurrun2008-03-22
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
* Fix a typo that causes an assertion to always fail.Zuxy Meng2008-03-17
* typoDiego Biurrun2008-03-15
* Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun2008-03-15
* typosDiego Biurrun2008-03-12
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun2008-03-11
* typoDiego Biurrun2008-03-10
* Make av_class a pointer to const.Panagiotis Issaris2008-03-10
* define VOF as double of VOFW.Benoit Fouet2008-03-10
* Remove redundant swScaler: output from places where av_log()Diego Biurrun2008-03-10
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-06
* remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier2008-03-06
* One more (forgotten) fix for fixing sws_flags.Michael Niedermayer2008-03-05
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-05
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* Fix outdated comment.Diego Biurrun2008-02-25
* #include "libavutil/avutil.h" in swscale.hMåns Rullgård2008-02-25
* __asm __volatile -> asm volatile part 3Reimar Döffinger2008-02-24
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-22
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-16
* More explicit unsupported pixel format error messages.Stefano Sabatini2008-02-15
* typoDiego Biurrun2008-02-13
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-09
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-28
* Fix typo in commentReimar Döffinger2008-01-21
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-17