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