summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check param in sws_getCachedContext().KO Myung-Hun2008-01-171-1/+6
* comment typo fixesDiego Biurrun2007-12-212-4/+4
* Make sure strides have positive values before converting.Peter Schlaile2007-12-201-1/+1
* Add missing declarations for AltiVec functions, fixes the warnings:Diego Biurrun2007-12-081-0/+7
* Fix 'make checkheaders' on AltiVec-enabled systems.Diego Biurrun2007-12-071-0/+2
* Fix some spelling typosDiego Biurrun2007-12-021-2/+2
* Comment some #endif directives.Diego Biurrun2007-11-301-14/+14
* comment spelling/grammar fixesDiego Biurrun2007-11-221-36/+31
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun2007-11-041-8/+8
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-181-2/+2
* 1l: Update wrong #endif comment.Diego Biurrun2007-10-181-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-183-9/+9
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-021-1/+1
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-273-3/+3
OpenPOWER on IntegriCloud