summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* avformat/mov: Use av_mul_q() to avoid integer overflowsMichael Niedermayer2021-02-04
* avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapperMichael Niedermayer2021-02-04
* avfilter/vf_blend: add support for commandsPaul B Mahol2021-02-04
* avcodec/utils: unbreak BINKAUDIO_DCT duration calculationPaul B Mahol2021-02-04
* avfilter/af_amix: add sum optionPaul B Mahol2021-02-04
* avformat: add binka demuxerPaul B Mahol2021-02-04
* avformat/rmdec: Reorder operations to avoid overflowMichael Niedermayer2021-02-04
* avcodec/mxpegdec: fix SOF countingMichael Niedermayer2021-02-04
* avcodec/rscc: Check inflated_buf size whan it is usedMichael Niedermayer2021-02-04
* avformat/mvdec: Sanity check SAMPLE_WIDTHMichael Niedermayer2021-02-04
* avcodec/cabac_functions, x86/cabac: Include stddef.hAndreas Rheinhardt2021-02-04
* avformat/dashdec: Avoid segfault when URL template is unexpectedly missingsfan52021-02-04
* avformat/dashdec: Fix missing NULL checksfan52021-02-04
* avformat/dashdec: rename variable name for more readableSteven Liu2021-02-04
* avformat/dashdec: check init_section before use it.Steven Liu2021-02-04
* avformat/cdxl: rework probe and fix sample rate and frame ratePaul B Mahol2021-02-04
* avformat/qtpalette: Use better headersAndreas Rheinhardt2021-02-03
* avformat/rtsp: Fix build failure when RTP demuxers are disabledAndreas Rheinhardt2021-02-03
* avformat/Makefile: Only compile qtpalette.c when neededAndreas Rheinhardt2021-02-03
* avformat/qtpalette: Move default palette to their only userAndreas Rheinhardt2021-02-03
* avformat/cutils, dvenc: Move ff_brktimegm to its only userAndreas Rheinhardt2021-02-03
* avformat/cdxl: add support for custom 24bit pal8 formatsPaul B Mahol2021-02-03
* avformat/mxfdec: Add missing const to mxf_mastering_display*Tomas Härdin2021-02-03
* avcodec/xbmdec: get_nibble() minor speed increase, and binary reductionJose Da Silva2021-02-03
* avcodec/xbmdec: convert() minor speed increaseJose Da Silva2021-02-03
* avcodec/xbmenc: Pre-compute variables once for parse_str_int()Jose Da Silva2021-02-03
* avcodec/xbmenc: substitute end instead of recalculating endJose Da Silva2021-02-03
* avfilter/avfilter: mark enable as runtime option tooPaul B Mahol2021-02-03
* avfilter: add colorcorrect filterPaul B Mahol2021-02-03
* av_dump_format(): reduce indentation for streamsAnton Khirnov2021-02-03
* av_dump_format(): increase indentation for chapter metadataAnton Khirnov2021-02-03
* av_dump_format: add a heading for chaptersAnton Khirnov2021-02-03
* fftools/ffmpeg_filter: Make functions only used locally staticAndreas Rheinhardt2021-02-02
* fftools/ffmpeg_filter: Remove ist_in_filtergraphAndreas Rheinhardt2021-02-02
* avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.cAndreas Rheinhardt2021-02-02
* avcodec/h264_levels, h265_profile_level: Remove ff_h26[45]_get_levelAndreas Rheinhardt2021-02-02
* avfilter/ebur128: Remove unused functionsAndreas Rheinhardt2021-02-02
* fftools/ffmpeg_filter: Remove choose_sample_fmtAndreas Rheinhardt2021-02-02
* avformat/rtmppkt: Only compile ff_rtmp_packet_dump if defined(DEBUG)Andreas Rheinhardt2021-02-02
* avformat/avio: Remove ffurl_openAndreas Rheinhardt2021-02-02
* avformat/rtmpproto: Only include RTMP protocols that are enabledAndreas Rheinhardt2021-02-02
* avformat/rtmppkt: Remove ff_amf_read_boolAndreas Rheinhardt2021-02-02
* vc2enc: Add missing static to local variablesMark Thompson2021-02-02
* avfilter/vf_colorlevels: call execute once per framePaul B Mahol2021-02-02
* avfilter/vf_colorlevels: no need to use double for coeffPaul B Mahol2021-02-02
* avfilter/vf_colorlevels: beautify definePaul B Mahol2021-02-02
* avfilter/vf_colorlevels: typedef ThreadData structPaul B Mahol2021-02-02
* avcodec: add PFM image encoderPaul B Mahol2021-02-02
* avfilter: add colorcontrast filterPaul B Mahol2021-02-02
* avformat/hlsenc: use AV_OPT_TYPE_DURATIONLimin Wang2021-02-02