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
2015-08-18libvpxenc: make flags i64 instead of dbl.Ronald S. Bultje
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-07-30libvpxenc: report pict_type/error via side-dataJames Zern
2015-07-30libvpxenc: quiet coded_frame deprecation warningsJames Zern
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Merge commit 'd6006dd9f0d4d01023359230212f1f9fa4800e5b'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-20libvpxenc: Do not entangle coded_frameVittorio Giovara
2015-06-21Merge commit '8655c54160767de1a6b96f8bc310d6e4eaceff48'Michael Niedermayer
2015-06-21Merge commit '05bf3f54e6078716f6267df530bf1d474ca3d606'Michael Niedermayer
2015-06-21libvpx: Support the vp9 extended profilesLuca Barbato
2015-06-21libvpxenc: support setting colorspace for vp9James Zern
2015-06-20libvpx: Do not set vp8 only parameters when encoding in vp9Luca Barbato
2015-06-15libvpxenc: remove stray '\'sJames Zern
2015-06-15libvpxenc: cosmetics: reindent after 2c70436James Zern
2015-06-11libvpxenc: add overshoot-pct optionJames Zern
2015-06-11libvpxenc: add undershoot-pct optionJames Zern
2015-05-21libvpx: add support for yuv440p and yuv440p10/12 encodingJames Almer
2015-04-24libvpxenc: cosmetics: reindentJames Zern
2015-04-24libvpxenc: only set noise reduction w/vp8James Zern
2015-04-21Support for VP9 high-color/high-bit-depth encodingDeb Mukherjee
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