| Commit message (Expand) | Author | Age | Files | Lines |
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -12/+12 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -18/+17 |
|\ |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -16/+16 |
| * | libvpx: fix build with older libvpx versions. | Anton Khirnov | 2011-10-03 | 1 | -0/+2 |
* | | libvpxenc: support vpxencs command line options. | Luca Barbato | 2011-10-04 | 1 | -16/+37 |
* | | libvpxenc: cosmetics to make code more similar to lucas. | Michael Niedermayer | 2011-10-02 | 1 | -31/+27 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-02 | 1 | -36/+54 |
|\| |
|
| * | libvpxenc: use libvpx's own defaults for some parameters | Luca Barbato | 2011-10-01 | 1 | -5/+16 |
| * | vpxenc: add private options | Luca Barbato | 2011-10-01 | 1 | -3/+60 |
* | | libvpxenc: Replace av_realloc by av_realloc_f when relevant. | Nicolas George | 2011-09-28 | 1 | -2/+2 |
* | | libvpxenc: add 'crf' private option | James Zern | 2011-09-08 | 1 | -1/+14 |
* | | libvpxenc: add 'rc_lookahead' private option | James Zern | 2011-09-08 | 1 | -0/+13 |
* | | libvpxenc: silence AVOption related warnings | James Zern | 2011-09-08 | 1 | -11/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-05 | 1 | -0/+1 |
|\| |
|
| * | vorbis: vpxenc: Add missing include for av_rescale* | Robert Swain | 2011-07-04 | 1 | -0/+1 |
| * | vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping | James Zern | 2011-05-28 | 1 | -0/+1 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | libvpxenc: add forgotten AVClass. | Michael Niedermayer | 2011-06-07 | 1 | -0/+1 |
* | | webm: Additional options/presets for VP8 encodes under FFmpeg | James Zern | 2011-05-26 | 1 | -4/+49 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | vpxenc: add CQ_LEVEL mapping | James Zern | 2011-04-12 | 1 | -0/+4 |
* | | vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping | James Zern | 2011-04-12 | 1 | -0/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Avoid rollover in settings conversion. | James Zern | 2010-12-12 | 1 | -4/+4 |
* | Add new -slices option and use it for libvpx and libx264. | James Zern | 2010-10-22 | 1 | -0/+1 |
* | Fix doxygen comments. | Benoit Fouet | 2010-08-02 | 1 | -5/+5 |
* | Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx | James Zern | 2010-07-28 | 1 | -0/+8 |
* | Map settings for 2-pass libvpx encoding. | James Zern | 2010-07-22 | 1 | -0/+8 |
* | Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore. | James Zern | 2010-07-12 | 1 | -3/+2 |
* | Set libvpx encoding profile to libavcodec's profile. | James Zern | 2010-07-11 | 1 | -0/+5 |
* | libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold | Martin Storsjö | 2010-06-08 | 1 | -0/+1 |
* | libvpx: Don't use the VPX_KF_FIXED mode | James Zern | 2010-06-08 | 1 | -3/+1 |
* | Use new macro AV_BASE64_SIZE. | James Zern | 2010-06-07 | 1 | -1/+1 |
* | VP8 encoding via libvpx. | James Zern | 2010-06-03 | 1 | -0/+489 |