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