| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df' | Michael Niedermayer | 2013-01-15 | 1 | -11/+47 |
|\ |
|
| * | libvpx: make vp8 and vp9 selectable | Luca Barbato | 2013-01-14 | 1 | -16/+18 |
| * | libvpx: support vp9 | Luca Barbato | 2013-01-14 | 1 | -2/+36 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-10 | 1 | -2/+3 |
|\| |
|
| * | libvpxenc: Support forcing keyframes | Martin Storsjö | 2012-12-09 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-08 | 1 | -2/+2 |
|\| |
|
| * | libvpxenc: Allow enabling constrained quality (CQ) mode | James Zern | 2012-11-08 | 1 | -2/+8 |
* | | libvpxenc: fix memleak on error path | Michael Niedermayer | 2012-10-11 | 1 | -0/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | libvpcenc: fix flags voption types | Michael Niedermayer | 2012-10-07 | 1 | -1/+1 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -15/+15 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -7/+7 |
* | | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -8/+8 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -8/+8 |
| * | libvpxenc: use the default bitrate if not set | Luca Barbato | 2012-08-17 | 1 | -2/+7 |
* | | libvpxenc: Fix CQ encoding without a specified bitrate | Michael Niedermayer | 2012-08-17 | 1 | -2/+15 |
* | | libvpxenc: only force CBR if a bitrate is set | Michael Niedermayer | 2012-08-17 | 1 | -1/+1 |
* | | libvpxenc: check for odd RC parameter combinations that could crash | Michael Niedermayer | 2012-08-16 | 1 | -0/+7 |
* | | libvpxenc: fix division by zero | Michael Niedermayer | 2012-08-16 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | libvpxenc: switch to av_assert | Michael Niedermayer | 2012-07-25 | 1 | -1/+2 |
* | | libvpxenc: add support for forced key frames | James Zern | 2012-06-11 | 1 | -1/+3 |
* | | libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mapping | James Zern | 2012-06-10 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -3/+3 |
* | | libvpxenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -26/+27 |
|\| |
|
| * | libvpxenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -26/+27 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-22 | 1 | -1/+1 |
|\| |
|
| * | Mark mutable static data const where appropriate. | Alex Converse | 2012-02-21 | 1 | -1/+1 |
* | | libvpxenc: update after FF_API_X264_GLOBAL_OPTS removal | Paul B Mahol | 2012-01-29 | 1 | -22/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-12 | 1 | -1/+1 |
|\| |
|
| * | threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs | Janne Grunau | 2012-01-11 | 1 | -1/+1 |
* | | libvpxenc: restore vp8flags for compatibility | James Zern | 2012-01-06 | 1 | -1/+13 |
* | | libvpxenc: Remove duplicate AVOption constants. | Michael Niedermayer | 2012-01-05 | 1 | -3/+0 |
* | | libvpxenc: Fix "Additional information: g_lag_in_frames out of range [..25]" | Michael Niedermayer | 2011-11-06 | 1 | -1/+2 |
* | | 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 |