index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swscale: provide a default scaler if none is set
Vittorio Giovara
2013-10-05
1
-1
/
+11
*
x86: Add and use more convenience macros to check CPU extension availability
Diego Biurrun
2013-08-29
1
-6
/
+4
*
swscale: cosmetics: Drop silly camelCase from swScale function pointer name
Diego Biurrun
2013-08-29
1
-2
/
+2
*
swscale: ppc: Hide arch-specific initialization details
Diego Biurrun
2013-08-29
1
-3
/
+3
*
ppc: Add and use convenience macro to check for AltiVec availability
Diego Biurrun
2013-08-28
1
-7
/
+6
*
swscale: Move extern declarations for tables to swscale_internal.h
Diego Biurrun
2013-08-15
1
-2
/
+0
*
swscale: support endianness conversion for AV_PIX_FMT_XYZ12
Janne Grunau
2013-05-06
1
-0
/
+2
*
swscale: add support for endianness only conversion
Janne Grunau
2013-05-06
1
-1
/
+12
*
swscale: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-8
/
+9
*
swscale: Disallow conversion to GBRP16
Martin Storsjö
2013-02-11
1
-2
/
+2
*
sws: dont enable chrSrcHSubSample for planar RGB
Michael Niedermayer
2013-02-09
1
-0
/
+3
*
sws: GBRP9, GBRP10, and GBRP16 output support
Michael Niedermayer
2013-02-09
1
-8
/
+8
*
swscale: GBRP output support
Michael Niedermayer
2013-01-27
1
-1
/
+12
*
swscale: fix NULL checking in sws_alloc_context()
Xi Wang
2013-01-04
1
-2
/
+4
*
x86: mmx2 ---> mmxext in function names
Diego Biurrun
2012-10-31
1
-10
/
+11
*
x86: mmx2 ---> mmxext in variable names
Diego Biurrun
2012-10-31
1
-34
/
+46
*
x86: mmx2 ---> mmxext in comments and messages
Diego Biurrun
2012-10-31
1
-3
/
+3
*
pixfmt: support more yuva formats
Luca Barbato
2012-10-30
1
-0
/
+18
*
swscale: try to use mmap only if available
Mans Rullgard
2012-10-15
1
-3
/
+5
*
avutil: add yuva422p and yuva444p formats
Luca Barbato
2012-10-12
1
-0
/
+2
*
sws: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-10
/
+16
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-111
/
+111
*
swscale: Provide the right alignment for external mmx asm
Martin Storsjö
2012-09-09
1
-2
/
+4
*
x86: Replace checks for CPU extensions and flags by convenience macros
Diego Biurrun
2012-09-08
1
-11
/
+9
*
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
[next]