summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_internal.h
Commit message (Expand)AuthorAgeFilesLines
* avocdec/cbs_internal: Rename CBS_MAX_UNIT_TYPES->CBS_MAX_LIST_UNIT_TYPESAndreas Rheinhardt2022-10-221-4/+4
* avcodec/cbs: Remove CBS_CONTENT_TYPE_PODAndreas Rheinhardt2022-10-221-9/+12
* avcodec/cbs_jpeg: Use table-based alloc/freeAndreas Rheinhardt2022-08-081-0/+7
* avcodec/cbs_internal: Use unions to shrink size of descriptorsAndreas Rheinhardt2022-08-081-30/+39
* avcodec/cbs_internal, cbs_h2645: Add and use new descriptor macrosAndreas Rheinhardt2022-08-081-7/+24
* lavc/cbs_internal: clean up headersAnton Khirnov2021-06-101-1/+6
* avcodec/cbs: add an AVClass to CodedBitstreamType for option handlingJames Almer2021-01-041-0/+6
* avcodec/cbs: add a flush callback to CodedBitstreamTypeJames Almer2020-09-291-0/+3
* cbs: Add support functions for handling unit content referencesMark Thompson2020-09-021-0/+1
* cbs: Add macros to support defining unit type tablesMark Thompson2020-09-021-0/+24
* cbs: Describe allocate/free methods in tabular formMark Thompson2020-09-021-0/+61
* avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt2019-11-171-2/+4
* avcodec/cbs: add helper functions and macros to read and write signed valuesJames Almer2019-04-161-1/+19
* lavc: Add coded bitstream read/write support for AV1Mark Thompson2018-09-261-0/+1
* lavc/cbs: Add JPEG supportMark Thompson2018-09-231-0/+1
* lavc: Add coded bitstream read/write support for VP9Mark Thompson2018-05-021-0/+1
* cbs: Add support for array subscripts in trace outputMark Thompson2018-05-021-4/+6
* cbs_h264: Fix overflow in shiftsMark Thompson2018-03-181-0/+4
* Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-211-3/+0
|\
| * cbs: Refcount all the things!Mark Thompson2018-02-201-3/+0
* | Merge commit '254e728d207c173a3714e6a01c9d68fcb3af8b73'Mark Thompson2018-02-211-3/+3
|\ \ | |/
| * cbs: Minor comment fixes / cosmeticsMark Thompson2018-02-201-0/+3
| * lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-08-201-0/+1
| * lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-08-121-0/+1
| * lavc: Add coded bitstream read/write support for H.264Mark Thompson2017-08-121-0/+3
| * lavc: Add coded bitstream read/write APIMark Thompson2017-08-121-0/+83
* 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/+3
* lavc: Add coded bitstream read/write APIMark Thompson2017-10-171-0/+86