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
2020-03-25avcodec/hevc: Cosmetics: Realign after last commitAndreas Rheinhardt
2020-03-25avcodec/hevc, h2645_parse: Fix HEVC NAL unit names and constantsAndreas Rheinhardt
2018-11-18cbs_h265: Add a lot more SEI parsing supportMark Thompson
2018-05-16lavc/h2645_parse: log more HEVC NAL type.Jun Zhao
2017-10-17hevc: Improve stream constraint values in common headerMark Thompson
2017-08-28hevc: Add names for reserved NAL unit typesMark Thompson
2017-03-24Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f'James Almer
2017-03-23Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3'James Almer
2017-03-23avcodec/hevc: add missing hevc.h headerJames Almer
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
2016-03-28hevc_parse: rename into h2645_parseAnton Khirnov
2016-02-13hevc: Track long and short term RPS size for VDPAUPhilip Langdale
2016-02-13dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes
2015-12-05hevcdsp: add x86 SIMD for MCAnton Khirnov
2015-07-12hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov
2015-07-12hevc: eliminate the second call to hls_nal_unit()Anton Khirnov
2015-07-12hevc: remove HEVCContext usage from hevc_psAnton Khirnov
2015-07-09lavc: add Intel libmfx-based HEVC encoderAnton Khirnov
2015-07-09hevc: split bitstream unescaping to a separate fileAnton Khirnov
2015-07-09hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov
2015-03-21hevc: make the crop sizes unsignedAnton Khirnov
2015-01-27hevc: add hwaccel hooksHendrik Leppkes
2015-01-27hevc: store the short term rps flag and size in the contextHendrik Leppkes
2015-01-27hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes
2014-11-17hevc: do not store rqt_root_cbf in the contextAnton Khirnov
2014-11-17hevc: do not store pcm_flag in the contextAnton Khirnov
2014-08-12hevc: use intreadwriteChristophe Gisquet
2014-08-09hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov
2014-07-28hevc: eliminate the last element from TransformTreeAnton Khirnov
2014-07-28hevc: eliminate unnecessary cbf_c{b,r} arraysAnton Khirnov
2014-07-28hevc: do not store the transform inter_split flag in the contextAnton Khirnov
2014-07-28hevc: eliminate an unnecessary arrayAnton Khirnov
2014-07-09hevc: parse display orientation SEI messageVittorio Giovara
2014-06-26hevc: remove unused array min_cb_addr_zsGildas Cocherel
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-05-19hevc: templatize intra_predAnton Khirnov
2014-03-09hevc: make pps/sps ids unsigned where necessaryVittorio Giovara
2014-02-04hevc: check that the VCL NAL types are the same for all slice segments of a f...Anton Khirnov
2014-01-21hevc: Prevent some integer overflowsLuca Barbato
2014-01-21hevc: Use uint64 to check for tile dimensionsLuca Barbato
2014-01-21hevc: Fix modulo operationsMichael Niedermayer
2014-01-09hevc: fix decoding of one PU wide filesGuillaume Martres
2013-12-22hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres
2013-12-20hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaƫl Raulet
2013-12-20hevc: refactor Profile Tier LevelGildas Cocherel
2013-12-11hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel
2013-12-09hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara