173 Commits (260de8a264b7525d6ce5a16f3a46d612f03d1a49)

Author SHA1 Message Date
Carl Eugen Hoyos 44bcb636c1 lavc/libvpxenc: Avoid vp8 transparency encoding with auto-alt-ref. 8 years ago
James Zern 640c0962c0 libvpxenc,cosmetics: rename common fns vp8 -> vpx 8 years ago
Vignesh Venkatasubramanian acca56d962 libvpx: Enable vp9 alpha encoding 8 years ago
James Zern 7586b3adf2 libvpxenc: quiet unused-variable warning 9 years ago
Carl Eugen Hoyos 73781741b7 lavc/libvpx: Reindent after last commit. 9 years ago
Carl Eugen Hoyos 432be6362c lavc/libvpx: Fix support for RGB colorspace. 9 years ago
Carl Eugen Hoyos 84d7933e3b lavc/libvpx: Fix high-bitdepth pix_fmts on big endian. 9 years ago
Timothy Gu 32fed702b8 libvpxenc: Allow setting tune parameter 9 years ago
Vittorio Giovara 1482aff204 lavc: Move noise_reduction to codec private options 9 years ago
Vittorio Giovara 0ac9f33a9e lavc: Move frame_skip_* to codec private options 9 years ago
Sasi Inguva cbcc88c039 libvpx: Support setting color range for vp9. 9 years ago
Carl Eugen Hoyos 836c793514 lavc/libvpxenc: Improve documentation for option cpu-used. 9 years ago
Hendrik Leppkes e760641720 lavc: add vp9 profiles to AVCodecDescriptor 9 years ago
Ganesh Ajjanagadde b9c2ebeee4 lavc/libvpxenc: replace round by lrint 9 years ago
Anton Khirnov 03afb62e83 libvpxenc: export CPB props side data 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
James Zern 4d05e9392f libvpxenc: remove some unused ctrl id mappings 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
James Zern 6540fe04a3 libvpxenc: remove some unused ctrl id mappings 9 years ago
Ronald S. Bultje b07d2a2509 libvpxenc: make flags i64 instead of dbl. 9 years ago
Ronald S. Bultje 6471040f56 FF_OPT_TYPE_* -> AV_OPT_TYPE_*. 9 years ago
James Zern 9723d439fd libvpxenc: report pict_type/error via side-data 9 years ago
James Zern 88df16fe6d libvpxenc: quiet coded_frame deprecation warnings 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara d6006dd9f0 libvpxenc: Do not entangle coded_frame 9 years ago
Luca Barbato 8655c54160 libvpx: Support the vp9 extended profiles 10 years ago
James Zern 9b747500f3 libvpxenc: support setting colorspace for vp9 10 years ago
Luca Barbato 05bf3f54e6 libvpx: Do not set vp8 only parameters when encoding in vp9 10 years ago
James Zern a829040c43 libvpxenc: remove stray '\'s 10 years ago
James Zern e6c71385f0 libvpxenc: cosmetics: reindent after 2c70436 10 years ago
James Zern fd004e10d3 libvpxenc: add overshoot-pct option 10 years ago
James Zern 2c70436e69 libvpxenc: add undershoot-pct option 10 years ago
James Almer 40bf3687a1 libvpx: add support for yuv440p and yuv440p10/12 encoding 10 years ago
James Zern e07ef1ada3 libvpxenc: cosmetics: reindent 10 years ago
James Zern 238ec505e2 libvpxenc: only set noise reduction w/vp8 10 years ago
Deb Mukherjee 26a0bcb15b Support for VP9 high-color/high-bit-depth encoding 10 years ago
Michael Niedermayer 2a8198b32f avcodec/libvpxenc: Set min/max quantizer to 0 for lossless mode 10 years ago
Michael Niedermayer cf714205bd avcodec/libvpxenc: Clear twopass_stats.sz on deallocation 10 years ago
Vittorio Giovara 93f7948136 libvpx: Fix mixed use of av_malloc() and av_reallocp() 10 years ago
Clément Bœsch 546d69eb43 avcodec: use av_frame_free() for coded_frame 10 years ago
Michael Niedermayer 21518f5a0a avcodec/libvpxenc: Check for av_malloc() failure 10 years ago
Matt Oliver 87deebe11a avcodec/libvpxenc.c: Fix linking with codec interface with msvc. 10 years ago
Vittorio Giovara 771656bd85 libvpxenc: clean memory on error 10 years ago
Michael Niedermayer 765abb3b76 avcodec/libvpxenc: use av_freep(), do not leave stale pointers in memory 10 years ago
Anton Khirnov 685be3d1ae libvpxenc: add static-thresh private option 10 years ago
Stefano Sabatini 39b517fac0 lavc/libvpxenc: show crf CQ value in error message 10 years ago