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-24scalable: output only frames of the highest selected spatial layerJanne Grunau
2018-11-24API/scalable: add all_layers Dav1dSettingsJanne Grunau
2018-11-24API/scalable: add operating point Dav1dSettingJanne Grunau
2018-11-23checkasm: Add unit tests for chroma-from-luma subsamplingDavid Michael Barr
2018-11-23Add API to match input images to specific output picturesRonald S. Bultje
2018-11-23frame-mt: check delayed pics for decoding errorsJanne Grunau
2018-11-23film_grain: don't attempt copying chroma planes for I400Niklas Haas
2018-11-22Modify release_picture_callback to take a picture instead of a data pointerMichael Bradshaw
2018-11-22CI: move test-debian-msan to amd64 to avoid timeoutsJanne Grunau
2018-11-22CI: use aarch64 images from VideoLAN registry.Konstantin Pavlov
2018-11-22obu: set have_frame_hdr to true only when there were no errorsJames Almer
2018-11-22film_grain: round subsampled width/height upJanne Grunau
2018-11-22Fix some minor typosMichael Bradshaw
2018-11-22Set correct width for post-scaling picture if super-res is enabledRonald S. Bultje
2018-11-22film_grain: fix build when bit depths are disabledJanne Grunau
2018-11-21arm64: Work around a clang/LLVM misoptimizationMartin Storsjö
2018-11-21It is not an error to signal a temporal update while prev_segmap=NULLRonald S. Bultje
2018-11-21Rewrite the y4m header to match aomdec.Nathan E. Egge
2018-11-21CI: use meson's '--werror' instead of CFLAGSJanne Grunau
2018-11-21dav1d_fuzzer: include config.h before other headersJames Almer
2018-11-21Merge dav1d_picture_alloc() and dav1d_picture_alloc_copy()Ronald S. Bultje
2018-11-21fuzzer: mask all CPU flags under memory sanitizerJanne Grunau
2018-11-21mark dav1d_set_cpu_flags_mask visibleJanne Grunau
2018-11-21common.h: prefix multiple inclusion guard with DAV1D_Janne Grunau
2018-11-20Normatively allow invalid global motion parametersRonald S. Bultje
2018-11-20Fix use of uninitialized memory in resize_c()Ronald S. Bultje
2018-11-20film_grain: replace left shift of a signed value with a multiplicationJanne Grunau
2018-11-20itx: clip according to spec, fixes #103, #158Janne Grunau
2018-11-20Don't set LR coefficient defaults at image edgesRonald S. Bultje
2018-11-20film_grain: Fix compilation with MSVCMartin Storsjö
2018-11-20frame mt: mark frame as failed in dav1d_close()Janne Grunau
2018-11-20build: Only add libdav1d_nasm_objs if neededMarvin Scholz
2018-11-20film_grain: include config.h before other headersJames Almer
2018-11-19Slightly simplify the loop in lr_sbrow()Ronald S. Bultje
2018-11-19film_grain: implement film grain synthesisNiklas Haas
2018-11-19picture: make the film grain metadata publicNiklas Haas
2018-11-19obu: parse uv_mult etc. as signed integersNiklas Haas
2018-11-19Call msac_decode_bool() for 2 element CDFs.Nathan E. Egge
2018-11-19Remove confusing math and redundant computations.Nathan E. Egge
2018-11-19Clip resize height to image sizeRonald S. Bultje
2018-11-19Don't initialize the LR values if LR is disabled for a planeRonald S. Bultje
2018-11-19decode: check once per tile sb row for symbol decoder overreadsJanne Grunau
2018-11-18arm64: mc: Implement 8tap and bilin functionsMartin Storsjö
2018-11-18obu: support frame_refs_short_signalingJames Almer
2018-11-18arm: define PIC based on __PIC__ or __pic__ if not definedJanne Grunau
2018-11-17Revert "Disable warped motion for invalid warped global motion parameters"Ronald S. Bultje
2018-11-17set chroma width/height correctly for 422/444 in dav1d_read_coef_blocksJanne Grunau
2018-11-17CI: add asan/msan/ubsan test jobs for oss-fuzz regression testingJanne Grunau
2018-11-17checkasm: fix undefined signed int left shift by 31 in loopfilter testJanne Grunau
2018-11-17CI: change build-debian-werror job to debug buildJanne Grunau