77 Commits (51bb91cb2412da024a9dd0ebce3c22f52eee7ec9)

Author SHA1 Message Date
  Michael Niedermayer 2692ceab8b use h264 MC functions for rectangular blocks too 20 years ago
  Michael Niedermayer 39277cf949 10l (assertion failure) 20 years ago
  Michael Niedermayer 3b6ab26c01 cleanup 20 years ago
  François Revol 003cd80df9 :%s/check_block_2p/check_block_inter/g 20 years ago
  François Revol 52137f2f43 this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it 20 years ago
  Michael Niedermayer 13705b69eb mem corruption fix 20 years ago
  Michael Niedermayer d6f41eeddc 4mv + iter ME 10l fix (still not bugfree but better) 20 years ago
  Michael Niedermayer 735f9f34fe 10l 20 years ago
  Michael Niedermayer 51d6a3cf00 iterative overlapped block based motion estimation for snow 20 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 20 years ago
  Michael Niedermayer daba69b211 10l 20 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 20 years ago
  Michael Niedermayer 4393e6392c check block_max_depth (fixes crash) 20 years ago
  Michael Niedermayer 91aa4e3300 make selftest code compile again 20 years ago
  Aurelien Jacobs 62ab0b7822 fix unused variable warnings 20 years ago
  Michael Niedermayer cc884a3506 reducing minimum supported picture size 20 years ago
  Michael Niedermayer 9cd8179818 #defines for strict_std_compliance and split between inofficial extensions and non standarized things 21 years ago
  Michael Niedermayer 644a92626a PIX_FMT_NONE and related fixes 21 years ago
  Yartrebo 66b32bf272 tighter snow slicing patch by (Yartrebo || yartrebo earthlink net) 21 years ago
  Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 21 years ago
  Yartrebo 8c2515bbb9 fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net 21 years ago
  Michael Niedermayer b44985ba12 store the number of runs to avoid storing the last run value 21 years ago
  Loren Merritt 2cd340438a allow 2pass ratecontrol. also fixes psnr displayed by mencoder. 21 years ago
  Michael Niedermayer cbb1d2b161 replace complicated pointer dereference + index stuff by pointers in unpack_coeffs() 21 years ago
  Michael Niedermayer 99cd59e58f minor optimization 21 years ago
  Michael Niedermayer 3c096ac791 optimizing unpack_coeffs() 21 years ago
  Yartrebo 86e59cc01d Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/) 21 years ago
  Michael Niedermayer f5a719287d rescale coefficients during IDWT, that way the lifting steps are much simpler and faster 21 years ago
  Michael Niedermayer a0a74ad9f0 increasing precission of the quantization parameter 21 years ago
  Michael Niedermayer c97de57c39 fix QROOT != 8 21 years ago
  Michael Niedermayer 538a38418c 10% faster unpack_coeffs 21 years ago
  Michael Niedermayer 3cff4572ce fixing lossless snow 21 years ago
  Michael Niedermayer 565a45ace3 merge vertical lifting steps and a little cleanup 21 years ago
  Yartrebo a0d1931c0e Snow Slicing patch by (Yartrebo) yartrebo earthlink net 21 years ago
  Loren Merritt f9e6ebf7f9 slice-based idwt (10% faster decoding) 21 years ago
  Michael Niedermayer 53513831da -strict -1 comment fix 21 years ago
  Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 21 years ago
  Matthieu Castet d06c75a830 10l patch by (matthieu castet <castet.matthieu free fr>) 21 years ago
  Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 21 years ago
  Gianluigi Tiesi 8ff53f5b07 Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>) 21 years ago
  Michael Niedermayer 2554db9b5f fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be}) 21 years ago
  Michael Niedermayer 2886975773 CABAC -> range coder 21 years ago
  Michael Niedermayer d7d51926dd unused 21 years ago
  Michael Niedermayer 715a97f0c0 merge predict_plane() with DWTELEM->8bit conversation (21% faster) 21 years ago
  Michael Niedermayer 034aff036f 8 -> FRAC_BITS 21 years ago
  D Richard Felker III aa25a462b6 consistent use of types patch by (D Richard Felker III <dalias at aerifal dot cx>) 21 years ago
  Loren Merritt 7c2425d239 simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>) 21 years ago
  Michael Niedermayer bd368b565b per picture psnr 21 years ago
  Michael Niedermayer d92b58073e 100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...) 21 years ago
  Michael Niedermayer ec69758781 use h264 MC code if possible 21 years ago