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
/
rgb2rgb.c
Commit message (
Expand
)
Author
Age
*
Unscaled converters for
michael
2009-03-19
*
When converting from a non alpha format to an alpha format, defaults to all o...
sdrik
2009-02-28
*
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
diego
2009-01-25
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
aurel
2009-01-14
*
Remove commented-out duplicate declarations.
diego
2008-12-02
*
Remove unused declarations.
diego
2008-12-02
*
Fix broken palette8to*.
vitor
2008-10-23
*
enable yuv422p to uyvy converter
bcoudurier
2008-09-05
*
Fix 4 of the unscaled rgb15/16 converters, each of these contained
michael
2008-09-04
*
rgb vs bgr fix for the unscaled converters.
michael
2008-09-04
*
spelling/grammar/wording overhaul
diego
2008-07-04
*
remove useless casts
bcoudurier
2008-06-01
*
add const, suppress warnings
bcoudurier
2008-06-01
*
Use full path for #includes from another directory.
diego
2008-05-09
*
Make some assembler constants global instead of declaring them multiple times.
reimar
2008-01-29
*
Use DECLARE_ASM_CONST where possible in libswscale code
reimar
2008-01-28
*
Cosmetics: whitespaces
benoit
2008-01-17
*
license header consistency cosmetics
diego
2007-07-05
*
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
diego
2007-05-28
*
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-28
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
*
fix red_15mask and green_15mask. the previous values were wrong and caused
ivo
2007-04-18
*
cosmetics after last commit; remove superfluous braces
ivo
2007-04-11
*
Remove code duplication in sws_rgb2rgb_init.
ivo
2007-04-11
*
cosmetics: typo pallete --> palette
diego
2007-01-13
*
Allow to compile swscale's non-SIMD code under the LGPL license.
lucabe
2006-12-20
*
Clarify that some of the non-SIMD code is now LGPLed.
lucabe
2006-11-19
*
Use common define for x86_32 and x86_64.
diego
2006-11-01
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
*
Add official GPL header to make license explicit as discussed on ffmpeg-devel.
diego
2006-09-06
*
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...
diego
2006-08-11
*
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
diego
2006-08-05
*
Comment some #endif lines.
diego
2006-07-28
*
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
lucabe
2006-07-20
*
Move postproc ---> libswscale
lucabe
2006-06-30