summaryrefslogtreecommitdiffstats
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-1/+9
* lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-211-1/+10
* libvpxenc: export CPB props side dataAnton Khirnov2015-12-061-0/+13
* libvpxenc: remove some unused ctrl id mappingsJames Zern2015-11-231-12/+4
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-4/+4
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+12
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-7/+0
* libvpxenc: Do not entangle coded_frameVittorio Giovara2015-07-201-15/+15
* libvpx: Support the vp9 extended profilesLuca Barbato2015-06-211-9/+27
* libvpx: Do not set vp8 only parameters when encoding in vp9Luca Barbato2015-06-201-2/+5
* libvpx: Fix mixed use of av_malloc() and av_reallocp()Vittorio Giovara2015-03-091-4/+4
* libvpxenc: clean memory on errorVittorio Giovara2014-11-181-0/+1
* libvpxenc: add static-thresh private optionAnton Khirnov2014-10-181-1/+12
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* vp9 encoder: use a decent default speed settingRafaël Carré2014-06-171-1/+1
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-4/+6
* libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-081-1/+5
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-141-16/+18
* libvpx: support vp9Luca Barbato2013-01-141-2/+36
* libvpxenc: Support forcing keyframesMartin Storsjö2012-12-091-1/+4
* libvpxenc: Allow enabling constrained quality (CQ) modeJames Zern2012-11-081-2/+8
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-7/+7
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-8/+8
* libvpxenc: use the default bitrate if not setLuca Barbato2012-08-171-2/+7
* 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
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+3
* libvpxenc: switch to encode2().Anton Khirnov2012-02-231-26/+27
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavsJanne Grunau2012-01-111-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-16/+16
* libvpx: fix build with older libvpx versions.Anton Khirnov2011-10-031-0/+2
* libvpxenc: use libvpx's own defaults for some parametersLuca Barbato2011-10-011-5/+16
* vpxenc: add private optionsLuca Barbato2011-10-011-3/+60
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* vorbis: vpxenc: Add missing include for av_rescale*Robert Swain2011-07-041-0/+1
* vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-05-281-0/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Avoid rollover in settings conversion.James Zern2010-12-121-4/+4
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-221-0/+1
* Fix doxygen comments.Benoit Fouet2010-08-021-5/+5
* Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpxJames Zern2010-07-281-0/+8
* Map settings for 2-pass libvpx encoding.James Zern2010-07-221-0/+8
OpenPOWER on IntegriCloud