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
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Split inline and external assembly #ifdefs
Diego Biurrun
2012-08-31
1
-6
/
+6
*
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
1
-1
/
+1
*
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-08-03
1
-6
/
+6
*
swscale: Mark all init functions as av_cold
Diego Biurrun
2012-07-23
1
-1
/
+3
*
swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-22
1
-5
/
+5
*
swscale: K&R formatting cosmetics (part II)
Diego Biurrun
2012-04-13
1
-655
/
+818
*
swscale: make filterPos 32bit.
Ronald S. Bultje
2012-03-06
1
-2
/
+2
*
swscale: fix another integer overflow.
Ronald S. Bultje
2012-02-29
1
-1
/
+1
*
swscale: fix another integer overflow at large dimensions/rescales.
Ronald S. Bultje
2012-02-24
1
-1
/
+1
*
swscale: fix overflows in filterPos[] calculation for large sizes.
Ronald S. Bultje
2012-02-23
1
-7
/
+7
*
swscale: fix filtersize clipping.
Ronald S. Bultje
2012-02-22
1
-1
/
+2
*
swscale: enforce a minimum filtersize.
Ronald S. Bultje
2012-02-11
1
-1
/
+1
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
Revert "sws/pixfmt/pixdesc: add support for yuva444p"
Alex Converse
2012-01-26
1
-1
/
+0
*
sws/pixfmt/pixdesc: add support for yuva444p
Paul B Mahol
2012-01-27
1
-0
/
+1
*
cosmetics: Move static and inline attributes to more standard places.
Diego Biurrun
2012-01-14
1
-1
/
+1
*
swscale: RGB4444 and BGR444 input
Paul B Mahol
2012-01-08
1
-4
/
+4
*
swscale: don't show full-chroma-int warning for non-RGB output.
Ronald S. Bultje
2012-01-03
1
-0
/
+1
*
swscale: fix overflows in vertical scaling at top/bottom edges.
Ronald S. Bultje
2011-12-18
1
-27
/
+29
*
swscale: #include "libavutil/mathematics.h"
Reinhard Tartler
2011-12-01
1
-0
/
+1
*
swscale: Readd #define _SVID_SOURCE
Martin Storsjö
2011-11-25
1
-0
/
+1
*
swscale: add support for planar RGB input.
Ronald S. Bultje
2011-11-24
1
-0
/
+7
*
swscale: add padding to conversion buffer.
Sean McGovern
2011-11-11
1
-1
/
+1
*
swscale: align vertical filtersize by 2 on x86.
Ronald S. Bultje
2011-11-05
1
-1
/
+1
*
sws/pixfmt/pixdesc: add support for yuv420p9le/be.
Ronald S. Bultje
2011-10-21
1
-0
/
+2
*
swscale: prevent overflow in coefficient calculation.
Ronald S. Bultje
2011-10-21
1
-11
/
+12
*
swscale: prevent overflow during initialization
Ronald Bultje
2011-10-18
1
-2
/
+4
*
sws: support yuv444p9/10 output.
Anton Khirnov
2011-10-12
1
-4
/
+4
*
swscale: fix byte overreads in SSE-optimized hscale().
Ronald S. Bultje
2011-09-15
1
-6
/
+10
*
swscale: use 15-bit intermediates for 9/10-bit scaling.
Ronald S. Bultje
2011-08-12
1
-7
/
+13
*
lsws: remove optimization debug logs in sws_init_context()
Stefano Sabatini
2011-08-05
1
-66
/
+0
*
lsws: use array for storing the supported in/out information
Stefano Sabatini
2011-08-05
1
-122
/
+79
*
Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."
Ronald S. Bultje
2011-08-02
1
-8
/
+4
*
swscale: use 15-bit intermediates for 9/10-bit scaling.
Ronald S. Bultje
2011-08-02
1
-4
/
+8
*
swscale: mark YUV422P10(LE,BE) as supported for output
Joseph Artsimovich
2011-07-21
1
-0
/
+2
*
swscale: extend mmx padding.
Ronald S. Bultje
2011-07-14
1
-6
/
+7
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
1
-2
/
+6
*
swscale: rename uv_off/uv_off2 to uv_off_px/byte.
Ronald S. Bultje
2011-07-08
1
-2
/
+2
*
swscale: fix 16-bit scaling when output is 8-bits.
Ronald S. Bultje
2011-07-08
1
-1
/
+1
*
swscale: disable full_chroma_int when converting to non-24/32bpp RGB.
Ronald S. Bultje
2011-07-02
1
-0
/
+13
*
swscale: for >8bit scaling, read in native bit-depth.
Ronald S. Bultje
2011-07-01
1
-1
/
+0
*
swscale: implement >8bit scaling support.
Ronald S. Bultje
2011-06-29
1
-2
/
+7
*
swscale: re-add support for non-native endianness.
Ronald S. Bultje
2011-06-27
1
-6
/
+12
*
swscale: use SwsContext for av_log when available
Janne Grunau
2011-06-15
1
-4
/
+4
*
libavutil/swscale: YUV444P10/YUV444P9 support.
Ronald S. Bultje
2011-06-10
1
-0
/
+6
*
swscale: de-macro'ify RGB15/16/32 input functions.
Ronald S. Bultje
2011-06-09
1
-5
/
+24
*
swscale: allocate larger buffer to handle altivec overreads.
Ronald S. Bultje
2011-06-02
1
-1
/
+1
*
swscale: fix crash in bilinear scaling.
Ronald S. Bultje
2011-05-28
1
-0
/
+1
*
swscale: delay allocation of formatConvBuffer().
Ronald S. Bultje
2011-05-27
1
-1
/
+1
*
swscale: remove VOF/VOFW.
Ronald S. Bultje
2011-05-26
1
-8
/
+7
[next]