| Commit message (Expand) | Author | Age | Files | Lines |
* | Make some assembler constants global instead of declaring them multiple times. | reimar | 2008-01-29 | 6 | -60/+43 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | reimar | 2008-01-28 | 3 | -73/+73 |
* | 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 | 3 | -19/+19 |
* | Remove some useless parentheses. | benoit | 2008-01-17 | 3 | -6/+6 |
* | Cosmetics: whitespaces | benoit | 2008-01-17 | 6 | -69/+69 |
* | Remove non cosmetic spaces inside parentheses. | benoit | 2008-01-17 | 6 | -31/+31 |
* | 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 | 2 | -4/+4 |
* | Make sure strides have positive values before converting. | benoit | 2007-12-20 | 1 | -1/+1 |
* | 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 |
* | Fix some spelling typos | diego | 2007-12-02 | 1 | -2/+2 |
* | Comment some #endif directives. | diego | 2007-11-30 | 1 | -14/+14 |
* | comment spelling/grammar fixes | diego | 2007-11-22 | 1 | -36/+31 |
* | The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. | diego | 2007-11-04 | 1 | -8/+8 |
* | Rename LIB to LIBNAME for consistency. | diego | 2007-10-18 | 1 | -2/+2 |
* | 1l: Update wrong #endif comment. | diego | 2007-10-18 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | diego | 2007-10-18 | 3 | -9/+9 |
* | cosmetics: Fix AltiVec spelling. | diego | 2007-10-02 | 1 | -1/+1 |
* | Revert wrong ARCH_BFIN --> HAVE_BFIN change. | diego | 2007-09-27 | 3 | -3/+3 |
* | add support for yuva420p colorspace (yuv420p + alpha) | aurel | 2007-09-24 | 1 | -0/+4 |
* | cosmetic (get rid of _ at the start of local variable names) | michael | 2007-09-24 | 1 | -24/+24 |
* | renaming ARCH_BFIN to HAVE_BFIN | mhoffman | 2007-08-31 | 3 | -3/+3 |
* | cosmetics: Sort some lines, whitespace changes. | diego | 2007-08-30 | 1 | -4/+4 |
* | Move Apple gcc AltiVec vector declaration syntax to libavutil. | diego | 2007-08-24 | 2 | -12/+0 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | diego | 2007-08-22 | 2 | -2/+2 |
* | typo | diego | 2007-07-28 | 1 | -1/+1 |
* | integrating blackfin optimized yuyvtoyv12 converter | mhoffman | 2007-07-20 | 1 | -0/+23 |
* | removing reference to bfin_sram.h its not used anylonger | mhoffman | 2007-07-20 | 1 | -1/+0 |
* | adding blackfin optimized yuyvtoyv12 converter | mhoffman | 2007-07-20 | 1 | -0/+70 |
* | UltraSPARC VIS yuv2rgb | benoit | 2007-07-19 | 3 | -0/+219 |
* | use YUV440P in swscale | benoit | 2007-07-18 | 2 | -0/+11 |
* | This was rewritten by Michael, switch copyrights to him and license to LGPL. | diego | 2007-07-17 | 1 | -15/+13 |
* | Remove redundant "all rights reserved" statement, OKed by Walken. | diego | 2007-07-16 | 2 | -2/+0 |
* | typo | diego | 2007-07-14 | 3 | -3/+3 |
* | Remove unused file (this time for real) | lucabe | 2007-07-11 | 1 | -449/+0 |
* | Resurrect yuv2rgb_init.c, to add a proper license (and some comments about | lucabe | 2007-07-10 | 1 | -0/+449 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 2 | -2/+2 |
* | license header consistency cosmetics | diego | 2007-07-05 | 11 | -11/+11 |
* | Group all copyright and author notices together. | diego | 2007-07-05 | 2 | -8/+8 |
* | Remove unused file | lucabe | 2007-07-03 | 1 | -412/+0 |
* | Fix 'make checkheaders'. | diego | 2007-07-02 | 1 | -0/+2 |
* | Remove obsolete and misleading comment. | diego | 2007-07-02 | 1 | -2/+0 |
* | comment grammar fixes | diego | 2007-06-28 | 1 | -3/+3 |
* | integrating ff_bfin_get_unscaled_swscale into the system | mhoffman | 2007-06-22 | 2 | -1/+8 |
* | adding Blackfin swscale_bfin infrastructure, and the first swscale routine uy... | mhoffman | 2007-06-22 | 1 | -0/+66 |
* | document pointer offset by -8 | mhoffman | 2007-06-22 | 1 | -1/+1 |
* | re pipeline loop, to eliminate extra chroma reads | mhoffman | 2007-06-22 | 1 | -17/+13 |
* | correct chroma skewing bug, caused by incorrect stride adjustments | mhoffman | 2007-06-22 | 1 | -5/+9 |
* | Missing libswscale part of TARGET_ -> HAVE_ change | reimar | 2007-06-16 | 1 | -1/+1 |
* | Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change. | reimar | 2007-06-16 | 1 | -2/+2 |
* | misc spelling fixes | diego | 2007-06-13 | 5 | -12/+12 |
* | Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 | reimar | 2007-06-08 | 1 | -4/+38 |
* | correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line | mhoffman | 2007-06-05 | 1 | -1/+1 |
* | rename attribute_unused to av_unused as it is declared in common.h | benoit | 2007-05-30 | 2 | -3/+3 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | diego | 2007-05-28 | 2 | -6/+0 |
* | ffmpeg -sws_flags command line option to set swscaler flags | ivo | 2007-05-23 | 1 | -1/+34 |
* | Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ave... | mhoffman | 2007-05-19 | 1 | -0/+79 |
* | Remove extern C declarations for C++. | diego | 2007-05-16 | 1 | -8/+0 |
* | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | gpoirier | 2007-05-13 | 7 | -1/+690 |
* | cosmetics; one test per line for all isXXX(x) macros | ivo | 2007-05-11 | 2 | -31/+91 |
* | remove the need of one extra shift in rgb16ToUV | ivo | 2007-05-09 | 1 | -6/+3 |
* | Fix rgb15ToUV. Correct order of components and use one shift less. | ivo | 2007-05-09 | 1 | -7/+4 |
* | 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 IV: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-30 | 1 | -2682/+2681 |
* | cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-29 | 4 | -1445/+1449 |
* | cosmetics: Fix stray wrongly indented line. | diego | 2007-04-29 | 1 | -1/+1 |
* | cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-29 | 4 | -2498/+2497 |
* | cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-28 | 5 | -3081/+3074 |
* | cosmetics: Replace manual tab indentation by \n\t as in the rest of the file. | diego | 2007-04-28 | 1 | -43/+43 |
* | cosmetics: Remove trailing whitespace. | diego | 2007-04-26 | 14 | -314/+313 |
* | Don't declare -lm as a dependency of swscale-example. | diego | 2007-04-26 | 1 | -1/+2 |
* | Remove large automatics from stack. | diego | 2007-04-26 | 1 | -3/+3 |
* | preserve alpha channel when converting rgb32 to bgr32 in plain C | ivo | 2007-04-18 | 1 | -1/+1 |
* | fix red_15mask and green_15mask. the previous values were wrong and caused | ivo | 2007-04-18 | 1 | -2/+2 |
* | test widths all down to one. this tests whether the scalers correctly switch | ivo | 2007-04-18 | 1 | -1/+1 |
* | skip MMX code in rgb24tobgr24 if the size of the input is smaller than the | ivo | 2007-04-18 | 1 | -0/+3 |
* | skip MMX code in rgb32to16 if the size of the input is smaller than the | ivo | 2007-04-18 | 1 | -0/+2 |
* | skip MMX code in rgb32to15 if the size of the input is smaller than the | ivo | 2007-04-18 | 1 | -0/+2 |
* | slightly faster rgb32tobgr32; avoid one add and one cmp | ivo | 2007-04-17 | 1 | -18/+17 |
* | New implementation of rgb32tobgr32 | ivo | 2007-04-16 | 1 | -41/+58 |
* | improve horizontal chroma resolution with pal | michael | 2007-04-15 | 2 | -6/+7 |
* | convert palette to yuv instead of converting each pixel after pal->rgb | michael | 2007-04-15 | 2 | -14/+25 |
* | cosmetics, expand all tabs to four spaces. | ivo | 2007-04-12 | 1 | -112/+112 |
* | Replace huge switch statement by a lookup table. | ivo | 2007-04-12 | 1 | -174/+46 |
* | cosmetics after last commit; remove superfluous braces | ivo | 2007-04-11 | 1 | -6/+4 |
* | Remove code duplication in sws_rgb2rgb_init. | ivo | 2007-04-11 | 2 | -116/+36 |
* | typo | diego | 2007-04-07 | 3 | -3/+3 |
* | Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24 | cehoyos | 2007-04-03 | 1 | -0/+7 |
* | Handle proper compilation on Mac OS X. | diego | 2007-03-30 | 1 | -8/+4 |
* | fix full range (jpeg yuv) chroma | michael | 2007-03-18 | 3 | -1/+16 |
* | Add PIX_FMT_PAL8 to isPacked(). | diego | 2007-03-08 | 1 | -1/+2 |
* | a small step toward 4 plane support | michael | 2007-03-02 | 1 | -6/+6 |
* | copy src to prevent the user supplied argumet from being changed | michael | 2007-03-02 | 1 | -1/+2 |
* | Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr | reimar | 2007-03-01 | 1 | -0/+2 |
* | Remove useless conditional. | diego | 2007-02-27 | 1 | -2/+0 |
* | Add av_ prefix to clip functions | reimar | 2007-02-25 | 4 | -16/+16 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 | 1 | -1/+1 |
* | negative stride and h_size-=8 fix | michael | 2007-02-17 | 1 | -4/+4 |
* | BGR/RGB4 byte formats as input | michael | 2007-02-17 | 3 | -5/+6 |
* | pal8 input | michael | 2007-02-16 | 2 | -8/+54 |
* | stray fflush spotted by Aurel | lu_zero | 2007-01-28 | 1 | -1/+1 |
* | Make example and test build and link correctly | lu_zero | 2007-01-28 | 1 | -2/+2 |
* | av_logify | lu_zero | 2007-01-28 | 1 | -8/+9 |
* | Simplify conditional compilation handling. | diego | 2007-01-25 | 1 | -6/+3 |
* | Pass a context to av_log(), when possible | lucabe | 2007-01-23 | 5 | -73/+78 |
* | Fix license headers and FSF postal address. | diego | 2007-01-22 | 3 | -7/+6 |
* | cosmetics: typo pallete --> palette | diego | 2007-01-13 | 1 | -3/+3 |
* | deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale() | lucabe | 2007-01-12 | 1 | -1/+3 |
* | Add "support for both orderings of the slices (top->down / bottom->up)" | lucabe | 2007-01-12 | 1 | -10/+4 |
* | replace some av_malloc();memset(...,0,...) sequences with av_mallocz() | lucabe | 2007-01-06 | 1 | -6/+3 |
* | change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() | lucabe | 2006-12-26 | 3 | -15/+15 |
* | Mark some variables as possibly unused to avoid warnings | lucabe | 2006-12-26 | 2 | -3/+5 |
* | Add some explicit casts to avoid "assignment from incompatible pointer type" | lucabe | 2006-12-26 | 2 | -15/+15 |
* | Add some other casts, to remove void pointers arithmetic | lucabe | 2006-12-26 | 1 | -3/+3 |
* | Add some explicit casts to avoid some warnings | lucabe | 2006-12-26 | 1 | -4/+4 |
* | Remove some void pointers arithmetic | lucabe | 2006-12-26 | 1 | -3/+3 |
* | Clarify that yuv2rgb_init.c cannot be used under LGPL | lucabe | 2006-12-22 | 1 | -2/+0 |
* | Remove useless include (not needed now that libswscale uses libavutil) | lucabe | 2006-12-22 | 1 | -5/+0 |
* | Fix compilation of non-MMX code with gcc 2.95 | lucabe | 2006-12-20 | 1 | -3/+3 |
* | Allow to compile swscale's non-SIMD code under the LGPL license. | lucabe | 2006-12-20 | 4 | -14/+428 |
* | Change "p" asm constraints to "g", since "p" was a no longer necessary hack to | reimar | 2006-11-27 | 1 | -2/+2 |
* | Clarify that some of the non-SIMD code is now LGPLed. | lucabe | 2006-11-19 | 7 | -34/+34 |
* | forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua... | michael | 2006-11-16 | 1 | -11/+11 |
* | fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin... | michael | 2006-11-16 | 1 | -91/+52 |
* | Remove stray newline. | diego | 2006-11-16 | 1 | -12/+12 |
* | Synch with ffmpeg's r6938 "allow spaces in source and build directory names..." | lucabe | 2006-11-09 | 1 | -1/+1 |
* | Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS | gpoirier | 2006-11-07 | 2 | -10/+6 |
* | Add support for conversions from the rgb565 and rgb555 formats | lucabe | 2006-11-02 | 2 | -1/+94 |
* | Do not mix declarations and statements. | diego | 2006-11-01 | 1 | -30/+37 |
* | Use common define for x86_32 and x86_64. | diego | 2006-11-01 | 5 | -21/+21 |
* | 16-bit grayscale support | kostya | 2006-10-24 | 3 | -3/+94 |
* | Properly set EXTRALIBS | lucabe | 2006-10-23 | 1 | -0/+2 |
* | Rename ABS macro to FFABS. | diego | 2006-10-11 | 1 | -10/+10 |
* | Move CFLAGS handling to common.mak. | diego | 2006-10-11 | 1 | -4/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program'. | diego | 2006-10-07 | 11 | -151/+174 |
* | Replace -I.. by -I$(BUILD_ROOT). | diego | 2006-10-07 | 1 | -2/+1 |
* | Simplify test program build. | diego | 2006-10-05 | 1 | -3/+1 |
* | Test programs depend on $(LIB). | diego | 2006-10-05 | 1 | -2/+2 |
* | FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS. | diego | 2006-10-04 | 1 | -1/+1 |
* | Remove cs_test and swscale-example on clean. | diego | 2006-10-04 | 1 | -0/+3 |
* | Remove redundant EXTRALIBS declaration. | diego | 2006-10-04 | 1 | -1/+0 |
* | Simplify compilation call by using $(EXTRALIBS). | diego | 2006-10-04 | 1 | -2/+2 |
* | Fix warnings: | diego | 2006-10-04 | 1 | -0/+2 |
* | Fix warnings: | diego | 2006-10-04 | 1 | -1/+2 |
* | make some global var static (fix a build failure with shared lib on x86_64) | aurel | 2006-10-03 | 1 | -12/+12 |
* | Fix unused variable warning when compiling with MMX disabled. | diego | 2006-10-03 | 1 | -1/+1 |
* | Remove unused variables. | diego | 2006-10-01 | 2 | -4/+1 |
* | Add support for YUVJ formats | lucabe | 2006-09-27 | 1 | -1/+22 |
* | Improve swscale-example to test conversions between all the possible | lucabe | 2006-09-24 | 1 | -39/+44 |
* | Remove the dependency of libswscale on img_format.h | lucabe | 2006-09-17 | 8 | -342/+351 |
* | Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32) | lucabe | 2006-09-17 | 1 | -1/+1 |
* | Add proper GPL headers. | diego | 2006-09-09 | 2 | -0/+30 |
* | Add official GPL header to make license explicit as discussed on ffmpeg-devel. | diego | 2006-09-06 | 2 | -2/+30 |
* | Add sws_getCachedContext(), which checks if context is valid or reallocs a ne... | gpoirier | 2006-09-04 | 2 | -0/+39 |
* | make the C code of the swscaler which i wrote LGPL | michael | 2006-08-30 | 4 | -0/+12 |
* | Allow to compile swscale tests | lucabe | 2006-08-21 | 2 | -12/+33 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 5 | -5/+5 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | Fix compilation as a win32 shared library (libavutil must be explicitly linked) | lucabe | 2006-08-16 | 1 | -0/+1 |
* | Fix compilation with -no-PIC and without -fomit-frame-pointer (used by | uau | 2006-08-15 | 1 | -1/+1 |
* | -fPIC support for libswscale | diego | 2006-08-15 | 2 | -112/+158 |
* | Replace asmalign.h hack by ASMALIGN cpp macros from config.h. | diego | 2006-08-13 | 2 | -39/+35 |
* | Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile | uau | 2006-08-12 | 1 | -4/+4 |