94 Commits (c17be817637ade85fb5d8138e8f402e67b51ac23)

Author SHA1 Message Date
  Robert Edele 561a18d3ba Snow mmx + sse2 part 2 19 years ago
  Robert Edele 059715a41c First part of a series of speed-enchancing patches. 19 years ago
  Michael Niedermayer fc8c49926c dont pass intra flag if its always 0 19 years ago
  Loren Merritt 8f8ae4951e seed iterative_me with mvs from conventional search. 19 years ago
  Loren Merritt 07674d518c obey vqscale in 2nd pass 19 years ago
  Michael Niedermayer e7c8206e5c av_free -> av_freep 19 years ago
  Michael Niedermayer 87f20c2f31 fix %8 != 0 w/h 19 years ago
  Dieter ceaf1909c1 add static keyword to some functions 19 years ago
  Diego Biurrun 4f59b684a6 Remove all stray tabs and trailing whitespace, this time for good. 19 years ago
  Loren Merritt 48d1b9a17c fix convergence of snow iterative_me 19 years ago
  Loren Merritt 3de79d0dca revert 1.83 because it's not needed 19 years ago
  Loren Merritt d3ac6ed667 detect when iterative_me fails to converge, and stop searching 19 years ago
  Loren Merritt b104969fab obmc-aware 4mv 19 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
  Michael Niedermayer c8a596d210 bugs found by valgrind 19 years ago
  Loren Merritt 1015631b79 faster iterative_me: avoid duplicate mc of neighboring blocks. 19 years ago
  Michael Niedermayer 80e44bc3bf use h264 MC functions for 2xX Xx2 blocks in snow too 19 years ago
  Michael Niedermayer 2692ceab8b use h264 MC functions for rectangular blocks too 19 years ago
  Michael Niedermayer 39277cf949 10l (assertion failure) 19 years ago
  Michael Niedermayer 3b6ab26c01 cleanup 19 years ago
  François Revol 003cd80df9 :%s/check_block_2p/check_block_inter/g 19 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 19 years ago
  Michael Niedermayer 13705b69eb mem corruption fix 19 years ago
  Michael Niedermayer d6f41eeddc 4mv + iter ME 10l fix (still not bugfree but better) 19 years ago
  Michael Niedermayer 735f9f34fe 10l 19 years ago
  Michael Niedermayer 51d6a3cf00 iterative overlapped block based motion estimation for snow 19 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
  Michael Niedermayer daba69b211 10l 19 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Michael Niedermayer 4393e6392c check block_max_depth (fixes crash) 19 years ago
  Michael Niedermayer 91aa4e3300 make selftest code compile again 19 years ago
  Aurelien Jacobs 62ab0b7822 fix unused variable warnings 19 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 20 years ago
  Michael Niedermayer 644a92626a PIX_FMT_NONE and related fixes 20 years ago
  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