]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/rv34.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / rv34.c
2009-11-24 kostyaCall avcodec_set_dimensions() instead of simply setting...
2009-11-22 kostyaUpdate dimensions in AVCodecContext when RV3/4 frame...
2009-08-30 kostyaConvert ZERO8x2 macro into inline function
2009-08-30 kostyaZeroing pic->motion_val in RV3/4 causes alignment probl...
2009-08-30 kostyaAdjust r->avail_cache[] indexes to avoid alignment...
2009-07-01 kostyaRV3/4 intra types array causes alignment issues (at...
2009-04-27 kostyaRevert changing VLC initialization type for RV3/4 decoder.
2009-04-25 kostyaGet rid of monstrous static table and initialize VLCs...
2009-04-21 kostya100l: VLC table array should not be const
2009-04-21 kostyaMake RV3/4 VLC tables use new static initialization...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-15 kostyaCorrect MV prediction for B-frame blocks in RV4 decoder
2009-03-13 kostyaFix direct and skip MB motion compensation in RV4:
2009-02-25 kostyacosmetics: reindent after last commit
2009-02-25 kostyaSince motion vectors for intra blocks are always zero...
2009-02-14 kostyaEnable dropping frames for RV3/4
2009-02-13 kostyaIn RV3/4 nonzero MB offset for the first slice also...
2009-02-07 kostyaMove RV3/4 frame type check upper, so 1-slice unanchore...
2009-02-01 kostyaSilence two pointer assignment compiler warnings in...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 diegoAdd missing void keyword to parameterless function...
2009-01-28 kostyaFix documenting comments for RV3/4 decoder
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2008-12-29 kostyaIt turned out that RV30 uses motion vectors for forward...
2008-12-23 kostya352l: correct calculating number of bits for storing...
2008-12-17 kostyaadd const qualifier to some pointers for input data
2008-12-17 kostyause precalculated mb_pos where available
2008-12-17 kostyaMerge deblocking pattern with CBP for RV30/40 loop...
2008-12-17 kostyaGenerate correct deblock pattern for RV30
2008-12-07 kostyaDo not attempt to decode RV30/40 B-frames without anchors.
2008-12-02 kostyaFix reading out of buffer during RV30/40 deblock mask...
2008-12-02 kostya34l: forgot to change one case of chroma MC for RV40
2008-12-02 kostyaCheck RV30/40 slice offsets to be inside buffer.
2008-12-02 kostyaUpdate ff_rv34_decode_frame() arguments definition
2008-11-29 kostyaInvoke future RV30/40 loop filter for already decoded...
2008-11-27 kostyaFix RV40 chroma MC
2008-11-20 kostya33l Fix applying residue condition in RV30/40 decoder
2008-11-20 kostyaEliminate direct use of s->current_picture in RV30...
2008-11-20 kostyaUse wider margins for edge emulation in RV30/40
2008-11-12 diegoRemove unused variable.
2008-11-08 kostyaSplit RV3/4 deblock pattern into horizontal and vertica...
2008-11-08 kostyaDrop redundant check in RV3/4 deblock coefficients...
2008-11-07 kostyaCalculating an additional MV-based deblocking pattern...
2008-11-01 kostyaIntroduce RV3-specific motion vector prediction.
2008-10-30 kostyaCorrect motion vector scaling in B-frames for RV3/4
2008-10-27 kostyaFix chroma motion compensation for RV30
2008-10-24 kostyaChoose RV3/4 DC quantizer correctly
2008-10-20 kostya34l: free RV3/4 context variables at the end
2008-10-20 kostyaRV3 and RV4 decoders set some deblocking coefs for...
2008-10-20 kostyaMark some of RV3/4 block types as having separate DC...
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-04-28 kostyaCalculate motion vector information based on PTS provid...
2008-04-26 kostyaSkip blocks in B-frames reuse motion vectors from next...
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-01-18 kostyaSave quantizer values as well
2008-01-18 kostyaSave coded block patterns for future loop filtering.
2008-01-06 kostyaFractional parts of motion vectors should be accounted...
2008-01-04 kostyaRV30 thirdpel motion compensation support
2008-01-03 kostyaMake decode210() common function.
2007-12-31 kostyaDirect blocks should use motion vectors from the second...
2007-12-17 kostyaCorrect spatial prediction mode in RV30/40 for vertical...
2007-12-16 kostyaRV30/40 decoding core