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
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
2012-07-23
swscale: Mark all init functions as av_cold
Diego Biurrun
2012-07-23
swscale: x86: Drop pointless _mmx suffix from filenames
Diego Biurrun
2012-07-22
swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-21
x86: swscale: Place inline assembly code under appropriate #ifdefs
Ronald S. Bultje
2012-07-04
swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.
Martin Storsjö
2012-07-04
Clarify Doxygen comment for FF_API_* #defines.
Diego Biurrun
2012-07-04
Create version.h headers for libraries that lack them
Diego Biurrun
2012-06-20
bfin: libswscale: add const where appropriate to fix warnings
Mans Rullgard
2012-06-20
bfin: libswscale: remove unnecessary #includes
Mans Rullgard
2012-06-12
sws: fix planar RGB input conversions for 9/10/16 bpp.
Ronald S. Bultje
[next]