summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAge
* vp9 encoder: use a decent default speed settingRafaël Carré2014-06-17
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-08
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-14
* libvpx: support vp9Luca Barbato2013-01-14
* libvpxenc: Support forcing keyframesMartin Storsjö2012-12-09
* libvpxenc: Allow enabling constrained quality (CQ) modeJames Zern2012-11-08
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* libvpxenc: use the default bitrate if not setLuca Barbato2012-08-17
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* libvpxenc: switch to encode2().Anton Khirnov2012-02-23
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavsJanne Grunau2012-01-11
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* libvpx: fix build with older libvpx versions.Anton Khirnov2011-10-03
* libvpxenc: use libvpx's own defaults for some parametersLuca Barbato2011-10-01
* vpxenc: add private optionsLuca Barbato2011-10-01
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* vorbis: vpxenc: Add missing include for av_rescale*Robert Swain2011-07-04
* vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-05-28
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Avoid rollover in settings conversion.James Zern2010-12-12
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-22
* Fix doxygen comments.Benoit Fouet2010-08-02
* Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpxJames Zern2010-07-28
* Map settings for 2-pass libvpx encoding.James Zern2010-07-22
* Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern2010-07-12
* Set libvpx encoding profile to libavcodec's profile.James Zern2010-07-11
* libvpx: Set the libvpx frame dropping threshold to frame_skip_thresholdMartin Storsjö2010-06-08
* libvpx: Don't use the VPX_KF_FIXED modeJames Zern2010-06-08
* Use new macro AV_BASE64_SIZE.James Zern2010-06-07
* VP8 encoding via libvpx.James Zern2010-06-03