16518 Commits (0a23c0bbdb64cc211df15e37e5df9d44ed04b5db)
 

Author SHA1 Message Date
Michael Niedermayer f433c8abd3 Disable mmx routines that are not bitexact when the user wants 16 years ago
Michael Niedermayer ef423a6618 Make horizontal mmx scaling code match C code. 16 years ago
Michael Niedermayer 88bc5a64f6 Ensure that additional filter coeffs that exist due to alignment 16 years ago
Michael Niedermayer 84c1253513 yvu9toyv12Wrapper is not bitexact so disable it when the user wants 16 years ago
Michael Niedermayer 881c429407 Make the horizontal C scaler code clip only against INT16_MAX not 0, 16 years ago
Michael Niedermayer ceb700babb Add bitexact flag. 16 years ago
Michael Niedermayer b82ecd6258 The yuv->rgb tables are too small for cliping to be avoidable, 16 years ago
Michael Niedermayer 78454dfc01 Fix another 1000l bug in the mono input code. 16 years ago
Michael Niedermayer 6c80eb1626 Add support for PIX_FMT_YUV440P. 16 years ago
Michael Niedermayer 4bb9adcff1 10000l PIX_FMT_MONOWHITE check was really a || 1. 16 years ago
Michael Niedermayer 3d05e078ee Support mono as input format. 16 years ago
Michael Niedermayer ec1bca2a0f Add support for PIX_FMT_MONOWHITE as output format. 16 years ago
Robert Swain 35445d29f5 Reindent after last commit 16 years ago
Alex Converse 5167364777 Only read some of TNS bitstream data in the case that the TNS filter order is 16 years ago
Michael Niedermayer 0885770455 rgb24toyv12 isnt accuratly rounding, so disable it as well when the 16 years ago
Michael Niedermayer 4155ece530 Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set, 16 years ago
Aurelien Jacobs a8fd7e764a matroskadec: simplify, first_timecode is already in the index 16 years ago
Aurelien Jacobs 5358a81f9c matroskadec: prevent seeking before the first keyframe of the reference stream 16 years ago
Michael Niedermayer fd5c57b813 100000000000000l, forgot to commit header change for r27580. 16 years ago
Vitor Sessak 9c10ab6cd1 Cosmetics: align spec references 16 years ago
Vitor Sessak 5381a00a2b Rename function: s/colmult/apply_window/ 16 years ago
Ronald S. Bultje a6789dca1b Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: 16 years ago
Ronald S. Bultje ee0cb67fa3 Factorize out common code for opening of the RTP parsing context between 16 years ago
Michael Niedermayer e09d7eef37 Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). 16 years ago
Michael Niedermayer 8e7ba004ed Remove mistakely commited code i used for testing. 16 years ago
Michael Niedermayer f0faee4c63 Implement full horizontal chroma for rgb/bgr24/32 output. 16 years ago
Diego Biurrun 36b3e36e00 misc spelling/wording/grammar fixes 16 years ago
Kostya Shishkov 77298e99b7 Make it possible to disable loop filter in VC-1. 16 years ago
Michael Niedermayer bdf397ba4b Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C. 16 years ago
Michael Niedermayer e69bd29425 Factorize yuv2packedXinC(). 16 years ago
Michael Niedermayer 7b5d7b9e85 Set rgb2yuv constants more accurately, makes no real difference though. 16 years ago
Robert Swain febcbd65fa Correct pulse amplitude application - a negative or 0 coefficient implies the 16 years ago
Jason Garrett-Glaser 67ce33162a Fix incorrect printing of brainfart cropping error in some cases in progressive mode. 16 years ago
Michael Niedermayer 85a51e6bd5 Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it 16 years ago
Michael Niedermayer 5fe4aad711 Correct normalization constant for the vertical filter, iam not 16 years ago
Michael Niedermayer ac0ad72981 Make the 2point linear interpolation coefficients correct even for the 16 years ago
Michael Niedermayer 33a67bd6c7 Fix overflow. 16 years ago
Vitor Sessak fd8897e803 Convert table to integer. 16 years ago
Michael Niedermayer ff9a056d1a Fix build failure due to %%eip on x86_64. 16 years ago
Michael Niedermayer 6b79dbce0c Change RGB2YUV_SHIFT from 16 to 15 to make it able to work 16 years ago
Michael Niedermayer ba83d86299 Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplication 16 years ago
Michael Niedermayer e7f656d5fa Clarify convergence_duration. 16 years ago
Michael Niedermayer a0baa07aef Factorize RGB/BGR15/16/32->UV by using the preprocessor. 16 years ago
Michael Niedermayer 214892ee42 Factorize rgb/bgr15/16/32->Y by using the preprocessor. 16 years ago
Michael Niedermayer 2f60f6297c Make SWS_FULL_CHR_H_INP work. 16 years ago
Diego Biurrun 58f0ec5ff6 spelling/wording cosmetics 16 years ago
Michael Niedermayer cbcb408ff6 More accurate rounding for 8bit inputs. 16 years ago
Michael Niedermayer dfb09bd1d4 Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, 16 years ago
Vitor Sessak 955bcc2102 Convert two tables to signed decimal 16 years ago
Baptiste Coudurier 00adc1e5dc set bits_per_coded_sample according to new lavc api 16 years ago