2011-02-15 |
michael | libmpcodecs/vf_*.c: Replace memalign() by av_malloc()
|
commit | commitdiff | tree |
2010-03-05 |
michael | try to avoid returning odd slices.
|
commit | commitdiff | tree |
2010-01-26 |
michael | Use isAnyRGB() where possible
|
commit | commitdiff | tree |
2010-01-26 |
michael | Add 3 more RGB makros that allow specifying RGB in...
|
commit | commitdiff | tree |
2010-01-26 |
michael | Rename isRGB() and isBGR() as their meaning is confusing.
|
commit | commitdiff | tree |
2009-05-05 |
michael | Change VOFW for x86 to 5120, it allows larger images...
|
commit | commitdiff | tree |
2009-04-21 |
michael | Planar 16bit 420 422 444 YUV support (output is only...
|
commit | commitdiff | tree |
2009-04-21 |
michael | Merge gray->gray converters into planarCopy(), this...
|
commit | commitdiff | tree |
2009-04-21 |
michael | Add macro to check for 16bit per sample.
|
commit | commitdiff | tree |
2009-04-21 |
michael | Make sure src/dst are NULL when they arent used, some...
|
commit | commitdiff | tree |
2009-04-20 |
michael | Use generic BE check instead of checking for gray16LE.
|
commit | commitdiff | tree |
2009-04-20 |
michael | add isBE()
|
commit | commitdiff | tree |
2009-04-18 |
michael | Remove 2 useless += at the end of rgb16to15(), found...
|
commit | commitdiff | tree |
2009-03-21 |
michael | Enable unscaled packed422 -> planar 420 converters...
|
commit | commitdiff | tree |
2009-03-21 |
michael | 10l (C code was buggy and untested)
|
commit | commitdiff | tree |
2009-03-21 |
michael | Average chroma of 2 lines in packed 422 -> planar 420.
|
commit | commitdiff | tree |
2009-03-19 |
michael | Revert
|
commit | commitdiff | tree |
2009-03-19 |
michael | Fix 10l typo.
|
commit | commitdiff | tree |
2009-03-19 |
michael | Unscaled converters for
|
commit | commitdiff | tree |
2009-03-08 |
michael | Add test for C memcpy()
|
commit | commitdiff | tree |
2009-03-08 |
michael | Resurrect script needed for easy use of fastmemcpybench.c.
|
commit | commitdiff | tree |
2009-03-08 |
michael | Revert r3082 | michael | 2001-11-23 13:00:40 +0100 (Fri...
|
commit | commitdiff | tree |
2008-10-27 |
michael | rgb2rgb.h was not really intended to be a public header...
|
commit | commitdiff | tree |
2008-10-27 |
michael | Remove rgb2rgb.h dependancy.
|
commit | commitdiff | tree |
2008-10-25 |
michael | Do not attempt to use the unscaled yuv2rgb converter...
|
commit | commitdiff | tree |
2008-09-29 |
michael | Revert mistakenly committed hunk.
|
commit | commitdiff | tree |
2008-09-29 |
michael | Print all cases that are tested, not just the ones...
|
commit | commitdiff | tree |
2008-09-29 |
michael | Fix infinite loop with spline, bug was introduced in...
|
commit | commitdiff | tree |
2008-09-16 |
michael | Fix segfault with rgb24 and full_internal_chroma due...
|
commit | commitdiff | tree |
2008-09-15 |
michael | Avoid using floating point for calculating filter coefficients.
|
commit | commitdiff | tree |
2008-09-14 |
michael | Avoid some explicit types in sizeof().
|
commit | commitdiff | tree |
2008-09-14 |
michael | Use av_mallocz() instead of for() =0;
|
commit | commitdiff | tree |
2008-09-14 |
michael | Move dither tables from yuv2rgb to swscale, they have...
|
commit | commitdiff | tree |
2008-09-13 |
michael | Fix indention.
|
commit | commitdiff | tree |
2008-09-13 |
michael | Rename yuv2rgb variables to avoid name clashes with...
|
commit | commitdiff | tree |
2008-09-13 |
michael | Disable mmx routines that are not bitexact when the...
|
commit | commitdiff | tree |
2008-09-13 |
michael | Make horizontal mmx scaling code match C code.
|
commit | commitdiff | tree |
2008-09-13 |
michael | Ensure that additional filter coeffs that exist due...
|
commit | commitdiff | tree |
2008-09-12 |
michael | yvu9toyv12Wrapper is not bitexact so disable it when...
|
commit | commitdiff | tree |
2008-09-12 |
michael | Make the horizontal C scaler code clip only against...
|
commit | commitdiff | tree |
2008-09-12 |
michael | Add bitexact flag.
|
commit | commitdiff | tree |
2008-09-12 |
michael | The yuv->rgb tables are too small for cliping to be...
|
commit | commitdiff | tree |
2008-09-12 |
michael | Fix another 1000l bug in the mono input code.
|
commit | commitdiff | tree |
2008-09-12 |
michael | Add support for PIX_FMT_YUV440P.
|
commit | commitdiff | tree |
2008-09-12 |
michael | 10000l PIX_FMT_MONOWHITE check was really a || 1.
|
commit | commitdiff | tree |
2008-09-12 |
michael | Support mono as input format.
|
commit | commitdiff | tree |
2008-09-12 |
michael | Add support for PIX_FMT_MONOWHITE as output format.
|
commit | commitdiff | tree |
2008-09-12 |
michael | rgb24toyv12 is not accurately rounding, so disable...
|
commit | commitdiff | tree |
2008-09-12 |
michael | Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_...
|
commit | commitdiff | tree |
2008-09-11 |
michael | 100000000000000l, forgot to commit header change for...
|
commit | commitdiff | tree |
2008-09-11 |
michael | Fix typo that lead to averaging of the same pixel in...
|
commit | commitdiff | tree |
2008-09-11 |
michael | Remove mistakely commited code i used for testing.
|
commit | commitdiff | tree |
2008-09-11 |
michael | Implement full horizontal chroma for rgb/bgr24/32 output.
|
commit | commitdiff | tree |
2008-09-11 |
michael | Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.
|
commit | commitdiff | tree |
2008-09-11 |
michael | Factorize yuv2packedXinC().
|
commit | commitdiff | tree |
2008-09-11 |
michael | Set rgb2yuv constants more accurately, makes no real...
|
commit | commitdiff | tree |
2008-09-11 |
michael | Fix chroma yuv->rgb tables for jpeg style yuv, this...
|
commit | commitdiff | tree |
2008-09-10 |
michael | Correct normalization constant for the vertical filter.
|
commit | commitdiff | tree |
2008-09-10 |
michael | Make the 2point linear interpolation coefficients correct...
|
commit | commitdiff | tree |
2008-09-10 |
michael | Fix overflow.
|
commit | commitdiff | tree |
2008-09-10 |
michael | Fix build failure due to %%eip on x86_64.
|
commit | commitdiff | tree |
2008-09-10 |
michael | Change RGB2YUV_SHIFT from 16 to 15 to make it able...
|
commit | commitdiff | tree |
2008-09-10 |
michael | Add bgr/rgb15/16/32->UV-half to the macro so there...
|
commit | commitdiff | tree |
2008-09-10 |
michael | Factorize RGB/BGR15/16/32->UV by using the preprocessor.
|
commit | commitdiff | tree |
2008-09-10 |
michael | Factorize rgb/bgr15/16/32->Y by using the preprocessor.
|
commit | commitdiff | tree |
2008-09-10 |
michael | Make SWS_FULL_CHR_H_INP work.
|
commit | commitdiff | tree |
2008-09-09 |
michael | More accurate rounding for 8bit inputs.
|
commit | commitdiff | tree |
2008-09-09 |
michael | Rewrite bgr24->yuv mmx code, the new code is cleaner...
|
commit | commitdiff | tree |
2008-09-09 |
michael | Add table of rgb->yuv conversion coefficients.
|
commit | commitdiff | tree |
2008-09-09 |
michael | More correct rounding for the rgb/bgr->yuv converters.
|
commit | commitdiff | tree |
2008-09-09 |
michael | Prevent overflows during mpeg->jpeg yuv.
|
commit | commitdiff | tree |
2008-09-08 |
michael | Fix jpeg yuv.
|
commit | commitdiff | tree |
2008-09-08 |
michael | Fix typo in comment.
|
commit | commitdiff | tree |
2008-09-07 |
michael | Fix accurate rounding mode on x86_64.
|
commit | commitdiff | tree |
2008-09-07 |
michael | Make fast bilinear scaler work again.
|
commit | commitdiff | tree |
2008-09-04 |
michael | Make 16bit grayscale output work.
|
commit | commitdiff | tree |
2008-09-04 |
michael | Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled...
|
commit | commitdiff | tree |
2008-09-04 |
michael | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
|
commit | commitdiff | tree |
2008-09-04 |
michael | Fix 4 and 8 bit RGB/BGR input.
|
commit | commitdiff | tree |
2008-09-04 |
michael | Remove workaround for rgb/bgr mess.
|
commit | commitdiff | tree |
2008-09-04 |
michael | Fix 4 of the unscaled rgb15/16 converters, each of...
|
commit | commitdiff | tree |
2008-09-04 |
michael | rgb vs bgr fix for the unscaled converters.
|
commit | commitdiff | tree |
2008-09-04 |
michael | Fix rgb15/16 vs. bgr part2.
|
commit | commitdiff | tree |
2008-09-04 |
michael | Fix rgb15/16 vs. bgr part1.
|
commit | commitdiff | tree |
2008-09-04 |
michael | Add fflush to prevent stdout & stderr from being mixed.
|
commit | commitdiff | tree |
2008-08-15 |
michael | Document -lavcopts o, aka libavcodec AVOption.
|
commit | commitdiff | tree |
2008-07-21 |
michael | fix memleak
|
commit | commitdiff | tree |
2008-07-21 |
michael | Cleanup, use av_freep() instead of av_free(x); x=NULL
|
commit | commitdiff | tree |
2008-07-18 |
michael | Make C code in yuv2yuv1() do accurate rounding, this...
|
commit | commitdiff | tree |
2008-07-17 |
michael | indent
|
commit | commitdiff | tree |
2008-07-17 |
michael | Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
|
commit | commitdiff | tree |
2008-07-17 |
michael | simplify yuv2yuv1()
|
commit | commitdiff | tree |
2008-07-17 |
michael | 10l forgot SWS_BILINEAR
|
commit | commitdiff | tree |
2008-07-17 |
michael | Ensure that exactly one scaler algo is used.
|
commit | commitdiff | tree |
2008-07-15 |
michael | Remove -std=gnu99/gnu89/default dialect linux define...
|
commit | commitdiff | tree |
2008-06-04 |
michael | Remove due to objections by ivan.
|
commit | commitdiff | tree |
2008-06-03 |
michael | List more actions which have proven controversial in...
|
commit | commitdiff | tree |
2008-05-11 |
michael | Factorize "int i".
|
commit | commitdiff | tree |
2008-05-10 |
michael | AVOption support for lavf demuxing
|
commit | commitdiff | tree |
2008-05-10 |
michael | AVOptions support for lavf muxing.
|
commit | commitdiff | tree |