summaryrefslogtreecommitdiffstats
path: root/libavcodec/libvpxdec.c
Commit message (Expand)AuthorAgeFilesLines
* libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-081-1/+5
* libvpxdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+3
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-9/+7
* libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-141-6/+10
* libvpx: support vp9Luca Barbato2013-01-141-2/+24
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavsJanne Grunau2012-01-111-1/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+7
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_siz...Alex Converse2010-08-061-0/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+1
* Headers for libvpx are installed into vpx subdirectory.Carl Eugen Hoyos2010-05-251-2/+2
* VP8 decoding via libvpx.James Zern2010-05-251-0/+124
OpenPOWER on IntegriCloud