summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAge
...
* | Merge commit '05bf3f54e6078716f6267df530bf1d474ca3d606'Michael Niedermayer2015-06-21
|\|
| * libvpx: Do not set vp8 only parameters when encoding in vp9Luca Barbato2015-06-20
* | libvpxenc: support setting colorspace for vp9James Zern2015-06-20
* | libvpxenc: remove stray '\'sJames Zern2015-06-15
* | libvpxenc: cosmetics: reindent after 2c70436James Zern2015-06-15
* | libvpxenc: add overshoot-pct optionJames Zern2015-06-10
* | libvpxenc: add undershoot-pct optionJames Zern2015-06-10
* | libvpx: add support for yuv440p and yuv440p10/12 encodingJames Almer2015-05-20
* | libvpxenc: cosmetics: reindentJames Zern2015-04-24
* | libvpxenc: only set noise reduction w/vp8James Zern2015-04-23
* | Support for VP9 high-color/high-bit-depth encodingDeb Mukherjee2015-04-20
* | avcodec/libvpxenc: Set min/max quantizer to 0 for lossless modeMichael Niedermayer2015-03-20
* | avcodec/libvpxenc: Clear twopass_stats.sz on deallocationMichael Niedermayer2015-03-09
* | Merge commit '93f7948136fcda8ddbbc44a6c24418f11ca829b8'Michael Niedermayer2015-03-09
|\|
| * libvpx: Fix mixed use of av_malloc() and av_reallocp()Vittorio Giovara2015-03-09
* | avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-02
* | avcodec/libvpxenc: Check for av_malloc() failureMichael Niedermayer2015-02-22
* | avcodec/libvpxenc.c: Fix linking with codec interface with msvc.Matt Oliver2015-01-10
* | Merge commit '771656bd85416cd6308b11aed6f2c69a8db9c21b'Michael Niedermayer2014-11-18
|\|
| * libvpxenc: clean memory on errorVittorio Giovara2014-11-18
* | avcodec/libvpxenc: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-19
* | Merge commit '685be3d1aecf965281128f3b631ed965bcfa754d'Michael Niedermayer2014-10-18
|\|
| * libvpxenc: add static-thresh private optionAnton Khirnov2014-10-18
* | lavc/libvpxenc: show crf CQ value in error messageStefano Sabatini2014-09-05
* | avcodec/libvpxenc: Adds support for constant quality mode in VP9.Deb Mukherjee2014-08-28
* | Adds support for setting aq_mode in libvpx encoderDeb Mukherjee2014-08-27
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * vp9 encoder: use a decent default speed settingRafaël Carré2014-06-17
* | avcodec/libvpxenc: update the ranges for "cpu_used" so it matches the "speed"...Michael Niedermayer2014-06-06
* | avcodec/libvpxenc: Update the "cpu-used" options default to match the "speed"...Rafaël Carré2014-06-06
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-24
* | avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at co...Michael Niedermayer2013-12-10
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-09
|\|
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-08
|\|
| * libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-08
* | libvpxenc: token_parts is VP8 specificJames Almer2013-12-08
* | libvpxenc: update cpu-used defaultJames Zern2013-11-23
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
|\|
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* | libvpxenc: allow qmax of 0James Zern2013-11-03
* | libvpxenc: add VP9 optionsJames Zern2013-11-03
* | libvpxenc: split vp8/vp9 options arrayJames Zern2013-11-02
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Fixing a stride issue in VP8 Alpha encodeVignesh Venkatasubramanian2013-07-17
* | avcodec/libvpxenc: make class names uniqueMichael Niedermayer2013-07-09
* | Adding support for encoding VP8 AlphaVignesh Venkatasubramanian2013-05-17