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-12-26avcodec/cbs_vp9: Check data_sizeMichael Niedermayer
2019-12-25avcodec/cbs_vp9: Check index_sizeMichael Niedermayer
2019-11-18avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt
2019-07-30cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt
2019-07-28cbs: Remove useless initializationsAndreas Rheinhardt
2019-06-07cbs_av1, cbs_jpeg, cbs_mpeg2, cbs_vp9: Fix undefAndreas Rheinhardt
2018-12-17lavc/cbs: Do not use format specifier "z" on Windows.Carl Eugen Hoyos
2018-12-10lavc/cbs_vp9: Make variable prob unsigned.Carl Eugen Hoyos
2018-10-31cbs_vp9: Ensure that reserved zero bits are actually zeroMark Thompson
2018-05-02lavc: Add coded bitstream read/write support for VP9Mark Thompson