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
2021-01-04avcodec/cbs_av1: add an option to select an operating pointJames Almer
2020-12-01avcodec/cbs_av1: split film grain param fields into their own structJames Almer
2020-11-11avcodec/cbs_av1: add a range check to tg_endJames Almer
2020-10-28avcodec/cbs_av1: infer segmentation parameters from reference framesJames Almer
2020-10-28avcodec/cbs_av1: infer loop filter delta parameters from reference framesJames Almer
2020-09-02cbs: Ensure that reference fields always follow the associated pointerMark Thompson
2020-08-25avcodec/cbs_av1: add OrderHint to CodedBitstreamAV1ContextJames Almer
2020-08-23avcodec/cbs_av1: fix storage size for render_{width,height}_minus_1James Almer
2020-07-17Revert "avcodec/cbs_av1: keep separate reference frame state for reading and ...James Almer
2019-12-19avcodec/cbs_av1: add missing valid range of values for num_cb_points and num_...James Almer
2019-12-14avcodec/cbs_av1_syntax_template: Check num_y_pointsMichael Niedermayer
2019-12-12avcodec/cbs_av1: fix array size for ar_coeffs_cb_plus_128 and ar_coeffs_cr_pl...James Almer
2019-12-11avcodec/cbs_av1: rename enable_intraintra_compound flagFei 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-04-17avcodec/cbs_av1: add support for Scalability MetadataJames Almer
2019-04-14avcodec/cbs_av1: add support for Padding OBUsJames Almer
2018-12-20avcodec/cbs_av1: fix parsing delta_frame_id_minus1James Almer
2018-11-15avcodec/cbs_av1: fix storage size for segmentation_params feature_value fieldsJames Almer
2018-11-06cbs_av1: Support redundant frame headersMark Thompson
2018-11-05avcodec/cbs_av1: fix decoder/encoder_buffer_delay variable typesJames Almer
2018-10-27avcodec/cbs_av1: fix parsing frame_size_with_refsJames Almer
2018-09-27lavc: Add coded bitstream read/write support for AV1Mark Thompson