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-07-22Remove unused variables.Ramiro Polla
2009-07-09Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerRamiro Polla
2009-07-01Use enum PixelFormat in sws_format_name() prototypeMåns Rullgård
2009-06-11Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Diego Biurrun
2009-06-05Use DECLARE_ALIGNED macro instead of gcc __attribute__.Pavel Pavlov
2009-06-02Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov
2009-05-19Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Kostya Shishkov
2009-05-19Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Kostya Shishkov
2009-05-09Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun
2009-05-05Change VOFW for x86 to 5120, it allows larger images to be scaled and wasMichael Niedermayer
2009-04-21Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer
2009-04-21Add macro to check for 16bit per sample.Michael Niedermayer
2009-04-21add isBE()Michael Niedermayer
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