| Commit message (Expand) | Author | Age | Files | Lines |
* | golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names | Diego Biurrun | 2016-05-25 | 1 | -2/+2 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | mpegvideo: Move various temporary buffers to a separate context | Vittorio Giovara | 2015-06-08 | 1 | -3/+3 |
* | rv34: use ff_mpeg_update_thread_context only when decoder is fully initialized | Janne Grunau | 2014-08-22 | 1 | -4/+6 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -12/+12 |
* | idct: remove call to ff_idctdsp_init from ff_MPV_common_init | John Stebbins | 2014-08-14 | 1 | -0/+2 |
* | mpeg: Split error resilience bits off into a separate file | Diego Biurrun | 2014-06-22 | 1 | -0/+1 |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -0/+1 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -7/+7 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -2/+0 |
* | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -3/+9 |
* | rv34: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -1/+5 |
* | rv34: Fix a memory leak on errors | Martin Storsjö | 2013-09-19 | 1 | -2/+6 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -81/+90 |
* | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -0/+1 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -6/+6 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -1/+0 |
* | rv34: Drop now unnecessary dsputil dependencies | Diego Biurrun | 2013-02-06 | 1 | -2/+2 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -10/+10 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -3/+3 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | rv34: use ff_MPV_common_frame_size_change() | Janne Grunau | 2012-09-19 | 1 | -11/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | rv34: remove inline keyword from rv34_decode_block(). | Ronald S. Bultje | 2012-04-28 | 1 | -1/+1 |
* | rv40: change a logical test into a bitwise one. | Christophe Gisquet | 2012-04-28 | 1 | -1/+1 |
* | rv34: remove constant parameter | Christophe Gisquet | 2012-04-28 | 1 | -11/+6 |
* | rv40dsp: implement prescaled versions for biweight. | Christophe GISQUET | 2012-04-10 | 1 | -24/+34 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -4/+1 |
* | rv34: set mb_num_left to 0 after finishing a frame | Ronald S. Bultje | 2012-03-26 | 1 | -0/+2 |
* | rv34: error out on size changes with frame threading | Janne Grunau | 2012-03-23 | 1 | -0/+7 |
* | rv34: Handle only complete frames in frame-mt. | Janne Grunau | 2012-03-23 | 1 | -79/+112 |
* | rv34: remove dead code in intra availability check | Christophe GISQUET | 2012-03-07 | 1 | -15/+0 |
* | rv34: clean a bit availability checks. | Christophe GISQUET | 2012-03-07 | 1 | -10/+10 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -3/+3 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -11/+11 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | rv34: handle size changes during frame multithreading | Janne Grunau | 2012-02-14 | 1 | -64/+82 |
* | rv34: use AVERROR return values in ff_rv34_decode_frame() | Janne Grunau | 2012-02-14 | 1 | -4/+8 |
* | rv34: 1-pass inter MB reconstruction | Christophe GISQUET | 2012-01-16 | 1 | -131/+96 |
* | rv34: Intra 16x16 handling | Christophe GISQUET | 2012-01-16 | 1 | -125/+156 |
* | rv34: Inter/intra MB code split | Christophe GISQUET | 2012-01-16 | 1 | -53/+191 |
* | rv34: fix and optimise frame dependency checking | Janne Grunau | 2012-01-12 | 1 | -2/+3 |
* | rv34: DC-only inverse transform | Christophe GISQUET | 2012-01-12 | 1 | -37/+58 |
* | rv34: frame-level multi-threading | Janne Grunau | 2012-01-10 | 1 | -0/+90 |
* | rv34: use get_bits_left() | Janne Grunau | 2012-01-10 | 1 | -2/+1 |
* | rv34: fix invalid memory access for small video dimensions | John Brooks | 2012-01-04 | 1 | -2/+3 |
* | rv34: joint coefficient decoding and dequantization | Christophe GISQUET | 2012-01-04 | 1 | -36/+44 |