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
2020-12-11Fix use of references to buffers after calling dav1d_close()Henrik Gramner
2020-11-22Add more buffer poolsHenrik Gramner
2020-11-18Check frame IDs for reference and "show_existing" framesDmitriy Sychov
2020-10-02Avoid using %ld for debugging in obu.cLuc Trudeau
2020-10-01Add debug code for HDR metadataLuc Trudeau
2020-09-15Ban op->idc that may drop all layer-specific OBUsWan-Teh Chang
2020-08-06obu: remove a few unnecessary calls to memset()James Almer
2020-08-06obu: reduce scope of some variablesJames Almer
2020-03-28const correctness in obu.cLuc Trudeau
2020-01-02Don't interleave the skip mode index finding loopsRonald S. Bultje
2019-12-29Allow skip modeMichael Bradshaw
2019-11-21Make OBU_* types publicRonald S. Bultje
2019-10-07Add AVX2 version of generate_grain_uv (4:2:0)Ronald S. Bultje
2019-09-06obu: fix deriving render_width and render_height from reference framesJames Almer
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-08-08Export frame ITU-T T.35 MetadataJames Almer
2019-07-06obu: also check frame_size_limit with Frame Header OBUsJames Almer
2019-05-14Add an option to limit the maximum frame sizeHenrik Gramner
2019-05-12obu: add missing break to the default case of a switch statementJames Almer
2019-05-12obu: don't abort on unknown OBUsJames Almer
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-02-26obu: ignore operating_parameter_info in new sequence checkJanne Grunau
2019-02-15obu: free Metadata buffers at the start of a new SequenceJames Almer
2019-02-13Parse OBU metadata for HDR10 supportVittorio Giovara
2019-02-13get_bits: Factor out leb parsing to dav1d_get_uleb128()Vittorio Giovara
2019-02-13obu: Initialize off_before_idx[0], fix MSVC warning about uninitialized useMartin Storsjö
2019-02-13Add casts to silence warnings about intended type conversions/shorteningsMartin Storsjö
2019-01-28replace fprintf uses with dav1d_log()James Almer
2019-01-28add a logging callback mechanismJames Almer
2019-01-16allocate Tile Group cache dynamicallyJames Almer
2019-01-13obu: fix separate_uv_delta_q for RGBJames Almer
2019-01-13obu: set subsampling to 1 for monochromeJames Almer
2019-01-12Set subsampling to 0 for RGB.Ronald S. Bultje
2019-01-08data: add dav1d_data_ref()James Almer
2019-01-05Add a user data pointer to Dav1dDataPropsMichael Bradshaw
2018-12-20Perform stack realignment in every API entry pointHenrik Gramner
2018-12-13Allow redundant sequence headerFred Barbier
2018-12-10Make static CDF tables source directly from rodataRonald S. Bultje
2018-12-06Use adapted CDF for invisible keyframes if refresh_context=1Ronald S. Bultje
2018-12-03obu: fix setting num_ticks_per_picture in sequence headersJames Almer
2018-11-29obu: ensure that the frame header reference is writableJames Almer
2018-11-28obu/film grain: check ref frame frame_hdr before useJanne Grunau
2018-11-26obu: error out on missing frame_hdrs in ref frames with frame_ref_short_signa...Janne Grunau
2018-11-26fix memleaks with ref counted sequence and frame headersJanne Grunau
2018-11-26memset frame_hdr to fix use of uninitilized value regressionsJanne Grunau
2018-11-26Add a public function to parse the Sequence Header from raw bitstream dataJames Almer
2018-11-26Put layout back in Dav1dSequenceHeaderJames Almer
2018-11-25Store literal bitstream values in Dav1dSequence/FrameHeaderRonald S. Bultje
2018-11-25Move Dav1dPictureParameters-related entries to top of Dav1dSeqHdrRonald S. Bultje
2018-11-25Add some more constants from section 3Ronald S. Bultje