OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / libvpxenc.c
2014-11-17 Vittorio Giovaralibvpxenc: clean memory on error
2014-10-18 Anton Khirnovlibvpxenc: add static-thresh private option
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-06-17 Rafaël Carrévp9 encoder: use a decent default speed setting
2013-12-09 Alexandra Khirnovaavcodec: Use av_reallocp where suitable
2013-12-07 Guillaume Martreslibvpx: do not mark VP9 as experimental when using...
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-01-14 Luca Barbatolibvpx: make vp8 and vp9 selectable
2013-01-14 Luca Barbatolibvpx: support vp9
2012-12-09 Martin Storsjölibvpxenc: Support forcing keyframes
2012-11-07 James Zernlibvpxenc: Allow enabling constrained quality (CQ)...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-17 Luca Barbatolibvpxenc: use the default bitrate if not set
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-23 Anton Khirnovlibvpxenc: switch to encode2().
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-01-10 Janne Grunauthreads: add CODEC_CAP_AUTO_THREADS for libvpx and...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-03 Anton Khirnovlibvpx: fix build with older libvpx versions.
2011-10-01 Luca Barbatolibvpxenc: use libvpx's own defaults for some parameters
2011-10-01 Luca Barbatovpxenc: add private options
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-04 Robert Swainvorbis: vpxenc: Add missing include for av_rescale*
2011-05-28 James Zernvpxenc: add VP8E_SET_STATIC_THRESHOLD mapping
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-12-12 James ZernAvoid rollover in settings conversion.
2010-10-22 James ZernAdd new -slices option and use it for libvpx and libx264.
2010-08-02 Benoit FouetFix doxygen comments.
2010-07-28 James ZernMap rc_buffer_size to and c_initial_buffer_occupancy...
2010-07-22 James ZernMap settings for 2-pass libvpx encoding.
2010-07-12 James ZernDo not map video quantizer scale (from 1-51 to 0-63...
2010-07-11 James ZernSet libvpx encoding profile to libavcodec's profile.
2010-06-08 Martin Storsjölibvpx: Set the libvpx frame dropping threshold to...
2010-06-08 James Zernlibvpx: Don't use the VPX_KF_FIXED mode
2010-06-07 James ZernUse new macro AV_BASE64_SIZE.
2010-06-03 James ZernVP8 encoding via libvpx.