| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |