aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* Discard two symbols from libswscale.Gravatar cehoyos2008-02-22
* Clean up lib* version definitionsGravatar mru2008-02-19
* remove duplicate AV_STRINGIFY() definitionGravatar mru2008-02-17
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksGravatar diego2008-02-16
* More explicit unsupported pixel format error messages.Gravatar benoit2008-02-15
* typoGravatar diego2008-02-13
* Make dither4 & dither8 const.Gravatar cehoyos2008-02-09
* Make some assembler constants global instead of declaring them multiple times.Gravatar reimar2008-01-29
* Use DECLARE_ASM_CONST where possible in libswscale codeGravatar reimar2008-01-28
* Fix typo in commentGravatar reimar2008-01-21
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Gravatar benoit2008-01-17
* Remove some useless parentheses.Gravatar benoit2008-01-17
* Cosmetics: whitespacesGravatar benoit2008-01-17
* Remove non cosmetic spaces inside parentheses.Gravatar benoit2008-01-17
* Description: remove superfluous parentheses.Gravatar benoit2008-01-17
* Check param in sws_getCachedContext().Gravatar benoit2008-01-17
* comment typo fixesGravatar diego2007-12-21
* Make sure strides have positive values before converting.Gravatar benoit2007-12-20
* Add missing declarations for AltiVec functions, fixes the warnings:Gravatar diego2007-12-08
* Fix 'make checkheaders' on AltiVec-enabled systems.Gravatar diego2007-12-07
* Fix some spelling typosGravatar diego2007-12-02
* Comment some #endif directives.Gravatar diego2007-11-30
* comment spelling/grammar fixesGravatar diego2007-11-22
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Gravatar diego2007-11-04
* Rename LIB to LIBNAME for consistency.Gravatar diego2007-10-18
* 1l: Update wrong #endif comment.Gravatar diego2007-10-18
* Add FFMPEG_ prefix to all multiple inclusion guards.Gravatar diego2007-10-18
* cosmetics: Fix AltiVec spelling.Gravatar diego2007-10-02
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Gravatar diego2007-09-27
* add support for yuva420p colorspace (yuv420p + alpha)Gravatar aurel2007-09-24
* cosmetic (get rid of _ at the start of local variable names)Gravatar michael2007-09-24
* renaming ARCH_BFIN to HAVE_BFINGravatar mhoffman2007-08-31
* cosmetics: Sort some lines, whitespace changes.Gravatar diego2007-08-30
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Gravatar diego2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Gravatar diego2007-08-22
* typoGravatar diego2007-07-28
* integrating blackfin optimized yuyvtoyv12 converterGravatar mhoffman2007-07-20
* removing reference to bfin_sram.h its not used anylongerGravatar mhoffman2007-07-20
* adding blackfin optimized yuyvtoyv12 converterGravatar mhoffman2007-07-20
* UltraSPARC VIS yuv2rgbGravatar benoit2007-07-19
* use YUV440P in swscaleGravatar benoit2007-07-18
* This was rewritten by Michael, switch copyrights to him and license to LGPL.Gravatar diego2007-07-17
* Remove redundant "all rights reserved" statement, OKed by Walken.Gravatar diego2007-07-16
* typoGravatar diego2007-07-14
* Remove unused file (this time for real)Gravatar lucabe2007-07-11
* Resurrect yuv2rgb_init.c, to add a proper license (and some comments aboutGravatar lucabe2007-07-10
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* license header consistency cosmeticsGravatar diego2007-07-05
* Group all copyright and author notices together.Gravatar diego2007-07-05
* Remove unused fileGravatar lucabe2007-07-03