summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libavcodec/qsv: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-08
* avfilter/af_speechnorm: add timeline supportPaul B Mahol2021-09-08
* avfilter/af_speechnorm: check return value of av_frame_make_writable()Paul B Mahol2021-09-08
* avfilter/af_speechnorm: use floats in place of doubles where it is already fl...Paul B Mahol2021-09-08
* avcodec/h264_parser: Fix nalsize checkMichael Niedermayer2021-09-08
* avfilter/af_silenceremove: fix stop_silence handlingPaul B Mahol2021-09-08
* avfilter/af_silenceremove: avoid returning 1 sample duration framesPaul B Mahol2021-09-08
* avfilter/af_silenceremove: fix processing of periods > 1Paul B Mahol2021-09-08
* avfilter/af_silenceremove: guard against negative numbersPaul B Mahol2021-09-08
* avfilter/af_silenceremove: add asserts to check for NaNsPaul B Mahol2021-09-08
* avfilter/af_silenceremove: use duration option for window optionPaul B Mahol2021-09-07
* avfilter/af_silenceremove: fix indentationPaul B Mahol2021-09-07
* avfilter/af_silenceremove: cover default case tooPaul B Mahol2021-09-07
* avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol2021-09-07
* avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol2021-09-07
* avformat/mlpdec: fix time_base for packet timestampsPaul B Mahol2021-09-07
* avcodec/mlpdec: fix integer sanitizer warning under clangPaul B Mahol2021-09-07
* libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()James Almer2021-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
* lavfi/vf_scale: pass the thread count to the scalerAnton Khirnov2021-09-06
* sws: implement slice threadingAnton Khirnov2021-09-06
* lavfi/vf_scale: convert to the frame-based sws APIAnton Khirnov2021-09-06
* sws: add a new scaling APIAnton Khirnov2021-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
* doc/muxers: add entry for OBU muxerGyan Doshi2021-09-05
* avcodec/mlpenc: fix removal of packet timestamp/size from queuePaul B Mahol2021-09-05
* fftools/cmdutils: Use %c, not %s to write a single charAndreas Rheinhardt2021-09-05
* Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...Andreas Rheinhardt2021-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
* avcodec/mlpenc: remove unused itemPaul B Mahol2021-09-05
* ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer2021-09-04
* avfilter/avfiltergraph: add an "auto" constant to the threads optionJames Almer2021-09-04