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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-17Fix calculation of unit_idx to identify Av1RestorationUnitRonald S. Bultje
2018-11-17If Y/AC is 0 (but lossless=0), only allow coding DCT_DCTRonald S. Bultje
2018-11-16Add support for super-resRonald S. Bultje
2018-11-16Clip unscaled output pixels in put_8tap_scaled_c()Ronald S. Bultje
2018-11-16call dav1d_get_picture() until it returns -EAGAIN for drainingJanne Grunau
2018-11-16frame mt: fix memleak caused by race between dav1d_close and dav1d_decode_frameJanne Grunau
2018-11-16Disable warped motion for invalid warped global motion parametersRonald S. Bultje
2018-11-16Use seg->globalmv/skip in determining is_compRonald S. Bultje
2018-11-15Don't clip in prep_8tap_scaled_cRonald S. Bultje
2018-11-15obu: add support for OBUs with no size fieldJames Almer
2018-11-15Only do intra edge filtering/upsampling if enable_intra_edge setBoyuan Xiao
2018-11-15Correct the condition for freeing references in dav1d_parse_obusBoyuan Xiao
2018-11-15obu: tile_group and frame OBUs do not have trailing bitsJanne Grunau
2018-11-14meson: fix disabling asm for arm/arm64Janne Grunau
2018-11-14CI: bump the dav1d-debian-unstable image version.Konstantin Pavlov
2018-11-14Fix operator order in obu.cRupert Swarbrick
2018-11-14dav1d_fuzzer: skip empty frames to avoid assertions after 026069693efJanne Grunau
2018-11-14Correctly flush at the end of OBUsRupert Swarbrick
2018-11-14Fix how we read the UV quantization levelRupert Swarbrick
2018-11-14Segmentation map reference logicBoyuan Xiao
2018-11-14Fix parsing segmentation data in parse_frame_hdrBoyuan Xiao
2018-11-14Fix segmentation map size checkRonald S. Bultje
2018-11-14mc: use width/height of reference frame in warp_affineJanne Grunau
2018-11-14mc: ensure order of evaluation of macro arguments in FILTER_BILINJanne Grunau
2018-11-14Support skip/globalmv/ref segmentation featuresRonald S. Bultje
2018-11-14mc: use PXSTRIDE consistently in {put,prep}_8tap_scaled_cJanne Grunau
2018-11-14implement a decoupled decode APIJames Almer
2018-11-14Add support for scaled referencesRonald S. Bultje
2018-11-14Pass dimensions to cfl_ac and derive log2szDavid Michael Barr
2018-11-13Fix parsing of render sizeRonald S. Bultje
2018-11-13Align block size to bw/bh for z2 filter extensionRonald S. Bultje
2018-11-13intra_pred: fix ubsan issues with max_width/height in 2f251bd11528Janne Grunau
2018-11-13Add missing .data suffix so we don't overwrite in memset()Ronald S. Bultje
2018-11-12Fix dav1d CLI tool skip short optionNicolas Frattaroli
2018-11-12Add a max_width/height argument to angular_ipred_fnRonald S. Bultje
2018-11-12Re-add imax(v, 0) in SGR calculationRonald S. Bultje
2018-11-12Fix type mismatch (int32_t vs. int)Ronald S. Bultje
2018-11-12Use prev_frame seg_map if temporal=0,update=0 alsoRonald S. Bultje
2018-11-12Use negative return value in case of segmentation setup errorsRonald S. Bultje
2018-11-12do not try to build the windows .rc file if we're building for a static targetSteve Lhomme
2018-11-12include errno.h in the public headersSteve Lhomme
2018-11-10Split MC blendHenrik Gramner
2018-11-09lf mask: calculate vertical mask correctlyJanne Grunau
2018-11-09MSVC Compat: Move stdatomic fallback to its own directoryDerek Buitenhuis
2018-11-09Add stdatomic fallback for GCC 4.7/4.8Derek Buitenhuis
2018-11-09frame-mt: do not derive_warpmv intrabc blocksJanne Grunau
2018-11-09reduce size of Av1FrameHeader by 7940 bytesJanne Grunau
2018-11-09frame-mt: set b->filter2d for intra bc blocksJanne Grunau
2018-11-09Always free references upon sequence header refreshRonald S. Bultje
2018-11-08fix backup of t->l.tx_lpf_uv at tile boundaries for 4:2:2 and 4:4:4Janne Grunau