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
path: root/src/obu.c
AgeCommit message (Expand)Author
2018-10-24obu: don't abort OBU_REDUNDANT_FRAME_HDR if no frame header has been parsedJames Almer
2018-10-24obu: abort parsing OBU_FRAME if show_existing_frame=1James Almer
2018-10-24Exit frame data decoding for OBU_FRAME if show_existing_frame=1Ronald S. Bultje
2018-10-24Initialize restoration.type to RESTORATION_NONE for grayscale contentRonald S. Bultje
2018-10-24obu: support parsing Redundant Frame Header OBUsJames Almer
2018-10-23obu: fix parsing of decoder model info bitsJames Almer
2018-10-23Avoid calling get_uniform(max=1)Luc Trudeau
2018-10-23Order skipmode references incrementallyRonald S. Bultje
2018-10-22obu: fix parsing force_integer_mv on frame headersJames Almer
2018-10-20obu/tile_group: simplify tile group order to checkJanne Grunau
2018-10-18fix skip_mode_params parsing if enable_order_hint == 0Janne Grunau
2018-10-18parse obu_size/leb128 as unsigned 32-bit integerJanne Grunau
2018-10-14implement non power of 2 tile rows and columns spec compliantJanne Grunau
2018-10-11fix input buffer ref leak on tile parse errorsJanne Grunau
2018-10-08Reset entropy/reference state after making a fwd_kf visibleRonald S. Bultje
2018-10-07check dav1d_submit_frame() for errorsJanne Grunau
2018-10-05Reduce code duplicationJames Almer
2018-10-05fix skipping ref_order_hint in frame headersJames Almer
2018-10-05fix -Wsign-compare warningsskal
2018-10-04parsing: error out when trying to decode a frame without tile dataJanne Grunau
2018-10-04Correctly use dav1d_ prefix for global symbolsHenrik Gramner
2018-10-03frame header: check for arithmetic underflow in tile data parsingJanne Grunau
2018-10-03frame header: fix tile size parsing for non-uniform tilesJanne Grunau
2018-10-02Remove compare between int and uintLuc Trudeau
2018-09-30api: add a frame type field to Dav1dPictureParametersJames Almer
2018-09-28Add flush functionRonald S. Bultje
2018-09-27Don't read filmgrain parameters for never-visible frames.Ronald S. Bultje
2018-09-25Fix undefined-behavior in obu.cLuc Trudeau
2018-09-23Group delta_q and delta_lf into delta structLuc Trudeau
2018-09-22Initial decoder implementation.Ronald S. Bultje