Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-14Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli
2009-04-13whitespace cosmetics: Reindent a few lines and break a few excessively long l...Diego Biurrun
2009-04-05swscale: Use function pointers for swScale functions.Ramiro Polla
2009-03-28Move bfin specific code to its subdir.Ramiro Polla
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla
2009-03-20Add alpha channel scalingCédric Schieli
2009-03-18Consistently use ff_ prefixes for internal symbols.Diego Biurrun
2009-03-07YUVA420P is a planar YUV formatCédric Schieli
2009-02-28Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli
2009-02-09Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun
2009-02-09Prefix visible YUV2RGB functions with sws_Kostya Shishkov
2009-01-25Declare struct SwsContext before using it, fixes the checkheaders warning:Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-08Add a new unscaled PAL8 -> RGB converter.Vitor Sessak
2008-10-07Change variable types from int to enum PixelFormat.Carl Eugen Hoyos
2008-09-13Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Michael Niedermayer
2008-09-12Add support for PIX_FMT_MONOWHITE as output format.Michael Niedermayer
2008-09-12100000000000000l, forgot to commit header change for r27580.Michael Niedermayer
2008-09-08Fix typo in comment.Michael Niedermayer
2008-09-08Fix accurate rounding mode on x86_64.Michael Niedermayer
2008-09-05Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer
2008-09-05Remove workaround for rgb/bgr mess.Michael Niedermayer
2008-08-31Change headers' guardnames consistently with r15120.Stefano Sabatini
2008-07-10Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-04spelling/grammar/wording overhaulDiego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-10Make av_class a pointer to const.Panagiotis Issaris
2008-03-10define VOF as double of VOFW.Benoit Fouet
2008-03-06change sws_format_name to return const char*, supress many warningsBaptiste Coudurier
2008-03-05Turn ancient V offset numerical constants into named ones.Michael Niedermayer
2008-02-22Discard two symbols from libswscale.Carl Eugen Hoyos
2007-12-21comment typo fixesDiego Biurrun
2007-12-08Add missing declarations for AltiVec functions, fixes the warnings:Diego Biurrun
2007-12-07Fix 'make checkheaders' on AltiVec-enabled systems.Diego Biurrun
2007-10-18Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-09-27Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun
2007-08-31renaming ARCH_BFIN to HAVE_BFINMarc Hoffman
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-07-19UltraSPARC VIS yuv2rgbDenes Balatoni
2007-07-18use YUV440P in swscaleAndreas Öman
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-13misc spelling fixesDiego Biurrun
2007-05-13Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman
2007-05-11cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten
2007-04-29cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-07typoDiego Biurrun
2007-02-22cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellDiego Biurrun
2007-02-17BGR/RGB4 byte formats as inputMichael Niedermayer
2007-01-23Pass a context to av_log(), when possibleLuca Abeni