summaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs.c
Commit message (Expand)AuthorAgeFilesLines
* cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt2019-07-291-1/+1
* cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt2019-07-081-7/+5
* cbs: Allow non-blank packets in ff_cbs_write_packetAndreas Rheinhardt2019-07-071-1/+2
* avcodec/cbs: add helper functions and macros to read and write signed valuesJames Almer2019-04-161-0/+79
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-251-26/+36
* lavc: Add coded bitstream read/write support for AV1Mark Thompson2018-09-261-0/+6
* lavc/cbs: Add JPEG supportMark Thompson2018-09-231-0/+6
* lavc: Add coded bitstream read/write support for VP9Mark Thompson2018-05-021-0/+6
* cbs: Add support for array subscripts in trace outputMark Thompson2018-05-021-7/+37
* cbs: Fragment/unit data is always reference countedMark Thompson2018-05-011-7/+12
* avcodec/cbs: create reference counted fragments in ff_cbs_read_extradata()James Almer2018-04-261-21/+20
* cbs: Add a table of all supported codec IDsMark Thompson2018-03-181-0/+13
* avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...James Almer2018-03-051-4/+8
* Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-211-29/+136
|\
| * cbs: Refcount all the things!Mark Thompson2018-02-201-29/+136
* | Merge commit 'a3daecd6375279d9fdb863ac9db3545a33e97651'Mark Thompson2018-02-211-1/+1
|\ \ | |/
| * cbs: Demote the "decomposition unimplemented" warningMark Thompson2018-02-201-1/+1
| * cbs: Add an explicit type for coded bitstream unit typesMark Thompson2018-02-201-5/+7
| * cbs: Allocate the context inside the init functionMark Thompson2018-02-201-3/+17
| * cbs: Add a missing return value checkMark Thompson2017-11-121-1/+1
| * cbs: Always check for bitstream end before readingMark Thompson2017-09-121-0/+6
| * lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-08-201-0/+3
| * lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-08-121-0/+3
| * 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/+460
* lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-10-171-0/+3
* lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-10-171-0/+3
* 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/+482
OpenPOWER on IntegriCloud