Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-30Move postproc ---> libswscaleLuca Abeni
2006-06-05fix variable type used via "m" asm constraint to match size used in asm.Reimar Döffinger
2006-06-02Remove now obsolete .cvsignore files.Diego Biurrun
2006-05-07change the type of esp in SwsContext to uint64_t so it can hold a full registerReimar Döffinger
2006-05-06removing esp usageMichael Niedermayer
2006-04-28Fix some bugs handling input that is not aligned at 16 bytes or hasAlan Curry
2006-04-1610l in rgb2rgb_template.cErik Auerswald
2006-04-16add support for intel mac. mp3lib is not fixed yet.Nicolas Plourde
2006-04-06Reorganize vector constants to work around gcc 4.1 bug:Alan Curry
2006-03-13Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with moreAlan Curry
2006-02-24Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem thatAlan Curry
2006-02-18Just a comment update, replacing a FIXME to reflect the new expectation ofAlan Curry
2006-02-18don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;Alan Curry
2006-02-17Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingAlan Curry
2006-02-16ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)Alan Curry
2006-02-16make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)Alan Curry
2006-02-13Remove obsolete big-endian FIXMEs.Diego Biurrun
2006-02-11Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justAlan Curry
2006-02-11cosmetics: indentation fixesDiego Biurrun
2006-02-11Fix big-endian color permutation problems.Alan Curry
2006-02-09Patch by Stefan Huehner / stefan % huehner ! org \Stefan Huehner
2006-02-09Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachAlan Curry
2006-02-08altivec_yuv2packedX() ignores the requested output format and unconditionallyAlan Curry
2006-02-08AltiVec operations need to have memory aligned on 16-byte boundaries.Alan Curry
2006-02-08vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectAlan Curry
2006-02-04change sws sharpen filter a littleMichael Niedermayer
2006-01-27Make clean/distclean behave uniformly in all directories.Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-11-14Unify include paths, -I.. is in CFLAGS.Diego Biurrun
2005-10-17100l -- mismatched type after changing sizes to type long!D Richard Felker III
2005-10-12Change unsigned->signed and int->long, this fits the asm code better on 64Reimar Döffinger
2005-09-06Reduce unnecessary swscaler verbosity.Diego Biurrun
2005-07-12Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poiriergGuillaume Poirier
2005-06-30Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe othersGuillaume Poirier
2005-06-29Another REG_d -> REG_D fix.Reimar Döffinger
2005-06-27width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)Michael Niedermayer
2005-06-24Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompileGuillaume Poirier
2005-06-1910l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32Guillaume Poirier
2005-06-19GCC-4 fix for AMD-64Guillaume Poirier
2005-06-03one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa...Michael Niedermayer
2005-05-20Should fix altivec detection for g3 system.Nicolas Plourde
2005-04-29unused defineAlex Beregszaszi
2005-04-27fix palette8tobgr32/palette8torgb32 on big endianNicolas Plourde
2005-04-24check for negative strides before memcpyJindřich Makovička
2005-04-24support for both orderings of the slices (top->down / bottom->up)Jindřich Makovička
2005-03-22Fixes rgb32to16 conversion for I think all platforms since the int8Rene Rebe
2005-02-23100l, forgot to change an ifdef on last commitReimar Döffinger
2005-02-22fix for MAP_ANON vs. MAP_ANONYMOUS fix...Reimar Döffinger
2005-02-17Improved NV12/NV21 support.Ville Syrjälä
2005-02-14FreeBSD fixBohdan Horst