| Commit message (Expand) | Author | Age |
... | |
* | Avoid useless line in libpostproc test. | diego | 2008-09-15 |
* | Avoid using floating point for calculating filter coefficients. | michael | 2008-09-15 |
* | Avoid some explicit types in sizeof(). | michael | 2008-09-14 |
* | Use av_mallocz() instead of for() =0; | michael | 2008-09-14 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | michael | 2008-09-14 |
* | synced with r27607 | Gabrov | 2008-09-14 |
* | wording consistency cosmetics | diego | 2008-09-14 |
* | Make -heartbeat-cmd and -stop-xscreensaver sections reference each other. | reimar | 2008-09-14 |
* | Sync diff with libmpeg2 update. | diego | 2008-09-13 |
* | Update internal libmpeg2 copy to version 0.5.1. | diego | 2008-09-13 |
* | libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff. | diego | 2008-09-13 |
* | Fix libswscale build after r27561 if --enable-runtime-cpudetection is used. | ben | 2008-09-13 |
* | Remove version string from name of local changes diff file. | diego | 2008-09-13 |
* | Fix indention. | michael | 2008-09-13 |
* | Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. | michael | 2008-09-13 |
* | multiple locales in mplayer wish | compn | 2008-09-13 |
* | Disable mmx routines that are not bitexact when the user wants | michael | 2008-09-13 |
* | Make horizontal mmx scaling code match C code. | michael | 2008-09-13 |
* | Ensure that additional filter coeffs that exist due to alignment | michael | 2008-09-13 |
* | yvu9toyv12Wrapper is not bitexact so disable it when the user wants | michael | 2008-09-12 |
* | Make the horizontal C scaler code clip only against INT16_MAX not 0, | michael | 2008-09-12 |
* | Add bitexact flag. | michael | 2008-09-12 |
* | The yuv->rgb tables are too small for cliping to be avoidable, | michael | 2008-09-12 |
* | Fix another 1000l bug in the mono input code. | michael | 2008-09-12 |
* | Add support for PIX_FMT_YUV440P. | michael | 2008-09-12 |
* | 10000l PIX_FMT_MONOWHITE check was really a || 1. | michael | 2008-09-12 |
* | Support mono as input format. | michael | 2008-09-12 |
* | Add support for PIX_FMT_MONOWHITE as output format. | michael | 2008-09-12 |
* | rgb24toyv12 is not accurately rounding, so disable it as well when the | michael | 2008-09-12 |
* | Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set, | michael | 2008-09-12 |
* | 100000000000000l, forgot to commit header change for r27580. | michael | 2008-09-11 |
* | Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). | michael | 2008-09-11 |
* | Remove mistakely commited code i used for testing. | michael | 2008-09-11 |
* | Implement full horizontal chroma for rgb/bgr24/32 output. | michael | 2008-09-11 |
* | Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C. | michael | 2008-09-11 |
* | 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 |
* | sync w/r26990 and wording fixes, patch by Cédric Viou | gpoirier | 2008-09-10 |
* | wording fixes by Cédric Viou | gpoirier | 2008-09-10 |
* | typography and wording fixes, by Cédric Viou and myself | gpoirier | 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 |