index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
swscale.h
Age
Commit message (
Expand
)
Author
2009-09-09
Document that slices can be bottom to top or top to bottom.
Ramiro Polla
2009-08-19
Introduce and use sws_allocVec().
Ramiro Polla
2009-06-06
Remove '\p' doxygen markup, as it should improve plain text doxy
Stefano Sabatini
2009-05-10
Add const qualifier to param argument of sws_getContext() and
Diego Biurrun
2009-04-18
Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
Stefano Sabatini
2009-04-14
whitespace cosmetics: Break some overly long lines.
Diego Biurrun
2009-02-22
New LGPLed YUV2RGB table generator for SwScaler
Kostya Shishkov
2009-02-18
Rename the "src" parameter in the sws_scale() declaration to
Stefano Sabatini
2009-02-18
Document sws_scale().
Stefano Sabatini
2009-02-14
Implement sws_printVec2() and deprecate sws_printVec().
Stefano Sabatini
2009-02-14
Document sws_normalizeVec().
Stefano Sabatini
2009-02-12
Apply misc fixes for sws_getCachedContext() documentation.
Stefano Sabatini
2009-02-12
Bump micro version, related to r28491.
Stefano Sabatini
2009-02-11
Document sws_getContext().
Stefano Sabatini
2009-02-11
Document sws_getIdentityVec().
Stefano Sabatini
2009-02-10
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
Stefano Sabatini
2009-02-10
Document sws_cloneVec().
Stefano Sabatini
2009-02-10
Fix typo: lenght -> length.
Stefano Sabatini
2009-02-10
Document sws_scaleVec().
Stefano Sabatini
2009-02-10
Document sws_getConstVec().
Stefano Sabatini
2009-02-10
Move documentation of sws_getCachedContext() from swscale.c to
Stefano Sabatini
2009-02-10
Add a @deprecated notice to swscale_get_ordered().
Stefano Sabatini
2009-02-09
Document coeff and length fields in SwsVector.
Stefano Sabatini
2009-02-08
Drop the deprecated sws_scale_ordered() at the next major version
Stefano Sabatini
2009-02-08
Replace int type with enum PixelFormat for the dstFormat/srcFormat
Stefano Sabatini
2009-02-08
Fix a typo: lumaSarpen -> lumaSharpen.
Stefano Sabatini
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-09-12
Add bitexact flag.
Michael Niedermayer
2008-08-31
Change headers' guardnames consistently with r15120.
Stefano Sabatini
2008-08-29
Implement swscale_version().
Stefano Sabatini
2008-03-06
change sws_format_name to return const char*, supress many warnings
Baptiste Coudurier
2008-02-26
less preprocessor magic in version number macros
Måns Rullgård
2008-02-25
#include "libavutil/avutil.h" in swscale.h
Måns Rullgård
2008-02-19
Clean up lib* version definitions
Måns Rullgård
2008-02-17
remove duplicate AV_STRINGIFY() definition
Måns Rullgård
2007-10-18
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-06-13
misc spelling fixes
Diego Biurrun
2007-05-16
Remove extern C declarations for C++.
Diego Biurrun
2007-05-13
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
Marc Hoffman
2007-04-29
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
Diego Biurrun
2007-04-26
cosmetics: Remove trailing whitespace.
Diego Biurrun
2007-01-12
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
Luca Abeni
2006-11-19
Clarify that some of the non-SIMD code is now LGPLed.
Luca Abeni
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program'.
Diego Biurrun
2006-09-04
Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...
Víctor Paesa
2006-08-30
make the C code of the swscaler which i wrote LGPL
Michael Niedermayer
2006-07-24
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
Michael Niedermayer
2006-07-20
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
Luca Abeni
2006-06-30
Move postproc ---> libswscale
Luca Abeni