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
/
rgb2rgb.h
Age
Commit message (
Expand
)
Author
2011-05-28
sws: replace all long with int.
Anton Khirnov
2011-05-26
swscale: Remove orphaned, commented-out function declaration.
Diego Biurrun
2011-05-26
swscale: Eliminate rgb24toyv12_c() duplication.
Michael Niedermayer
2011-05-24
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
Ronald S. Bultje
2011-04-19
sws: remove disabled cruft.
Anton Khirnov
2011-04-14
swscale: move away x86 specific code from rgb2rgb
Luca Barbato
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-09-12
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
Ramiro Polla
2010-06-01
deprecate palette8topacked32 in favor of public API functions sws_convertPale...
Reinhard Tartler
2010-06-01
remove palette8torgb15 and palette8tobgr15
Reinhard Tartler
2010-02-03
Implement shuffle_bytes_abcd() functions and use them for shuffling
Stefano Sabatini
2010-01-15
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2009-08-16
Indent libswscale:
Ramiro Polla
2009-03-19
Unscaled converters for
Michael Niedermayer
2008-12-03
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-10-23
Fix broken palette8to*.
Vitor Sessak
2008-09-10
spelling/wording cosmetics
Diego Biurrun
2008-09-05
enable yuv422p to uyvy converter
Baptiste Coudurier
2008-09-04
rgb vs bgr fix for the unscaled converters.
Michael Niedermayer
2008-08-31
Change headers' guardnames consistently with r15120.
Stefano Sabatini
2008-07-04
spelling/grammar/wording overhaul
Diego Biurrun
2007-10-18
1l: Update wrong #endif comment.
Diego Biurrun
2007-10-18
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-07-02
Fix 'make checkheaders'.
Diego Biurrun
2007-07-02
Remove obsolete and misleading comment.
Diego Biurrun
2007-04-28
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
Diego Biurrun
2007-04-26
cosmetics: Remove trailing whitespace.
Diego Biurrun
2006-11-19
Clarify that some of the non-SIMD code is now LGPLed.
Luca Abeni
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program'.
Diego Biurrun
2006-09-09
Add proper GPL headers.
Diego Biurrun
2006-07-01
Remove unneeded code
Luca Abeni
2006-06-30
Move postproc ---> libswscale
Luca Abeni