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.c
Age
Commit message (
Expand
)
Author
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
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-03-27
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Diego Biurrun
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-09-07
Indent.
Ramiro Polla
2009-08-16
Cosmetics:
Ramiro Polla
2009-08-16
Indent libswscale:
Ramiro Polla
2009-07-26
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-03-19
Unscaled converters for
Michael Niedermayer
2009-02-28
When converting from a non alpha format to an alpha format, defaults
Cédric Schieli
2009-01-25
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
Diego Biurrun
2009-01-14
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-12-02
Remove commented-out duplicate declarations.
Diego Biurrun
2008-12-02
Remove unused declarations.
Diego Biurrun
2008-10-23
Fix broken palette8to*.
Vitor Sessak
2008-09-05
enable yuv422p to uyvy converter
Baptiste Coudurier
2008-09-04
Fix 4 of the unscaled rgb15/16 converters, each of these contained
Michael Niedermayer
2008-09-04
rgb vs bgr fix for the unscaled converters.
Michael Niedermayer
2008-07-04
spelling/grammar/wording overhaul
Diego Biurrun
2008-06-01
remove useless casts
Baptiste Coudurier
2008-06-01
add const, suppress warnings
Baptiste Coudurier
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-01-29
Make some assembler constants global instead of declaring them multiple times.
Reimar Döffinger
2008-01-28
Use DECLARE_ASM_CONST where possible in libswscale code
Reimar Döffinger
2008-01-17
Cosmetics: whitespaces
Benoit Fouet
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-05-28
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
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
2007-04-18
fix red_15mask and green_15mask. the previous values were wrong and caused
Ivo van Poorten
2007-04-11
cosmetics after last commit; remove superfluous braces
Ivo van Poorten
2007-04-11
Remove code duplication in sws_rgb2rgb_init.
Ivo van Poorten
2007-01-13
cosmetics: typo pallete --> palette
Diego Biurrun
2006-12-20
Allow to compile swscale's non-SIMD code under the LGPL license.
Luca Abeni
2006-11-19
Clarify that some of the non-SIMD code is now LGPLed.
Luca Abeni
2006-11-01
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program'.
Diego Biurrun
2006-09-06
Add official GPL header to make license explicit as discussed on ffmpeg-devel.
Diego Biurrun
2006-08-11
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...
Diego Biurrun
2006-08-05
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
Diego Biurrun
2006-07-28
Comment some #endif lines.
Diego Biurrun
2006-07-20
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
Luca Abeni
2006-06-30
Move postproc ---> libswscale
Luca Abeni