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-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-04avcodec/av1dec: add an option to select an operating pointJames Almer
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-12-16avcodec/av1dec: support exporting Film Grain params as frame side dataJames Almer
2020-12-07avcodec/nvdec: Add support for decoding monochrome av1Philip Langdale
2020-12-05avcodec/av1dec: Fix leak in case of failureAndreas Rheinhardt
2020-12-01avcodec/av1dec: infer and store film grain param values in AV1FrameJames Almer
2020-11-24avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codecJan Ekström
2020-11-13avcodec/av1dec: remove order_hint from AV1FrameJames Almer
2020-11-13avcodec/av1dec: add a reference to the raw frame header to AV1FramesJames Almer
2020-11-12avcodec/dxva2: add AV1 decode supportHendrik Leppkes
2020-11-11avcodec/nvdec: add av1 hwaccelTimo Rothenpieler
2020-11-11avcodec/av1dec: expose coded_losslessTimo Rothenpieler
2020-11-11avcodec/av1dec: expose skip mode frame indexTimo Rothenpieler
2020-11-03avcodec: add av1 VAAPI decoderFei Wang
2020-10-28avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame noneJames Almer
2020-10-28avcodec/av1dec: don't derive loop filter delta parametersJames Almer
2020-10-26avcodec/av1dec: Check for unset obu instead of crashingMichael Niedermayer
2020-10-16avcodec/av1dec: add cur_frame.spatial_id and temporal_id to AV1FrameJames Almer
2020-10-06avcodec/av1dec: avoid probing with av1decJames Almer
2020-10-04avcodec/av1dec: partially clean state on frame decoding errorsJames Almer
2020-09-30avcodec/av1dec: call ff_cbs_flush() on decoder flushJames Almer
2020-09-30avcodec/av1dec: fix check for active sequence headerJames Almer
2020-09-30avcodec/av1dec: parse dimensions from the sequence header in extradataJames Almer
2020-09-18avcodec/av1dec: Check tiles sizes, fix assert, don't read bytes bitwiseAndreas Rheinhardt
2020-09-17avcodec/av1dec: Remove redundant second freeAndreas Rheinhardt
2020-09-17avcodec/av1dec: Fix segfault upon allocation errorAndreas Rheinhardt
2020-09-12avcodec/av1dec: fix setting pix_fmtJames Almer
2020-09-12avcodec/av1dec: update reference frame state on show_existing_frameJames Almer
2020-09-12avcodec/av1dec: set chroma_sample_locationJames Almer
2020-09-12avcodec/av1dec: use av_cmp_q() to compare aspect ratioJames Almer
2020-09-12avcodec: add AV1 hardware accelerated decoderFei Wang