summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* swscale/aarch64: use multiply accumulate and shift-right narrowSebastian Pop2020-01-04
* avcodec/bsf: replace ctx->internal-> with bsfi-> for better readabilityLimin Wang2020-01-04
* doc: Fix a typo.Carl Eugen Hoyos2020-01-04
* lavfi/buffersrc: Remove redundant free after ff_filter_frame() failureJun Zhao2020-01-04
* avfilter/af_dynaudnorm: fix another clipping with custom peak valuePaul B Mahol2020-01-04
* avfilter/af_dynaudnorm: implement threshold optionPaul B Mahol2020-01-04
* avfilter/af_dynaudnorm: do not clip audioPaul B Mahol2020-01-04
* libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
* lavfi/coreimage: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
* lavc/libkvazaar: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
* lavc/bsf: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
* avdevice/decklink: deprecate the -list_devices optionMarton Balint2020-01-03
* avdevice/decklink_dec: remove -bm_v210 optionMarton Balint2020-01-03
* avdevice/decklink_dec: remove the @mode syntaxMarton Balint2020-01-03
* avformat/img2enc: fix writing multiple streams in write_muxed_fileMarton Balint2020-01-03
* avformat/img2enc: minor simplificationMarton Balint2020-01-03
* avformat/img2enc: cleanup IO contexts on errorMarton Balint2020-01-03
* avformat/img2enc: reindent after last commitMarton Balint2020-01-03
* avformat/img2enc: factorize piped write_packetMarton Balint2020-01-03
* avformat/img2enc: factorize writing fully muxed fileMarton Balint2020-01-03
* doc/muxers: fix order of options and examples for image2 muxerMarton Balint2020-01-03
* avfilter/af_dynaudnorm: fix previous commitPaul B Mahol2020-01-02
* avfilter/af_dynaudnorm: do not enqueue flush buffersPaul B Mahol2020-01-02
* avcodec/mpeg12dec: always submit the first field to hwaccelZhong Li2020-01-02
* avcodec/nvdec_mpeg12: set field flagsTimo Rothenpieler2020-01-02
* avcodec/librav1e: use AV_OPT_TYPE_DICT for rav1e-paramsMarton Balint2020-01-01
* avcodec/libxavs2: use AV_OPT_TYPE_DICT for xavs2-paramsMarton Balint2020-01-01
* avcodec/libx265: use AV_OPT_TYPE_DICT for x265-paramsMarton Balint2020-01-01
* avcodec/libx264: use AV_OPT_TYPE_DICT for x264-paramsMarton Balint2020-01-01
* avcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parametersMarton Balint2020-01-01
* avformat/tee: use AV_OPT_TYPE_DICT for fifo_optionsMarton Balint2020-01-01
* avformat/segment: use AV_OPT_TYPE_DICT for segment_format_optionsMarton Balint2020-01-01
* avformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_optionsMarton Balint2020-01-01
* avformat/fifo: use AV_OPT_TYPE_DICT for format_optsMarton Balint2020-01-01
* avformat/dashenc: use AV_OPT_TYPE_DICT for format_optionsMarton Balint2020-01-01
* avcodec/libx265: export encoded frame statsJames Almer2020-01-01
* avcodec/libx265: add a qp option and apply the relevant global AVCodecContext...James Almer2020-01-01
* avcodec/libx265: apply some global AVCodecContext settings to the encoder con...James Almer2020-01-01
* avformat/matroskadec: Use AV_DICT_DONT_STRDUP_VAL to save av_strdupAndreas Rheinhardt2020-01-01
* avformat/matroskaenc: Check return value of ff_isom_write_hvcc()Andreas Rheinhardt2020-01-01
* avformat/matroskaenc: Adapt documentation of put_ebml_numAndreas Rheinhardt2020-01-01
* avformat/mpeg: Remove secondary packet for reading VobSubAndreas Rheinhardt2020-01-01
* compat/avisynth: Fix unicode compilation.Matt Oliver2020-01-01
* avfilter/af_dynaudnorm: do not hang forever if only EOF is receivedPaul B Mahol2020-01-01
* avfilter/af_dynaudnorm: do not error out if even filter size was givenPaul B Mahol2020-01-01
* lavf/libsrt: add version guard for srt encryption controlJun Zhao2020-01-01
* configure: bump yearGyan Doshi2020-01-01
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* avformat/oggparseflac: Replace skip_bits_long() by skip_bits() where possibleMichael Niedermayer2019-12-31