summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* libvpx: Support the vp9 extended profilesLuca Barbato2015-06-21
* libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-08
* libvpxdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-14
* libvpx: support vp9Luca Barbato2013-01-14
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavsJanne Grunau2012-01-11
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_siz...Alex Converse2010-08-06
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Headers for libvpx are installed into vpx subdirectory.Carl Eugen Hoyos2010-05-25
* VP8 decoding via libvpx.James Zern2010-05-25