| Commit message (Expand) | Author | Age | Files | Lines |
* | support doing motion estimation and compensation without any residual transfo... | Michael Niedermayer | 2006-06-04 | 1 | -0/+15 |
* | Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless. | Loren Merritt | 2006-05-30 | 1 | -0/+7 |
* | Snow: cosmetics | Loren Merritt | 2006-05-30 | 1 | -15/+15 |
* | Snow: scale predicted mv based on which reference frame the neighbors used. | Loren Merritt | 2006-05-30 | 1 | -9/+38 |
* | Snow: cosmetics | Loren Merritt | 2006-05-30 | 1 | -22/+22 |
* | Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat... | Loren Merritt | 2006-05-30 | 1 | -6/+17 |
* | Snow: 10l. 1pass ratecontrol failed to set snow's internal quant. | Loren Merritt | 2006-05-30 | 1 | -4/+8 |
* | Snow multiple reference frames | Loren Merritt | 2006-05-28 | 1 | -93/+183 |
* | Snow 1pass ratecontrol | Loren Merritt | 2006-05-28 | 1 | -15/+72 |
* | sanity checks, some might have been exploitable ... | Michael Niedermayer | 2006-05-13 | 1 | -1/+1 |
* | Snow mmx + sse2 part 2 | Robert Edele | 2006-03-20 | 1 | -65/+81 |
* | First part of a series of speed-enchancing patches. | Robert Edele | 2006-03-16 | 1 | -133/+51 |
* | dont pass intra flag if its always 0 | Michael Niedermayer | 2006-03-14 | 1 | -13/+13 |
* | seed iterative_me with mvs from conventional search. | Loren Merritt | 2006-03-13 | 1 | -0/+11 |
* | obey vqscale in 2nd pass | Loren Merritt | 2006-03-13 | 1 | -1/+2 |
* | av_free -> av_freep | Michael Niedermayer | 2006-03-11 | 1 | -3/+3 |
* | fix %8 != 0 w/h | Michael Niedermayer | 2006-03-11 | 1 | -3/+3 |
* | add static keyword to some functions | Dieter | 2006-01-30 | 1 | -6/+6 |
* | Remove all stray tabs and trailing whitespace, this time for good. | Diego Biurrun | 2006-01-24 | 1 | -2/+2 |
* | fix convergence of snow iterative_me | Loren Merritt | 2006-01-21 | 1 | -1/+8 |
* | revert 1.83 because it's not needed | Loren Merritt | 2006-01-21 | 1 | -16/+0 |
* | detect when iterative_me fails to converge, and stop searching | Loren Merritt | 2006-01-19 | 1 | -0/+16 |
* | obmc-aware 4mv | Loren Merritt | 2006-01-17 | 1 | -32/+176 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | bugs found by valgrind | Michael Niedermayer | 2006-01-12 | 1 | -10/+11 |
* | faster iterative_me: avoid duplicate mc of neighboring blocks. | Loren Merritt | 2006-01-12 | 1 | -59/+148 |
* | use h264 MC functions for 2xX Xx2 blocks in snow too | Michael Niedermayer | 2006-01-08 | 1 | -6/+8 |
* | use h264 MC functions for rectangular blocks too | Michael Niedermayer | 2006-01-07 | 1 | -6/+36 |
* | 10l (assertion failure) | Michael Niedermayer | 2006-01-07 | 1 | -1/+1 |
* | cleanup | Michael Niedermayer | 2006-01-04 | 1 | -25/+8 |
* | :%s/check_block_2p/check_block_inter/g | François Revol | 2005-12-30 | 1 | -12/+12 |
* | this fixes compilation with gcc 2.95 which seems to not like array casting...... | François Revol | 2005-12-30 | 1 | -11/+17 |
* | mem corruption fix | Michael Niedermayer | 2005-12-30 | 1 | -35/+37 |
* | 4mv + iter ME 10l fix (still not bugfree but better) | Michael Niedermayer | 2005-12-29 | 1 | -2/+2 |
* | 10l | Michael Niedermayer | 2005-12-28 | 1 | -1/+1 |
* | iterative overlapped block based motion estimation for snow | Michael Niedermayer | 2005-12-28 | 1 | -44/+379 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -2/+2 |
* | 10l | Michael Niedermayer | 2005-12-19 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -215/+215 |
* | check block_max_depth (fixes crash) | Michael Niedermayer | 2005-12-03 | 1 | -0/+5 |
* | make selftest code compile again | Michael Niedermayer | 2005-12-03 | 1 | -8/+10 |
* | fix unused variable warnings | Aurelien Jacobs | 2005-09-21 | 1 | -11/+12 |
* | reducing minimum supported picture size | Michael Niedermayer | 2005-08-21 | 1 | -12/+24 |
* | #defines for strict_std_compliance and split between inofficial extensions an... | Michael Niedermayer | 2005-05-08 | 1 | -2/+2 |
* | PIX_FMT_NONE and related fixes | Michael Niedermayer | 2005-04-25 | 1 | -0/+2 |
* | tighter snow slicing patch by (Yartrebo || yartrebo earthlink net) | Yartrebo | 2005-04-25 | 1 | -34/+38 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -1/+1 |
* | fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net | Yartrebo | 2005-04-17 | 1 | -4/+12 |
* | store the number of runs to avoid storing the last run value | Michael Niedermayer | 2005-04-15 | 1 | -5/+14 |
* | allow 2pass ratecontrol. also fixes psnr displayed by mencoder. | Loren Merritt | 2005-04-15 | 1 | -3/+42 |