index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libswscale
/
swscale_template.c
Commit message (
Expand
)
Author
Age
*
Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
diego
2009-09-22
*
Cleanup buffer debugs in swScale().
ramiro
2009-09-16
*
Use correct buffers in vertical scaler in unscaled YV12 case.
ramiro
2009-09-16
*
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
ramiro
2009-09-05
*
More indentation changes leftover from r29522:
ramiro
2009-08-16
*
Cosmetics:
ramiro
2009-08-16
*
Indent libswscale:
ramiro
2009-08-16
*
Indent.
ramiro
2009-08-15
*
Vertical yuv -> yuv16 scaler.
ramiro
2009-08-14
*
Remove duplicate define (it is the same in the lum code).
ramiro
2009-08-13
*
Rename "funny" code to "mmx2 filter" code.
ramiro
2009-08-13
*
Remove disabled crufty code.
diego
2009-08-08
*
Indent.
ramiro
2009-07-28
*
Remove duplicate horizontal scaling when there aren't enough lines in a slice
ramiro
2009-07-28
*
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
ramiro
2009-07-27
*
Factorize x86 fast_bilinear assembly.
ramiro
2009-07-27
*
Fix assembly comments for x86 fast_bilinear so they match the C code.
ramiro
2009-07-27
*
Kill warnings of possibly unused variables by using av_unused.
ramiro
2009-06-11
*
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
ramiro
2009-06-04
*
Partial (low bits ignored, no direct transcoding into other RGB formats) support
kostya
2009-06-02
*
Move colorspace conversion functions implemented in pure C from template
kostya
2009-05-25
*
Fix chroma shift when scaling from ARGB on LE and BGRA on BE
sdrik
2009-05-02
*
Planar 16bit 420 422 444 YUV support (output is only supported in some
michael
2009-04-21
*
Do not use abgrToA for both luma and alpha channel in hyscale.
sdrik
2009-04-14
*
swscale: Use function pointers for swScale functions.
ramiro
2009-04-04
*
swscale: Add const to some swScale functions' parameters.
ramiro
2009-04-04
*
swscale: Remove mmx2 params from h[yc]scale().
ramiro
2009-04-02
*
swscale: Split h[yc]scale_fast() into their own functions.
ramiro
2009-04-02
*
swscale: Execute sfence and emms depending on runtime flags.
ramiro
2009-04-02
*
Move swscale AltiVec template code to ppc subdirectory.
diego
2009-03-29
*
Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it
reimar
2009-03-20
*
Fix swscale compilation with Altivec enabled.
reimar
2009-03-20
*
Reindent after last commit
sdrik
2009-03-20
*
YUVA420P is now supported as output format
sdrik
2009-03-20
*
Add alpha channel scaling
sdrik
2009-03-20
*
Remove useless casting in asm "m" operand.
cehoyos
2009-03-19
*
Do not assume long is same width as x86 register.
ramiro
2009-03-18
*
Consistently use ff_ prefixes for internal symbols.
diego
2009-03-18
*
Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro
sdrik
2009-03-14
*
Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro
sdrik
2009-03-11
*
Mask all unused bits for packed pixel format instead of green and alpha mask ...
kostya
2009-03-09
*
remove the rest of x86 asm from LGPL build
henry
2009-03-03
*
When converting from a non alpha format to an alpha format, defaults to all o...
sdrik
2009-02-28
*
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
stefang
2009-02-21
*
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
stefang
2009-02-21
*
make MMX registers parametrized in the WRITEBGR32 macro,
stefang
2009-02-21
*
Some AltiVec functions in SwScaler produce different output than their
kostya
2009-02-14
*
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
diego
2009-01-25
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
aurel
2009-01-14
*
Put variable declaration inside an #ifdef to avoid an unused variable warning.
diego
2008-11-17
[next]