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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-11libvpxenc: fix memleak on error pathMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-07libvpcenc: fix flags voption typesMichael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-18libvpxenc: Fix CQ encoding without a specified bitrateMichael Niedermayer
2012-08-17libvpxenc: only force CBR if a bitrate is setMichael Niedermayer
2012-08-17libvpxenc: use the default bitrate if not setLuca Barbato
2012-08-16libvpxenc: check for odd RC parameter combinations that could crashMichael Niedermayer
2012-08-16libvpxenc: fix division by zeroMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-25libvpxenc: switch to av_assertMichael Niedermayer
2012-06-11libvpxenc: add support for forced key framesJames Zern