summaryrefslogtreecommitdiffstats
path: root/libavcodec/videotoolboxenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavc/videotoolboxenc: Fix crash when closing codec after errorRick Kern2016-04-021-1/+0
* lavc/videotoolboxenc: remove *_NULLABLE annotations; fixes pre-10.11 buildRodger Combs2016-03-021-7/+7
* lavc: add VideoToolbox H.264 EncoderRick Kern2016-03-021-0/+1339
OpenPOWER on IntegriCloud