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
/
swscale_internal.h
Age
Commit message (
Expand
)
Author
2010-07-24
More const-correctness fixes to avoid warnings.
Reimar Döffinger
2010-07-20
Restore vertical alignment in some defines
Ramiro Polla
2010-05-12
Revert r31153. It failed to build on:
Ramiro Polla
2010-05-11
Use int instead of long to pass width parameters in non-public functions.
Ramiro Polla
2010-03-06
Avoid duplication of usePal() macro.
Stefano Sabatini
2010-03-06
Add support to BGR444/RGB444 foreign endian output in libswscale.
Janusz Krzysztofik
2010-03-05
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
Janusz Krzysztofik
2010-03-04
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
Alexis Ballier
2010-01-26
Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
Michael Niedermayer
2010-01-26
Rename isRGB() and isBGR() as their meaning is confusing.
Michael Niedermayer
2010-01-24
Use av_get_bits_per_pixel() for computing the bits per pixel of the
Stefano Sabatini
2010-01-24
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
Ramiro Polla
2010-01-22
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-20
Document some more of SwsContext.
Ramiro Polla
2010-01-16
Prefer enum PixelFormat to int as the parameter type of
Stefano Sabatini
2010-01-16
Document some of SwsContext.
Ramiro Polla
2010-01-16
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
Ramiro Polla
2010-01-15
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2009-12-21
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
Ramiro Polla
2009-12-21
Rename function pointers used to convert from the input pixel format to the
Ramiro Polla
2009-12-21
Check if chroma horizontal scaler is needed in sws_init_swScale().
Ramiro Polla
2009-12-21
Remove unused fields from SwsContext.
Ramiro Polla
2009-12-20
Indentation.
Ramiro Polla
2009-12-20
Set horizontal scaler's range conversion in context in sws_init_swScale().
Ramiro Polla
2009-12-20
Set horizontal scaler's src offsets in context in sws_init_swScale().
Ramiro Polla
2009-09-05
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Lars Täuber
2009-08-16
More indentation changes leftover from r29522:
Ramiro Polla
2009-08-16
Cosmetics:
Ramiro Polla
2009-08-13
MMX2 horizontal scaler: Determine code size at runtime.
Ramiro Polla
2009-08-13
Rename "funny" code to "mmx2 filter" code.
Ramiro Polla
2009-07-26
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-21
Remove unused variables.
Ramiro Polla
2009-07-09
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
Ramiro Polla
2009-07-01
Use enum PixelFormat in sws_format_name() prototype
Måns Rullgård
2009-06-11
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
Diego Biurrun
2009-06-04
Use DECLARE_ALIGNED macro instead of gcc __attribute__.
Pavel Pavlov
2009-06-02
Partial (low bits ignored, no direct transcoding into other RGB formats) support
Kostya Shishkov
2009-05-19
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
Kostya Shishkov
2009-05-19
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
Kostya Shishkov
2009-05-09
Add missing const qualifiers to AltiVec function parameters where appropriate.
Diego Biurrun
2009-05-05
Change VOFW for x86 to 5120, it allows larger images to be scaled and was
Michael Niedermayer
2009-04-21
Planar 16bit 420 422 444 YUV support (output is only supported in some
Michael Niedermayer
2009-04-21
Add macro to check for 16bit per sample.
Michael Niedermayer
2009-04-20
add isBE()
Michael Niedermayer
2009-04-14
Do not use abgrToA for both luma and alpha channel in hyscale.
Cédric Schieli
2009-04-12
whitespace cosmetics: Reindent a few lines and break a few excessively long l...
Diego Biurrun
2009-04-04
swscale: Use function pointers for swScale functions.
Ramiro Polla
2009-03-27
Move bfin specific code to its subdir.
Ramiro Polla
2009-03-26
Move yuv2rgb code to subdirs.
Ramiro Polla
2009-03-20
Add alpha channel scaling
Cédric Schieli
[next]