summaryrefslogtreecommitdiffstats
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at co...Michael Niedermayer2013-12-101-3/+1
* Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-091-4/+6
|\
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-081-1/+5
|\ \ | |/
| * libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-081-1/+5
* | libvpxenc: token_parts is VP8 specificJames Almer2013-12-081-1/+2
* | libvpxenc: update cpu-used defaultJames Zern2013-11-231-1/+1
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
|\ \ | |/
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* | libvpxenc: allow qmax of 0James Zern2013-11-031-1/+1
* | libvpxenc: add VP9 optionsJames Zern2013-11-031-0/+29
* | libvpxenc: split vp8/vp9 options arrayJames Zern2013-11-021-36/+59
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | Fixing a stride issue in VP8 Alpha encodeVignesh Venkatasubramanian2013-07-171-0/+3
* | avcodec/libvpxenc: make class names uniqueMichael Niedermayer2013-07-091-2/+2
* | Adding support for encoding VP8 AlphaVignesh Venkatasubramanian2013-05-171-4/+95
* | libvpxenc: dont redundantly zero fields, the whole context is zeroed on initMichael Niedermayer2013-03-011-3/+0
* | libvpxenc: add psnr supportPascal Massimino2013-02-281-5/+52
* | libvpx: check if CQ level is in correct boundsslhck2013-02-251-0/+10
* | libvpx: allow 0 as min quantizer valueslhck2013-02-251-1/+1
* | Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df'Michael Niedermayer2013-01-151-11/+47
|\ \ | |/
| * libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-141-16/+18
| * libvpx: support vp9Luca Barbato2013-01-141-2/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-101-2/+3
|\ \ | |/
| * libvpxenc: Support forcing keyframesMartin Storsjö2012-12-091-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-081-2/+2
|\ \ | |/
| * libvpxenc: Allow enabling constrained quality (CQ) modeJames Zern2012-11-081-2/+8
* | libvpxenc: fix memleak on error pathMichael Niedermayer2012-10-111-0/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | libvpcenc: fix flags voption typesMichael Niedermayer2012-10-071-1/+1
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-15/+15
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-7/+7
* | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-8/+8
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-8/+8
| * libvpxenc: use the default bitrate if not setLuca Barbato2012-08-171-2/+7
* | libvpxenc: Fix CQ encoding without a specified bitrateMichael Niedermayer2012-08-171-2/+15
* | libvpxenc: only force CBR if a bitrate is setMichael Niedermayer2012-08-171-1/+1
* | libvpxenc: check for odd RC parameter combinations that could crashMichael Niedermayer2012-08-161-0/+7
* | libvpxenc: fix division by zeroMichael Niedermayer2012-08-161-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | libvpxenc: switch to av_assertMichael Niedermayer2012-07-251-1/+2
* | libvpxenc: add support for forced key framesJames Zern2012-06-111-1/+3
* | libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mappingJames Zern2012-06-101-0/+5
OpenPOWER on IntegriCloud