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-10-25fix unwanted integer promotion in tile data size parsing.Janne Grunau
2018-10-25Make access into noskip_mask safe across sb64 tile threadsRonald S. Bultje
2018-10-24Prevent right-shift by 32Ronald S. Bultje
2018-10-24Use max value for all trailing palette entriesRonald S. Bultje
2018-10-24Require refs and curpic to share the same chroma subsamplingRonald S. Bultje
2018-10-23Clamp bottom end of vertical tile lengthRonald S. Bultje
2018-10-23Rename unset_hp_bit() to fix_mv_precision() and add integer-mv support.Ronald S. Bultje
2018-10-22Fix palette values when we reach max plane valuesRonald S. Bultje
2018-10-21Fill refpoc even if use_ref_frame_mvs=0.Ronald S. Bultje
2018-10-19Add support for external picture buffer allocationSteve Lhomme
2018-10-18check segmap of primary reference frame before referencing itJanne Grunau
2018-10-18intrabc: clip displacement vector to current tileJanne Grunau
2018-10-18decode: allow returning an error from decode_b and pass it onJanne Grunau
2018-10-14free tile_thread task_idx_to_sby_and_tile_idxJanne Grunau
2018-10-14implement non power of 2 tile rows and columns spec compliantJanne Grunau
2018-10-14decode: verify inter frame size restrictionsJanne Grunau
2018-10-11decode: error out on missing reference framesJanne Grunau
2018-10-11dav1d_decode_frame: always return negative values on errorJanne Grunau
2018-10-11reallocate lf.tx_lpf_right_edge accoring to the number of tile columnsJanne Grunau
2018-10-11decode: error out if the primary ref frame does not existJanne Grunau
2018-10-09fix Av1FrameHeader.tiling.n_bytes sign compare warningJanne Grunau
2018-10-08Loop filter: mask with exact image width in MIDavid Michael Barr
2018-10-08Reset entropy/reference state after making a fwd_kf visibleRonald S. Bultje
2018-10-08Don't read CDF before it is availableRonald S. Bultje
2018-10-08Ensure all tile workers are parked before finishing frameRonald S. Bultje
2018-10-08check IntraBC displacement vectorJanne Grunau
2018-10-08decode_b: make sure seg_id is validJanne Grunau
2018-10-08error out if segmentation is enabled but no map availableJanne Grunau
2018-10-07unref out picture on decoding errorJanne Grunau
2018-10-05Intra prediction DSP refactoringHenrik Gramner
2018-10-04tile: check for arithmetic underflow in tile setupJanne Grunau
2018-10-04Lossless segments: allow CfL in 4x4 chroma blocksDavid Michael Barr
2018-10-04Move delta_lf inside delta_q checkLuc Trudeau
2018-10-04Correctly use dav1d_ prefix for global symbolsHenrik Gramner
2018-10-03decode_frame: unref everything on decoding errorsJanne Grunau
2018-10-02Remove compare between int and uint in add macroLuc Trudeau
2018-10-02decode: Fix unchecked dav1d_alloc_aligned in decode_frameDerek Buitenhuis
2018-10-02decode: Fix unchecked malloc in decode_frameDerek Buitenhuis
2018-10-02ref_mvs: Check malloc in av1_init_ref_mv_common and propagate errorDerek Buitenhuis
2018-10-02Remove unused parameters in get_tx_ctxLuc Trudeau
2018-10-01Fix occasional hang in tile row threadingRonald S. Bultje
2018-09-30api: add a frame type field to Dav1dPictureParametersJames Almer
2018-09-28Fix tile index errorRonald S. Bultje
2018-09-28Add flush functionRonald S. Bultje
2018-09-28Reproduce AV1 bitstream bug for UV palette entry contexting.Ronald S. Bultje
2018-09-28replace direct calls to __builtin_clz/ctz with generic functionsSteve Lhomme
2018-09-24Prevent bw/bh from being an odd number.Ronald S. Bultje
2018-09-23Group delta_q and delta_lf into delta structLuc Trudeau
2018-09-22Initial decoder implementation.Ronald S. Bultje