| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | cbs: Allocate the context inside the init function | Mark Thompson | 2018-02-20 | 1 | -3/+17 |
| * | cbs: Add a missing return value check | Mark Thompson | 2017-11-12 | 1 | -1/+1 |
| * | cbs: Always check for bitstream end before reading | Mark Thompson | 2017-09-12 | 1 | -0/+6 |
| * | lavc: Add coded bitstream read/write support for MPEG-2 | Mark Thompson | 2017-08-20 | 1 | -0/+3 |
| * | lavc: Add coded bitstream read/write support for H.265 | Mark Thompson | 2017-08-12 | 1 | -0/+3 |
| * | lavc: Add coded bitstream read/write support for H.264 | Mark Thompson | 2017-08-12 | 1 | -0/+3 |
| * | lavc: Add coded bitstream read/write API | Mark Thompson | 2017-08-12 | 1 | -0/+460 |
* | lavc: Add coded bitstream read/write support for MPEG-2 | Mark Thompson | 2017-10-17 | 1 | -0/+3 |
* | lavc: Add coded bitstream read/write support for H.265 | Mark Thompson | 2017-10-17 | 1 | -0/+3 |
* | lavc: Add coded bitstream read/write support for H.264 | Mark Thompson | 2017-10-17 | 1 | -0/+3 |
* | lavc: Add coded bitstream read/write API | Mark Thompson | 2017-10-17 | 1 | -0/+482 |