index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libswscale
Commit message (
Expand
)
Author
Age
*
Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...
sdrik
2009-03-04
*
remove the rest of x86 asm from LGPL build
henry
2009-03-03
*
Fix typo in comments.
rathann
2009-03-01
*
Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).
reimar
2009-03-01
*
Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA
reimar
2009-03-01
*
Fix braindead and broken way to calculate abase, fixes regression tests on
reimar
2009-03-01
*
When converting from a non alpha format to an alpha format, defaults to all o...
sdrik
2009-02-28
*
Add an isALPHA macro to check if pixel format has alpha channel
sdrik
2009-02-27
*
Use YUV420P code path for YUVA420P where appropriate
sdrik
2009-02-27
*
Refactor code for upcoming alpha patches.
cehoyos
2009-02-27
*
Rename yuv2rgb2.c --> yuv2rgb.c.
diego
2009-02-24
*
Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman
diego
2009-02-24
*
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.
diego
2009-02-24
*
New LGPLed YUV2RGB table generator for SwScaler
kostya
2009-02-22
*
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.
cehoyos
2009-02-21
*
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
stefang
2009-02-21
*
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
stefang
2009-02-21
*
make MMX registers parametrized in the WRITEBGR32 macro,
stefang
2009-02-21
*
Rename the "src" parameter in the sws_scale() declaration to
stefano
2009-02-18
*
Document sws_scale().
stefano
2009-02-18
*
Use sws_printVec2() instead of the deprecated sws_printVec().
stefano
2009-02-14
*
Implement sws_printVec2() and deprecate sws_printVec().
stefano
2009-02-14
*
Document sws_normalizeVec().
stefano
2009-02-14
*
Make hScale_altivec_real() trim its output like other implementations do
kostya
2009-02-14
*
Some AltiVec functions in SwScaler produce different output than their
kostya
2009-02-14
*
Apply misc fixes for sws_getCachedContext() documentation.
stefano
2009-02-12
*
Bump micro version, related to r28491.
stefano
2009-02-12
*
Document sws_getContext().
stefano
2009-02-11
*
Document sws_getIdentityVec().
stefano
2009-02-11
*
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
stefano
2009-02-10
*
Document sws_cloneVec().
stefano
2009-02-10
*
Fix typo: lenght -> length.
stefano
2009-02-10
*
Document sws_scaleVec().
stefano
2009-02-10
*
Document sws_getConstVec().
stefano
2009-02-10
*
Move documentation of sws_getCachedContext() from swscale.c to
stefano
2009-02-10
*
Remove pointless comment regarding sws_scale_ordered().
stefano
2009-02-10
*
Add a @deprecated notice to swscale_get_ordered().
stefano
2009-02-10
*
Remove unnecessary emms Assembler instructions.
diego
2009-02-10
*
Document coeff and length fields in SwsVector.
stefano
2009-02-09
*
Revert #undefining system functions, it is not necessary.
diego
2009-02-09
*
Add config.h #include for ARCH_X86 definition.
diego
2009-02-09
*
Add #undefs to reenable system functions that are normally forbidden in other
diego
2009-02-09
*
Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
diego
2009-02-09
*
Prefix visible YUV2RGB functions with sws_
kostya
2009-02-09
*
Give better name to Inverse_Table_6_9
kostya
2009-02-09
*
Remove file name from file headers.
diego
2009-02-09
*
Drop the deprecated sws_scale_ordered() at the next major version
stefano
2009-02-08
*
Replace int type with enum PixelFormat for the dstFormat/srcFormat
stefano
2009-02-08
*
Fix a typo: lumaSarpen -> lumaSharpen.
stefano
2009-02-08
*
cosmetics: Remove period after copyright statement non-sentence.
diego
2009-02-01
[next]