index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vf_scale.c
Commit message (
Expand
)
Author
Age
*
Support 440P in scale filter.
reimar
2009-12-30
*
Remove unreachable parsing code: for filters that use the option parser,
reimar
2009-11-21
*
Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...
reimar
2009-11-21
*
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.
cehoyos
2009-08-11
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...
reimar
2009-03-29
*
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
gpoirier
2009-01-16
*
fix compilation on non x86 machines (PPC here)
gpoirier
2009-01-16
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
Factorize "int i".
michael
2008-05-11
*
Consistently #include mpbswap.h instead of bswap.h everywhere.
diego
2008-04-28
*
Make all vf_info_t structs const
reimar
2007-12-02
*
warning fix:
diego
2007-08-28
*
100l, fix compile error in r23498 due to bad copy in paste
reimar
2007-06-07
*
RGB8/BGR8 IMGFMTs are paletted in case of swscale input.
reimar
2007-06-07
*
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
reimar
2007-05-27
*
swap palette on big endian
michael
2007-02-17
*
palette init code for IMGFMT_RGB4 and IMGFMT_RG4B
michael
2007-02-17
*
add IMGFMT_RGB8 palette init code what moron actually added init code just fo...
michael
2007-02-17
*
another ridiculous palette bug which has nothing to do with the new palete su...
michael
2007-02-17
*
PAL8 ...
michael
2007-02-16
*
Mark m_struct_t defaults as const
reimar
2007-01-28
*
Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()
lucabe
2006-09-17
*
A value of 2 is valid for noup, too
reimar
2006-08-24
*
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
michael
2006-07-24
*
Move postproc ---> libswscale
lucabe
2006-06-30
*
Convert all if(verbose>X) to mp_msg_test calls.
diego
2006-03-24
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
10l (dont limit dimension components independantly if noup)
michael
2006-02-24
*
no upscale flag so automatic downscaling is possible in mencoder
michael
2006-02-18
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
*
deobfuscate some very simple code...
ods15
2005-12-17
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
10l
alex
2005-05-21
*
subtracting 8 from negative w and h rounds the dimension to the closest multi...
nicodvb
2005-03-06
*
Improved NV12/NV21 support.
syrjala
2005-02-16
*
fix for negative values for width and height (aspect-preserving scaling).
reimar
2004-11-12
*
passing an array or double precission parameters for the scaling function, in...
michael
2004-09-18
*
do not modify d_width and d_height when -xy option was given, otherwise -xy h...
reimar
2004-09-06
*
give Y8 and Y800 lower conversion priority to avoid grayscaled video
reimar
2004-05-14
*
prefer yuv formats over rgb in case both are supported by hw
faust3
2004-04-23
*
AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...
michael
2004-03-11
*
interlaced scaling
michael
2003-12-29
*
uninit support
alex
2003-11-29
*
another lame workaround for the g1 filter layer ...
michael
2003-11-03
*
some missing formats
alex
2003-10-09
*
uyvy output support in swscaler
alex
2003-10-09
*
size presets: added the standard resolutions as proposed by Fabrice (ffmpeg)
alex
2003-09-05
[next]