Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-03libvpx: fix build with older libvpx versions.Anton Khirnov
2011-10-01libvpxenc: use libvpx's own defaults for some parametersLuca Barbato
2011-10-01vpxenc: add private optionsLuca Barbato
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-04vorbis: vpxenc: Add missing include for av_rescale*Robert Swain
2011-05-28vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-12Avoid rollover in settings conversion.James Zern
2010-10-22Add new -slices option and use it for libvpx and libx264.James Zern
2010-08-02Fix doxygen comments.Benoit Fouet
2010-07-28Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpxJames Zern
2010-07-22Map settings for 2-pass libvpx encoding.James Zern
2010-07-13Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern
2010-07-11Set libvpx encoding profile to libavcodec's profile.James Zern
2010-06-08libvpx: Set the libvpx frame dropping threshold to frame_skip_thresholdMartin Storsjö
2010-06-08libvpx: Don't use the VPX_KF_FIXED modeJames Zern
2010-06-08Use new macro AV_BASE64_SIZE.James Zern
2010-06-04VP8 encoding via libvpx.James Zern