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
2019-07-11avcodec/videotoolboxenc: remove unused variableSteven Liu
2019-06-18libavcodec/videotoolboxenc: Fix compilation broken on macOS 10.12Limin Wang
2019-05-12lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.Rick Kern
2019-05-12lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS.Rick Kern
2019-05-12lavc/videotoolboxenc: add require_sw option to force software encoding.Rick Kern
2018-08-14lavc/videotoolboxenc: Fix compilation on osx 10.10.5 YosemiteThilo Borgmann
2018-07-19avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0Thomas Guillem
2018-06-18avcodec/videotoolboxenc: fix invalid session on iOSThomas Guillem
2018-06-18avcodec/videotoolboxenc: split initializationThomas Guillem
2018-06-18avcodec/videotoolboxenc: fix mutex/cond leak in error pathThomas Guillem
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-11-14avcodec/videotoolboxenc: remove spurious warningAman Gupta
2017-11-14avcodec/videotoolboxenc: re-indent codeAman Gupta
2017-11-14avcodec/videotoolboxenc: add hevc_videotoolbox encoderAman Gupta
2017-09-13h264_sei: Add namespace prefix to all SEI valuesMark Thompson
2017-06-23lavc/videotoolboxenc: fix open videotoolbox bug on iOS8.4jerett
2017-06-23lavc/videotoolboxenc: fix loadVTEncSymbols crash when symbol not foundjerett
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-03-23avcodec/videotoolboxenc: remove unused atomic headerJames Almer
2017-03-15avcodec/videotoolboxenc: add rc_max_bitrate control into videotoolboxSteven Liu
2017-03-01lavc/videotoolboxenc: fix symbol linkingRick Kern
2017-02-23lavc/videotoolboxenc: check for dictionary key symbolsRick Kern
2016-10-19lavc/videotoolboxenc: skip SEI allocation when side data is not presentAman Gupta
2016-10-17lavc/videotoolboxenc: Enable a53cc by default.Carl Eugen Hoyos
2016-10-17lavc/videotoolboxenc: Error log formatting.Rick Kern
2016-10-17lavc/videotoolboxenc: Update a53cc handlingRick Kern
2016-10-17lavc/videotoolboxenc: flush/free frames on closeRick Kern
2016-10-17lavc/videotoolboxenc: implement a53ccAman Gupta
2016-06-17lavc/videotoolboxenc: remove unnecessary loggingRick Kern
2016-06-11lavc/videotoolboxenc: set extradata when opening codecRick Kern
2016-06-11lavc/videotoolboxenc: fix allocated buffer sizeRick Kern
2016-05-04lavc/videotoolboxenc: Set colorimetry valuesRick Kern
2016-05-04lavc/videotoolboxenc: Support pixel aspect ratioRick Kern
2016-05-04lavc/videotoolboxenc: Support for forced I-framesRick Kern
2016-05-04lavc/videotoolboxenc: add concatentation propertiesRick Kern
2016-05-04lavc/videotoolboxenc: Add realtime encoding propertyRick Kern
2016-05-04lavc/videotoolboxenc: Handle out-of-memory and fix memory leakRick Kern
2016-05-04lavc/videotoolboxenc: Fix DTSRick Kern
2016-05-04lavc/videotoolboxenc: Fix AVCodecContext.has_b_frames usage.Rick Kern
2016-05-04lavc/videotoolboxenc: Add entropy settingRick Kern
2016-05-04lavc/videotoolboxenc: Require hardware encodingRick Kern
2016-05-04lavc/videotoolboxenc: Handle hwaccel format as inputRick Kern
2016-05-04lavc/videotoolboxenc: Use shared pixel buffer poolRick Kern
2016-04-02lavc/videotoolboxenc: Workaround encoder errorRick Kern
2016-04-02lavc/videotoolboxenc: Fix crash when closing codec after errorRick Kern
2016-03-03lavc/videotoolboxenc: remove *_NULLABLE annotations; fixes pre-10.11 buildRodger Combs
2016-03-02lavc: add VideoToolbox H.264 EncoderRick Kern