Diego Biurrun
|
beb93f987c
Add a copy of libswscale into the branch instead of using svn:external.
|
15 лет назад |
Diego Biurrun
|
da835cc8a3
Create 0.5 release branch.
|
15 лет назад |
Kostya Shishkov
|
e76709d8a6
New LGPLed YUV2RGB table generator for SwScaler
|
15 лет назад |
Stefano Sabatini
|
15239b7fcc
Rename the "src" parameter in the sws_scale() declaration to
|
15 лет назад |
Stefano Sabatini
|
583799c459
Document sws_scale().
|
15 лет назад |
Stefano Sabatini
|
26b40a659d
Implement sws_printVec2() and deprecate sws_printVec().
|
15 лет назад |
Stefano Sabatini
|
a26b51cd4a
Document sws_normalizeVec().
|
15 лет назад |
Stefano Sabatini
|
39e80e6cb9
Apply misc fixes for sws_getCachedContext() documentation.
|
15 лет назад |
Stefano Sabatini
|
70bf0416cf
Bump micro version, related to r28491.
|
15 лет назад |
Stefano Sabatini
|
a15886540b
Document sws_getContext().
|
15 лет назад |
Stefano Sabatini
|
b5fdaebb44
Document sws_getIdentityVec().
|
15 лет назад |
Stefano Sabatini
|
6d3cf67c2a
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
|
15 лет назад |
Stefano Sabatini
|
89b7464732
Document sws_cloneVec().
|
15 лет назад |
Stefano Sabatini
|
70838eefbf
Fix typo: lenght -> length.
|
15 лет назад |
Stefano Sabatini
|
0bcb5b3918
Document sws_scaleVec().
|
15 лет назад |
Stefano Sabatini
|
c326825e51
Document sws_getConstVec().
|
15 лет назад |
Stefano Sabatini
|
b954b34a6d
Move documentation of sws_getCachedContext() from swscale.c to
|
15 лет назад |
Stefano Sabatini
|
1eeded3992
Add a @deprecated notice to swscale_get_ordered().
|
15 лет назад |
Stefano Sabatini
|
edbdf77ec5
Document coeff and length fields in SwsVector.
|
15 лет назад |
Stefano Sabatini
|
c099766fad
Drop the deprecated sws_scale_ordered() at the next major version
|
15 лет назад |
Stefano Sabatini
|
96b27045d2
Replace int type with enum PixelFormat for the dstFormat/srcFormat
|
15 лет назад |
Stefano Sabatini
|
b534f73d25
Fix a typo: lumaSarpen -> lumaSharpen.
|
15 лет назад |
Diego Biurrun
|
82aaa790d2
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
Michael Niedermayer
|
ceb700babb
Add bitexact flag.
|
16 лет назад |
Stefano Sabatini
|
0eaf523548
Change headers' guardnames consistently with r15120.
|
16 лет назад |
Stefano Sabatini
|
b3e03fa7b0
Implement swscale_version().
|
16 лет назад |
Baptiste Coudurier
|
8055ede6c7
change sws_format_name to return const char*, supress many warnings
|
16 лет назад |
Måns Rullgård
|
e08e6bb6f2
less preprocessor magic in version number macros
|
16 лет назад |
Måns Rullgård
|
885176993a
#include "libavutil/avutil.h" in swscale.h
|
16 лет назад |
Måns Rullgård
|
ccf95ef1de
Clean up lib* version definitions
|
16 лет назад |
Måns Rullgård
|
1d03e71805
remove duplicate AV_STRINGIFY() definition
|
16 лет назад |
Diego Biurrun
|
39c70be189
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 лет назад |
Diego Biurrun
|
b19bcbaa78
license header consistency cosmetics
|
17 лет назад |
Diego Biurrun
|
86bdf3fd3d
misc spelling fixes
|
17 лет назад |
Diego Biurrun
|
9f17e13bfc
Remove extern C declarations for C++.
|
17 лет назад |
Marc Hoffman
|
d3f3eea92d
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
|
17 лет назад |
Diego Biurrun
|
221b804f34
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
|
17 лет назад |
Diego Biurrun
|
6a4970abd1
cosmetics: Remove trailing whitespace.
|
17 лет назад |
Luca Abeni
|
d28ef27031
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
|
18 лет назад |
Luca Abeni
|
807e0c6645
Clarify that some of the non-SIMD code is now LGPLed.
|
18 лет назад |
Diego Biurrun
|
d026b45e73
Change license headers to say 'FFmpeg' instead of 'this program'.
|
18 лет назад |
Víctor Paesa
|
22e4695905
Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.
|
18 лет назад |
Michael Niedermayer
|
d1a7ae1a37
make the C code of the swscaler which i wrote LGPL
|
18 лет назад |
Michael Niedermayer
|
bca11e75fb
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
|
18 лет назад |
Luca Abeni
|
94c4def23c
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
|
18 лет назад |
Luca Abeni
|
73435f006b
Move postproc ---> libswscale
|
18 лет назад |