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 flagsVittorio Giovara
2015-07-15hevc: Split the struct setup from the pps parsingLuca Barbato
2015-07-13hevc: Print the non-supported chroma_format_idcLuca Barbato
2015-07-13hevc: Factor out the pixel format mapping from the sps parserLuca Barbato
2015-07-13hevc_ps: make sure failing to decode an SPS always returns an errorAnton Khirnov
2015-07-12hevc: remove HEVCContext usage from hevc_psAnton Khirnov
2015-07-09hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov
2015-04-03hevc: make sure no dangling pointers remain around on VPS/SPS changeAnton Khirnov
2015-04-03hevc: do not change the VPS if its contents are the sameAnton Khirnov
2015-03-21hevc: zero the correct variables on invalid crop parametersAnton Khirnov
2014-07-11hevc_ps: remove a write-only variableAnton Khirnov
2014-06-26hevc: remove unused array min_cb_addr_zsGildas Cocherel
2014-06-26hevc: Allow out of bound values for num_reorder_picsKieran Kunhya
2014-03-09hevc: make pps/sps ids unsigned where necessaryVittorio Giovara
2014-03-09hevc: Use get_bits_long() in decode_vui()Michael Niedermayer
2014-02-19hevc: Mention the missing SPS in the error messageLuca Barbato
2014-01-21hevc: Prevent some integer overflowsLuca Barbato
2014-01-21hevc: Use uint64 to check for tile dimensionsLuca Barbato
2014-01-21hevc: check that VPS referenced from SPS existsMichael Niedermayer
2013-12-20hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet
2013-12-20hevc: warn when an unknown profile is usedGuillaume Martres
2013-12-20hevc_ps: fix indentationGildas Cocherel
2013-12-20hevc: refactor Profile Tier LevelGildas Cocherel
2013-12-20hevc: don't check for errors in PTL codeGuillaume Martres
2013-12-11hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel
2013-11-04hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scaleYusuke Nakamura
2013-11-04hevc: Use parsed VUI colorimetry in avcodecJan Ekström
2013-10-31Add HEVC decoderGuillaume Martres