| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid duplication of usePal() macro. | stefano | 2010-03-06 | 1 | -0/+1 |
* | Add support to BGR444/RGB444 foreign endian output in libswscale. | stefano | 2010-03-06 | 1 | -2/+4 |
* | libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special | benoit | 2010-03-05 | 1 | -0/+2 |
* | Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in | cehoyos | 2010-03-04 | 1 | -4/+8 |
* | Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr. | michael | 2010-01-26 | 1 | -0/+16 |
* | Rename isRGB() and isBGR() as their meaning is confusing. | michael | 2010-01-26 | 1 | -2/+2 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | stefano | 2010-01-24 | 1 | -38/+2 |
* | Split swscale.c into scaler code (swscale.c) and utility code (utils.c). | ramiro | 2010-01-24 | 1 | -0/+17 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | mru | 2010-01-22 | 1 | -1/+1 |
* | Document some more of SwsContext. | ramiro | 2010-01-20 | 1 | -26/+54 |
* | Prefer enum PixelFormat to int as the parameter type of | stefano | 2010-01-16 | 1 | -1/+1 |
* | Document some of SwsContext. | ramiro | 2010-01-16 | 1 | -11/+18 |
* | Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. | ramiro | 2010-01-16 | 1 | -4/+0 |
* | Const correctness for src pointer. Remove all constness related warnings in | zuxy | 2010-01-15 | 1 | -1/+1 |
* | Move fast bilinear scaler code to the existing h[yc]scale_fast() functions. | ramiro | 2009-12-21 | 1 | -2/+2 |
* | Rename function pointers used to convert from the input pixel format to the | ramiro | 2009-12-21 | 1 | -7/+7 |
* | Check if chroma horizontal scaler is needed in sws_init_swScale(). | ramiro | 2009-12-21 | 1 | -0/+2 |
* | Remove unused fields from SwsContext. | ramiro | 2009-12-21 | 1 | -1/+0 |
* | Indentation. | ramiro | 2009-12-20 | 1 | -8/+8 |
* | Set horizontal scaler's range conversion in context in sws_init_swScale(). | ramiro | 2009-12-20 | 1 | -0/+3 |
* | Set horizontal scaler's src offsets in context in sws_init_swScale(). | ramiro | 2009-12-20 | 1 | -0/+4 |
* | Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). | ramiro | 2009-09-05 | 1 | -12/+12 |
* | More indentation changes leftover from r29522: | ramiro | 2009-08-16 | 1 | -32/+32 |
* | Cosmetics: | ramiro | 2009-08-16 | 1 | -1/+1 |
* | MMX2 horizontal scaler: Determine code size at runtime. | ramiro | 2009-08-13 | 1 | -0/+2 |
* | Rename "funny" code to "mmx2 filter" code. | ramiro | 2009-08-13 | 1 | -2/+2 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | mru | 2009-07-26 | 1 | -1/+1 |
* | Remove unused variables. | ramiro | 2009-07-21 | 1 | -1/+0 |
* | Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer | ramiro | 2009-07-09 | 1 | -1/+0 |
* | Use enum PixelFormat in sws_format_name() prototype | mru | 2009-07-01 | 1 | -1/+1 |
* | Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. | diego | 2009-06-11 | 1 | -0/+1 |
* | Use DECLARE_ALIGNED macro instead of gcc __attribute__. | ramiro | 2009-06-04 | 1 | -29/+29 |
* | Partial (low bits ignored, no direct transcoding into other RGB formats) support | kostya | 2009-06-02 | 1 | -1/+3 |
* | Let SwScaler know that RGB48 BE/LE is 16-bits per component format. | kostya | 2009-05-19 | 1 | -0/+2 |
* | Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). | kostya | 2009-05-19 | 1 | -0/+3 |
* | Add missing const qualifiers to AltiVec function parameters where appropriate. | diego | 2009-05-09 | 1 | -2/+2 |
* | Change VOFW for x86 to 5120, it allows larger images to be scaled and was | michael | 2009-05-05 | 1 | -1/+6 |
* | Planar 16bit 420 422 444 YUV support (output is only supported in some | michael | 2009-04-21 | 1 | -1/+16 |
* | Add macro to check for 16bit per sample. | michael | 2009-04-21 | 1 | -0/+4 |
* | add isBE() | michael | 2009-04-20 | 1 | -0/+1 |
* | Do not use abgrToA for both luma and alpha channel in hyscale. | sdrik | 2009-04-14 | 1 | -0/+2 |
* | whitespace cosmetics: Reindent a few lines and break a few excessively long l... | diego | 2009-04-12 | 1 | -12/+15 |
* | swscale: Use function pointers for swScale functions. | ramiro | 2009-04-04 | 1 | -0/+51 |
* | Move bfin specific code to its subdir. | ramiro | 2009-03-27 | 1 | -0/+1 |
* | Move yuv2rgb code to subdirs. | ramiro | 2009-03-26 | 1 | -0/+4 |
* | Add alpha channel scaling | sdrik | 2009-03-20 | 1 | -0/+5 |
* | Consistently use ff_ prefixes for internal symbols. | diego | 2009-03-18 | 1 | -5/+5 |
* | YUVA420P is a planar YUV format | sdrik | 2009-03-07 | 1 | -0/+1 |
* | Add an isALPHA macro to check if pixel format has alpha channel | sdrik | 2009-02-27 | 1 | -0/+7 |
* | Drop DECLARE_ALIGNED from extern declarations. It creates trouble when | diego | 2009-02-09 | 1 | -2/+2 |
* | Prefix visible YUV2RGB functions with sws_ | kostya | 2009-02-09 | 1 | -4/+4 |
* | Declare struct SwsContext before using it, fixes the checkheaders warning: | diego | 2009-01-25 | 1 | -0/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 | 1 | -5/+5 |
* | Add a new unscaled PAL8 -> RGB converter. | vitor | 2008-10-08 | 1 | -0/+3 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-07 | 1 | -1/+1 |
* | Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. | michael | 2008-09-13 | 1 | -1/+6 |
* | Add support for PIX_FMT_MONOWHITE as output format. | michael | 2008-09-12 | 1 | -0/+3 |
* | 100000000000000l, forgot to commit header change for r27580. | michael | 2008-09-11 | 1 | -0/+1 |
* | Fix typo in comment. | michael | 2008-09-08 | 1 | -1/+1 |
* | Fix accurate rounding mode on x86_64. | michael | 2008-09-07 | 1 | -0/+12 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | michael | 2008-09-04 | 1 | -0/+8 |
* | Remove workaround for rgb/bgr mess. | michael | 2008-09-04 | 1 | -2/+2 |
* | Change header inclusion guard names in line with FFmpeg r15120. | stefano | 2008-08-31 | 1 | -3/+3 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | lu_zero | 2008-07-09 | 1 | -0/+2 |
* | spelling/grammar/wording overhaul | diego | 2008-07-04 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | diego | 2008-05-09 | 1 | -1/+1 |
* | Make av_class a pointer to const. | benoit | 2008-03-10 | 1 | -1/+1 |
* | define VOF as double of VOFW. | benoit | 2008-03-10 | 1 | -1/+1 |
* | change sws_format_name to return const char*, supress many warnings | bcoudurier | 2008-03-06 | 1 | -1/+1 |
* | Turn ancient V offset numerical constants into named ones. | michael | 2008-03-05 | 1 | -1/+4 |
* | Discard two symbols from libswscale. | cehoyos | 2008-02-22 | 1 | -0/+3 |
* | comment typo fixes | diego | 2007-12-21 | 1 | -2/+2 |
* | Add missing declarations for AltiVec functions, fixes the warnings: | diego | 2007-12-08 | 1 | -0/+7 |
* | Fix 'make checkheaders' on AltiVec-enabled systems. | diego | 2007-12-07 | 1 | -0/+2 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | diego | 2007-10-18 | 1 | -3/+3 |
* | Revert wrong ARCH_BFIN --> HAVE_BFIN change. | diego | 2007-09-27 | 1 | -1/+1 |
* | renaming ARCH_BFIN to HAVE_BFIN | mhoffman | 2007-08-31 | 1 | -1/+1 |
* | Move Apple gcc AltiVec vector declaration syntax to libavutil. | diego | 2007-08-24 | 1 | -6/+0 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | diego | 2007-08-22 | 1 | -1/+1 |
* | UltraSPARC VIS yuv2rgb | benoit | 2007-07-19 | 1 | -0/+3 |
* | use YUV440P in swscale | benoit | 2007-07-18 | 1 | -0/+1 |
* | license header consistency cosmetics | diego | 2007-07-05 | 1 | -1/+1 |
* | misc spelling fixes | diego | 2007-06-13 | 1 | -1/+1 |
* | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | gpoirier | 2007-05-13 | 1 | -0/+16 |
* | cosmetics; one test per line for all isXXX(x) macros | ivo | 2007-05-11 | 1 | -15/+43 |
* | cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-29 | 1 | -121/+121 |
* | typo | diego | 2007-04-07 | 1 | -1/+1 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 | 1 | -1/+1 |
* | BGR/RGB4 byte formats as input | michael | 2007-02-17 | 1 | -2/+2 |
* | Pass a context to av_log(), when possible | lucabe | 2007-01-23 | 1 | -7/+5 |
* | Remove some void pointers arithmetic | lucabe | 2006-12-26 | 1 | -3/+3 |
* | Clarify that some of the non-SIMD code is now LGPLed. | lucabe | 2006-11-19 | 1 | -11/+8 |
* | 16-bit grayscale support | kostya | 2006-10-24 | 1 | -1/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program'. | diego | 2006-10-07 | 1 | -19/+21 |
* | Remove the dependency of libswscale on img_format.h | lucabe | 2006-09-17 | 1 | -0/+48 |
* | make the C code of the swscaler which i wrote LGPL | michael | 2006-08-30 | 1 | -0/+3 |
* | vertical scaler with accurate rounding, some people on doom9 can see +-1 errors | michael | 2006-07-24 | 1 | -1/+5 |
* | Use libavutil in libswscale, and allow it to be built out of the mplayer tree | lucabe | 2006-07-20 | 1 | -8/+10 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -0/+167 |