| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | libavcodec/libvpxenc: Don't free user-provided AVPacket | Andreas Rheinhardt | 2020-05-23 | 1 | -1/+0 |
* | avcodec/libvpxenc: add a way to explicitly set temporal layer id | Wonkap Jang | 2020-02-11 | 1 | -1/+12 |
* | avcodec/libvpxenc: add VP9 temporal scalability encoding option | Wonkap Jang | 2020-02-03 | 1 | -23/+227 |
* | avcodec/libvpxenc,cosmetics: prefer sizeof(var) | James Zern | 2020-01-06 | 1 | -2/+1 |
* | avcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parameters | Marton Balint | 2020-01-01 | 1 | -14/+8 |
* | avcodec/libvpxenc,cosmetics: fix a typo | James Zern | 2019-11-08 | 1 | -1/+1 |
* | avcodec/libvpxenc: only allocate alpha U/V planes on size changes | Marton Balint | 2019-11-05 | 1 | -24/+35 |
* | avcodec/libvpxenc: fix alpha stride | Marton Balint | 2019-11-05 | 1 | -1/+1 |
* | Change libvpxenc default to crf=32. | elliottk | 2019-10-07 | 1 | -11/+63 |
* | avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9 | Guo, Yejun | 2019-09-19 | 1 | -0/+193 |
* | lavc/libvpxenc: remove redundant condition check | Jun Zhao | 2019-05-12 | 1 | -1/+1 |
* | avcodec/libvpxenc: add VP8/9 sharpness config option | Rene Claus | 2018-12-24 | 1 | -0/+6 |
* | libvpxenc,cosmetics: fix { placement | James Zern | 2018-11-19 | 1 | -2/+1 |
* | avcodec/libvpxenc: add VP8 temporal scalability config options | Ard Oerlemans | 2018-11-19 | 1 | -0/+81 |
* | avcodec/libvpxenc: Add a maximum constraint of 16 encoder threads. | Chirag Lathia | 2018-11-15 | 1 | -1/+2 |
* | libvpxenc: extend auto-alt-ref range | James Zern | 2018-11-09 | 1 | -2/+4 |
* | libvpxenc,vp9: add enable-tpl option | James Zern | 2018-11-09 | 1 | -0/+11 |
* | avcodec/libvpxenc: fix setting amount of threads used for encoding | James Almer | 2018-05-21 | 1 | -1/+1 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+2 |
* | libvpxenc,vp9: add corpus-complexity option | James Zern | 2017-11-28 | 1 | -0/+16 |
* | libvpxenc: remove pre-1.4.0 checks | James Zern | 2017-11-20 | 1 | -22/+3 |
* | lavc/libvpxenc: add tune-content option | James Zern | 2017-11-17 | 1 | -0/+20 |
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b' | James Almer | 2017-10-23 | 1 | -18/+0 |
|\ |
|
| * | lavc: Drop deprecated options moved to private contexts | Vittorio Giovara | 2017-03-23 | 1 | -9/+0 |
* | | libvpxenc: allow aq-mode 4 (equator360) | James Zern | 2017-04-28 | 1 | -0/+5 |
* | | Merge commit 'b183abfb5b6366b177cf44f244c66156257a6fd6' | Clément Bœsch | 2017-03-15 | 1 | -0/+10 |
|\| |
|
| * | vpx: Support color range | Luca Barbato | 2016-07-23 | 1 | -0/+10 |
* | | lavc/libvpxenc: add -row-mt option | Kagami Hiiragi | 2017-03-06 | 1 | -0/+11 |
* | | libvpxenc: Don't spam level errors for VP8 encodes | Alex Converse | 2016-12-13 | 1 | -1/+2 |
* | | libvpxenc: Report encoded VP9 level | Alex Converse | 2016-11-28 | 1 | -0/+32 |
* | | libvpxenc: Support targeting a VP9 level | Alex Converse | 2016-11-22 | 1 | -0/+10 |
* | | lavc/libvpxenc: fix -auto-alt-ref option type | Kagami Hiiragi | 2016-10-21 | 1 | -2/+3 |
* | | lavc/libvpxenc: Avoid vp8 transparency encoding with auto-alt-ref. | Carl Eugen Hoyos | 2016-09-17 | 1 | -0/+5 |
* | | libvpxenc,cosmetics: rename common fns vp8 -> vpx | James Zern | 2016-07-21 | 1 | -30/+30 |
* | | libvpx: Enable vp9 alpha encoding | Vignesh Venkatasubramanian | 2016-07-12 | 1 | -0/+1 |
* | | libvpxenc: quiet unused-variable warning | James Zern | 2016-02-22 | 1 | -1/+1 |
* | | lavc/libvpx: Reindent after last commit. | Carl Eugen Hoyos | 2016-02-19 | 1 | -14/+14 |
* | | lavc/libvpx: Fix support for RGB colorspace. | Carl Eugen Hoyos | 2016-02-19 | 1 | -1/+14 |
* | | lavc/libvpx: Fix high-bitdepth pix_fmts on big endian. | Carl Eugen Hoyos | 2016-02-19 | 1 | -12/+12 |
* | | libvpxenc: Allow setting tune parameter | Timothy Gu | 2016-02-07 | 1 | -0/+8 |
* | | Merge commit '1482aff2048511b821ff9feac19426113cc641a2' | Derek Buitenhuis | 2016-01-28 | 1 | -1/+9 |
|\| |
|
| * | lavc: Move noise_reduction to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -1/+9 |
* | | Merge commit '0ac9f33a9e69c64eee592791be3c5441a6a3d6b7' | Derek Buitenhuis | 2016-01-28 | 1 | -1/+9 |
|\| |
|
| * | lavc: Move frame_skip_* to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -1/+10 |
* | | libvpx: Support setting color range for vp9. | Sasi Inguva | 2016-01-09 | 1 | -0/+24 |
* | | lavc/libvpxenc: Improve documentation for option cpu-used. | Carl Eugen Hoyos | 2016-01-09 | 1 | -1/+2 |
* | | lavc: add vp9 profiles to AVCodecDescriptor | Hendrik Leppkes | 2016-01-01 | 1 | -9/+2 |
* | | lavc/libvpxenc: replace round by lrint | Ganesh Ajjanagadde | 2015-12-21 | 1 | -2/+3 |
* | | Merge commit '03afb62e83516141ba999536fc97575faefb98af' | Hendrik Leppkes | 2015-12-17 | 1 | -0/+13 |
|\| |
|