Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-20avcodec/libvpxenc: Set min/max quantizer to 0 for lossless modeMichael Niedermayer
2015-03-09avcodec/libvpxenc: Clear twopass_stats.sz on deallocationMichael Niedermayer
2015-03-09Merge commit '93f7948136fcda8ddbbc44a6c24418f11ca829b8'Michael Niedermayer
2015-03-09libvpx: Fix mixed use of av_malloc() and av_reallocp()Vittorio Giovara
2015-03-02avcodec: use av_frame_free() for coded_frameClément Bœsch
2015-02-22avcodec/libvpxenc: Check for av_malloc() failureMichael Niedermayer
2015-01-10avcodec/libvpxenc.c: Fix linking with codec interface with msvc.Matt Oliver
2014-11-18Merge commit '771656bd85416cd6308b11aed6f2c69a8db9c21b'Michael Niedermayer
2014-11-18libvpxenc: clean memory on errorVittorio Giovara
2014-10-19avcodec/libvpxenc: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-10-18Merge commit '685be3d1aecf965281128f3b631ed965bcfa754d'Michael Niedermayer
2014-10-18libvpxenc: add static-thresh private optionAnton Khirnov
2014-09-05lavc/libvpxenc: show crf CQ value in error messageStefano Sabatini
2014-08-28avcodec/libvpxenc: Adds support for constant quality mode in VP9.Deb Mukherjee
2014-08-28Adds support for setting aq_mode in libvpx encoderDeb Mukherjee
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-06-17vp9 encoder: use a decent default speed settingRafaël Carré
2014-06-07avcodec/libvpxenc: update the ranges for "cpu_used" so it matches the "speed"...Michael Niedermayer
2014-06-07avcodec/libvpxenc: Update the "cpu-used" options default to match the "speed"...Rafaël Carré
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2013-12-10avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at co...Michael Niedermayer
2013-12-09Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-08libvpxenc: token_parts is VP8 specificJames Almer
2013-12-08libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres
2013-11-23libvpxenc: update cpu-used defaultJames Zern
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-11-03libvpxenc: allow qmax of 0James Zern
2013-11-03libvpxenc: add VP9 optionsJames Zern
2013-11-02libvpxenc: split vp8/vp9 options arrayJames Zern
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-17Fixing a stride issue in VP8 Alpha encodeVignesh Venkatasubramanian
2013-07-09avcodec/libvpxenc: make class names uniqueMichael Niedermayer
2013-05-17Adding support for encoding VP8 AlphaVignesh Venkatasubramanian
2013-03-01libvpxenc: dont redundantly zero fields, the whole context is zeroed on initMichael Niedermayer
2013-03-01libvpxenc: add psnr supportPascal Massimino
2013-02-25libvpx: check if CQ level is in correct boundsslhck
2013-02-25libvpx: allow 0 as min quantizer valueslhck
2013-01-15Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df'Michael Niedermayer
2013-01-14libvpx: make vp8 and vp9 selectableLuca Barbato
2013-01-14libvpx: support vp9Luca Barbato
2012-12-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-09libvpxenc: Support forcing keyframesMartin Storsjö
2012-11-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-08libvpxenc: Allow enabling constrained quality (CQ) modeJames Zern