aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
AgeCommit message (Expand)Author
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-12Do 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-07Use new macro AV_BASE64_SIZE.James Zern
2010-06-03VP8 encoding via libvpx.James Zern