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
*
Reorder buffer debug. Also print out if slice was buffered.
ramiro
2010-02-23
*
Use isAnyRGB() where possible
michael
2010-01-26
*
Rename isRGB() and isBGR() as their meaning is confusing.
michael
2010-01-26
*
Declare with av_unused the variable alpMmxFilter, fix the gcc warning:
stefano
2010-01-16
*
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
ramiro
2010-01-16
*
Const correctness for src pointer. Remove all constness related warnings in
zuxy
2010-01-15
*
cosmetics: {} placement.
ramiro
2010-01-11
*
Remove unused PREFETCHW macro
zuxy
2010-01-09
*
Do not needlessly use the BP register in x86_64-specific code, there are
reimar
2010-01-01
*
Remove unused variable, fixes the warning:
diego
2009-12-28
*
Remove parameters no longer used in h[yc]scale().
ramiro
2009-12-21
*
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
ramiro
2009-12-21
*
Rename function pointers used to convert from the input pixel format to the
ramiro
2009-12-21
*
Check if chroma horizontal scaler is needed in sws_init_swScale().
ramiro
2009-12-21
*
Indent.
ramiro
2009-12-20
*
Set fast_bilinear functions in sws_init_swScale().
ramiro
2009-12-20
*
Set horizontal scaler's range conversion in context in sws_init_swScale().
ramiro
2009-12-20
*
Set horizontal scaler's src offsets in context in sws_init_swScale().
ramiro
2009-12-20
*
Start using intermediate buffers at index 0.
ramiro
2009-12-06
*
Fix compilation with runtime cpu detection.
ramiro
2009-12-05
*
Add support for nv12/nv21 input.
ramiro
2009-12-03
*
Use enum PixelFormat instead of int for srcFormat and dstFormat.
cehoyos
2009-11-08
*
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
[next]