summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_asoftclip: rewrite oversamplingPaul B Mahol2021-09-122-135/+171
* avfilter/vf_fieldmatch: initialize dst pointer to silence warningPaul B Mahol2021-09-111-1/+1
* avfilter/f_segment: silence compiler warningPaul B Mahol2021-09-111-0/+2
* avfilter/f_loop: initialize ret to silence compiler warningPaul B Mahol2021-09-111-1/+1
* avfilter/af_arnndn: initialize ret to silence compiler warningPaul B Mahol2021-09-111-2/+2
* avfilter/af_afftdn: move i initialization to silence warningPaul B Mahol2021-09-111-2/+1
* avfilter/af_apsyclip: fix mixed declarations and codePaul B Mahol2021-09-111-4/+4
* avfilter: add audio psychoacoustic clipperPaul B Mahol2021-09-116-1/+719
* avfilter/af_astats: add entropy statPaul B Mahol2021-09-112-0/+40
* avfilter/vf_convolution: add scharr operatorPaul B Mahol2021-09-106-3/+104
* fate: fix silenceremove testPaul B Mahol2021-09-092-37/+35
* avfilter/af_silenceremove: fix regression in output frame ptsPaul B Mahol2021-09-091-25/+4
* avcodec/qsv_enc: do not reuse enc_ctrl from previous framesXu Guangxin2021-09-091-0/+2
* avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt2021-09-091-2/+1
* avcodec/siren: decode_vector: remove unused parameterPeter Ross2021-09-091-2/+2
* avcodec/siren: replace magic numbers with macro valuePeter Ross2021-09-091-2/+2
* avcodec/libvpxenc: Apply codec options to alpha codec contextAdam Chelminski2021-09-082-3/+25
* avformat/rtpdec: Make ff_rtp_handler_iterate() staticAndreas Rheinhardt2021-09-082-13/+12
* avformat/rawdec: Make ff_raw_data_read_header() staticAndreas Rheinhardt2021-09-082-4/+2
* avformat/mov_chan: Make ff_mov_get_channel_layout() staticAndreas Rheinhardt2021-09-082-11/+9
* avcodec/iirfilter: Make ff_iir_filter_flt() staticAndreas Rheinhardt2021-09-082-21/+16
* avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i staticAndreas Rheinhardt2021-09-082-12/+8
* avcodec/jpeg2000: Make ff_tag_tree_size() staticAndreas Rheinhardt2021-09-082-5/+4
* avcodec/mqcenc: Make ff_mqc_flush() staticAndreas Rheinhardt2021-09-082-3/+2
* avcodec/qsv: Make ff_qsv_map_error() staticAndreas Rheinhardt2021-09-082-10/+6
* avcodec/h263dec: Make ff_h263_hw_config_list staticAndreas Rheinhardt2021-09-081-3/+3
* avcodec/cbs: Make ff_cbs_alloc_unit_data() staticAndreas Rheinhardt2021-09-082-27/+23
* avcodec/bsf: ff_list_bsf staticAndreas Rheinhardt2021-09-081-3/+3
* avformat/dhav: use frame number if timestamp difference is zeroPaul B Mahol2021-09-081-0/+4
* libavfilter/vf_deinterlace_qsv: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-081-13/+19
* libavfilter/vf_scale_qsv: add MFX_MEMTYPE_FROM_VPPOUT flag to frame_typeArtem Galin2021-09-081-1/+1
* libavfilter/vf_scale_qsv: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-081-13/+18
* libavfilter/qsvvpp: add MFX_MEMTYPE_FROM_VPPOUT flag to output framesArtem Galin2021-09-081-1/+1
* libavfilter/qsvvpp: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-081-13/+18
* libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc...Artem Galin2021-09-085-19/+58
* libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly s...Artem Galin2021-09-082-14/+68
* libavutil/hwcontext_qsv: supporting d3d11va device typeArtem Galin2021-09-081-61/+265
* libavcodec/qsv: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-082-18/+37
* avfilter/af_speechnorm: add timeline supportPaul B Mahol2021-09-081-2/+3
* avfilter/af_speechnorm: check return value of av_frame_make_writable()Paul B Mahol2021-09-081-1/+3
* avfilter/af_speechnorm: use floats in place of doubles where it is already fl...Paul B Mahol2021-09-081-10/+15
* avcodec/h264_parser: Fix nalsize checkMichael Niedermayer2021-09-081-2/+2
* avfilter/af_silenceremove: fix stop_silence handlingPaul B Mahol2021-09-081-6/+9
* avfilter/af_silenceremove: avoid returning 1 sample duration framesPaul B Mahol2021-09-081-18/+38
* avfilter/af_silenceremove: fix processing of periods > 1Paul B Mahol2021-09-081-5/+18
* avfilter/af_silenceremove: guard against negative numbersPaul B Mahol2021-09-081-0/+16
* avfilter/af_silenceremove: add asserts to check for NaNsPaul B Mahol2021-09-081-0/+5
* avfilter/af_silenceremove: use duration option for window optionPaul B Mahol2021-09-071-18/+21
* avfilter/af_silenceremove: fix indentationPaul B Mahol2021-09-071-32/+32
* avfilter/af_silenceremove: cover default case tooPaul B Mahol2021-09-071-0/+4