149 Commits (1907e19d0ce2ad752912d73b798ebf4494aa1b1c)

Author SHA1 Message Date
  James Zern 9723d439fd libvpxenc: report pict_type/error via side-data 10 years ago
  James Zern 88df16fe6d libvpxenc: quiet coded_frame deprecation warnings 10 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
  Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
  Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
  Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
  Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
  Vittorio Giovara d6006dd9f0 libvpxenc: Do not entangle coded_frame 10 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 11 years ago
  Michael Niedermayer 765abb3b76 avcodec/libvpxenc: use av_freep(), do not leave stale pointers in memory 11 years ago
  Anton Khirnov 685be3d1ae libvpxenc: add static-thresh private option 11 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 12 years ago
  Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 12 years ago
  James Almer ae330070ee libvpxenc: token_parts is VP8 specific 12 years ago
  Guillaume Martres 9aa053cede libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 12 years ago
  James Zern 34e32d6464 libvpxenc: update cpu-used default 12 years ago
  Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 12 years ago
  James Zern 23c03ac91e libvpxenc: allow qmax of 0 12 years ago
  James Zern 517afd72c6 libvpxenc: add VP9 options 12 years ago
  James Zern a8bcc956fd libvpxenc: split vp8/vp9 options array 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 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