| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 |
* | replace complicated pointer dereference + index stuff by pointers in unpack_c... | Michael Niedermayer | 2005-04-14 | 1 | -33/+33 |
* | minor optimization | Michael Niedermayer | 2005-04-14 | 1 | -7/+6 |
* | optimizing unpack_coeffs() | Michael Niedermayer | 2005-04-14 | 1 | -9/+12 |
* | Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/) | Yartrebo | 2005-04-13 | 1 | -4/+4 |
* | rescale coefficients during IDWT, that way the lifting steps are much simpler... | Michael Niedermayer | 2005-04-10 | 1 | -9/+45 |
* | increasing precission of the quantization parameter | Michael Niedermayer | 2005-04-09 | 1 | -1/+1 |
* | fix QROOT != 8 | Michael Niedermayer | 2005-04-09 | 1 | -24/+26 |
* | 10% faster unpack_coeffs | Michael Niedermayer | 2005-04-05 | 1 | -11/+31 |
* | fixing lossless snow | Michael Niedermayer | 2005-04-05 | 1 | -1/+1 |
* | merge vertical lifting steps and a little cleanup | Michael Niedermayer | 2005-04-04 | 1 | -22/+27 |
* | Snow Slicing patch by (Yartrebo) yartrebo earthlink net | Yartrebo | 2005-04-03 | 1 | -65/+682 |
* | slice-based idwt (10% faster decoding) | Loren Merritt | 2005-03-15 | 1 | -43/+129 |
* | -strict -1 comment fix | Michael Niedermayer | 2005-02-24 | 1 | -1/+1 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -5/+0 |
* | 10l patch by (matthieu castet <castet.matthieu free fr>) | Matthieu Castet | 2005-01-16 | 1 | -2/+2 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -3/+12 |
* | Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>) | Gianluigi Tiesi | 2005-01-03 | 1 | -0/+2 |
* | fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be}) | Michael Niedermayer | 2004-11-25 | 1 | -0/+4 |
* | CABAC -> range coder | Michael Niedermayer | 2004-10-30 | 1 | -87/+104 |
* | unused | Michael Niedermayer | 2004-09-24 | 1 | -2/+0 |
* | merge predict_plane() with DWTELEM->8bit conversation (21% faster) | Michael Niedermayer | 2004-09-23 | 1 | -31/+36 |
* | 8 -> FRAC_BITS | Michael Niedermayer | 2004-09-21 | 1 | -12/+19 |
* | consistent use of types patch by (D Richard Felker III <dalias at aerifal dot... | D Richard Felker III | 2004-09-19 | 1 | -34/+34 |
* | simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>) | Loren Merritt | 2004-09-17 | 1 | -17/+8 |
* | per picture psnr | Michael Niedermayer | 2004-09-15 | 1 | -1/+1 |
* | 100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...) | Michael Niedermayer | 2004-09-12 | 1 | -3/+13 |
* | use h264 MC code if possible | Michael Niedermayer | 2004-09-12 | 1 | -25/+7 |
* | use pointer arithmetic in mc_block(), 25% faster | Michael Niedermayer | 2004-09-12 | 1 | -16/+24 |
* | 20% faster predict_plane() | Michael Niedermayer | 2004-09-05 | 1 | -72/+171 |
* | 10l (keyframes and context resets) | Michael Niedermayer | 2004-08-31 | 1 | -10/+13 |
* | cleanup | Michael Niedermayer | 2004-08-28 | 1 | -509/+9 |
* | 10l | Michael Niedermayer | 2004-08-28 | 1 | -3/+8 |
* | merge decode_subband() and dequantize() | Michael Niedermayer | 2004-08-27 | 1 | -12/+22 |
* | 11% faster decode_subband() | Michael Niedermayer | 2004-08-27 | 1 | -15/+15 |
* | 5% faster decode_subband() | Michael Niedermayer | 2004-08-27 | 1 | -114/+20 |
* | 46% faster decode_subband() | Michael Niedermayer | 2004-08-27 | 1 | -9/+50 |
* | 50% faster decode_subband() | Michael Niedermayer | 2004-08-27 | 1 | -1/+9 |
* | quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ... | Michael Niedermayer | 2004-08-26 | 1 | -217/+497 |
* | edge bugfix | Michael Niedermayer | 2004-08-25 | 1 | -0/+8 |
* | cleanup | Michael Niedermayer | 2004-08-03 | 1 | -18/+18 |
* | lossless support | Michael Niedermayer | 2004-08-02 | 1 | -7/+37 |
* | cleanup | Michael Niedermayer | 2004-08-02 | 1 | -314/+1 |
* | improved magnitude coding, 0.2% lower bitrate (foreman@352x288 qscale 1 and 8) | Michael Niedermayer | 2004-08-02 | 1 | -14/+16 |