summaryrefslogtreecommitdiffstats
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* libvpxenc: Fix "Additional information: g_lag_in_frames out of range [..25]"Michael Niedermayer2011-11-061-1/+2
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-171-12/+12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-18/+17
|\
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-16/+16
| * libvpx: fix build with older libvpx versions.Anton Khirnov2011-10-031-0/+2
* | libvpxenc: support vpxencs command line options.Luca Barbato2011-10-041-16/+37
* | libvpxenc: cosmetics to make code more similar to lucas.Michael Niedermayer2011-10-021-31/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-021-36/+54
|\ \ | |/
| * libvpxenc: use libvpx's own defaults for some parametersLuca Barbato2011-10-011-5/+16
| * vpxenc: add private optionsLuca Barbato2011-10-011-3/+60
* | libvpxenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-2/+2
* | libvpxenc: add 'crf' private optionJames Zern2011-09-081-1/+14
* | libvpxenc: add 'rc_lookahead' private optionJames Zern2011-09-081-0/+13
* | libvpxenc: silence AVOption related warningsJames Zern2011-09-081-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-0/+1
|\ \ | |/
| * vorbis: vpxenc: Add missing include for av_rescale*Robert Swain2011-07-041-0/+1
| * vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-05-281-0/+1
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | libvpxenc: add forgotten AVClass.Michael Niedermayer2011-06-071-0/+1
* | webm: Additional options/presets for VP8 encodes under FFmpegJames Zern2011-05-261-4/+49
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | vpxenc: add CQ_LEVEL mappingJames Zern2011-04-121-0/+4
* | vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-04-121-0/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Avoid rollover in settings conversion.James Zern2010-12-121-4/+4
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-221-0/+1
* Fix doxygen comments.Benoit Fouet2010-08-021-5/+5
* Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpxJames Zern2010-07-281-0/+8
* Map settings for 2-pass libvpx encoding.James Zern2010-07-221-0/+8
* Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern2010-07-121-3/+2
* Set libvpx encoding profile to libavcodec's profile.James Zern2010-07-111-0/+5
* libvpx: Set the libvpx frame dropping threshold to frame_skip_thresholdMartin Storsjö2010-06-081-0/+1
* libvpx: Don't use the VPX_KF_FIXED modeJames Zern2010-06-081-3/+1
* Use new macro AV_BASE64_SIZE.James Zern2010-06-071-1/+1
* VP8 encoding via libvpx.James Zern2010-06-031-0/+489
OpenPOWER on IntegriCloud