| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -12/+12 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Remove unused variables and the corresponding warnings along with them. | Diego Biurrun | 2006-10-03 | 1 | -2/+0 |
* | dc_val should be signed | Måns Rullgård | 2006-09-27 | 1 | -7/+7 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -7/+7 |
* | Finally enable B-frame decoding as all known samples work perfect | Kostya Shishkov | 2006-09-21 | 1 | -6/+0 |
* | For B-frames if the second reference frame signals intensity compensation | Kostya Shishkov | 2006-09-21 | 1 | -0/+12 |
* | Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed | Kostya Shishkov | 2006-09-21 | 1 | -16/+8 |
* | Swap back and forward motion vectors to achieve correct picture | Kostya Shishkov | 2006-09-12 | 1 | -1/+11 |
* | Set motion vectors used in B-frames to zero by default | Kostya Shishkov | 2006-09-12 | 1 | -0/+4 |
* | Use h264_chroma funcs in B-frames MC too | Kostya Shishkov | 2006-09-12 | 1 | -2/+4 |
* | Fix edge emulation for bicubic MC in B frames | Kostya Shishkov | 2006-09-12 | 1 | -3/+5 |
* | 2989l: Set avctx->has_b_frames value in header and don't change it | Kostya Shishkov | 2006-09-12 | 1 | -2/+1 |
* | Disable B-frames decoding until they produce correct picture | Kostya Shishkov | 2006-09-10 | 1 | -0/+6 |
* | Drop unneeded checks before av_free() and change to av_freep() where it's mor... | Kostya Shishkov | 2006-09-09 | 1 | -8/+8 |
* | Support for BI-frames in Advanced Profile | Kostya Shishkov | 2006-09-09 | 1 | -3/+8 |
* | Don't print header bits by default | Kostya Shishkov | 2006-09-09 | 1 | -1/+1 |
* | [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() | Kostya Shishkov | 2006-09-09 | 1 | -45/+32 |
* | [Cosmetics] Remove some done TODOs/FIXMEs from comments | Kostya Shishkov | 2006-09-09 | 1 | -15/+2 |
* | Proper support for B/BI frames | Kostya Shishkov | 2006-09-09 | 1 | -52/+257 |
* | VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) | Kostya Shishkov | 2006-09-04 | 1 | -27/+777 |
* | Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab | Kostya Shishkov | 2006-09-02 | 1 | -4/+18 |
* | New qpel MC functions conforming to VC-1 standard. | Kostya Shishkov | 2006-08-31 | 1 | -14/+4 |
* | Spelling | Kostya Shishkov | 2006-08-31 | 1 | -2/+2 |
* | Motion compensation for luma always use halfpel precision. | Kostya Shishkov | 2006-08-31 | 1 | -33/+8 |
* | Disable B-frames decoding until I return and finish their proper decoding. | Kostya Shishkov | 2006-08-11 | 1 | -0/+1 |
* | Correct MC for B-frames and some improvements (not 100% complete though) | Kostya Shishkov | 2006-08-06 | 1 | -13/+135 |
* | Bicubic interpolation requires two additional pixels for block | Kostya Shishkov | 2006-08-06 | 1 | -2/+2 |
* | 100l: intensity compensation must be also done in 4-MV mode | Kostya Shishkov | 2006-08-04 | 1 | -2/+30 |
* | Don't try to decode P-frames from old WMV3 variant until their format is figured | Kostya Shishkov | 2006-08-03 | 1 | -2/+4 |
* | Use bicubic MC (should also remove those ringing artifacts) when needed | Kostya Shishkov | 2006-07-30 | 1 | -17/+31 |
* | Use functions from DSPContext in vc1.c | Kostya Shishkov | 2006-07-30 | 1 | -180/+26 |
* | Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use) | Kostya Shishkov | 2006-07-29 | 1 | -0/+2 |
* | Support range reduced frames | Kostya Shishkov | 2006-07-29 | 1 | -3/+61 |
* | Support grayscale decoding. | Kostya Shishkov | 2006-07-29 | 1 | -10/+34 |
* | Add rounding for overlap filters | Kostya Shishkov | 2006-07-28 | 1 | -28/+28 |
* | Some B-frames support (parsing and decoding only, no motion compesation is done) | Kostya Shishkov | 2006-07-24 | 1 | -8/+293 |
* | Some fixes for decode_p_mb() | Kostya Shishkov | 2006-07-24 | 1 | -2/+3 |
* | Remove obsolete and misleading warning. | Diego Biurrun | 2006-07-23 | 1 | -3/+0 |
* | Correct edge MC for chroma | Kostya Shishkov | 2006-07-23 | 1 | -2/+2 |
* | Replace code for clipping MV vectors (which is wrong to use here) with clippi... | Kostya Shishkov | 2006-07-22 | 1 | -13/+8 |
* | Don't do non-uniform quantization on zero coeffs. | Kostya Shishkov | 2006-07-22 | 1 | -4/+4 |
* | 1000l: scale DC predictors instead of predicted value. | Kostya Shishkov | 2006-07-21 | 1 | -12/+20 |
* | Set DC = 0 for skipped MB as it interferes DC prediction | Kostya Shishkov | 2006-07-21 | 1 | -2/+8 |
* | Set correctly quantizer and transform mode when parsing frame header. | Kostya Shishkov | 2006-07-21 | 1 | -1/+4 |
* | Don't pass block[6][64] parameter to decode_p_mb as we always use s->block | Kostya Shishkov | 2006-07-16 | 1 | -11/+11 |
* | Correct inverse quantization for P-frames | Kostya Shishkov | 2006-07-16 | 1 | -4/+13 |
* | Rounding control for motion compensation. | Kostya Shishkov | 2006-07-16 | 1 | -16/+41 |
* | FastUVMV vs FastUVMC typo, noticed by bond | Diego Biurrun | 2006-07-09 | 1 | -1/+1 |
* | Check if 4-MV MB should not be decoded. | Kostya Shishkov | 2006-07-09 | 1 | -0/+2 |