summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx265.c
Commit message (Expand)AuthorAgeFilesLines
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-2/+2
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-3/+3
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-8/+0
* libx265: Use the Multi-library InterfaceGopu Govindaswamy2015-05-131-12/+17
* libx265: Fix 'braces around scalar initializer' warningVittorio Giovara2015-05-061-1/+1
* x265: Map color parametersLuca Barbato2015-04-151-0/+16
* libx265: print supported presets and tunes on errorJames Almer2015-04-111-1/+14
* avcodec/libx265: export chosen picture typesMichael Niedermayer2015-04-051-0/+13
* libx265: Add crf private optionDerek Buitenhuis2015-02-181-1/+12
* libx265: Reduce the scope of some variablesDerek Buitenhuis2015-02-181-4/+6
* libx265: Pass through user-set frame typeDerek Buitenhuis2015-01-221-0/+5
* libx265: enable psnr reporting when requested by the userMichael Niedermayer2014-10-011-0/+1
* x265: Use the encoder defaultsLuca Barbato2014-09-031-0/+6
* libx265: Remove unneeded bit depth checkDerek Buitenhuis2014-06-121-5/+0
* libx265: Add 4:2:2 supportDerek Buitenhuis2014-06-121-3/+9
* libx265: Actually use X265_API_IMPORTSDerek Buitenhuis2014-06-121-4/+4
* libx265: Only set the SAR if it is validDerek Buitenhuis2014-04-101-7/+9
* libx265: Use 16-bit SARDerek Buitenhuis2014-04-101-2/+2
* libx265: Use x265_param_parse to set the SARDerek Buitenhuis2014-04-101-5/+6
* libx265: Use the repeat headers flag when not using global headersMarcus Gustafsson2014-03-311-39/+18
* libx265: Only use one memcpy for headersDerek Buitenhuis2014-03-241-6/+1
* libx265: Write global extradata when requestedMichael Niedermayer2014-03-241-1/+9
* libx265: Support API version 9Derek Buitenhuis2014-03-061-5/+5
* libx265: Properly handled dynamic linking with MSVCDerek Buitenhuis2014-02-241-0/+4
* libx265: Support SARDerek Buitenhuis2014-02-241-0/+10
* libx265: Support 4:4:4Derek Buitenhuis2014-02-241-0/+23
* libx265: Update API usageDerek Buitenhuis2014-02-241-3/+9
* libx265: Remove redundant default param callDerek Buitenhuis2014-02-141-1/+0
* libx265: Fix use of uninitialized input pictureDerek Buitenhuis2014-02-141-0/+2
* Add libx265 encoderDerek Buitenhuis2014-02-121-0/+284
OpenPOWER on IntegriCloud