summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAge
* avcodec/libvpxenc: update the ranges for "cpu_used" so it matches the "speed"...Michael Niedermayer2014-06-06
* avcodec/libvpxenc: Update the "cpu-used" options default to match the "speed"...Rafaël Carré2014-06-06
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-24
* avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at co...Michael Niedermayer2013-12-10
* Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-09
|\
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-08
|\|
| * libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-08
* | libvpxenc: token_parts is VP8 specificJames Almer2013-12-08
* | libvpxenc: update cpu-used defaultJames Zern2013-11-23
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
|\|
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* | libvpxenc: allow qmax of 0James Zern2013-11-03
* | libvpxenc: add VP9 optionsJames Zern2013-11-03
* | libvpxenc: split vp8/vp9 options arrayJames Zern2013-11-02
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Fixing a stride issue in VP8 Alpha encodeVignesh Venkatasubramanian2013-07-17
* | avcodec/libvpxenc: make class names uniqueMichael Niedermayer2013-07-09
* | Adding support for encoding VP8 AlphaVignesh Venkatasubramanian2013-05-17
* | libvpxenc: dont redundantly zero fields, the whole context is zeroed on initMichael Niedermayer2013-03-01
* | libvpxenc: add psnr supportPascal Massimino2013-02-28
* | libvpx: check if CQ level is in correct boundsslhck2013-02-25
* | libvpx: allow 0 as min quantizer valueslhck2013-02-25
* | Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df'Michael Niedermayer2013-01-15
|\|
| * libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-14
| * libvpx: support vp9Luca Barbato2013-01-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-10
|\|
| * libvpxenc: Support forcing keyframesMartin Storsjö2012-12-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-08
|\|
| * libvpxenc: Allow enabling constrained quality (CQ) modeJames Zern2012-11-08
* | libvpxenc: fix memleak on error pathMichael Niedermayer2012-10-11
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | libvpcenc: fix flags voption typesMichael Niedermayer2012-10-07
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
| * libvpxenc: use the default bitrate if not setLuca Barbato2012-08-17
* | libvpxenc: Fix CQ encoding without a specified bitrateMichael Niedermayer2012-08-17
* | libvpxenc: only force CBR if a bitrate is setMichael Niedermayer2012-08-17
* | libvpxenc: check for odd RC parameter combinations that could crashMichael Niedermayer2012-08-16
* | libvpxenc: fix division by zeroMichael Niedermayer2012-08-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07