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
2020-01-18avcodec/cbs_av1: Check leb128 values readMichael Niedermayer
2019-12-11avcodec/cbs_av1: avoid reading trailing bits when obu type is OBU_TILE_LISTFei Wang
2019-11-19avcodec/cbs_av1: keep separate reference frame state for reading and writingJames Almer
2019-11-18avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt
2019-11-13avcodec/cbs_av1: support one byte long OBUs when the size is not set in the b...James Almer
2019-09-29avcodec/cbs_av1: Make overread check more robustAndreas 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
2019-04-17avcodec/cbs_av1: use the new signed value read/write functionsJames Almer
2019-04-14avcodec/cbs_av1: add support for Padding OBUsJames Almer
2019-04-14avcodec/cbs_av1: add a function to strip trailing zeroes from a buffer sizeJames Almer
2019-04-02avcodec/cbs_av1: fix parsing spatial_idJames Almer
2019-02-10avcodec/cbs_av1: don't call cbs_av1_read_trailing_bits() when no bits remain ...James Almer
2018-12-22cbs_av1: Fix reading of overlong uvlc codesMark Thompson
2018-12-17lavc/cbs: Do not use format specifier "z" on Windows.Carl Eugen Hoyos
2018-11-18avcodec/cbs_av1: don't abort when splitting Temporal Units containing OBUs wi...James Almer
2018-11-15avcodec/cbs_av1: fix parsing signed integer valuesJames Almer
2018-11-06cbs_av1: Support redundant frame headersMark Thompson
2018-11-06cbs_av1: Fix header writing when already alignedMark Thompson
2018-09-27lavc: Add coded bitstream read/write support for AV1Mark Thompson