Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FastUVMV vs FastUVMC typo, noticed by bond | Diego Biurrun | 2006-07-09 | 1 | -1/+1 |
| | | | | Originally committed as revision 5693 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Check if 4-MV MB should not be decoded. | Kostya Shishkov | 2006-07-09 | 1 | -0/+2 |
| | | | | Originally committed as revision 5688 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | MVRANGE may occur in all frames and RESPIC in all but B-frames | Kostya Shishkov | 2006-07-09 | 1 | -11/+11 |
| | | | | Originally committed as revision 5687 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix mquant selection for ALL_MBS mode | Kostya Shishkov | 2006-07-09 | 1 | -4/+3 |
| | | | | Originally committed as revision 5686 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use overlap filter instead of loop filter. | Kostya Shishkov | 2006-07-09 | 1 | -34/+24 |
| | | | | Originally committed as revision 5685 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use s->first_slice_line in checks instead of s->mb_y | Kostya Shishkov | 2006-07-09 | 1 | -6/+8 |
| | | | | Originally committed as revision 5684 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, ↵ | Kostya Shishkov | 2006-07-07 | 1 | -17/+22 |
| | | | | | | | | and always use halfpel MC. Not quite there yet but a bit better picture on some files. Originally committed as revision 5652 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Enable coefficient scaling | Kostya Shishkov | 2006-07-07 | 1 | -22/+21 |
| | | | | Originally committed as revision 5651 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Don't read out-of-bounds values. | Kostya Shishkov | 2006-07-07 | 1 | -1/+2 |
| | | | | Originally committed as revision 5650 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix one case of choosing MV for chroma | Kostya Shishkov | 2006-07-06 | 1 | -5/+5 |
| | | | | Originally committed as revision 5635 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Implement intensity compensation | Kostya Shishkov | 2006-07-04 | 1 | -2/+42 |
| | | | | Originally committed as revision 5609 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Correctly choose global transform mode, MV mode and fix bitplane decoding | Kostya Shishkov | 2006-07-04 | 1 | -3/+9 |
| | | | | Originally committed as revision 5608 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Optimizations suggested by Michael Niedermayer | Kostya Shishkov | 2006-07-04 | 1 | -53/+21 |
| | | | | Originally committed as revision 5607 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Correctly detect when use hpel or qpel mode | Kostya Shishkov | 2006-07-03 | 1 | -1/+6 |
| | | | | Originally committed as revision 5601 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | 4-MV mode final fixes (now it works for non-exotic modes) | Kostya Shishkov | 2006-07-03 | 1 | -5/+8 |
| | | | | Originally committed as revision 5600 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | vc1_decode_intra_block() simplifications and corrections | Kostya Shishkov | 2006-07-03 | 1 | -42/+19 |
| | | | | Originally committed as revision 5599 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | 4-MV decoding support | Kostya Shishkov | 2006-07-03 | 1 | -81/+368 |
| | | | | Originally committed as revision 5591 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Adjust AC prediction if (some) predictors are not available. | Kostya Shishkov | 2006-07-01 | 1 | -13/+14 |
| | | | | Originally committed as revision 5564 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | 0xFFFF l of cola. Now P-frames are decoded almost without distortions. | Kostya Shishkov | 2006-07-01 | 1 | -2/+2 |
| | | | | Originally committed as revision 5563 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove unused variable (and it wasn't free'd too) | Kostya Shishkov | 2006-07-01 | 1 | -5/+0 |
| | | | | Originally committed as revision 5562 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use MpegEncContext->mbskip_table instead of custom bitplane. | Kostya Shishkov | 2006-07-01 | 1 | -5/+2 |
| | | | | Originally committed as revision 5561 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Slightly reworked MC code, it gives better picture. | Kostya Shishkov | 2006-06-30 | 1 | -6/+6 |
| | | | | Originally committed as revision 5554 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | typo | Kostya Shishkov | 2006-06-30 | 1 | -1/+1 |
| | | | | Originally committed as revision 5553 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Some optimization and fixes - mostly reworked MC and bitplanes. | Kostya Shishkov | 2006-06-29 | 1 | -242/+216 |
| | | | | Originally committed as revision 5543 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | This should make P-frames decoding work on x86 (by avoiding get_bits(0)) | Kostya Shishkov | 2006-06-29 | 1 | -3/+7 |
| | | | | Originally committed as revision 5542 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Added loop filtering as ersatz for overlap filter (improves picture quality ↵ | Kostya Shishkov | 2006-06-27 | 1 | -9/+36 |
| | | | | | | for coarse quantization). Originally committed as revision 5535 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | VC1 Intra blocks in P-frames use different zigzag table than I-frames. | Kostya Shishkov | 2006-06-27 | 1 | -7/+1 |
| | | | | Originally committed as revision 5534 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | VC-1 decoder with I-frames support and partial P-frames decoding | Kostya Shishkov | 2006-06-27 | 1 | -1533/+1537 |
| | | | | Originally committed as revision 5530 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Rename VC9 to VC1 as there is no such thing as VC9 | Kostya Shishkov | 2006-06-27 | 1 | -0/+2675 |
Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk |