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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-11hevc: implement pic_output_flag handlingGildas Cocherel
2014-07-11hevc: set the keyframe flag on output framesMickaël Raulet
2014-07-11hevc: Replace nal type chek with equivalent IS_IRAP macroMickaël Raulet
2014-07-09hevc: parse display orientation SEI messageVittorio Giovara
2014-07-03hevc: Use the local context variable when neededLuca Barbato
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-05-19hevc: templatize intra_predAnton Khirnov
2014-03-09hevc: Do not turn 32bit timebases into negative numbersMichael Niedermayer
2014-03-09hevc: use av_mallocz() for allocating tab_ipmMichael Niedermayer
2014-02-19hevc: Always consider VLC NALU type mismatch fatalLuca Barbato
2014-02-04hevc: check that the VCL NAL types are the same for all slice segments of a f...Anton Khirnov
2014-02-01hevc: Reject impossible slice segmentLuca Barbato
2014-01-21hevc: Bound check cu_qp_deltaLuca Barbato
2014-01-21hevc: Bound check slice_qpLuca Barbato
2014-01-21hevc: Prevent some integer overflowsLuca Barbato
2014-01-21hevc: Fix modulo operationsMichael Niedermayer
2014-01-09hevc: fix decoding of one PU wide filesGuillaume Martres
2013-12-20hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet
2013-12-20hevc: store profile and level in AVCodecContextGildas Cocherel
2013-12-20lavc: add HEVC profiles namesGildas Cocherel
2013-12-11hevc: set time_base when possibleGuillaume Martres
2013-12-11hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel
2013-12-11hevc: do not dereference pointer before NULL check in verify_md5()Michael Niedermayer
2013-12-09hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-11-04hevc: Use parsed VUI colorimetry in avcodecJan Ekström
2013-10-31Add HEVC decoderGuillaume Martres