summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxdec.c
Commit message (Collapse)AuthorAge
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
| | | | Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libvpxdec: Fix "error: implicit declaration of function ↵Alex Converse2010-08-06
| | | | | | | | ‘av_check_image_size’". av_check_image_size() is declared in libavcore/imgutils.h. Originally committed as revision 24717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
| | | | | | av_check_image_size() instead. Originally committed as revision 24711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Headers for libvpx are installed into vpx subdirectory.Carl Eugen Hoyos2010-05-25
| | | | Originally committed as revision 23307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8 decoding via libvpx.James Zern2010-05-25
Patch by James Zern for Google, Inc., jzern google com Originally committed as revision 23303 to svn://svn.ffmpeg.org/ffmpeg/trunk