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_internal.h
Commit message (
Expand
)
Author
Age
*
Avoid duplication of usePal() macro.
stefano
2010-03-06
*
Add support to BGR444/RGB444 foreign endian output in libswscale.
stefano
2010-03-06
*
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
benoit
2010-03-05
*
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
cehoyos
2010-03-04
*
Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
michael
2010-01-26
*
Rename isRGB() and isBGR() as their meaning is confusing.
michael
2010-01-26
*
Use av_get_bits_per_pixel() for computing the bits per pixel of the
stefano
2010-01-24
*
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
ramiro
2010-01-24
*
Move array specifiers outside DECLARE_ALIGNED() invocations
mru
2010-01-22
*
Document some more of SwsContext.
ramiro
2010-01-20
*
Prefer enum PixelFormat to int as the parameter type of
stefano
2010-01-16
*
Document some of SwsContext.
ramiro
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
*
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
*
Remove unused fields from SwsContext.
ramiro
2009-12-21
*
Indentation.
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
*
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
*
MMX2 horizontal scaler: Determine code size at runtime.
ramiro
2009-08-13
*
Rename "funny" code to "mmx2 filter" code.
ramiro
2009-08-13
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
mru
2009-07-26
*
Remove unused variables.
ramiro
2009-07-21
*
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
ramiro
2009-07-09
*
Use enum PixelFormat in sws_format_name() prototype
mru
2009-07-01
*
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
diego
2009-06-11
*
Use DECLARE_ALIGNED macro instead of gcc __attribute__.
ramiro
2009-06-04
*
Partial (low bits ignored, no direct transcoding into other RGB formats) support
kostya
2009-06-02
*
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
kostya
2009-05-19
*
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
kostya
2009-05-19
*
Add missing const qualifiers to AltiVec function parameters where appropriate.
diego
2009-05-09
*
Change VOFW for x86 to 5120, it allows larger images to be scaled and was
michael
2009-05-05
*
Planar 16bit 420 422 444 YUV support (output is only supported in some
michael
2009-04-21
*
Add macro to check for 16bit per sample.
michael
2009-04-21
*
add isBE()
michael
2009-04-20
*
Do not use abgrToA for both luma and alpha channel in hyscale.
sdrik
2009-04-14
*
whitespace cosmetics: Reindent a few lines and break a few excessively long l...
diego
2009-04-12
*
swscale: Use function pointers for swScale functions.
ramiro
2009-04-04
*
Move bfin specific code to its subdir.
ramiro
2009-03-27
*
Move yuv2rgb code to subdirs.
ramiro
2009-03-26
*
Add alpha channel scaling
sdrik
2009-03-20
*
Consistently use ff_ prefixes for internal symbols.
diego
2009-03-18
*
YUVA420P is a planar YUV format
sdrik
2009-03-07
*
Add an isALPHA macro to check if pixel format has alpha channel
sdrik
2009-02-27
*
Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
diego
2009-02-09
[next]