| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cbs_vp8: Add support for VP8 codec bitstream | Dai, Jianhui J | 2023-11-15 | 1 | -0/+6 |
* | avcodec/cbs: Use RefStruct-API for unit content | Andreas Rheinhardt | 2023-10-07 | 1 | -56/+45 |
* | cbs: Make tracing more general | Mark Thompson | 2023-09-22 | 1 | -59/+62 |
* | avcodec/cbs: Add specialization for ff_cbs_(read|write)_unsigned() | Andreas Rheinhardt | 2023-07-30 | 1 | -4/+30 |
* | avcodec/cbs: add cbs implementation for H266/VVC | Nuo Mi | 2023-06-29 | 1 | -0/+6 |
* | avcodec/cbs: add API to discard units by AVDiscard | Zhao Zhili | 2023-06-19 | 1 | -0/+21 |
* | avcodec/cbs: Remove CBS_CONTENT_TYPE_POD | Andreas Rheinhardt | 2022-10-22 | 1 | -14/+4 |
* | avcodec/cbs: Only write extradata if there is something to write | Andreas Rheinhardt | 2022-09-25 | 1 | -0/+4 |
* | avcodec/cbs: Remove ff_cbs_alloc_unit_content | Andreas Rheinhardt | 2022-08-08 | 1 | -22/+2 |
* | avcodec/cbs_internal: Use unions to shrink size of descriptors | Andreas Rheinhardt | 2022-08-08 | 1 | -13/+13 |
* | avcodec/cbs: Use smaller scope for variables, add const | Andreas Rheinhardt | 2022-08-08 | 1 | -10/+9 |
* | avcodec/cbs: Remove redundant assignment | Andreas Rheinhardt | 2022-08-08 | 1 | -6/+0 |
* | avcodec/cbs: Avoid code duplication for making unit refcounted/writable | Andreas Rheinhardt | 2022-08-08 | 1 | -49/+25 |
* | avcodec/cbs: Mark init and close functions as av_cold | Andreas Rheinhardt | 2022-07-09 | 1 | -5/+5 |
* | avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unit | Andreas Rheinhardt | 2022-02-08 | 1 | -7/+15 |
* | avcodec/cbs: Make ff_cbs_alloc_unit_data() static | Andreas Rheinhardt | 2021-09-08 | 1 | -18/+23 |
* | avcodec/cbs: add a helper to read extradata within packet side data | James Almer | 2021-08-14 | 1 | -0/+13 |
* | lavc/cbs: avoid avcodec.h dependency | Anton Khirnov | 2021-06-10 | 1 | -0/+1 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avcodec/cbs: Remove redundant checks for CodedBitstreamContext.codec | Andreas Rheinhardt | 2021-03-12 | 1 | -3/+3 |
* | avcodec/cbs: allow cbs_read_fragment_content() to skip decomposition of units | James Almer | 2021-01-04 | 1 | -0/+6 |
* | avcodec/cbs: add an AVClass to CodedBitstreamType for option handling | James Almer | 2021-01-04 | 1 | -0/+9 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | cbs: Add function to read extradata from an AVCodecContext | Mark Thompson | 2020-11-24 | 1 | -38/+39 |
* | avcodec/cbs: add a flush callback to CodedBitstreamType | James Almer | 2020-09-29 | 1 | -0/+6 |
* | cbs: Add support functions for handling unit content references | Mark Thompson | 2020-09-02 | 1 | -0/+163 |
* | cbs: Describe allocate/free methods in tabular form | Mark Thompson | 2020-09-02 | 1 | -0/+69 |
* | avcodec/cbs: Remove unused function parameters | Andreas Rheinhardt | 2020-07-07 | 1 | -29/+19 |
* | avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit() | Michael Niedermayer | 2020-06-13 | 1 | -2/+2 |
* | avcodec/cbs: Fix potential double-free when adding unit fails | Andreas Rheinhardt | 2020-02-09 | 1 | -1/+4 |
* | avcodec/cbs: Fix potential overflow | Andreas Rheinhardt | 2019-11-17 | 1 | -1/+3 |
* | avcodec/cbs: Factor out common code for writing units | Andreas Rheinhardt | 2019-11-17 | 1 | -5/+59 |
* | cbs: Don't set AVBuffer's opaque | Andreas Rheinhardt | 2019-07-29 | 1 | -1/+1 |
* | cbs: ff_cbs_delete_unit: Replace return value with assert | Andreas Rheinhardt | 2019-07-08 | 1 | -7/+5 |
* | cbs: Allow non-blank packets in ff_cbs_write_packet | Andreas Rheinhardt | 2019-07-07 | 1 | -1/+2 |
* | avcodec/cbs: add helper functions and macros to read and write signed values | James Almer | 2019-04-16 | 1 | -0/+79 |
* | libavcodec/cbs: Stop needlessly reallocating the units array | Andreas Rheinhardt | 2019-02-25 | 1 | -26/+36 |
* | lavc: Add coded bitstream read/write support for AV1 | Mark Thompson | 2018-09-26 | 1 | -0/+6 |
* | lavc/cbs: Add JPEG support | Mark Thompson | 2018-09-23 | 1 | -0/+6 |
* | lavc: Add coded bitstream read/write support for VP9 | Mark Thompson | 2018-05-02 | 1 | -0/+6 |
* | cbs: Add support for array subscripts in trace output | Mark Thompson | 2018-05-02 | 1 | -7/+37 |
* | cbs: Fragment/unit data is always reference counted | Mark Thompson | 2018-05-01 | 1 | -7/+12 |
* | avcodec/cbs: create reference counted fragments in ff_cbs_read_extradata() | James Almer | 2018-04-26 | 1 | -21/+20 |
* | cbs: Add a table of all supported codec IDs | Mark Thompson | 2018-03-18 | 1 | -0/+13 |
* | avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w... | James Almer | 2018-03-05 | 1 | -4/+8 |
* | Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2' | Mark Thompson | 2018-02-21 | 1 | -29/+136 |
|\ |
|
| * | cbs: Refcount all the things! | Mark Thompson | 2018-02-20 | 1 | -29/+136 |
* | | Merge commit 'a3daecd6375279d9fdb863ac9db3545a33e97651' | Mark Thompson | 2018-02-21 | 1 | -1/+1 |
|\| |
|
| * | cbs: Demote the "decomposition unimplemented" warning | Mark Thompson | 2018-02-20 | 1 | -1/+1 |
| * | cbs: Add an explicit type for coded bitstream unit types | Mark Thompson | 2018-02-20 | 1 | -5/+7 |