]> git.sesse.net Git - ffmpeg/history - libavcodec/cbs.c
lavf/qsvvpp: bypass vpp if not needed.
[ffmpeg] / libavcodec / cbs.c
2018-02-20 Mark Thompsoncbs: Refcount all the things!
2018-02-20 Mark Thompsoncbs: Demote the "decomposition unimplemented" warning
2018-02-20 Mark Thompsoncbs: Add an explicit type for coded bitstream unit...
2018-02-20 Mark Thompsoncbs: Allocate the context inside the init function
2017-11-12 Mark Thompsoncbs: Add a missing return value check
2017-09-12 Mark Thompsoncbs: Always check for bitstream end before reading
2017-08-20 Mark Thompsonlavc: Add coded bitstream read/write support for MPEG-2
2017-08-12 Mark Thompsonlavc: Add coded bitstream read/write support for H.265
2017-08-12 Mark Thompsonlavc: Add coded bitstream read/write support for H.264
2017-08-12 Mark Thompsonlavc: Add coded bitstream read/write API