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
Commit message (
Expand
)
Author
Age
*
Factorize yuv2packedXinC().
michael
2008-09-11
*
Set rgb2yuv constants more accurately, makes no real difference though.
michael
2008-09-11
*
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
michael
2008-09-11
*
Correct normalization constant for the vertical filter.
michael
2008-09-10
*
Make the 2point linear interpolation coefficients correct even for the
michael
2008-09-10
*
Fix overflow.
michael
2008-09-10
*
Fix build failure due to %%eip on x86_64.
michael
2008-09-10
*
Change RGB2YUV_SHIFT from 16 to 15 to make it able to work
michael
2008-09-10
*
Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication
michael
2008-09-10
*
Factorize RGB/BGR15/16/32->UV by using the preprocessor.
michael
2008-09-10
*
Factorize rgb/bgr15/16/32->Y by using the preprocessor.
michael
2008-09-10
*
Make SWS_FULL_CHR_H_INP work.
michael
2008-09-10
*
spelling/wording cosmetics
diego
2008-09-10
*
More accurate rounding for 8bit inputs.
michael
2008-09-09
*
Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,
michael
2008-09-09
*
Add table of rgb->yuv conversion coefficients.
michael
2008-09-09
*
More correct rounding for the rgb/bgr->yuv converters.
michael
2008-09-09
*
Prevent overflows during mpeg->jpeg yuv.
michael
2008-09-09
*
Fix jpeg yuv.
michael
2008-09-08
*
Fix typo in comment.
michael
2008-09-08
*
Fix accurate rounding mode on x86_64.
michael
2008-09-07
*
Make ToY and ToUV family of function consistent part I
lu_zero
2008-09-07
*
Make fast bilinear scaler work again.
michael
2008-09-07
*
simplify function selection code
bcoudurier
2008-09-05
*
enable yuv422p to uyvy converter
bcoudurier
2008-09-05
*
Make 16bit grayscale output work.
michael
2008-09-04
*
Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.
michael
2008-09-04
*
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
michael
2008-09-04
*
Fix 4 and 8 bit RGB/BGR input.
michael
2008-09-04
*
Remove workaround for rgb/bgr mess.
michael
2008-09-04
*
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
*
Fix rgb15/16 vs. bgr part2.
michael
2008-09-04
*
Fix rgb15/16 vs. bgr part1.
michael
2008-09-04
*
Add fflush to prevent stdout & stderr from being mixed.
michael
2008-09-04
*
Change header inclusion guard names in line with FFmpeg r15120.
stefano
2008-08-31
*
Implement swscale_version().
stefano
2008-08-29
*
compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...
gpoirier
2008-07-25
*
cosmetics: Fix indentation after last commit.
diego
2008-07-24
*
Remove AltiVec vector declaration compiler compatibility macros.
diego
2008-07-24
*
fix memleak
michael
2008-07-21
*
Cleanup, use av_freep() instead of av_free(x); x=NULL
michael
2008-07-21
*
Make C code in yuv2yuv1() do accurate rounding, this could be split
michael
2008-07-18
*
indent
michael
2008-07-17
*
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
michael
2008-07-17
*
simplify yuv2yuv1()
michael
2008-07-17
*
10l forgot SWS_BILINEAR
michael
2008-07-17
*
Ensure that exactly one scaler algo is used.
michael
2008-07-17
*
Cosmetics: reindent.
astrange
2008-07-13
*
Remove const vector casts from Altivec.
astrange
2008-07-13
[next]