]> git.sesse.net Git - ffmpeg/history - libavcodec/rv34.c
Mask bits of reference indexes properly to avoid negative numbers entangling
[ffmpeg] / libavcodec / rv34.c
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-28 Kostya ShishkovCalculate motion vector information based on PTS provid...
2008-04-26 Kostya ShishkovSkip blocks in B-frames reuse motion vectors from next...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-01-18 Kostya ShishkovSave quantizer values as well
2008-01-18 Kostya ShishkovSave coded block patterns for future loop filtering.
2008-01-06 Kostya ShishkovFractional parts of motion vectors should be accounted...
2008-01-04 Kostya ShishkovRV30 thirdpel motion compensation support
2008-01-03 Kostya ShishkovMake decode210() common function.
2007-12-31 Kostya ShishkovDirect blocks should use motion vectors from the second...
2007-12-17 Kostya ShishkovCorrect spatial prediction mode in RV30/40 for vertical...
2007-12-16 Kostya ShishkovRV30/40 decoding core