]> git.sesse.net Git - ffmpeg/history - libavcodec/libvpxenc.c
threads: always include necessary headers for number of CPUs detection
[ffmpeg] / libavcodec / libvpxenc.c
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.