Stefano Sabatini
|
fbc0f6a973
Apply misc fixes to sws_getCoefficients() doxy.
|
15 years ago |
Stefano Sabatini
|
89ee5c6897
Satisfy consistency need:
|
15 years ago |
David Conrad
|
3f3dc76cb1
Add function to translate SWS_CS_* to coefficient array
|
15 years ago |
David Conrad
|
01cc47dcd3
More const-correctness for sws_scale
|
15 years ago |
Alexis Ballier
|
f28cc5771f
Make const prototypes for input sources of sws_scale_* stricter.
|
15 years ago |
Zuxy Meng
|
a959e24780
Const correctness for src pointer. Remove all constness related warnings in
|
15 years ago |
Stefano Sabatini
|
8e9767f6fd
Implement sws_isSupportedInput() and sws_isSupportedOutput().
|
15 years ago |
Stefano Sabatini
|
997980f0d8
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
|
15 years ago |
Stefano Sabatini
|
a9af75ae85
Make sws_format_name() use av_pix_fmt_descriptors.
|
15 years ago |
Diego Biurrun
|
bd381fd3f6
Add functions to return library license and library configuration.
|
15 years ago |
Stefano Sabatini
|
2e0a80a128
Document sws_freeContext().
|
15 years ago |
Stefano Sabatini
|
a520e9f235
Document slice ordering assumption done by sws_scale().
|
15 years ago |
Ramiro Polla
|
30715d4273
Document that slices can be bottom to top or top to bottom.
|
15 years ago |
Ramiro Polla
|
1aff375d41
Introduce and use sws_allocVec().
|
15 years ago |
Stefano Sabatini
|
532ec28360
Remove '\p' doxygen markup, as it should improve plain text doxy
|
15 years ago |
Diego Biurrun
|
0020c54cb8
Add const qualifier to param argument of sws_getContext() and
|
15 years ago |
Stefano Sabatini
|
2d26fa2822
Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
|
16 years ago |
Diego Biurrun
|
d648c720af
whitespace cosmetics: Break some overly long lines.
|
16 years ago |
Kostya Shishkov
|
e76709d8a6
New LGPLed YUV2RGB table generator for SwScaler
|
16 years ago |
Stefano Sabatini
|
15239b7fcc
Rename the "src" parameter in the sws_scale() declaration to
|
16 years ago |
Stefano Sabatini
|
583799c459
Document sws_scale().
|
16 years ago |
Stefano Sabatini
|
26b40a659d
Implement sws_printVec2() and deprecate sws_printVec().
|
16 years ago |
Stefano Sabatini
|
a26b51cd4a
Document sws_normalizeVec().
|
16 years ago |
Stefano Sabatini
|
39e80e6cb9
Apply misc fixes for sws_getCachedContext() documentation.
|
16 years ago |
Stefano Sabatini
|
70bf0416cf
Bump micro version, related to r28491.
|
16 years ago |
Stefano Sabatini
|
a15886540b
Document sws_getContext().
|
16 years ago |
Stefano Sabatini
|
b5fdaebb44
Document sws_getIdentityVec().
|
16 years ago |
Stefano Sabatini
|
6d3cf67c2a
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
|
16 years ago |
Stefano Sabatini
|
89b7464732
Document sws_cloneVec().
|
16 years ago |
Stefano Sabatini
|
70838eefbf
Fix typo: lenght -> length.
|
16 years ago |
Stefano Sabatini
|
0bcb5b3918
Document sws_scaleVec().
|
16 years ago |
Stefano Sabatini
|
c326825e51
Document sws_getConstVec().
|
16 years ago |
Stefano Sabatini
|
b954b34a6d
Move documentation of sws_getCachedContext() from swscale.c to
|
16 years ago |
Stefano Sabatini
|
1eeded3992
Add a @deprecated notice to swscale_get_ordered().
|
16 years ago |
Stefano Sabatini
|
edbdf77ec5
Document coeff and length fields in SwsVector.
|
16 years ago |
Stefano Sabatini
|
c099766fad
Drop the deprecated sws_scale_ordered() at the next major version
|
16 years ago |
Stefano Sabatini
|
96b27045d2
Replace int type with enum PixelFormat for the dstFormat/srcFormat
|
16 years ago |
Stefano Sabatini
|
b534f73d25
Fix a typo: lumaSarpen -> lumaSharpen.
|
16 years ago |
Diego Biurrun
|
82aaa790d2
Use full internal pathname in doxygen @file directives.
|
16 years ago |
Michael Niedermayer
|
ceb700babb
Add bitexact flag.
|
16 years ago |
Stefano Sabatini
|
0eaf523548
Change headers' guardnames consistently with r15120.
|
16 years ago |
Stefano Sabatini
|
b3e03fa7b0
Implement swscale_version().
|
16 years ago |
Baptiste Coudurier
|
8055ede6c7
change sws_format_name to return const char*, supress many warnings
|
17 years ago |
Måns Rullgård
|
e08e6bb6f2
less preprocessor magic in version number macros
|
17 years ago |
Måns Rullgård
|
885176993a
#include "libavutil/avutil.h" in swscale.h
|
17 years ago |
Måns Rullgård
|
ccf95ef1de
Clean up lib* version definitions
|
17 years ago |
Måns Rullgård
|
1d03e71805
remove duplicate AV_STRINGIFY() definition
|
17 years ago |
Diego Biurrun
|
39c70be189
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Diego Biurrun
|
b19bcbaa78
license header consistency cosmetics
|
17 years ago |
Diego Biurrun
|
86bdf3fd3d
misc spelling fixes
|
17 years ago |