summaryrefslogtreecommitdiff
path: root/libavcodec/cbs.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs: Remove ff_cbs_alloc_unit_contentAndreas Rheinhardt2022-08-081-11/+2
* avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unitAndreas Rheinhardt2022-02-081-3/+2
* avcodec/cbs: Make ff_cbs_alloc_unit_data() staticAndreas Rheinhardt2021-09-081-9/+0
* avcodec/cbs: add a helper to read extradata within packet side dataJames Almer2021-08-141-0/+4
* lavc/cbs: avoid avcodec.h dependencyAnton Khirnov2021-06-101-2/+5
* avcodec/cbs: constify decompose_unit_typesJames Almer2021-01-101-1/+1
* cbs: Add function to read extradata from an AVCodecContextMark Thompson2020-11-241-0/+11
* avcodec/cbs: add a flush callback to CodedBitstreamTypeJames Almer2020-09-291-0/+5
* cbs: Add support functions for handling unit content referencesMark Thompson2020-09-021-0/+29
* cbs: Describe allocate/free methods in tabular formMark Thompson2020-09-021-0/+9
* cbs: Mention all codecs in unit type commentMark Thompson2020-08-121-0/+2
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-071-14/+7
* avcodec/cbs: Fix potential double-free when adding unit failsAndreas Rheinhardt2020-02-091-1/+2
* avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt2019-11-171-0/+7
* cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt2019-07-291-1/+1
* cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt2019-07-081-3/+5
* cbs: Allow non-blank packets in ff_cbs_write_packetAndreas Rheinhardt2019-07-071-1/+9
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-251-4/+29
* lavc: Add coded bitstream read/write support for VP9Mark Thompson2018-05-021-0/+1
* cbs: Fragment/unit data is always reference countedMark Thompson2018-05-011-4/+6
* cbs: Add a table of all supported codec IDsMark Thompson2018-03-181-0/+8
* Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-211-9/+42
|\
| * cbs: Refcount all the things!Mark Thompson2018-02-201-9/+42
| * cbs: Minor comment fixes / cosmeticsMark Thompson2018-02-201-4/+31
| * cbs: Add an explicit type for coded bitstream unit typesMark Thompson2018-02-201-4/+15
| * cbs: Allocate the context inside the init functionMark Thompson2018-02-201-3/+3
| * lavc: Add coded bitstream read/write APIMark Thompson2017-08-121-0/+274
* lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-10-171-0/+1
* lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-10-171-0/+1
* lavc: Add coded bitstream read/write support for H.264Mark Thompson2017-10-171-0/+2
* lavc: Add coded bitstream read/write APIMark Thompson2017-10-171-0/+308