summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolboxenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Add more kCVImageBufferColorPrimaries to videotoolboxencNomis1012019-11-171-0/+8
* avcodec/videotoolboxenc: warn user when output will use a different profile/l...Rick Kern2019-09-161-1/+1
* avcodec/videotoolboxenc: add H264 Extended profile and levelLimin Wang2019-09-161-0/+14
* avcodec/videotoolboxenc: fix encoding frame crash on iOS 11sharpbai2019-09-161-1/+5
* lavc/videotoolboxenc: make transfer_fnc initialized for unsupport functionLimin Wang2019-08-111-0/+1
* lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for vide...Limin Wang2019-08-111-0/+16
* avcodec/videotoolboxenc: remove unused variableSteven Liu2019-07-111-2/+0
* libavcodec/videotoolboxenc: Fix compilation broken on macOS 10.12Limin Wang2019-06-171-0/+5
* lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.Rick Kern2019-05-121-46/+56
* lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS.Rick Kern2019-05-121-62/+0
* lavc/videotoolboxenc: add require_sw option to force software encoding.Rick Kern2019-05-121-1/+8
* lavc/videotoolboxenc: Fix compilation on osx 10.10.5 YosemiteThilo Borgmann2018-08-141-1/+1
* avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0Thomas Guillem2018-07-191-1/+4
* avcodec/videotoolboxenc: fix invalid session on iOSThomas Guillem2018-06-181-2/+21
* avcodec/videotoolboxenc: split initializationThomas Guillem2018-06-181-20/+28
* avcodec/videotoolboxenc: fix mutex/cond leak in error pathThomas Guillem2018-06-181-2/+3
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* avcodec/videotoolboxenc: remove spurious warningAman Gupta2017-11-131-2/+0
* avcodec/videotoolboxenc: re-indent codeAman Gupta2017-11-131-79/+79
* avcodec/videotoolboxenc: add hevc_videotoolbox encoderAman Gupta2017-11-131-25/+143
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-09-121-3/+3
* lavc/videotoolboxenc: fix open videotoolbox bug on iOS8.4jerett2017-06-231-1/+1
* lavc/videotoolboxenc: fix loadVTEncSymbols crash when symbol not foundjerett2017-06-231-3/+3
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-4/+4
* avcodec/videotoolboxenc: remove unused atomic headerJames Almer2017-03-231-1/+0
* avcodec/videotoolboxenc: add rc_max_bitrate control into videotoolboxSteven Liu2017-03-151-0/+47
* lavc/videotoolboxenc: fix symbol linkingRick Kern2017-03-011-2/+2
* lavc/videotoolboxenc: check for dictionary key symbolsRick Kern2017-02-231-36/+138
* lavc/videotoolboxenc: skip SEI allocation when side data is not presentAman Gupta2016-10-181-1/+3
* lavc/videotoolboxenc: Enable a53cc by default.Carl Eugen Hoyos2016-10-171-1/+1
* lavc/videotoolboxenc: Error log formatting.Rick Kern2016-10-171-1/+1
* lavc/videotoolboxenc: Update a53cc handlingRick Kern2016-10-171-17/+287
* lavc/videotoolboxenc: flush/free frames on closeRick Kern2016-10-171-0/+8
* lavc/videotoolboxenc: implement a53ccAman Gupta2016-10-171-9/+68
* lavc/videotoolboxenc: remove unnecessary loggingRick Kern2016-06-161-6/+0
* lavc/videotoolboxenc: set extradata when opening codecRick Kern2016-06-111-85/+241
* lavc/videotoolboxenc: fix allocated buffer sizeRick Kern2016-06-111-129/+94
* lavc/videotoolboxenc: Set colorimetry valuesRick Kern2016-05-041-0/+209
* lavc/videotoolboxenc: Support pixel aspect ratioRick Kern2016-05-041-0/+63
* lavc/videotoolboxenc: Support for forced I-framesRick Kern2016-05-041-1/+25
* lavc/videotoolboxenc: add concatentation propertiesRick Kern2016-05-041-0/+31
* lavc/videotoolboxenc: Add realtime encoding propertyRick Kern2016-05-041-0/+14
* lavc/videotoolboxenc: Handle out-of-memory and fix memory leakRick Kern2016-05-041-0/+5
* lavc/videotoolboxenc: Fix DTSRick Kern2016-05-041-0/+9
* lavc/videotoolboxenc: Fix AVCodecContext.has_b_frames usage.Rick Kern2016-05-041-1/+14
* lavc/videotoolboxenc: Add entropy settingRick Kern2016-05-041-0/+33
* lavc/videotoolboxenc: Require hardware encodingRick Kern2016-05-041-21/+17
* lavc/videotoolboxenc: Handle hwaccel format as inputRick Kern2016-05-041-5/+21
* lavc/videotoolboxenc: Use shared pixel buffer poolRick Kern2016-05-041-44/+160
* lavc/videotoolboxenc: Workaround encoder errorRick Kern2016-04-021-11/+32