summaryrefslogtreecommitdiffstats
path: root/libavcodec/videotoolboxenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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