]> git.sesse.net Git - ffmpeg/history - libavcodec/rv34.c
mpegvideo: Add ff_ prefix to nonstatic functions
[ffmpeg] / libavcodec / rv34.c
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-14 Janne Grunaurv34: handle size changes during frame multithreading
2012-02-14 Janne Grunaurv34: use AVERROR return values in ff_rv34_decode_frame()
2012-01-16 Christophe GISQUETrv34: 1-pass inter MB reconstruction
2012-01-15 Christophe GISQUETrv34: Intra 16x16 handling
2012-01-15 Christophe GISQUETrv34: Inter/intra MB code split
2012-01-12 Janne Grunaurv34: fix and optimise frame dependency checking
2012-01-12 Christophe GISQUETrv34: DC-only inverse transform
2012-01-10 Janne Grunaurv34: frame-level multi-threading
2012-01-10 Janne Grunaurv34: use get_bits_left()
2012-01-04 John Brooksrv34: fix invalid memory access for small video dimensions
2012-01-04 Christophe GISQUETrv34: joint coefficient decoding and dequantization
2011-12-13 Luca Barbatolavc: introduce ER_MB_END and ER_MB_ERROR
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-12-13 Mans Rullgardrv34: move 4x4 dequant to RV34DSPContext
2011-12-01 Mans Rullgardrv34: align temporary block of "dct" coefs
2011-11-26 Mans Rullgardrv34: fix signed multiplication overflow
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-12 Janne Grunaurv34: move inverse transform functions to DSP context
2011-09-22 Laurent Aimarrv34: Check for invalid slices offsets
2011-09-20 Laurent Aimarrv34: Check for invalid slice offsets
2011-09-19 Laurent Aimarrv34: Fix potential overreads
2011-09-19 Laurent Aimarrv34: Fix buffer size used for MC of B frames after...
2011-09-19 Laurent Aimarrv34: Avoid NULL dereference on corrupted bitstream
2011-09-15 Laurent AimarFixed size given to init_get_bits().
2011-09-12 Kostya Shishkovrv34: check that subsequent slices have the same type...
2011-08-12 Kostya Shishkovrv34: free+allocate buffer instead of reallocating...
2011-08-11 Kostya ShishkovAdd weighted motion compensation for RV40 B-frames
2011-08-11 Kostya ShishkovRV3/4: calculate B-frame motion weights once per frame
2011-08-11 Kostya ShishkovMove RV3/4-specific DSP functions into their own context
2011-08-09 Kostya ShishkovPretty-print RV3/4 decoder source
2011-08-02 Kostya ShishkovCorrect chroma vector calculation for RealVideo 3.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-04 Diego BiurrunRemove unused static tables and static inline functions.
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...
next