index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
swscale.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
More const-correctness for sws_scale
conrad
2010-01-21
1
-3
/
+3
*
Make const prototypes for input sources of sws_scale_* stricter.
benoit
2010-01-19
1
-2
/
+2
*
Const correctness for src pointer. Remove all constness related warnings in
zuxy
2010-01-15
1
-2
/
+2
*
Implement sws_isSupportedInput() and sws_isSupportedOutput().
stefano
2010-01-07
1
-2
/
+14
*
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
stefano
2010-01-03
1
-2
/
+2
*
Make sws_format_name() use av_pix_fmt_descriptors.
stefano
2009-11-26
1
-1
/
+1
*
Add functions to return library license and library configuration.
diego
2009-11-18
1
-0
/
+10
*
Document sws_freeContext().
stefano
2009-11-07
1
-0
/
+4
*
Document slice ordering assumption done by sws_scale().
stefano
2009-10-30
1
-1
/
+5
*
Document that slices can be bottom to top or top to bottom.
ramiro
2009-09-09
1
-1
/
+1
*
Introduce and use sws_allocVec().
ramiro
2009-08-19
1
-0
/
+5
*
Remove '\p' doxygen markup, as it should improve plain text doxy
stefano
2009-06-06
1
-16
/
+15
*
Add const qualifier to param argument of sws_getContext() and
diego
2009-05-10
1
-2
/
+2
*
Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
stefano
2009-04-18
1
-1
/
+9
*
whitespace cosmetics: Break some overly long lines.
diego
2009-04-14
1
-10
/
+18
*
New LGPLed YUV2RGB table generator for SwScaler
kostya
2009-02-22
1
-1
/
+1
*
Rename the "src" parameter in the sws_scale() declaration to
stefano
2009-02-18
1
-3
/
+3
*
Document sws_scale().
stefano
2009-02-18
1
-0
/
+23
*
Implement sws_printVec2() and deprecate sws_printVec().
stefano
2009-02-14
1
-3
/
+15
*
Document sws_normalizeVec().
stefano
2009-02-14
1
-0
/
+5
*
Apply misc fixes for sws_getCachedContext() documentation.
stefano
2009-02-12
1
-7
/
+10
*
Bump micro version, related to r28491.
stefano
2009-02-12
1
-1
/
+1
*
Document sws_getContext().
stefano
2009-02-11
1
-0
/
+13
*
Document sws_getIdentityVec().
stefano
2009-02-11
1
-0
/
+5
*
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
stefano
2009-02-10
1
-0
/
+5
*
Document sws_cloneVec().
stefano
2009-02-10
1
-0
/
+5
*
Fix typo: lenght -> length.
stefano
2009-02-10
1
-1
/
+1
*
Document sws_scaleVec().
stefano
2009-02-10
1
-0
/
+4
*
Document sws_getConstVec().
stefano
2009-02-10
1
-0
/
+5
*
Move documentation of sws_getCachedContext() from swscale.c to
stefano
2009-02-10
1
-0
/
+10
*
Add a @deprecated notice to swscale_get_ordered().
stefano
2009-02-10
1
-0
/
+3
*
Document coeff and length fields in SwsVector.
stefano
2009-02-09
1
-2
/
+2
*
Drop the deprecated sws_scale_ordered() at the next major version
stefano
2009-02-08
1
-0
/
+2
*
Replace int type with enum PixelFormat for the dstFormat/srcFormat
stefano
2009-02-08
1
-3
/
+3
*
Fix a typo: lumaSarpen -> lumaSharpen.
stefano
2009-02-08
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
diego
2009-02-01
1
-1
/
+1
*
Add bitexact flag.
michael
2008-09-12
1
-0
/
+1
*
Change header inclusion guard names in line with FFmpeg r15120.
stefano
2008-08-31
1
-3
/
+3
*
Implement swscale_version().
stefano
2008-08-29
1
-1
/
+6
*
change sws_format_name to return const char*, supress many warnings
bcoudurier
2008-03-06
1
-1
/
+1
*
less preprocessor magic in version number macros
mru
2008-02-26
1
-4
/
+10
*
#include "libavutil/avutil.h" in swscale.h
mru
2008-02-25
1
-1
/
+1
*
Clean up lib* version definitions
mru
2008-02-19
1
-2
/
+4
*
remove duplicate AV_STRINGIFY() definition
mru
2008-02-17
1
-3
/
+0
*
Add FFMPEG_ prefix to all multiple inclusion guards.
diego
2007-10-18
1
-3
/
+3
*
license header consistency cosmetics
diego
2007-07-05
1
-1
/
+1
*
misc spelling fixes
diego
2007-06-13
1
-2
/
+2
*
Remove extern C declarations for C++.
diego
2007-05-16
1
-8
/
+0
*
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
gpoirier
2007-05-13
1
-0
/
+1
*
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-29
1
-45
/
+45
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
1
-2
/
+2
*
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
lucabe
2007-01-12
1
-1
/
+3
*
Clarify that some of the non-SIMD code is now LGPLed.
lucabe
2006-11-19
1
-11
/
+8
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
1
-19
/
+21
*
Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...
gpoirier
2006-09-04
1
-0
/
+5
*
make the C code of the swscaler which i wrote LGPL
michael
2006-08-30
1
-0
/
+3
*
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
michael
2006-07-24
1
-0
/
+1
*
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
lucabe
2006-07-20
1
-0
/
+9
*
Move postproc ---> libswscale
lucabe
2006-06-30
1
-0
/
+129