]> git.sesse.net Git - ffmpeg/history - libavcodec/rv34.c
decode: be more explicit about storing the last packet properties
[ffmpeg] / libavcodec / rv34.c
2016-05-25 Diego Biurrungolomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb...
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-06-08 Vittorio Giovarampegvideo: Move various temporary buffers to a separate...
2014-08-22 Janne Grunaurv34: use ff_mpeg_update_thread_context only when decod...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-08-14 John Stebbinsidct: remove call to ff_idctdsp_init from ff_MPV_common...
2014-06-23 Diego Biurrunmpeg: Split error resilience bits off into a separate...
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-01-09 Anton Khirnovmpegvideo: drop support for real (non-emulated) edges
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-10-31 Anton Khirnovrv34: stop using deprecated avcodec_set_dimensions
2013-09-19 Martin Storsjörv34: Fix a memory leak on errors
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-07 Diego BiurrunAdd missing error_resilience includes to files that...
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-02-06 Diego Biurrunrv34: Drop now unnecessary dsputil dependencies
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-19 Janne Grunaurv34: use ff_MPV_common_frame_size_change()
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-28 Ronald S. Bultjerv34: remove inline keyword from rv34_decode_block().
2012-04-28 Christophe Gisquetrv40: change a logical test into a bitwise one.
2012-04-28 Christophe Gisquetrv34: remove constant parameter
2012-04-10 Christophe GISQUETrv40dsp: implement prescaled versions for biweight.
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-26 Ronald S. Bultjerv34: set mb_num_left to 0 after finishing a frame
2012-03-23 Janne Grunaurv34: error out on size changes with frame threading
2012-03-23 Janne Grunaurv34: Handle only complete frames in frame-mt.
2012-03-07 Christophe GISQUETrv34: remove dead code in intra availability check
2012-03-07 Christophe GISQUETrv34: clean a bit availability checks.
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
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...
next