Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-09cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt
2019-07-08cbs: Allow non-blank packets in ff_cbs_write_packetAndreas Rheinhardt
2019-04-17avcodec/cbs: add helper functions and macros to read and write signed valuesJames Almer
2019-02-26libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt
2018-09-27lavc: Add coded bitstream read/write support for AV1Mark Thompson
2018-09-23lavc/cbs: Add JPEG supportMark Thompson
2018-05-02lavc: Add coded bitstream read/write support for VP9Mark Thompson
2018-05-02cbs: Add support for array subscripts in trace outputMark Thompson
2018-05-02cbs: Fragment/unit data is always reference countedMark Thompson
2018-04-27avcodec/cbs: create reference counted fragments in ff_cbs_read_extradata()James Almer
2018-03-18cbs: Add a table of all supported codec IDsMark Thompson
2018-03-05avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...James Almer
2018-02-22Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson
2018-02-22Merge commit 'a3daecd6375279d9fdb863ac9db3545a33e97651'Mark Thompson
2018-02-21cbs: Refcount all the things!Mark Thompson
2018-02-21cbs: Demote the "decomposition unimplemented" warningMark Thompson
2018-02-21cbs: Add an explicit type for coded bitstream unit typesMark Thompson
2018-02-21cbs: Allocate the context inside the init functionMark Thompson
2017-11-12cbs: Add a missing return value checkMark Thompson
2017-10-17lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson
2017-10-17lavc: Add coded bitstream read/write support for H.265Mark Thompson
2017-10-17lavc: Add coded bitstream read/write support for H.264Mark Thompson
2017-10-17lavc: Add coded bitstream read/write APIMark Thompson
2017-09-13cbs: Always check for bitstream end before readingMark Thompson
2017-08-20lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson
2017-08-13lavc: Add coded bitstream read/write support for H.265Mark Thompson
2017-08-13lavc: Add coded bitstream read/write support for H.264Mark Thompson
2017-08-13lavc: Add coded bitstream read/write APIMark Thompson