summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-08
* rv34: use ff_mpeg_update_thread_context only when decoder is fully initializedJanne Grunau2014-08-22
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-14
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* rv34: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* rv34: Fix a memory leak on errorsMartin Storsjö2013-09-19
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-07
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* rv34: use ff_MPV_common_frame_size_change()Janne Grunau2012-09-19
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* rv34: remove inline keyword from rv34_decode_block().Ronald S. Bultje2012-04-28
* rv40: change a logical test into a bitwise one.Christophe Gisquet2012-04-28
* rv34: remove constant parameterChristophe Gisquet2012-04-28
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* rv34: set mb_num_left to 0 after finishing a frameRonald S. Bultje2012-03-26
* rv34: error out on size changes with frame threadingJanne Grunau2012-03-23
* rv34: Handle only complete frames in frame-mt.Janne Grunau2012-03-23
* rv34: remove dead code in intra availability checkChristophe GISQUET2012-03-07
* rv34: clean a bit availability checks.Christophe GISQUET2012-03-07
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* rv34: handle size changes during frame multithreadingJanne Grunau2012-02-14
* rv34: use AVERROR return values in ff_rv34_decode_frame()Janne Grunau2012-02-14
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-16
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-16
* rv34: Inter/intra MB code splitChristophe GISQUET2012-01-16
* rv34: fix and optimise frame dependency checkingJanne Grunau2012-01-12
* rv34: DC-only inverse transformChristophe GISQUET2012-01-12
* rv34: frame-level multi-threadingJanne Grunau2012-01-10
* rv34: use get_bits_left()Janne Grunau2012-01-10
* rv34: fix invalid memory access for small video dimensionsJohn Brooks2012-01-04
* rv34: joint coefficient decoding and dequantizationChristophe GISQUET2012-01-04
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13