]> git.sesse.net Git - ffmpeg/history - libavcodec/rv34.c
md5: cosmetics
[ffmpeg] / libavcodec / rv34.c
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2010-07-02 Diego BiurrunDisambiguate bitstream groups for AAC and RV30/RV40.
2010-06-30 Eli FriedmanFix "initialization from incompatible pointer type...
2010-06-25 Måns Rullgårdrv34: kill VLAs
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-09 Vitor SessakRevert commit 22378.
2010-03-09 Kostya ShishkovCheck for reference frames so RV 3/4 won't segfault...
2009-11-24 Kostya ShishkovCall avcodec_set_dimensions() instead of simply setting...
2009-11-22 Kostya ShishkovUpdate dimensions in AVCodecContext when RV3/4 frame...
2009-08-30 Kostya ShishkovConvert ZERO8x2 macro into inline function
2009-08-30 Kostya ShishkovZeroing pic->motion_val in RV3/4 causes alignment probl...
2009-08-30 Kostya ShishkovAdjust r->avail_cache[] indexes to avoid alignment...
2009-07-01 Kostya ShishkovRV3/4 intra types array causes alignment issues (at...
2009-04-27 Kostya ShishkovRevert changing VLC initialization type for RV3/4 decoder.
2009-04-25 Kostya ShishkovGet rid of monstrous static table and initialize VLCs...
2009-04-21 Kostya Shishkov100l: VLC table array should not be const
2009-04-21 Kostya ShishkovMake RV3/4 VLC tables use new static initialization...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-15 Kostya ShishkovCorrect MV prediction for B-frame blocks in RV4 decoder
2009-03-13 Kostya ShishkovFix direct and skip MB motion compensation in RV4:
2009-02-25 Kostya Shishkovcosmetics: reindent after last commit
2009-02-25 Kostya ShishkovSince motion vectors for intra blocks are always zero...
2009-02-14 Kostya ShishkovEnable dropping frames for RV3/4
2009-02-13 Kostya ShishkovIn RV3/4 nonzero MB offset for the first slice also...
2009-02-07 Kostya ShishkovMove RV3/4 frame type check up so 1-slice unanchored...
2009-02-01 Kostya ShishkovSilence two pointer assignment compiler warnings in...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2009-01-28 Kostya ShishkovFix Doxygen comments for RV3/4 decoder.
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
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