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-09-16avcodec/apedec: Fix integer overflow in intermediateMichael Niedermayer
2021-09-16avcodec/mjpegdec: export display matrix frame side data when availableJames Almer
2021-09-15avcodec/elbg: Increase some fields to 64bitMichael Niedermayer
2021-09-15avcodec/dxva2_av1: fix superres_denom parameterTong Wu
2021-09-14avcodec/h264_picture: wait for the second slice to apply film grain on interl...James Almer
2021-09-14avcodec/exr: Fix undefined integer multiplicationMichael Niedermayer
2021-09-14avcodec/jpeg2000_parser: Check state!=0Michael Niedermayer
2021-09-14avcodec/bsf: Unref the packet when flushingAndreas Rheinhardt
2021-09-14avcodec/bsf: Use null-bsf for passthrough when availableAndreas Rheinhardt
2021-09-12avcodec/wmadec: fix WMA gapless playbackbnnm
2021-09-12avcodec/h274: trim unnecessarily large arrayNiklas Haas
2021-09-12avcodec/h274: don't read from uninitialized array membersNiklas Haas
2021-09-09avcodec/qsv_enc: do not reuse enc_ctrl from previous framesXu Guangxin
2021-09-09avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt
2021-09-09avcodec/siren: decode_vector: remove unused parameterPeter Ross
2021-09-09avcodec/siren: replace magic numbers with macro valuePeter Ross
2021-09-09avcodec/libvpxenc: Apply codec options to alpha codec contextAdam Chelminski
2021-09-08avcodec/iirfilter: Make ff_iir_filter_flt() staticAndreas Rheinhardt
2021-09-08avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i staticAndreas Rheinhardt
2021-09-08avcodec/jpeg2000: Make ff_tag_tree_size() staticAndreas Rheinhardt
2021-09-08avcodec/mqcenc: Make ff_mqc_flush() staticAndreas Rheinhardt
2021-09-08avcodec/qsv: Make ff_qsv_map_error() staticAndreas Rheinhardt
2021-09-08avcodec/h263dec: Make ff_h263_hw_config_list staticAndreas Rheinhardt
2021-09-08avcodec/cbs: Make ff_cbs_alloc_unit_data() staticAndreas Rheinhardt
2021-09-08avcodec/bsf: ff_list_bsf staticAndreas Rheinhardt
2021-09-08libavcodec/qsv: enabling d3d11va support, added mfxhdlpairArtem Galin
2021-09-08avcodec/h264_parser: Fix nalsize checkMichael Niedermayer
2021-09-07avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol
2021-09-07avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol
2021-09-07avcodec/mlpdec: fix integer sanitizer warning under clangPaul B Mahol
2021-09-07avcodec/siren: MSN Siren decoderPeter Ross
2021-09-07avcodec/mlpenc: remove convoluted incomplete multiple substreams support codePaul B Mahol
2021-09-07avcodec/mlpenc: use variables local to for loopsPaul B Mahol
2021-09-06avcodec/nvenc: add constrainedFrame encoding supportLimin Wang
2021-09-06avcodec/nvenc: add single slice intra refresh supportLimin Wang
2021-09-06avcodec/nvenc: add intra refresh supportLimin Wang
2021-09-06avcodec/nvenc: make number of slices per frame configurableLimin Wang
2021-09-05avcodec/jpeg2000dec: Check that atom header is within bytsetreamMichael Niedermayer
2021-09-05avcodec/apedec: Fix 2 integer overflows in filter_3800()Michael Niedermayer
2021-09-05avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer
2021-09-05avcodec/argo: Move U, fix shiftMichael Niedermayer
2021-09-05avcodec/mlp: move sync defines to common headerPaul B Mahol
2021-09-05avcodec/mlpenc: remove frame_size array from private contextPaul B Mahol
2021-09-05avcodec/mlpenc: stop using hardcoded valuePaul B Mahol
2021-09-05avcodec/mlpenc: use av_shrink_packet()Paul B Mahol
2021-09-05avcodec/mlpenc: remove no more needed gotoPaul B Mahol
2021-09-05avcodec/mlpenc: fix removal of packet timestamp/size from queuePaul B Mahol
2021-09-05avcodec/mlpenc: remove not needed buf_size checksPaul B Mahol
2021-09-05avcodec/mlpenc: fix indentationPaul B Mahol
2021-09-05avcodec/mlpenc: stop returning packets with no dataPaul B Mahol