136 Commits (a57ee6cca10d7329a2ce425db1b0a2f49e0971af)

Author SHA1 Message Date
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 11 years ago
Deb Mukherjee b543a29020 avcodec/libvpxenc: Adds support for constant quality mode in VP9. 11 years ago
Deb Mukherjee b6a0b8bcf4 Adds support for setting aq_mode in libvpx encoder 11 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 years ago
Rafaël Carré 9affa784a0 vp9 encoder: use a decent default speed setting 11 years ago
Michael Niedermayer 71da91e887 avcodec/libvpxenc: update the ranges for "cpu_used" so it matches the "speed" alias 11 years ago
Rafaël Carré 5265e3e40f avcodec/libvpxenc: Update the "cpu-used" options default to match the "speed" alias 11 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer 8e5a2989a3 avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at codec open time 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
James Almer ae330070ee libvpxenc: token_parts is VP8 specific 11 years ago
Guillaume Martres 9aa053cede libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 11 years ago
James Zern 34e32d6464 libvpxenc: update cpu-used default 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
James Zern 23c03ac91e libvpxenc: allow qmax of 0 11 years ago
James Zern 517afd72c6 libvpxenc: add VP9 options 11 years ago
James Zern a8bcc956fd libvpxenc: split vp8/vp9 options array 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Vignesh Venkatasubramanian 33968c201c Fixing a stride issue in VP8 Alpha encode 12 years ago
Michael Niedermayer a20f049c2a avcodec/libvpxenc: make class names unique 12 years ago
Vignesh Venkatasubramanian 98c292a7a8 Adding support for encoding VP8 Alpha 12 years ago
Michael Niedermayer 1d178710b4 libvpxenc: dont redundantly zero fields, the whole context is zeroed on init 12 years ago
Pascal Massimino 3c3a8c1489 libvpxenc: add psnr support 12 years ago
slhck bfcc38ef48 libvpx: check if CQ level is in correct bounds 12 years ago
slhck 188947c32a libvpx: allow 0 as min quantizer value 12 years ago
Luca Barbato 3f111804eb libvpx: make vp8 and vp9 selectable 12 years ago
Luca Barbato dab1f543fc libvpx: support vp9 12 years ago
Martin Storsjö 774e6fc9ed libvpxenc: Support forcing keyframes 12 years ago
James Zern 12776d5d2a libvpxenc: Allow enabling constrained quality (CQ) mode 12 years ago
Michael Niedermayer 104b1d9e10 libvpxenc: fix memleak on error path 12 years ago