| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com) | Kevin Baragona | 2005-04-24 | 1 | -16/+16 |
* | typo fix by ("Todd.Kirby" doubleshot pacbell net) | Michael Niedermayer | 2005-04-24 | 1 | -1/+1 |
* | Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr) | Michael Niedermayer | 2005-04-21 | 1 | -0/+1 |
* | avoid clearing block[] if its not used at all | Michael Niedermayer | 2005-04-21 | 1 | -5/+12 |
* | deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding. | Loren Merritt | 2005-04-21 | 1 | -24/+31 |
* | mpeg2_fast_decode_block_intra() | Michael Niedermayer | 2005-04-20 | 1 | -3/+80 |
* | simplify | Michael Niedermayer | 2005-04-20 | 1 | -21/+11 |
* | remove duplicate clip to 8bit function | Michael Niedermayer | 2005-04-20 | 2 | -3/+1 |
* | buffer overflows | Michael Niedermayer | 2005-04-20 | 1 | -3/+15 |
* | Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) | Michael Niedermayer | 2005-04-20 | 5 | -1/+292 |
* | optimizing non_intra ac coeff decode | Michael Niedermayer | 2005-04-19 | 1 | -43/+52 |
* | remove superfluous CONFIG_ENCODERS (entire function is already wrapped) | Mike Melanson | 2005-04-19 | 1 | -3/+1 |
* | avoid UPDATE_CACHE() in GET_RL_VLC() if not needed | Michael Niedermayer | 2005-04-18 | 5 | -16/+18 |
* | various fixes related to the non alt_bitstream_reader | Michael Niedermayer | 2005-04-18 | 3 | -7/+8 |
* | add an AMD64 specific implementation of rdtsc() | Aurelien Jacobs | 2005-04-18 | 1 | -0/+11 |
* | gcc 4 compilation fix | Bret Hughes | 2005-04-17 | 1 | -57/+57 |
* | read 32bit instead of 64bit to avoid overreading and missalignments | Michael Niedermayer | 2005-04-17 | 1 | -4/+8 |
* | 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 |
* | s/u_char/uint8_t/ | Måns Rullgård | 2005-04-12 | 1 | -2/+2 |
* | 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 |
* | Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi) | Jindřich Makovička | 2005-04-08 | 1 | -6/+6 |
* | Fix colors for YV12 case (u/v planes are swapped) | Roberto Togni | 2005-04-07 | 1 | -3/+3 |
* | CABAC support for MBAFF I frames patch by (Loïc Le Loarer < lll+ffmpeg m4x org) | Loïc Le Loarer | 2005-04-05 | 1 | -6/+31 |
* | 10% faster unpack_coeffs | Michael Niedermayer | 2005-04-05 | 1 | -11/+31 |
* | fixing lossless snow | Michael Niedermayer | 2005-04-05 | 1 | -1/+1 |
* | CABAC support for MBAFF I frames patch by (Loïc Le Loarer | lll+ffmpeg m4x org) | Loïc Le Loarer | 2005-04-05 | 1 | -49/+78 |
* | printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se) | Benjamin Larsson | 2005-04-04 | 1 | -10/+10 |
* | merge vertical lifting steps and a little cleanup | Michael Niedermayer | 2005-04-04 | 1 | -22/+27 |
* | Typo errors patch by (QuickTime | ffmpeg gmail com> | avcoder | 2005-04-04 | 1 | -3/+3 |
* | reinitialize on aspect change, | Ivan Kalvachev | 2005-04-03 | 1 | -1/+1 |
* | Snow Slicing patch by (Yartrebo) yartrebo earthlink net | Yartrebo | 2005-04-03 | 1 | -65/+682 |
* | Autodesk Animator Studio Codec (AASC) video decoder, courtesy of | Mike Melanson | 2005-04-03 | 4 | -2/+179 |
* | support some more color modes; patch by Kostya | Kostya Shishkov | 2005-04-01 | 1 | -2/+2 |
* | free that last frame | Mike Melanson | 2005-03-28 | 1 | -0/+4 |
* | Westwood SND1 decoder, courtesy of Kostya | Mike Melanson | 2005-03-28 | 4 | -2/+150 |
* | motion estimation bitrate penalty compensation | Michael Niedermayer | 2005-03-27 | 3 | -1/+11 |
* | display deblocking strength in FF_DEBUG_PICT_INFO | Loren Merritt | 2005-03-27 | 1 | -2/+2 |
* | allow 16 refs with B-frames | Loren Merritt | 2005-03-27 | 1 | -3/+3 |
* | This is the second patch for MBAFF support, this adds the deblocking | Loïc Le Loarer | 2005-03-27 | 1 | -69/+501 |
* | The cvs version 1.103 of h264.c brokes 13 conformance streams, this | Loïc Le Loarer | 2005-03-27 | 1 | -1/+1 |
* | replace custom bitstream reader with get_bits/vlc() | Michael Niedermayer | 2005-03-26 | 1 | -52/+27 |
* | make reverse[] non static | Michael Niedermayer | 2005-03-26 | 2 | -5/+7 |