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-12-11Update NEWS0.1.0Jean-Baptiste Kempf
2018-12-11do not build the allocation fail fuzzer when lto is enabledJanne Grunau
2018-12-11On the way to 0.1.0Jean-Baptiste Kempf
2018-12-11fuzzing: add memory allocation fail fuzzerJanne Grunau
2018-12-10add SSSE3 blend_hFrancois Cartegnie
2018-12-10add SSSE3 blend_vFrancois Cartegnie
2018-12-10add SSSE3 blendFrancois Cartegnie
2018-12-10add SSSE3 w_mask_420Francois Cartegnie
2018-12-10cdf: fix memleak in dav1d_cdf_thread_unrefJanne Grunau
2018-12-10Make static CDF tables source directly from rodataRonald S. Bultje
2018-12-09svc: move spatial layer check out of output_pictureJanne Grunau
2018-12-08annexb: don't use a int64_t intermediary for leb128James Almer
2018-12-08picture: free pic_ctx on dav1d_ref_wrap errorJanne Grunau
2018-12-08output_picture: unref pictures on allocation errorsJanne Grunau
2018-12-08memory allocation error checksJanne Grunau
2018-12-08decode_frame: use goto error after allocation errorsJanne Grunau
2018-12-08checkasm: replace rand() with xorshift xor128Janne Grunau
2018-12-08fix mvs_ref NULL ptr dererence after allocation errorJanne Grunau
2018-12-08cdf: make CdfThreadContext allocation failure safeJanne Grunau
2018-12-08dav1d_open: free context completely on allocation errorsJanne Grunau
2018-12-07CI: set empty dependecies for the tests jobsJanne Grunau
2018-12-07annexb: ensure that OBU size <= frame size <= TU sizeJames Almer
2018-12-07Add Length delimited bitstream (Annex B) demuxerJames Almer
2018-12-07checkasm: Try to handle crashes more gracefullyHenrik Gramner
2018-12-07Implement --cpumask to mask out CPU featuresRonald S. Bultje
2018-12-06Fix mc.avg/w_avg/mask for x86-32Ronald S. Bultje
2018-12-06Special w=4/8 casesRonald S. Bultje
2018-12-06Add SSSE3 implementation for the 4x4 blocks in itxLiwei Wang
2018-12-06Add SSSE3 implementation for dav1d_ipred_hXuefeng Jiang
2018-12-0612 bits/component supportRonald S. Bultje
2018-12-06Change type of MC intermediates from coef to int16_tRonald S. Bultje
2018-12-06Fix 12-bit support in yuv4mpeg muxerRonald S. Bultje
2018-12-06Use adapted CDF for invisible keyframes if refresh_context=1Ronald S. Bultje
2018-12-05Add ipred_z1 AVX2 asmHenrik Gramner
2018-12-05Make some minor ipred_z simplificationsHenrik Gramner
2018-12-05frame-mt: drain delayed pictures fully before returning -EAGAINJanne Grunau
2018-12-05frame-mt: output delayed frames as soon as possibleJanne Grunau
2018-12-04Correctly use movd instead of movq in blend_h_avx2.w4Henrik Gramner
2018-12-04Add SSSE3 implementation for dav1d_inv_txfm_add_dct_dct_4x4Liwei Wang
2018-12-04film_grain: limit overlapped pixels to block boundariesJanne Grunau
2018-12-04film_grain: copy unmodified planes before applying noiseJanne Grunau
2018-12-04Make per-width versions of cfl_acRonald S. Bultje
2018-12-04x86: Add chroma-from-luma AC 4:2:0 AVX2 asmDavid Michael Barr
2018-12-03frame-mt: output only fully decoded framesJanne Grunau
2018-12-03obu: fix setting num_ticks_per_picture in sequence headersJames Almer
2018-11-30data: fix setting Dav1dDataProps defaults in dav1d_data_create()James Almer
2018-11-30common: make 0 the default for Dav1dDataProps.durationJames Almer
2018-11-30common: make it clear that the default values in Dav1dDataProps mean unknownJames Almer
2018-11-30common: make -1 the default for Dav1dDataProps.offsetJames Almer
2018-11-30common: make Dav1dDataProps.duration signedJames Almer