summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* vorbis: vpxenc: Add missing include for av_rescale*Robert Swain2011-07-04
* vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-05-28
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Avoid rollover in settings conversion.James Zern2010-12-12
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-22
* Fix doxygen comments.Benoit Fouet2010-08-02
* Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpxJames Zern2010-07-28
* Map settings for 2-pass libvpx encoding.James Zern2010-07-22
* Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern2010-07-12
* Set libvpx encoding profile to libavcodec's profile.James Zern2010-07-11
* libvpx: Set the libvpx frame dropping threshold to frame_skip_thresholdMartin Storsjö2010-06-08
* libvpx: Don't use the VPX_KF_FIXED modeJames Zern2010-06-08
* Use new macro AV_BASE64_SIZE.James Zern2010-06-07
* VP8 encoding via libvpx.James Zern2010-06-03