index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
libvpxdec.c
Age
Commit message (
Expand
)
Author
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-01-11
threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs
Janne Grunau
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-09-07
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-08-06
libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_siz...
Alex Converse
2010-08-06
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2010-05-25
Headers for libvpx are installed into vpx subdirectory.
Carl Eugen Hoyos
2010-05-25
VP8 decoding via libvpx.
James Zern