| Commit message (Expand) | Author | Age |
* | Cosmetics: alignment | vitor | 2008-10-23 |
* | Fix broken palette8to*. | vitor | 2008-10-23 |
* | cosmetics: typo fix | diego | 2008-10-23 |
* | Convert typeof keyword into __typeof__ | conrad | 2008-10-19 |
* | Convert asm keyword into __asm__. | flameeyes | 2008-10-16 |
* | Mark some symbols in swscale.c as constant. | flameeyes | 2008-10-09 |
* | Mark dither_2x2_{8,4} static to swscale.c | flameeyes | 2008-10-09 |
* | Mark variation-specific interleaveBytes static. | flameeyes | 2008-10-09 |
* | Invert logic for the single-pass in swScale() functions. | flameeyes | 2008-10-09 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-09 |
* | Do not set src[1] to the palette, it is now in the context | vitor | 2008-10-08 |
* | Add a new unscaled PAL8 -> RGB converter. | vitor | 2008-10-08 |
* | Change one more variable type from int to enum PixelFormat. | aurel | 2008-10-08 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-07 |
* | gcc-apple specific fallback not necessary anymore | lu_zero | 2008-10-05 |
* | Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro. | diego | 2008-10-05 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | cehoyos | 2008-10-04 |
* | Remove g6Dither from libswscale. | cehoyos | 2008-10-04 |
* | Remove MPlayer-specific MP_WORDSIZE hack. | diego | 2008-10-04 |
* | Remove unused function fast_memcpy. | diego | 2008-09-29 |
* | cosmetics: indentation | diego | 2008-09-29 |
* | Revert mistakenly committed hunk. | michael | 2008-09-29 |
* | Print all cases that are tested, not just the ones that are bad. | michael | 2008-09-29 |
* | Fix infinite loop with spline, bug was introduced in r27612 by me. | michael | 2008-09-29 |
* | Uniform *ToY and *ToUV function signatures | lu_zero | 2008-09-18 |
* | Split mono2Y in monowhite and monoblack | lu_zero | 2008-09-18 |
* | Factorize unit32_t* casts for palette pointer | lu_zero | 2008-09-18 |
* | Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha | michael | 2008-09-16 |
* | Avoid using floating point for calculating filter coefficients. | michael | 2008-09-15 |
* | Avoid some explicit types in sizeof(). | michael | 2008-09-14 |
* | Use av_mallocz() instead of for() =0; | michael | 2008-09-14 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | michael | 2008-09-14 |
* | Fix libswscale build after r27561 if --enable-runtime-cpudetection is used. | ben | 2008-09-13 |
* | Fix indention. | michael | 2008-09-13 |
* | Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. | michael | 2008-09-13 |
* | Disable mmx routines that are not bitexact when the user wants | michael | 2008-09-13 |
* | Make horizontal mmx scaling code match C code. | michael | 2008-09-13 |
* | Ensure that additional filter coeffs that exist due to alignment | michael | 2008-09-13 |
* | yvu9toyv12Wrapper is not bitexact so disable it when the user wants | michael | 2008-09-12 |
* | Make the horizontal C scaler code clip only against INT16_MAX not 0, | michael | 2008-09-12 |
* | Add bitexact flag. | michael | 2008-09-12 |
* | The yuv->rgb tables are too small for cliping to be avoidable, | michael | 2008-09-12 |
* | Fix another 1000l bug in the mono input code. | michael | 2008-09-12 |
* | Add support for PIX_FMT_YUV440P. | michael | 2008-09-12 |
* | 10000l PIX_FMT_MONOWHITE check was really a || 1. | michael | 2008-09-12 |
* | Support mono as input format. | michael | 2008-09-12 |
* | Add support for PIX_FMT_MONOWHITE as output format. | michael | 2008-09-12 |
* | rgb24toyv12 is not accurately rounding, so disable it as well when the | michael | 2008-09-12 |
* | Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set, | michael | 2008-09-12 |
* | 100000000000000l, forgot to commit header change for r27580. | michael | 2008-09-11 |