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
2022-10-20threading: Fix a race around frame completion (frame-mt)Victorien Le Couviour--Tuffet
2022-09-15Ignore T.35 metadata if the OBU contains no payloadDavid Conrad
2022-04-08obu: don't output invisible but showable key frames more than onceJames Almer
2022-04-08obu: check that the frame referenced by existing_frame_idx is showableJames Almer
2022-04-08obu: check refresh_frame_flags is not equal to allFrames on Intra Only framesJames Almer
2022-03-08lib: add a public function to return the props from the last frame that faile...James Almer
2022-03-07lib: always set operating_point_idc and max_spatial_idJames Almer
2022-03-07lib: don't buffer an extra frame when there's a single spatial layerJames Almer
2022-02-26obu: make all parsing errors use the same error pathJames Almer
2022-02-17Forward frame-thread decoding errors back to user threadRonald S. Bultje
2022-02-03add a picture flag to signal that a new temporal delimiter unit was seenJames Almer
2022-01-19Fix current frame selector wrapping conditionVictorien Le Couviour--Tuffet
2022-01-08Add interface to output invisible (alt-ref) framesRonald S. Bultje
2022-01-06DAV1D_MC_IDENTITY requires DAV1D_PIXEL_LAYOUT_I444Wan-Teh Chang
2021-09-09Fix a potential hang when dav1d_submit_frame failsVictorien Le Couviour--Tuffet
2021-09-03msvc: Fix some signedness warningsHenrik Gramner
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-04-16dav1d: add event flags to the decoding processJames Almer
2021-01-28src: Replace check for intra-/key-frame with dedicated macroMatthias Dressel
2021-01-28src: Use a macro for testing frame_typeMatthias Dressel
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