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
2011-04-28
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-04-19
sws: remove disabled cruft.
Anton Khirnov
2011-04-19
lavc: remove the FF_API_SET_STRING_OLD cruft.
Anton Khirnov
2011-04-18
Bump major versions of all libraries.
Anton Khirnov
2011-04-15
swscale: fix "ISO C90 forbids mixed declarations and code" warning
Janne Grunau
2011-04-15
swscale: fix compilation with --enable-runtime-cpudetect
Janne Grunau
2011-04-15
swscale: correct include path to fix ppc altivec build
Janne Grunau
2011-04-14
swscale: simplify rgb2rgb templating
Luca Barbato
2011-04-14
swscale: simplify initialization code
Josh Allmann
2011-04-14
swscale: further cleanup swscale.c
Josh Allmann
2011-04-14
swscale: partially move the arch specific code left
Luca Barbato
2011-04-14
swscale: move away x86 specific code from rgb2rgb
Luca Barbato
2011-04-13
swscale: Factorize FAST_BGR2YV12 definition.
Luca Barbato
2011-04-11
Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().
Diego Biurrun
2011-04-06
swscale: postpone sws_getContext removal until next major bump.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-02-13
Fix MMX rgb24 to yuv conversion with gcc 4.6
Mans Rullgard
2011-02-04
Remove a few if (p) av_freep(&p) forms
Clément Bœsch
2011-01-18
Replace ASMALIGN() with .p2align
Mans Rullgard
2011-01-18
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-17
convert svn:ignore properties to .gitignore files
Janne Grunau
2010-12-07
colorspace-test: fix build
Ramiro Polla
2010-10-29
Store src/dstFormat after calling handle_jpeg
Martin Storsjö
2010-10-03
100l, fix sws_getCachedContext. It did not set the colorspace details,
Reimar Döffinger
2010-09-29
Set default values for the scale context in sws_alloc_context().
Stefano Sabatini
2010-09-29
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.
Stefano Sabatini
2010-09-29
Set valid default values for the srcw, srch, dstw, dsth options in the
Stefano Sabatini
2010-09-29
Cosmetics: put "if (...)" and "av_log(...)" in the same line for
Stefano Sabatini
2010-09-29
Put if (...) av_log() in the same line, more compact and increase
Stefano Sabatini
2010-09-29
Amend constraints for the src_format and dst_format options in the
Stefano Sabatini
2010-09-29
Cosmetics: fix braces placement.
Stefano Sabatini
2010-09-28
Deprecate sws_getContext(), use sws_alloc_context() and
Stefano Sabatini
2010-09-28
Add documentation for the returned value of sws_init_context().
Stefano Sabatini
2010-09-28
Bump minor version after the addition of sws_alloc_context() and
Stefano Sabatini
2010-09-27
100l fix if condition
Baptiste Coudurier
2010-09-27
Y400A (gray alpha) input support in libswscale
Baptiste Coudurier
2010-09-27
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
Janne Grunau
2010-09-27
cosmetics: break long line update_flags_cpu
Janne Grunau
2010-09-26
fix typos and grammar
Ramiro Polla
2010-09-26
Make the avoptions list of sws more complete.
Michael Niedermayer
2010-09-26
Split alloc and init of context so that parameters can be set in the context
Michael Niedermayer
2010-09-26
swscale: use full chroma input for point scaler
Ramiro Polla
2010-09-16
swscale-test: cosmetic alignment
Ramiro Polla
2010-09-16
swscale: remove useless temporary variable
Ramiro Polla
2010-09-16
swscale: factorize plane copying code out of 2 functions
Ramiro Polla
2010-09-16
swscale-test: always use bilinear scaler to get output for SSD
Ramiro Polla
2010-09-14
rgb2rgb: don't misuse HAVE_* defines
Ramiro Polla
[next]