index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
swscale.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
sws: Drop deprecated SWS_CPU_CAPS defines
Vittorio Giovara
2015-08-28
1
-16
/
+0
*
swscale: Undeprecate sws_getContext()
Diego Biurrun
2014-08-07
1
-3
/
+0
*
Remove all Blackfin architecture optimizations
Diego Biurrun
2014-06-02
1
-0
/
+2
*
doxy: Define a group for libswscale documentation
Luca Barbato
2013-12-13
1
-0
/
+8
*
swscale: add support for endianness only conversion
Janne Grunau
2013-05-06
1
-0
/
+7
*
libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR
Janne Grunau
2012-11-16
1
-2
/
+0
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-6
/
+6
*
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-06
1
-2
/
+2
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+2
*
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-08-03
1
-0
/
+3
*
Create version.h headers for libraries that lack them
Diego Biurrun
2012-07-04
1
-25
/
+1
*
swscale: K&R reformatting cosmetics for header files
Diego Biurrun
2012-01-08
1
-3
/
+2
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-24
/
+23
*
lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.
Anton Khirnov
2011-09-03
1
-1
/
+8
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
1
-3
/
+4
*
Do not include log.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Do not include pixfmt.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
doxygen: Remove spurious documentation for non-existing function parameters.
Diego Biurrun
2011-07-03
1
-1
/
+0
*
Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07b
Reinhard Tartler
2011-06-20
1
-4
/
+4
*
sws: replace all long with int.
Anton Khirnov
2011-05-28
1
-2
/
+2
*
swscale: revive SWS_CPU_CAPS until next major bump.
Anton Khirnov
2011-05-26
1
-0
/
+16
*
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
Ronald S. Bultje
2011-05-24
1
-7
/
+0
*
swscale: point out an alternative to sws_getContext
Clément Bœsch
2011-05-21
1
-0
/
+1
*
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-04-28
1
-1
/
+1
*
sws: remove disabled cruft.
Anton Khirnov
2011-04-19
1
-16
/
+0
*
Bump major versions of all libraries.
Anton Khirnov
2011-04-18
1
-2
/
+2
*
swscale: postpone sws_getContext removal until next major bump.
Anton Khirnov
2011-04-06
1
-3
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Deprecate sws_getContext(), use sws_alloc_context() and
Stefano Sabatini
2010-09-28
1
-0
/
+11
*
Add documentation for the returned value of sws_init_context().
Stefano Sabatini
2010-09-28
1
-0
/
+3
*
Bump minor version after the addition of sws_alloc_context() and
Stefano Sabatini
2010-09-28
1
-1
/
+1
*
fix typos and grammar
Ramiro Polla
2010-09-26
1
-3
/
+4
*
Split alloc and init of context so that parameters can be set in the context
Michael Niedermayer
2010-09-26
1
-0
/
+12
*
rgb2rgb: build SSE2 codepath
Ramiro Polla
2010-09-08
1
-0
/
+1
*
Revert commit:
Stefano Sabatini
2010-07-28
1
-24
/
+24
*
Prefer impersonal form over third person, for consistency with the
Stefano Sabatini
2010-07-22
1
-24
/
+24
*
deprecate palette8topacked32 in favor of public API functions sws_convertPale...
Reinhard Tartler
2010-06-01
1
-1
/
+26
*
Add empty newline to separate function declarations, for better
Stefano Sabatini
2010-05-23
1
-0
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Apply misc fixes to sws_getCoefficients() doxy.
Stefano Sabatini
2010-02-05
1
-2
/
+4
*
Satisfy consistency need:
Stefano Sabatini
2010-02-05
1
-1
/
+1
*
Add function to translate SWS_CS_* to coefficient array
David Conrad
2010-02-05
1
-1
/
+7
*
More const-correctness for sws_scale
David Conrad
2010-01-21
1
-3
/
+3
*
Make const prototypes for input sources of sws_scale_* stricter.
Alexis Ballier
2010-01-19
1
-2
/
+2
*
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2010-01-15
1
-2
/
+2
*
Implement sws_isSupportedInput() and sws_isSupportedOutput().
Stefano Sabatini
2010-01-07
1
-2
/
+14
*
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
Stefano Sabatini
2010-01-03
1
-2
/
+2
*
Make sws_format_name() use av_pix_fmt_descriptors.
Stefano Sabatini
2009-11-26
1
-1
/
+1
*
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
1
-0
/
+10
[next]