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
*
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
*
Use full internal pathname in doxygen @file directives.
diego
2009-02-01
*
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
diego
2009-01-25
*
Declare struct SwsContext before using it, fixes the checkheaders warning:
diego
2009-01-25
*
Disable C code when compiling AltiVec code, fixes the warning:
diego
2009-01-25
*
spelling/grammar cosmetics
diego
2009-01-25
*
Fix #endif comments.
diego
2009-01-25
*
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
cehoyos
2009-01-20
*
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
cehoyos
2009-01-16
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
aurel
2009-01-14
*
Add PIX_FMT_VDPAU_H264.
cehoyos
2009-01-08
*
Avoid POSIX-reserved _t namespace.
diego
2008-12-27
*
consistency cosmetics: Rename POWERPC identifiers to PPC.
diego
2008-12-27
*
Remove pointless malloc.h #include.
diego
2008-12-19
*
Some forgotten eax -> REG_a changes.
reimar
2008-12-12
*
Delete unnecessary 'extern' keywords.
diego
2008-12-03
*
Remove commented-out duplicate declarations.
diego
2008-12-02
*
Remove unused declarations.
diego
2008-12-02
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
diego
2008-11-20
*
Put variable declaration inside an #ifdef to avoid an unused variable warning.
diego
2008-11-17
*
Add some const specifiers to function name variables; fixes a bunch of
diego
2008-11-04
[next]