| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cbs: constify decompose_unit_types | James Almer | 2021-01-10 | 1 | -1/+1 |
* | cbs: Add function to read extradata from an AVCodecContext | Mark Thompson | 2020-11-24 | 1 | -0/+11 |
* | avcodec/cbs: add a flush callback to CodedBitstreamType | James Almer | 2020-09-29 | 1 | -0/+5 |
* | cbs: Add support functions for handling unit content references | Mark Thompson | 2020-09-02 | 1 | -0/+29 |
* | cbs: Describe allocate/free methods in tabular form | Mark Thompson | 2020-09-02 | 1 | -0/+9 |
* | cbs: Mention all codecs in unit type comment | Mark Thompson | 2020-08-12 | 1 | -0/+2 |
* | avcodec/cbs: Remove unused function parameters | Andreas Rheinhardt | 2020-07-07 | 1 | -14/+7 |
* | avcodec/cbs: Fix potential double-free when adding unit fails | Andreas Rheinhardt | 2020-02-09 | 1 | -1/+2 |
* | avcodec/cbs: Factor out common code for writing units | Andreas Rheinhardt | 2019-11-17 | 1 | -0/+7 |
* | 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 | -3/+5 |
* | cbs: Allow non-blank packets in ff_cbs_write_packet | Andreas Rheinhardt | 2019-07-07 | 1 | -1/+9 |
* | libavcodec/cbs: Stop needlessly reallocating the units array | Andreas Rheinhardt | 2019-02-25 | 1 | -4/+29 |
* | lavc: Add coded bitstream read/write support for VP9 | Mark Thompson | 2018-05-02 | 1 | -0/+1 |
* | cbs: Fragment/unit data is always reference counted | Mark Thompson | 2018-05-01 | 1 | -4/+6 |
* | cbs: Add a table of all supported codec IDs | Mark Thompson | 2018-03-18 | 1 | -0/+8 |
* | Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2' | Mark Thompson | 2018-02-21 | 1 | -9/+42 |
|\ |
|
| * | cbs: Refcount all the things! | Mark Thompson | 2018-02-20 | 1 | -9/+42 |
| * | cbs: Minor comment fixes / cosmetics | Mark Thompson | 2018-02-20 | 1 | -4/+31 |
| * | cbs: Add an explicit type for coded bitstream unit types | Mark Thompson | 2018-02-20 | 1 | -4/+15 |
| * | cbs: Allocate the context inside the init function | Mark Thompson | 2018-02-20 | 1 | -3/+3 |
| * | lavc: Add coded bitstream read/write API | Mark Thompson | 2017-08-12 | 1 | -0/+274 |
* | lavc: Add coded bitstream read/write support for MPEG-2 | Mark Thompson | 2017-10-17 | 1 | -0/+1 |
* | lavc: Add coded bitstream read/write support for H.265 | Mark Thompson | 2017-10-17 | 1 | -0/+1 |
* | lavc: Add coded bitstream read/write support for H.264 | Mark Thompson | 2017-10-17 | 1 | -0/+2 |
* | lavc: Add coded bitstream read/write API | Mark Thompson | 2017-10-17 | 1 | -0/+308 |