| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove libswscale directory in MPlayer sources | Uoti Urpala | 2009-07-26 | 1 | -3611/+0 |
* | AltiVec code and runtime cpudetect do not require CONFIG_GPL. | diego | 2009-06-25 | 1 | -5/+5 |
* | The AltiVec optimizations of libswscale are no longer under GPL. | diego | 2009-06-25 | 1 | -1/+1 |
* | PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set. | diego | 2009-06-25 | 1 | -2/+1 |
* | Do not call rgb2rgbWrapper() for rgb48*, there is no special converter | vitor | 2009-06-17 | 1 | -0/+2 |
* | Use DECLARE_ALIGNED macro instead of gcc __attribute__. | ramiro | 2009-06-04 | 1 | -10/+10 |
* | YUV into RGB48 BE/LE conversion support | kostya | 2009-06-02 | 1 | -0/+18 |
* | Partial (low bits ignored, no direct transcoding into other RGB formats) support | kostya | 2009-06-02 | 1 | -0/+44 |
* | Move colorspace conversion functions implemented in pure C from template | kostya | 2009-05-25 | 1 | -0/+115 |
* | Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). | kostya | 2009-05-19 | 1 | -0/+4 |
* | Add const qualifier to param argument of sws_getContext() and | diego | 2009-05-10 | 1 | -2/+3 |
* | Move preprocessor condition before variable declaration, fixes the warning: | diego | 2009-05-10 | 1 | -1/+1 |
* | Fix sliced yuv410 -> yuv420 conversion | vitor | 2009-05-07 | 1 | -4/+8 |
* | Make reset_ptr() void. | cehoyos | 2009-04-23 | 1 | -1/+1 |
* | Planar 16bit 420 422 444 YUV support (output is only supported in some | michael | 2009-04-21 | 1 | -1/+34 |
* | Merge gray->gray converters into planarCopy(), this should also make planarCo... | michael | 2009-04-21 | 1 | -90/+37 |
* | Make sure src/dst are NULL when they arent used, some code uses this to | michael | 2009-04-21 | 1 | -5/+28 |
* | Use generic BE check instead of checking for gray16LE. | michael | 2009-04-20 | 1 | -1/+1 |
* | Make sws_setColorspaceDetails() return -1 if the destination format is | stefano | 2009-04-18 | 1 | -1/+1 |
* | Move sws_[gs]etColorspaceDetails() documentation from swscale.c to | stefano | 2009-04-18 | 1 | -8/+0 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 | 1 | -10/+10 |
* | swscale: Remove X86 commented out code. | ramiro | 2009-04-05 | 1 | -11/+1 |
* | swscale: Use function pointers for swScale functions. | ramiro | 2009-04-04 | 1 | -2/+15 |
* | swscale: {}-related cosmetics. | ramiro | 2009-04-04 | 1 | -7/+10 |
* | swscale: Add const to some swScale functions' parameters. | ramiro | 2009-04-04 | 1 | -12/+12 |
* | Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion | sdrik | 2009-03-24 | 1 | -2/+8 |
* | Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane | sdrik | 2009-03-24 | 1 | -0/+6 |
* | Enable unscaled packed422 -> planar 420 converters by default as the | michael | 2009-03-21 | 1 | -5/+4 |
* | Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi... | reimar | 2009-03-21 | 1 | -1/+3 |
* | Avoid crash on planarCopy to a destination without alpha. | reimar | 2009-03-20 | 1 | -1/+2 |
* | YUVA420P is now supported as output format | sdrik | 2009-03-20 | 1 | -8/+10 |
* | Add alpha channel scaling | sdrik | 2009-03-20 | 1 | -50/+188 |
* | Use a simpler and more general check for the gray case in the planarCopy func... | sdrik | 2009-03-20 | 1 | -4/+1 |
* | Allocate executable memory with VirtualAlloc() in Windows. | ramiro | 2009-03-19 | 1 | -0/+10 |
* | Drop unnecessary cast and cosmetically align. | ramiro | 2009-03-19 | 1 | -5/+5 |
* | Fix 10l typo. | michael | 2009-03-19 | 1 | -4/+4 |
* | Unscaled converters for | michael | 2009-03-19 | 1 | -0/+53 |
* | Do not assume long is same width as x86 register. | ramiro | 2009-03-18 | 1 | -6/+6 |
* | Consistently use ff_ prefixes for internal symbols. | diego | 2009-03-18 | 1 | -3/+3 |
* | Add a fillPlane function to fill a plane with one constant value | sdrik | 2009-03-17 | 1 | -8/+11 |
* | Don't write outside of the picture buffer in planarCopy in the gray case | sdrik | 2009-03-17 | 1 | -2/+8 |
* | In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el... | sdrik | 2009-03-11 | 1 | -1/+1 |
* | Let the 4th plane reach the swScale function | sdrik | 2009-03-07 | 1 | -6/+8 |
* | Fix bug introduced by me in r28756 | sdrik | 2009-03-05 | 1 | -2/+2 |
* | When converting from a non alpha format to an alpha format, defaults to all o... | sdrik | 2009-02-28 | 1 | -4/+4 |
* | Use YUV420P code path for YUVA420P where appropriate | sdrik | 2009-02-27 | 1 | -3/+4 |
* | New LGPLed YUV2RGB table generator for SwScaler | kostya | 2009-02-22 | 1 | -2/+0 |
* | Use sws_printVec2() instead of the deprecated sws_printVec(). | stefano | 2009-02-14 | 1 | -2/+2 |
* | Implement sws_printVec2() and deprecate sws_printVec(). | stefano | 2009-02-14 | 1 | -4/+10 |
* | Some AltiVec functions in SwScaler produce different output than their | kostya | 2009-02-14 | 1 | -0/+1 |
* | Move sws_getGaussianVec() documentation from swscale.c to swscale.h. | stefano | 2009-02-10 | 1 | -4/+0 |
* | Move documentation of sws_getCachedContext() from swscale.c to | stefano | 2009-02-10 | 1 | -10/+0 |
* | Remove pointless comment regarding sws_scale_ordered(). | stefano | 2009-02-10 | 1 | -3/+0 |
* | Prefix visible YUV2RGB functions with sws_ | kostya | 2009-02-09 | 1 | -3/+3 |
* | Give better name to Inverse_Table_6_9 | kostya | 2009-02-09 | 1 | -3/+3 |
* | Drop the deprecated sws_scale_ordered() at the next major version | stefano | 2009-02-08 | 1 | -0/+2 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 | 1 | -14/+14 |
* | Disable C code when compiling AltiVec code, fixes the warning: | diego | 2009-01-25 | 1 | -0/+1 |
* | spelling/grammar cosmetics | diego | 2009-01-25 | 1 | -48/+48 |
* | Fix #endif comments. | diego | 2009-01-25 | 1 | -5/+5 |
* | Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. | cehoyos | 2009-01-20 | 1 | -0/+4 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will | cehoyos | 2009-01-16 | 1 | -0/+4 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 | 1 | -44/+55 |
* | Add PIX_FMT_VDPAU_H264. | cehoyos | 2009-01-08 | 1 | -0/+2 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | diego | 2008-12-27 | 1 | -3/+3 |
* | Silence GCC warnings: | vitor | 2008-10-27 | 1 | -1/+2 |
* | Silence the following GCC warning: | vitor | 2008-10-26 | 1 | -1/+1 |
* | Do not attempt to use the unscaled yuv2rgb converter when height is odd because | michael | 2008-10-25 | 1 | -1/+1 |
* | Cosmetics: alignment | vitor | 2008-10-23 | 1 | -3/+3 |
* | Fix broken palette8to*. | vitor | 2008-10-23 | 1 | -5/+36 |
* | Convert asm keyword into __asm__. | flameeyes | 2008-10-16 | 1 | -4/+4 |
* | Mark some symbols in swscale.c as constant. | flameeyes | 2008-10-09 | 1 | -7/+7 |
* | Mark dither_2x2_{8,4} static to swscale.c | flameeyes | 2008-10-09 | 1 | -2/+2 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-09 | 1 | -2/+2 |
* | Do not set src[1] to the palette, it is now in the context | vitor | 2008-10-08 | 1 | -1/+0 |
* | Add a new unscaled PAL8 -> RGB converter. | vitor | 2008-10-08 | 1 | -10/+52 |
* | Change one more variable type from int to enum PixelFormat. | aurel | 2008-10-08 | 1 | -1/+1 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-07 | 1 | -5/+5 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | cehoyos | 2008-10-04 | 1 | -4/+0 |
* | Remove g6Dither from libswscale. | cehoyos | 2008-10-04 | 1 | -1/+0 |
* | Fix infinite loop with spline, bug was introduced in r27612 by me. | michael | 2008-09-29 | 1 | -1/+1 |
* | Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha | michael | 2008-09-16 | 1 | -2/+7 |
* | Avoid using floating point for calculating filter coefficients. | michael | 2008-09-15 | 1 | -81/+83 |
* | Avoid some explicit types in sizeof(). | michael | 2008-09-14 | 1 | -6/+6 |
* | Use av_mallocz() instead of for() =0; | michael | 2008-09-14 | 1 | -2/+1 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | michael | 2008-09-14 | 1 | -5/+106 |
* | Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. | michael | 2008-09-13 | 1 | -11/+11 |
* | Ensure that additional filter coeffs that exist due to alignment | michael | 2008-09-13 | 1 | -0/+2 |
* | yvu9toyv12Wrapper is not bitexact so disable it when the user wants | michael | 2008-09-12 | 1 | -1/+1 |
* | The yuv->rgb tables are too small for cliping to be avoidable, | michael | 2008-09-12 | 1 | -1/+1 |
* | Add support for PIX_FMT_YUV440P. | michael | 2008-09-12 | 1 | -0/+2 |
* | Support mono as input format. | michael | 2008-09-12 | 1 | -0/+2 |
* | Add support for PIX_FMT_MONOWHITE as output format. | michael | 2008-09-12 | 1 | -5/+7 |
* | rgb24toyv12 is not accurately rounding, so disable it as well when the | michael | 2008-09-12 | 1 | -1/+1 |
* | Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set, | michael | 2008-09-12 | 1 | -1/+2 |
* | Remove mistakely commited code i used for testing. | michael | 2008-09-11 | 1 | -7/+0 |
* | Implement full horizontal chroma for rgb/bgr24/32 output. | michael | 2008-09-11 | 1 | -1/+87 |
* | Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C. | michael | 2008-09-11 | 1 | -2/+5 |
* | Factorize yuv2packedXinC(). | michael | 2008-09-11 | 1 | -225/+55 |
* | Set rgb2yuv constants more accurately, makes no real difference though. | michael | 2008-09-11 | 1 | -9/+9 |
* | Correct normalization constant for the vertical filter. | michael | 2008-09-10 | 1 | -2/+2 |
* | Change RGB2YUV_SHIFT from 16 to 15 to make it able to work | michael | 2008-09-10 | 1 | -1/+1 |
* | Make SWS_FULL_CHR_H_INP work. | michael | 2008-09-10 | 1 | -1/+1 |
* | More accurate rounding for 8bit inputs. | michael | 2008-09-09 | 1 | -3/+3 |
* | Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, | michael | 2008-09-09 | 1 | -1/+16 |
* | Add table of rgb->yuv conversion coefficients. | michael | 2008-09-09 | 1 | -0/+11 |
* | Fix jpeg yuv. | michael | 2008-09-08 | 1 | -2/+2 |
* | Fix accurate rounding mode on x86_64. | michael | 2008-09-07 | 1 | -1/+1 |
* | Make fast bilinear scaler work again. | michael | 2008-09-07 | 1 | -0/+1 |
* | simplify function selection code | bcoudurier | 2008-09-05 | 1 | -6/+4 |
* | enable yuv422p to uyvy converter | bcoudurier | 2008-09-05 | 1 | -0/+26 |
* | Make 16bit grayscale output work. | michael | 2008-09-04 | 1 | -1/+70 |
* | Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters. | michael | 2008-09-04 | 1 | -7/+1 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | michael | 2008-09-04 | 1 | -4/+15 |
* | Fix 4 and 8 bit RGB/BGR input. | michael | 2008-09-04 | 1 | -9/+34 |
* | Implement swscale_version(). | stefano | 2008-08-29 | 1 | -0/+5 |
* | fix memleak | michael | 2008-07-21 | 1 | -4/+7 |
* | Cleanup, use av_freep() instead of av_free(x); x=NULL | michael | 2008-07-21 | 1 | -46/+22 |
* | 10l forgot SWS_BILINEAR | michael | 2008-07-17 | 1 | -0/+1 |
* | Ensure that exactly one scaler algo is used. | michael | 2008-07-17 | 1 | -0/+17 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | lu_zero | 2008-07-09 | 1 | -39/+0 |
* | Remove ASSERT() macro. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 | 1 | -15/+9 |
* | Reindent. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 | 1 | -45/+42 |
* | Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 | 1 | -8/+14 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 | 1 | -1/+1 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 | 1 | -1/+1 |
* | cast to correct type, suppress warning | bcoudurier | 2008-06-01 | 1 | -1/+1 |
* | add const, suppress warnings | bcoudurier | 2008-06-01 | 1 | -2/+2 |
* | Remove in_asm_used_var_warning_killer() | superdump | 2008-05-09 | 1 | -10/+0 |
* | Use full path for #includes from another directory. | diego | 2008-05-09 | 1 | -2/+2 |
* | Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling. | diego | 2008-03-22 | 1 | -8/+8 |
* | Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. | diego | 2008-03-18 | 1 | -2/+0 |
* | Fix a typo that causes an assertion to always fail. | zuxy | 2008-03-17 | 1 | -1/+1 |
* | typos | diego | 2008-03-12 | 1 | -1/+1 |
* | typo | diego | 2008-03-10 | 1 | -1/+1 |
* | Make av_class a pointer to const. | benoit | 2008-03-10 | 1 | -1/+1 |
* | Remove redundant swScaler: output from places where av_log() | diego | 2008-03-10 | 1 | -4/+4 |
* | change sws_format_name to return const char*, supress many warnings | bcoudurier | 2008-03-06 | 1 | -1/+1 |
* | remove redundant SwScaler text since av_log uses AVClass context | bcoudurier | 2008-03-06 | 1 | -37/+37 |
* | One more (forgotten) fix for fixing sws_flags. | michael | 2008-03-05 | 1 | -1/+1 |
* | Turn ancient V offset numerical constants into named ones. | michael | 2008-03-05 | 1 | -10/+16 |
* | Discard two symbols from libswscale. | cehoyos | 2008-02-22 | 1 | -3/+3 |
* | More explicit unsupported pixel format error messages. | benoit | 2008-02-15 | 1 | -2/+2 |
* | Make dither4 & dither8 const. | cehoyos | 2008-02-09 | 1 | -2/+2 |
* | Make some assembler constants global instead of declaring them multiple times. | reimar | 2008-01-29 | 1 | -13/+13 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | reimar | 2008-01-28 | 1 | -26/+26 |
* | Fix typo in comment | reimar | 2008-01-21 | 1 | -1/+1 |
* | Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). | benoit | 2008-01-17 | 1 | -13/+13 |
* | Cosmetics: whitespaces | benoit | 2008-01-17 | 1 | -5/+5 |
* | Remove non cosmetic spaces inside parentheses. | benoit | 2008-01-17 | 1 | -8/+8 |
* | Description: remove superfluous parentheses. | benoit | 2008-01-17 | 1 | -5/+5 |
* | Check param in sws_getCachedContext(). | benoit | 2008-01-17 | 1 | -1/+6 |
* | comment typo fixes | diego | 2007-12-21 | 1 | -2/+2 |
* | Make sure strides have positive values before converting. | benoit | 2007-12-20 | 1 | -1/+1 |
* | Revert wrong ARCH_BFIN --> HAVE_BFIN change. | diego | 2007-09-27 | 1 | -1/+1 |
* | add support for yuva420p colorspace (yuv420p + alpha) | aurel | 2007-09-24 | 1 | -0/+4 |
* | renaming ARCH_BFIN to HAVE_BFIN | mhoffman | 2007-08-31 | 1 | -1/+1 |
* | typo | diego | 2007-07-28 | 1 | -1/+1 |
* | use YUV440P in swscale | benoit | 2007-07-18 | 1 | -0/+10 |
* | license header consistency cosmetics | diego | 2007-07-05 | 1 | -1/+1 |
* | integrating ff_bfin_get_unscaled_swscale into the system | mhoffman | 2007-06-22 | 1 | -0/+5 |
* | misc spelling fixes | diego | 2007-06-13 | 1 | -6/+6 |
* | rename attribute_unused to av_unused as it is declared in common.h | benoit | 2007-05-30 | 1 | -1/+1 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | diego | 2007-05-28 | 1 | -3/+0 |
* | ffmpeg -sws_flags command line option to set swscaler flags | ivo | 2007-05-23 | 1 | -1/+34 |
* | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | gpoirier | 2007-05-13 | 1 | -1/+3 |
* | cosmetics; one test per line for all isXXX(x) macros | ivo | 2007-05-11 | 1 | -16/+48 |
* | cosmetics: indentation after previous patch | benoit | 2007-05-02 | 1 | -13/+13 |
* | test if color conv fonction exists prior to using it | benoit | 2007-05-02 | 1 | -0/+3 |
* | cosmetics attack, part II: |