109 Commits (ec8f483ab59a893b033d1c304c2f1345a3a09034)

Author SHA1 Message Date
Yartrebo 66b32bf272 tighter snow slicing patch by (Yartrebo || yartrebo earthlink net) 20 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Yartrebo 8c2515bbb9 fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net 20 years ago
Michael Niedermayer b44985ba12 store the number of runs to avoid storing the last run value 20 years ago
Loren Merritt 2cd340438a allow 2pass ratecontrol. also fixes psnr displayed by mencoder. 20 years ago
Michael Niedermayer cbb1d2b161 replace complicated pointer dereference + index stuff by pointers in unpack_coeffs() 20 years ago
Michael Niedermayer 99cd59e58f minor optimization 20 years ago
Michael Niedermayer 3c096ac791 optimizing unpack_coeffs() 20 years ago
Yartrebo 86e59cc01d Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/) 20 years ago
Michael Niedermayer f5a719287d rescale coefficients during IDWT, that way the lifting steps are much simpler and faster 20 years ago
Michael Niedermayer a0a74ad9f0 increasing precission of the quantization parameter 20 years ago
Michael Niedermayer c97de57c39 fix QROOT != 8 20 years ago
Michael Niedermayer 538a38418c 10% faster unpack_coeffs 20 years ago
Michael Niedermayer 3cff4572ce fixing lossless snow 20 years ago
Michael Niedermayer 565a45ace3 merge vertical lifting steps and a little cleanup 20 years ago
Yartrebo a0d1931c0e Snow Slicing patch by (Yartrebo) yartrebo earthlink net 20 years ago
Loren Merritt f9e6ebf7f9 slice-based idwt (10% faster decoding) 20 years ago
Michael Niedermayer 53513831da -strict -1 comment fix 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Matthieu Castet d06c75a830 10l patch by (matthieu castet <castet.matthieu free fr>) 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Gianluigi Tiesi 8ff53f5b07 Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>) 20 years ago
Michael Niedermayer 2554db9b5f fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be}) 20 years ago
Michael Niedermayer 2886975773 CABAC -> range coder 20 years ago
Michael Niedermayer d7d51926dd unused 20 years ago
Michael Niedermayer 715a97f0c0 merge predict_plane() with DWTELEM->8bit conversation (21% faster) 20 years ago
Michael Niedermayer 034aff036f 8 -> FRAC_BITS 20 years ago
D Richard Felker III aa25a462b6 consistent use of types patch by (D Richard Felker III <dalias at aerifal dot cx>) 20 years ago
Loren Merritt 7c2425d239 simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>) 20 years ago
Michael Niedermayer bd368b565b per picture psnr 20 years ago
Michael Niedermayer d92b58073e 100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...) 20 years ago
Michael Niedermayer ec69758781 use h264 MC code if possible 20 years ago
Michael Niedermayer 3924dac4c8 use pointer arithmetic in mc_block(), 25% faster 20 years ago
Michael Niedermayer ff158dc95d 20% faster predict_plane() 20 years ago
Michael Niedermayer 19aa028dc5 10l (keyframes and context resets) 20 years ago
Michael Niedermayer 39c61bbbd3 cleanup 20 years ago
Michael Niedermayer fff6d4ea4e 10l 20 years ago
Michael Niedermayer ea7d9cd4bc merge decode_subband() and dequantize() 20 years ago
Michael Niedermayer ff76515933 11% faster decode_subband() 20 years ago
Michael Niedermayer 0cea8a037c 5% faster decode_subband() 20 years ago
Michael Niedermayer 7b49c30974 46% faster decode_subband() 20 years ago
Michael Niedermayer 3c1adccd1c 50% faster decode_subband() 20 years ago
Michael Niedermayer 155ec6edf8 quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) 20 years ago
Michael Niedermayer 64886072f5 edge bugfix 20 years ago
Michael Niedermayer 46c281e8c1 cleanup 20 years ago
Michael Niedermayer 93fbdb5ac5 lossless support 20 years ago
Michael Niedermayer 3bb9f096d4 cleanup 20 years ago
Michael Niedermayer 0635cbfc32 improved magnitude coding, 0.2% lower bitrate (foreman@352x288 qscale 1 and 8) 20 years ago
Michael Niedermayer bc68bfdde0 cleanup 20 years ago
Michael Niedermayer 4f4e963383 various subband encoders (all either worse or complicated so they are commented out) 20 years ago