| Commit message (Expand) | Author | Age |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 |
* | fix variable type used via "m" asm constraint to match size used in asm. | reimar | 2006-06-05 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 |
* | change the type of esp in SwsContext to uint64_t so it can hold a full register | reimar | 2006-05-07 |
* | removing esp usage | michael | 2006-05-06 |
* | Fix some bugs handling input that is not aligned at 16 bytes or has | pacman | 2006-04-27 |
* | 10l in rgb2rgb_template.c | iive | 2006-04-16 |
* | add support for intel mac. mp3lib is not fixed yet. | nplourde | 2006-04-15 |
* | Reorganize vector constants to work around gcc 4.1 bug: | pacman | 2006-04-06 |
* | Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more | pacman | 2006-03-13 |
* | Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that | pacman | 2006-02-24 |
* | Just a comment update, replacing a FIXME to reflect the new expectation of | pacman | 2006-02-18 |
* | don't call altivec_yuv2packedX() with a dstFormat that it doesn't support; | pacman | 2006-02-18 |
* | Fix vec_clip for gcc's that don't handle (vector signed short){16} according | pacman | 2006-02-17 |
* | ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>) | michael | 2006-02-16 |
* | make swscale-example compile patch by (Alan Curry <pacman TheWorld com>) | michael | 2006-02-16 |
* | Remove obsolete big-endian FIXMEs. | diego | 2006-02-13 |
* | Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just | diego | 2006-02-11 |
* | cosmetics: indentation fixes | diego | 2006-02-11 |
* | Fix big-endian color permutation problems. | diego | 2006-02-11 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each | diego | 2006-02-09 |
* | altivec_yuv2packedX() ignores the requested output format and unconditionally | diego | 2006-02-08 |
* | AltiVec operations need to have memory aligned on 16-byte boundaries. | diego | 2006-02-08 |
* | vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect | diego | 2006-02-08 |
* | change sws sharpen filter a little | michael | 2006-02-04 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-14 |
* | 100l -- mismatched type after changing sizes to type long! | rfelker | 2005-10-17 |
* | Change unsigned->signed and int->long, this fits the asm code better on 64 | reimar | 2005-10-12 |
* | Reduce unnecessary swscaler verbosity. | diego | 2005-09-06 |
* | Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg | gpoirier | 2005-07-12 |
* | Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others | gpoirier | 2005-06-30 |
* | Another REG_d -> REG_D fix. | reimar | 2005-06-28 |
* | width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>) | michael | 2005-06-27 |
* | Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile | gpoirier | 2005-06-24 |
* | 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32 | gpoirier | 2005-06-19 |
* | GCC-4 fix for AMD-64 | gpoirier | 2005-06-18 |
* | one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa... | michael | 2005-06-02 |
* | Should fix altivec detection for g3 system. | nplourde | 2005-05-20 |
* | unused define | alex | 2005-04-29 |
* | fix palette8tobgr32/palette8torgb32 on big endian | nplourde | 2005-04-27 |
* | check for negative strides before memcpy | henry | 2005-04-24 |
* | support for both orderings of the slices (top->down / bottom->up) | henry | 2005-04-24 |
* | Fixes rgb32to16 conversion for I think all platforms since the int8 | diego | 2005-03-22 |
* | 100l, forgot to change an ifdef on last commit | reimar | 2005-02-23 |
* | fix for MAP_ANON vs. MAP_ANONYMOUS fix... | reimar | 2005-02-22 |
* | Improved NV12/NV21 support. | syrjala | 2005-02-16 |
* | FreeBSD fix | nexus | 2005-02-14 |