summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv34.c
Commit message (Expand)AuthorAgeFilesLines
* golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun2016-05-251-2/+2
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-081-3/+3
* rv34: use ff_mpeg_update_thread_context only when decoder is fully initializedJanne Grunau2014-08-221-4/+6
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-12/+12
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-0/+2
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-0/+1
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-0/+1
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-7/+7
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-2/+0
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-3/+9
* rv34: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-1/+5
* rv34: Fix a memory leak on errorsMartin Storsjö2013-09-191-2/+6
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-81/+90
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-0/+1
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-6/+6
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-1/+0
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-061-2/+2
* Drop DCTELEM typedefDiego Biurrun2013-01-221-10/+10
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-3/+3
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* rv34: use ff_MPV_common_frame_size_change()Janne Grunau2012-09-191-11/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* rv34: remove inline keyword from rv34_decode_block().Ronald S. Bultje2012-04-281-1/+1
* rv40: change a logical test into a bitwise one.Christophe Gisquet2012-04-281-1/+1
* rv34: remove constant parameterChristophe Gisquet2012-04-281-11/+6
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-101-24/+34
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-4/+1
* rv34: set mb_num_left to 0 after finishing a frameRonald S. Bultje2012-03-261-0/+2
* rv34: error out on size changes with frame threadingJanne Grunau2012-03-231-0/+7
* rv34: Handle only complete frames in frame-mt.Janne Grunau2012-03-231-79/+112
* rv34: remove dead code in intra availability checkChristophe GISQUET2012-03-071-15/+0
* rv34: clean a bit availability checks.Christophe GISQUET2012-03-071-10/+10
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-3/+3
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-11/+11
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-4/+4
* rv34: handle size changes during frame multithreadingJanne Grunau2012-02-141-64/+82
* rv34: use AVERROR return values in ff_rv34_decode_frame()Janne Grunau2012-02-141-4/+8
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-161-131/+96
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-161-125/+156
* rv34: Inter/intra MB code splitChristophe GISQUET2012-01-161-53/+191
* rv34: fix and optimise frame dependency checkingJanne Grunau2012-01-121-2/+3
* rv34: DC-only inverse transformChristophe GISQUET2012-01-121-37/+58
* rv34: frame-level multi-threadingJanne Grunau2012-01-101-0/+90
* rv34: use get_bits_left()Janne Grunau2012-01-101-2/+1
* rv34: fix invalid memory access for small video dimensionsJohn Brooks2012-01-041-2/+3
* rv34: joint coefficient decoding and dequantizationChristophe GISQUET2012-01-041-36/+44
OpenPOWER on IntegriCloud