]> git.sesse.net Git - ffmpeg/history - libavcodec/rv34.c
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
[ffmpeg] / libavcodec / rv34.c
2008-12-29 Kostya ShishkovIt turned out that RV30 uses motion vectors for forward...
2008-12-23 Kostya Shishkov352l: correct calculating number of bits for storing...
2008-12-17 Kostya Shishkovadd const qualifier to some pointers for input data
2008-12-17 Kostya Shishkovuse precalculated mb_pos where available
2008-12-17 Kostya ShishkovMerge deblocking pattern with CBP for RV30/40 loop...
2008-12-17 Kostya ShishkovGenerate correct deblock pattern for RV30
2008-12-07 Kostya ShishkovDo not attempt to decode RV30/40 B-frames without anchors.
2008-12-02 Kostya ShishkovFix reading out of buffer during RV30/40 deblock mask...
2008-12-02 Kostya Shishkov34l: forgot to change one case of chroma MC for RV40
2008-12-02 Kostya ShishkovCheck RV30/40 slice offsets to be inside buffer.
2008-12-02 Kostya ShishkovUpdate ff_rv34_decode_frame() arguments definition
2008-11-29 Kostya ShishkovInvoke future RV30/40 loop filter for already decoded...
2008-11-27 Kostya ShishkovFix RV40 chroma MC
2008-11-20 Kostya Shishkov33l Fix applying residue condition in RV30/40 decoder
2008-11-20 Kostya ShishkovEliminate direct use of s->current_picture in RV30...
2008-11-20 Kostya ShishkovUse wider margins for edge emulation in RV30/40
2008-11-12 Diego BiurrunRemove unused variable.
2008-11-08 Kostya ShishkovSplit RV3/4 deblock pattern into horizontal and vertica...
2008-11-08 Kostya ShishkovDrop redundant check in RV3/4 deblock coefficients...
2008-11-07 Kostya ShishkovCalculating an additional MV-based deblocking pattern...
2008-11-01 Kostya ShishkovIntroduce RV3-specific motion vector prediction.
2008-10-30 Kostya ShishkovCorrect motion vector scaling in B-frames for RV3/4
2008-10-27 Kostya ShishkovFix chroma motion compensation for RV30
2008-10-24 Kostya ShishkovChoose RV3/4 DC quantizer correctly
2008-10-20 Kostya Shishkov34l: free RV3/4 context variables at the end
2008-10-20 Kostya ShishkovRV3 and RV4 decoders set some deblocking coefs for...
2008-10-20 Kostya ShishkovMark some of RV3/4 block types as having separate DC...
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