summaryrefslogtreecommitdiff
path: root/libavcodec/cbs.c
Commit message (Expand)AuthorAge
* avcodec/cbs: Make ff_cbs_alloc_unit_data() staticAndreas Rheinhardt2021-09-08
* avcodec/cbs: add a helper to read extradata within packet side dataJames Almer2021-08-14
* lavc/cbs: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/cbs: Remove redundant checks for CodedBitstreamContext.codecAndreas Rheinhardt2021-03-12
* avcodec/cbs: allow cbs_read_fragment_content() to skip decomposition of unitsJames Almer2021-01-04
* avcodec/cbs: add an AVClass to CodedBitstreamType for option handlingJames Almer2021-01-04
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* cbs: Add function to read extradata from an AVCodecContextMark Thompson2020-11-24
* avcodec/cbs: add a flush callback to CodedBitstreamTypeJames Almer2020-09-29
* cbs: Add support functions for handling unit content referencesMark Thompson2020-09-02
* cbs: Describe allocate/free methods in tabular formMark Thompson2020-09-02
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-07
* avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit()Michael Niedermayer2020-06-13
* avcodec/cbs: Fix potential double-free when adding unit failsAndreas Rheinhardt2020-02-09
* avcodec/cbs: Fix potential overflowAndreas Rheinhardt2019-11-17
* avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt2019-11-17
* cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt2019-07-29
* cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt2019-07-08
* cbs: Allow non-blank packets in ff_cbs_write_packetAndreas Rheinhardt2019-07-07
* avcodec/cbs: add helper functions and macros to read and write signed valuesJames Almer2019-04-16
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-25
* lavc: Add coded bitstream read/write support for AV1Mark Thompson2018-09-26
* lavc/cbs: Add JPEG supportMark Thompson2018-09-23
* lavc: Add coded bitstream read/write support for VP9Mark Thompson2018-05-02
* cbs: Add support for array subscripts in trace outputMark Thompson2018-05-02
* cbs: Fragment/unit data is always reference countedMark Thompson2018-05-01
* avcodec/cbs: create reference counted fragments in ff_cbs_read_extradata()James Almer2018-04-26
* cbs: Add a table of all supported codec IDsMark Thompson2018-03-18
* avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...James Almer2018-03-05
* Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-21
|\
| * cbs: Refcount all the things!Mark Thompson2018-02-20
* | Merge commit 'a3daecd6375279d9fdb863ac9db3545a33e97651'Mark Thompson2018-02-21
|\|
| * cbs: Demote the "decomposition unimplemented" warningMark Thompson2018-02-20
| * cbs: Add an explicit type for coded bitstream unit typesMark Thompson2018-02-20
| * cbs: Allocate the context inside the init functionMark Thompson2018-02-20
| * cbs: Add a missing return value checkMark Thompson2017-11-12
| * cbs: Always check for bitstream end before readingMark Thompson2017-09-12
| * lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-08-20
| * lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-08-12
| * lavc: Add coded bitstream read/write support for H.264Mark Thompson2017-08-12
| * lavc: Add coded bitstream read/write APIMark Thompson2017-08-12
* lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-10-17
* lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-10-17
* lavc: Add coded bitstream read/write support for H.264Mark Thompson2017-10-17
* lavc: Add coded bitstream read/write APIMark Thompson2017-10-17