Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 | Guillaume Martres | 2013-12-08 | 1 | -1/+5 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | libvpxdec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -3/+3 |
| | |||||
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
| | |||||
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -9/+7 |
| | |||||
* | libvpx: make vp8 and vp9 selectable | Luca Barbato | 2013-01-14 | 1 | -6/+10 |
| | | | | Support older libvpx versions. | ||||
* | libvpx: support vp9 | Luca Barbato | 2013-01-14 | 1 | -2/+24 |
| | | | | This feature is experimental use at your risk | ||||
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
| | | | | It's got_frame, not data size | ||||
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs | Janne Grunau | 2012-01-11 | 1 | -1/+2 |
| | |||||
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+7 |
| | | | | It's more readable and less prone to breakage. | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de> | ||||
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
| | | | | Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | libvpxdec: Fix "error: implicit declaration of function ↵ | Alex Converse | 2010-08-06 | 1 | -0/+1 |
| | | | | | | | | ‘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(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+1 |
| | | | | | | 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 Hoyos | 2010-05-25 | 1 | -2/+2 |
| | | | | Originally committed as revision 23307 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | VP8 decoding via libvpx. | James Zern | 2010-05-25 | 1 | -0/+124 |
Patch by James Zern for Google, Inc., jzern google com Originally committed as revision 23303 to svn://svn.ffmpeg.org/ffmpeg/trunk |