index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
swscale_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DECLARE_ALIGNED macro instead of gcc __attribute__.
Pavel Pavlov
2009-06-04
1
-29
/
+29
*
Partial (low bits ignored, no direct transcoding into other RGB formats) support
Kostya Shishkov
2009-06-02
1
-1
/
+3
*
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
Kostya Shishkov
2009-05-19
1
-0
/
+2
*
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
Kostya Shishkov
2009-05-19
1
-0
/
+3
*
Add missing const qualifiers to AltiVec function parameters where appropriate.
Diego Biurrun
2009-05-09
1
-2
/
+2
*
Change VOFW for x86 to 5120, it allows larger images to be scaled and was
Michael Niedermayer
2009-05-05
1
-1
/
+6
*
Planar 16bit 420 422 444 YUV support (output is only supported in some
Michael Niedermayer
2009-04-21
1
-1
/
+16
*
Add macro to check for 16bit per sample.
Michael Niedermayer
2009-04-21
1
-0
/
+4
*
add isBE()
Michael Niedermayer
2009-04-20
1
-0
/
+1
*
Do not use abgrToA for both luma and alpha channel in hyscale.
Cédric Schieli
2009-04-14
1
-0
/
+2
*
whitespace cosmetics: Reindent a few lines and break a few excessively long l...
Diego Biurrun
2009-04-12
1
-12
/
+15
*
swscale: Use function pointers for swScale functions.
Ramiro Polla
2009-04-04
1
-0
/
+51
*
Move bfin specific code to its subdir.
Ramiro Polla
2009-03-27
1
-0
/
+1
*
Move yuv2rgb code to subdirs.
Ramiro Polla
2009-03-26
1
-0
/
+4
*
Add alpha channel scaling
Cédric Schieli
2009-03-20
1
-0
/
+5
*
Consistently use ff_ prefixes for internal symbols.
Diego Biurrun
2009-03-18
1
-5
/
+5
*
YUVA420P is a planar YUV format
Cédric Schieli
2009-03-07
1
-0
/
+1
*
Add an isALPHA macro to check if pixel format has alpha channel
Cédric Schieli
2009-02-27
1
-0
/
+7
*
Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
Diego Biurrun
2009-02-09
1
-2
/
+2
*
Prefix visible YUV2RGB functions with sws_
Kostya Shishkov
2009-02-09
1
-4
/
+4
*
Declare struct SwsContext before using it, fixes the checkheaders warning:
Diego Biurrun
2009-01-25
1
-0
/
+2
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-14
1
-5
/
+5
*
Add a new unscaled PAL8 -> RGB converter.
Vitor Sessak
2008-10-08
1
-0
/
+3
*
Change variable types from int to enum PixelFormat.
Carl Eugen Hoyos
2008-10-07
1
-1
/
+1
*
Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.
Michael Niedermayer
2008-09-13
1
-1
/
+6
*
Add support for PIX_FMT_MONOWHITE as output format.
Michael Niedermayer
2008-09-12
1
-0
/
+3
*
100000000000000l, forgot to commit header change for r27580.
Michael Niedermayer
2008-09-11
1
-0
/
+1
*
Fix typo in comment.
Michael Niedermayer
2008-09-08
1
-1
/
+1
*
Fix accurate rounding mode on x86_64.
Michael Niedermayer
2008-09-07
1
-0
/
+12
*
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
Michael Niedermayer
2008-09-04
1
-0
/
+8
*
Remove workaround for rgb/bgr mess.
Michael Niedermayer
2008-09-04
1
-2
/
+2
*
Change headers' guardnames consistently with r15120.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
Luca Barbato
2008-07-09
1
-0
/
+2
*
spelling/grammar/wording overhaul
Diego Biurrun
2008-07-04
1
-3
/
+3
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Make av_class a pointer to const.
Panagiotis Issaris
2008-03-10
1
-1
/
+1
*
define VOF as double of VOFW.
Benoit Fouet
2008-03-10
1
-1
/
+1
*
change sws_format_name to return const char*, supress many warnings
Baptiste Coudurier
2008-03-06
1
-1
/
+1
*
Turn ancient V offset numerical constants into named ones.
Michael Niedermayer
2008-03-05
1
-1
/
+4
*
Discard two symbols from libswscale.
Carl Eugen Hoyos
2008-02-22
1
-0
/
+3
*
comment typo fixes
Diego Biurrun
2007-12-21
1
-2
/
+2
*
Add missing declarations for AltiVec functions, fixes the warnings:
Diego Biurrun
2007-12-08
1
-0
/
+7
*
Fix 'make checkheaders' on AltiVec-enabled systems.
Diego Biurrun
2007-12-07
1
-0
/
+2
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-18
1
-3
/
+3
*
Revert wrong ARCH_BFIN --> HAVE_BFIN change.
Diego Biurrun
2007-09-27
1
-1
/
+1
*
renaming ARCH_BFIN to HAVE_BFIN
Marc Hoffman
2007-08-31
1
-1
/
+1
*
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Diego Biurrun
2007-08-24
1
-6
/
+0
*
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Diego Biurrun
2007-08-22
1
-1
/
+1
*
UltraSPARC VIS yuv2rgb
Denes Balatoni
2007-07-19
1
-0
/
+3
*
use YUV440P in swscale
Andreas Öman
2007-07-18
1
-0
/
+1
[next]