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
2018-05-10avcodec/hevcdec: make ff_hevc_frame_nb_refs take a const pointerTimo Rothenpieler
2018-05-09avcodec/hevc: remove videotoolbox hackAman Gupta
2017-09-29avcodec/videotoolbox: add hevc supportAman Gupta
2017-06-15avcodec/hevc_refs: Check nb_refs in add_candidate_ref()Michael Niedermayer
2017-05-26avcodec/hevcdec: export cropping information instead of handling it internallyJames Almer
2017-05-05avcodec/hevcdec: remove HEVCContext usage from ff_hevc_compute_poc()James Almer
2017-05-05avcodec/hevcdec: remove HEVCContext usage from hevc_seiJames Almer
2017-03-24Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f'James Almer
2017-03-23Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3'James Almer
2017-03-23Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer
2017-03-23Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch
2016-10-21hevc: move the SliceType enum to hevc.hAnton Khirnov
2016-10-16hevcdec: move parameter set parsing into a separate headerAnton Khirnov
2016-10-16hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov
2016-10-16hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov
2015-09-20hevc: properly handle no_rasl_output_flag when removing pictures from the DPBHendrik Leppkes
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-07-13Merge commit 'd82e1adc2019135a2fc45372e0ed0b5ef107cdd0'Michael Niedermayer
2015-07-12Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2'Michael Niedermayer
2015-07-12hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov
2015-07-12hevc: remove HEVCContext usage from hevc_psAnton Khirnov
2015-03-21avcodec/hevc_refs: Silence "Could not find ref with POC" for CRA/BLAMichael Niedermayer
2015-01-27Merge commit '1dd021929f8157b88529ce1e6ab6351dd2899e89'Michael Niedermayer
2015-01-27hevc: reindent after previous commitHendrik Leppkes
2015-01-27hevc: add hwaccel hooksHendrik Leppkes
2015-01-27hevc: reindent after previous commitHendrik Leppkes
2015-01-27hevc: add hwaccel hooksHendrik Leppkes
2015-01-27hevc: clear unused refs on failureAnton Khirnov
2014-12-10avcodec/hevc_refs: fix potential use of uninitialized min_idxMichael Niedermayer
2014-08-09hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()Anton Khirnov
2014-07-28hevc: fix skip_flagMickaël Raulet
2014-07-26hevc: add support for bumping processMickaël Raulet
2014-07-11Merge commit '458e7c94830d1522997e33a0b5e87bd709e8a349'Michael Niedermayer
2014-07-11hevc: implement pic_output_flag handlingGildas Cocherel
2014-05-15Revert "avcodec/hevc: fix outputted AVFrame.key_frame"Michael Niedermayer
2014-05-14avcodec/hevc: fix outputted AVFrame.key_framePeter Kovář
2014-04-30avcodec/hevc: fix no output of prior pics and pic output flags(cherry picked ...gcocherel
2013-12-10hevc: avoid some unnecessary differences with libavGuillaume Martres
2013-11-02libavcodec/hevc: random cosmetics to reduce diff to 064698d381e1e7790f21b0199...Michael Niedermayer
2013-11-02libavcodec/hevc: reduce bracket differences to 064698d381e1e7790f21b0199a8930...Michael Niedermayer
2013-11-02avcodec/hevc: Adjust white-spaces to reduce difference to 064698d381e1e7790f2...Michael Niedermayer
2013-10-31Add HEVC decoderGuillaume Martres
2013-10-31hevc: add partial support for interlaced(cherry picked from commit 44b592ae6d...Mickaël Raulet
2013-10-28hevc : cosmetic changes(cherry picked from commit 7308c0ccf13f18cebe4851e6dcd...Mickaël Raulet
2013-10-22hevc: add wavefront parallel processingMickaël Raulet
2013-10-22hevc: pretty print(cherry picked from commit 6332b3afe298b9e1060e8549aea3aa27...Mickaël Raulet
2013-10-20avcodec/hevc_refs: fix h/vshift calculation in ff_hevc_output_frame()Michael Niedermayer
2013-10-16hevc: fixing TSCL_A_VIDYO_5 decoding output order(cherry picked from commit 1...Mickaël Raulet
2013-10-16lavc: add a HEVC decoder.Guillaume Martres