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
/
swscale.h
Commit message (
Expand
)
Author
Age
*
New LGPLed YUV2RGB table generator for SwScaler
kostya
2009-02-22
*
Rename the "src" parameter in the sws_scale() declaration to
stefano
2009-02-18
*
Document sws_scale().
stefano
2009-02-18
*
Implement sws_printVec2() and deprecate sws_printVec().
stefano
2009-02-14
*
Document sws_normalizeVec().
stefano
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
*
Add a @deprecated notice to swscale_get_ordered().
stefano
2009-02-10
*
Document coeff and length fields in SwsVector.
stefano
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
*
Use full internal pathname in doxygen @file directives.
diego
2009-02-01
*
Add bitexact flag.
michael
2008-09-12
*
Change header inclusion guard names in line with FFmpeg r15120.
stefano
2008-08-31
*
Implement swscale_version().
stefano
2008-08-29
*
change sws_format_name to return const char*, supress many warnings
bcoudurier
2008-03-06
*
less preprocessor magic in version number macros
mru
2008-02-26
*
#include "libavutil/avutil.h" in swscale.h
mru
2008-02-25
*
Clean up lib* version definitions
mru
2008-02-19
*
remove duplicate AV_STRINGIFY() definition
mru
2008-02-17
*
Add FFMPEG_ prefix to all multiple inclusion guards.
diego
2007-10-18
*
license header consistency cosmetics
diego
2007-07-05
*
misc spelling fixes
diego
2007-06-13
*
Remove extern C declarations for C++.
diego
2007-05-16
*
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
gpoirier
2007-05-13
*
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-29
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
*
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
lucabe
2007-01-12
*
Clarify that some of the non-SIMD code is now LGPLed.
lucabe
2006-11-19
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
*
Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...
gpoirier
2006-09-04
*
make the C code of the swscaler which i wrote LGPL
michael
2006-08-30
*
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
michael
2006-07-24
*
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
lucabe
2006-07-20
*
Move postproc ---> libswscale
lucabe
2006-06-30