log

age author description
2008-09-12 michael Add support for PIX_FMT_YUV440P.
2008-09-12 michael 10000l PIX_FMT_MONOWHITE check was really a || 1.
2008-09-12 michael Support mono as input format.
2008-09-12 michael Add support for PIX_FMT_MONOWHITE as output format.
2008-09-12 michael rgb24toyv12 is not accurately rounding, so disable it as well when the
2008-09-12 michael Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,
2008-09-11 michael 100000000000000l, forgot to commit header change for r27580.
2008-09-11 michael Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().
2008-09-11 michael Remove mistakenly commited code I used for testing.
2008-09-11 michael Implement full horizontal chroma for rgb/bgr24/32 output.
2008-09-11 michael Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.
2008-09-11 michael Factorize yuv2packedXinC().
2008-09-11 michael Set rgb2yuv constants more accurately, makes no real difference though.
2008-09-11 michael Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
2008-09-10 michael Correct normalization constant for the vertical filter.
2008-09-10 michael Make the 2point linear interpolation coefficients correct even for the
2008-09-10 michael Fix overflow.
2008-09-10 gpoirier sync w/r26990 and wording fixes, patch by Cédric Viou
2008-09-10 gpoirier wording fixes by Cédric Viou
2008-09-10 gpoirier typography and wording fixes, by Cédric Viou and myself
2008-09-10 michael Fix build failure due to %%eip on x86_64.
2008-09-10 michael Change RGB2YUV_SHIFT from 16 to 15 to make it able to work
2008-09-10 michael Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication
2008-09-10 michael Factorize RGB/BGR15/16/32->UV by using the preprocessor.
2008-09-10 michael Factorize rgb/bgr15/16/32->Y by using the preprocessor.
2008-09-10 michael Make SWS_FULL_CHR_H_INP work.
2008-09-10 diego spelling/wording cosmetics
2008-09-09 michael More accurate rounding for 8bit inputs.
2008-09-09 michael Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,
2008-09-09 gpoirier more French typography fixes and wording fixes, by Cédric Viou and myself
2008-09-09 gpoirier lots of fixes, original patch by Cédric Viou
2008-09-09 michael Add table of rgb->yuv conversion coefficients.
2008-09-09 michael More correct rounding for the rgb/bgr->yuv converters.
2008-09-09 uau Make internal Matroska demuxer default again
2008-09-09 aurel revert r27551 which break much more things than it fixes
2008-09-09 diego Use preprocessor conditionals to disable CPU-extension-specific code. We cannot
2008-09-09 diego cosmetics: Fix offsets and fuzz in local diff.
2008-09-09 michael Prevent overflows during mpeg->jpeg yuv.
2008-09-08 uau Use internal demuxer for Matroska files for now
2008-09-08 uau Revert bad changes to SSA/ASS subtitle packet format
2008-09-08 gpoirier fix compilation with lavc version > r15270
2008-09-08 uau Fix compilation after libavcodec major version 52 changes
2008-09-08 michael Fix jpeg yuv.
2008-09-08 michael Fix typo in comment.
2008-09-07 michael Fix accurate rounding mode on x86_64.
2008-09-07 lu_zero Make ToY and ToUV family of function consistent part I
2008-09-07 michael Make fast bilinear scaler work again.
2008-09-07 diego 'mp3lame' audio output codec was wrongly listed as 'lame'.