Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-05-13libx265: Use the Multi-library InterfaceGopu Govindaswamy
2015-05-06libx265: Fix 'braces around scalar initializer' warningVittorio Giovara
2015-04-15x265: Map color parametersLuca Barbato
2015-04-11libx265: print supported presets and tunes on errorJames Almer
2015-04-05avcodec/libx265: export chosen picture typesMichael Niedermayer
2015-02-18libx265: Add crf private optionDerek Buitenhuis
2015-02-18libx265: Reduce the scope of some variablesDerek Buitenhuis
2015-01-22libx265: Pass through user-set frame typeDerek Buitenhuis
2014-10-01libx265: enable psnr reporting when requested by the userMichael Niedermayer
2014-09-03x265: Use the encoder defaultsLuca Barbato
2014-06-12libx265: Remove unneeded bit depth checkDerek Buitenhuis
2014-06-12libx265: Add 4:2:2 supportDerek Buitenhuis
2014-06-12libx265: Actually use X265_API_IMPORTSDerek Buitenhuis
2014-04-10libx265: Only set the SAR if it is validDerek Buitenhuis
2014-04-10libx265: Use 16-bit SARDerek Buitenhuis
2014-04-10libx265: Use x265_param_parse to set the SARDerek Buitenhuis
2014-03-31libx265: Use the repeat headers flag when not using global headersMarcus Gustafsson
2014-03-24libx265: Only use one memcpy for headersDerek Buitenhuis
2014-03-24libx265: Write global extradata when requestedMichael Niedermayer
2014-03-07libx265: Support API version 9Derek Buitenhuis
2014-02-24libx265: Properly handled dynamic linking with MSVCDerek Buitenhuis
2014-02-24libx265: Support SARDerek Buitenhuis
2014-02-24libx265: Support 4:4:4Derek Buitenhuis
2014-02-24libx265: Update API usageDerek Buitenhuis
2014-02-14libx265: Remove redundant default param callDerek Buitenhuis
2014-02-14libx265: Fix use of uninitialized input pictureDerek Buitenhuis
2014-02-12Add libx265 encoderDerek Buitenhuis