| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -7/+7 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -4/+4 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -5/+5 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | theora: support different visible and coded frame size | Vittorio Giovara | 2014-12-18 | 1 | -16/+45 |
* | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -0/+1 |
* | VP3: K&R formatting cosmetics | Vittorio Giovara | 2014-04-01 | 1 | -755/+787 |
* | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | Give IDCT matrix transpose macro a more descriptive name | Diego Biurrun | 2014-02-27 | 1 | -4/+4 |
* | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -1/+5 |
* | vp3: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -8/+5 |
* | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 1 | -2/+2 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | vp3: Check the framerate for validity | Martin Storsjö | 2013-09-16 | 1 | -0/+4 |
* | vp3: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -4/+5 |
* | vp3: Use full transpose for all IDCTs | Ronald S. Bultje | 2013-04-15 | 1 | -5/+8 |
* | vp3: Embed idct_permutation array directly in VP3DecoderContext | Ronald S. Bultje | 2013-04-08 | 1 | -3/+5 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -69/+103 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+4 |
* | vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. | Ronald S. Bultje | 2013-01-21 | 1 | -1/+1 |
* | Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. | Ronald S. Bultje | 2013-01-19 | 1 | -1/+1 |
* | vp3: integrate clear_blocks with idct of previous block. | Ronald S. Bultje | 2013-01-19 | 1 | -3/+2 |
* | theora: Skip zero-sized headers | Martin Storsjö | 2013-01-17 | 1 | -0/+2 |
* | vp3: Fix double free in vp3_decode_end() | Ronald Bultje | 2013-01-10 | 1 | -9/+9 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -2/+4 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -1/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -4/+4 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -11/+11 |
* | vp3: Assert on invalid filter_limit values. | Dale Curtis | 2012-04-12 | 1 | -0/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -21/+23 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -9/+9 |
* | vp3: fix streams with non-zero last coefficient | Janne Grunau | 2012-01-05 | 1 | -0/+2 |
* | vp3dec: Check coefficient index in vp3_dequant() | Reinhard Tartler | 2011-12-23 | 1 | -2/+12 |
* | vp3: Reorder some functions to fix VP3 build with Theora disabled. | Diego Biurrun | 2011-12-20 | 1 | -77/+74 |
* | avcodec: change number of plane pointers from 4 to 8 at next major bump. | Justin Ruggles | 2011-12-02 | 1 | -3/+4 |
* | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 1 | -1/+3 |
* | vp3: remove some pointless comments | Diego Biurrun | 2011-11-02 | 1 | -9/+0 |
* | vp3: fix oob read for negative tokens and memleaks on error. | Ronald S. Bultje | 2011-10-28 | 1 | -14/+45 |
* | lavc: use avpriv_ prefix for ff_split_xiph_headers. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | w32threads: support for frame multithreading | Steven Walters | 2011-10-16 | 1 | -4/+4 |
* | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -1/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -20/+16 |
* | vp3/theora: flush after seek. | Ronald S. Bultje | 2011-07-28 | 1 | -0/+22 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |