Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-11avcodec/cbs: constify decompose_unit_typesJames Almer
2020-11-24cbs: Add function to read extradata from an AVCodecContextMark Thompson
2020-09-30avcodec/cbs: add a flush callback to CodedBitstreamTypeJames Almer
2020-09-02cbs: Add support functions for handling unit content referencesMark Thompson
2020-09-02cbs: Describe allocate/free methods in tabular formMark Thompson
2020-08-13cbs: Mention all codecs in unit type commentMark Thompson
2020-07-07avcodec/cbs: Remove unused function parametersAndreas Rheinhardt
2020-02-10avcodec/cbs: Fix potential double-free when adding unit failsAndreas Rheinhardt
2019-11-18avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt
2019-07-30cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt
2019-07-09cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt
2019-07-08cbs: Allow non-blank packets in ff_cbs_write_packetAndreas Rheinhardt
2019-02-26libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt
2018-05-02lavc: Add coded bitstream read/write support for VP9Mark Thompson
2018-05-02cbs: Fragment/unit data is always reference countedMark Thompson
2018-03-18cbs: Add a table of all supported codec IDsMark Thompson
2018-02-22Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson
2018-02-21cbs: Refcount all the things!Mark Thompson
2018-02-21cbs: Minor comment fixes / cosmeticsMark Thompson
2018-02-21cbs: Add an explicit type for coded bitstream unit typesMark Thompson
2018-02-21cbs: Allocate the context inside the init functionMark Thompson
2017-10-17lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson
2017-10-17lavc: Add coded bitstream read/write support for H.265Mark Thompson
2017-10-17lavc: Add coded bitstream read/write support for H.264Mark Thompson
2017-10-17lavc: Add coded bitstream read/write APIMark Thompson
2017-08-13lavc: Add coded bitstream read/write APIMark Thompson