index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
Age
Commit message (
Expand
)
Author
2013-02-27
swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB
Derek Buitenhuis
2013-02-11
swscale: Disallow conversion to GBRP16
Martin Storsjö
2013-02-09
sws: disable yuv2rgb warning for planar rgb.
Michael Niedermayer
2013-02-09
sws: dont enable chrSrcHSubSample for planar RGB
Michael Niedermayer
2013-02-09
sws: use planarRgbToRgbWrapper only for 8bit per component
Michael Niedermayer
2013-02-09
sws: GBRP9, GBRP10, and GBRP16 output support
Michael Niedermayer
2013-01-27
swscale: GBRP output support
Michael Niedermayer
2013-01-18
x86inc: Rename "program_name" to "private_prefix"
Diego Biurrun
2013-01-04
swscale: fix NULL checking in sws_alloc_context()
Xi Wang
2012-12-21
miscellaneous typo fixes
Diego Biurrun
2012-11-18
x86: SPLATD: port to cpuflags
Diego Biurrun
2012-11-16
libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR
Janne Grunau
2012-11-14
x86: mmx2 ---> mmxext in asm constructs
Diego Biurrun
2012-11-09
x86: PALIGNR: port to cpuflags
Diego Biurrun
2012-10-31
x86: mmx2 ---> mmxext in function names
Diego Biurrun
2012-10-31
swscale: do not forget to swap data in formats with different endianness
Kostya Shishkov
2012-10-31
x86: MMX2 ---> MMXEXT in macro names
Diego Biurrun
2012-10-31
x86: mmx2 ---> mmxext in variable names
Diego Biurrun
2012-10-31
x86: mmx2 ---> mmxext in comments and messages
Diego Biurrun
2012-10-31
x86: yasm: Use complete source path for macro helper %includes
Diego Biurrun
2012-10-31
x86: include x86inc.asm in x86util.asm
Diego Biurrun
2012-10-30
pixfmt: support more yuva formats
Luca Barbato
2012-10-30
swscale: support gray to 9bit and 10bit formats
Luca Barbato
2012-10-23
swscale: avoid pointless use of compound literals
Mans Rullgard
2012-10-15
swscale: try to use mmap only if available
Mans Rullgard
2012-10-12
avutil: add yuva422p and yuva444p formats
Luca Barbato
2012-10-12
sws: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-10
swscale: Do not make ff_ symbols globally visible.
Diego Biurrun
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-06
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-05
ppc: swscale: rework yuv2planeX_altivec()
Mans Rullgard
2012-09-13
swscale: Remove two bogus asserts
Diego Biurrun
2012-09-09
swscale: Provide the right alignment for external mmx asm
Martin Storsjö
2012-09-08
x86: Replace checks for CPU extensions and flags by convenience macros
Diego Biurrun
2012-09-07
x86: more specific checks for availability of required assembly capabilities
Diego Biurrun
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-08-31
x86: Split inline and external assembly #ifdefs
Diego Biurrun
2012-08-30
x86: cosmetics: Comment some #endifs for better readability
Diego Biurrun
2012-08-28
yuv2rgb: handle line widths that are not a multiple of 4.
Ronald S. Bultje
2012-08-29
testprogs: Remove unused includes
Martin Storsjö
2012-08-19
swscale: x86: fix #endif comments in rgb2rgb template file
Giorgio Vazzana
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-08-13
x86: swscale: fix fragile memory accesses
Mans Rullgard
2012-08-13
x86: swscale: remove disabled code
Mans Rullgard
2012-08-09
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2012-08-03
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-07-29
swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-22
swscale: add missing HAVE_INLINE_ASM check.
Ronald S. Bultje
[next]