]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2020-01-07 Marton Balintavformat: remove avio_flush() calls from the end of...
2020-01-07 Marton Balintavformat: remove unneeded avio_flush() calls before...
2020-01-07 Guo, Yejunvf_dnn_processing: add support for more formats gray8...
2020-01-07 Guo, Yejunvf_dnn_processing: remove parameter 'fmt'
2020-01-07 James Zernavcodec/libvpxenc,cosmetics: prefer sizeof(var)
2020-01-07 Michael Niedermayeravcodec/vmdaudio: Check block_align more
2020-01-07 Limin Wangavfilter/vf_showinfo: Fix erroneous results for mean...
2020-01-07 Andreas Rheinhardtavformat/aviobuf: Honor avio_open[2] documentation
2020-01-07 Limin Wangavcodec/decode: replace avctx->internal with avci for...
2020-01-07 Mark Thompsonvf_tonemap_vaapi: Fix memory leak in error case
2020-01-07 Xinpeng Sunconfigure: Change the configure check for tonemap_vaapi
2020-01-06 Carl Eugen... lavc/vdpau_vp9: Do not mix declarations and code.
2020-01-06 Carl Eugen... Silence "string-plus-int" warning shown by clang.
2020-01-06 Paul B Maholavfilter/af_sidechaincompress: add support for commands
2020-01-06 Paul B Maholdoc/filters: mention commands for crystalizer filter
2020-01-06 Gyan Doshidoc/filters: indicate commands for scale2ref
2020-01-06 Gyan Doshidoc/filters: indicate commands for zscale
2020-01-06 Paul B Maholavfilter/af_dynaudnorm: add support for commands
2020-01-06 Limin Wangdoc/filters: add entry for mean and stdev in showinfo
2020-01-06 Derek Buitenhuislavc/ffv1: Properly check that the 4th and 5th quant...
2020-01-05 Ulrich Spörleinlibavformat: fix spelling in ID3v1 genres and extend...
2020-01-05 Michael Niedermayeravcodec/pgssubdec: Free subtitle on error
2020-01-05 Gyan Doshidoc/volume: correct placement of replaygain_noclip
2020-01-05 Paul B Maholavfilter/af_dynaudnorm: use already available pointer
2020-01-05 Paul B Maholavfilter/af_dynaudnorm: move channels variable setup...
2020-01-05 Gyan Doshiffmpeg: don't force source-tracked keyframes for duplicates
2020-01-05 Gyan Doshiffmpeg: remove premature rescaling of forced_keyframe...
2020-01-05 Gyan Doshidoc/ffmpeg: document value source for -force_key_frames
2020-01-04 Sebastian Popswscale/aarch64: use multiply accumulate and shift...
2020-01-04 Limin Wangavcodec/bsf: replace ctx->internal-> with bsfi-> for...
2020-01-04 Carl Eugen... doc: Fix a typo.
2020-01-04 Jun Zhaolavfi/buffersrc: Remove redundant free after ff_filter_...
2020-01-04 Paul B Maholavfilter/af_dynaudnorm: fix another clipping with custo...
2020-01-04 Paul B Maholavfilter/af_dynaudnorm: implement threshold option
2020-01-04 Paul B Maholavfilter/af_dynaudnorm: do not clip audio
2020-01-04 Jun Zhaolibavutil/opt: fix memory leak after av_dict_parse_stri...
2020-01-04 Jun Zhaolavfi/coreimage: fix memory leak after av_dict_parse_st...
2020-01-04 Jun Zhaolavc/libkvazaar: fix memory leak after av_dict_parse_st...
2020-01-04 Jun Zhaolavc/bsf: fix memory leak after av_dict_parse_string...
2020-01-03 Marton Balintavdevice/decklink: deprecate the -list_devices option
2020-01-03 Marton Balintavdevice/decklink_dec: remove -bm_v210 option
2020-01-03 Marton Balintavdevice/decklink_dec: remove the @mode syntax
2020-01-03 Marton Balintavformat/img2enc: fix writing multiple streams in write...
2020-01-03 Marton Balintavformat/img2enc: minor simplification
2020-01-03 Marton Balintavformat/img2enc: cleanup IO contexts on error
2020-01-03 Marton Balintavformat/img2enc: reindent after last commit
2020-01-03 Marton Balintavformat/img2enc: factorize piped write_packet
2020-01-03 Marton Balintavformat/img2enc: factorize writing fully muxed file
2020-01-03 Marton Balintdoc/muxers: fix order of options and examples for image...
2020-01-02 Paul B Maholavfilter/af_dynaudnorm: fix previous commit
2020-01-02 Paul B Maholavfilter/af_dynaudnorm: do not enqueue flush buffers
2020-01-02 Zhong Liavcodec/mpeg12dec: always submit the first field to...
2020-01-02 Timo Rothenpieleravcodec/nvdec_mpeg12: set field flags
2020-01-01 Marton Balintavcodec/librav1e: use AV_OPT_TYPE_DICT for rav1e-params
2020-01-01 Marton Balintavcodec/libxavs2: use AV_OPT_TYPE_DICT for xavs2-params
2020-01-01 Marton Balintavcodec/libx265: use AV_OPT_TYPE_DICT for x265-params
2020-01-01 Marton Balintavcodec/libx264: use AV_OPT_TYPE_DICT for x264-params
2020-01-01 Marton Balintavcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parameters
2020-01-01 Marton Balintavformat/tee: use AV_OPT_TYPE_DICT for fifo_options
2020-01-01 Marton Balintavformat/segment: use AV_OPT_TYPE_DICT for segment_form...
2020-01-01 Marton Balintavformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_options
2020-01-01 Marton Balintavformat/fifo: use AV_OPT_TYPE_DICT for format_opts
2020-01-01 Marton Balintavformat/dashenc: use AV_OPT_TYPE_DICT for format_options
2020-01-01 James Almeravcodec/libx265: export encoded frame stats
2020-01-01 James Almeravcodec/libx265: add a qp option and apply the relevant...
2020-01-01 James Almeravcodec/libx265: apply some global AVCodecContext setti...
2020-01-01 Andreas Rheinhardtavformat/matroskadec: Use AV_DICT_DONT_STRDUP_VAL to...
2020-01-01 Andreas Rheinhardtavformat/matroskaenc: Check return value of ff_isom_wri...
2020-01-01 Andreas Rheinhardtavformat/matroskaenc: Adapt documentation of put_ebml_num
2020-01-01 Andreas Rheinhardtavformat/mpeg: Remove secondary packet for reading...
2020-01-01 Matt Olivercompat/avisynth: Fix unicode compilation.
2020-01-01 Paul B Maholavfilter/af_dynaudnorm: do not hang forever if only...
2020-01-01 Paul B Maholavfilter/af_dynaudnorm: do not error out if even filter...
2020-01-01 Jun Zhaolavf/libsrt: add version guard for srt encryption control
2020-01-01 Gyan Doshiconfigure: bump year
2019-12-31 Michael Niedermayeravcodec: Replace get_bits_long() by get_bits() where...
2019-12-31 Michael Niedermayeravformat/oggparsetheora: Replace get_bits_long() by...
2019-12-31 Michael Niedermayeravformat/oggparseflac: Replace skip_bits_long() by...
2019-12-31 Michael Niedermayeravcodec: Replace skip_bits_long() by skip_bits() where...
2019-12-31 Michael Niedermayeravcodec: Replace show_bits_long() by show_bits() where...
2019-12-31 Michael Niedermayeravcodec/ffwavesynth: Fix undefined overflow in wavesynt...
2019-12-31 Michael Niedermayeravcodec/cook: Use 3 stage VLC decoding for channel_coupling
2019-12-31 Michael Niedermayeravcodec/options_table: err_detect compliant and aggress...
2019-12-31 Michael Niedermayeravformat/options_table: err_detect compliant and aggres...
2019-12-31 Michael Niedermayeravcodec/wmalosslessdec: Fixes undefined overflow in...
2019-12-31 Michael Niedermayeravcodec/sonic: Check e in get_symbol()
2019-12-31 Michael Niedermayeravcodec/twinvqdec: Correct overflow in block align...
2019-12-31 Michael Niedermayeravcodec/h264_ps: Provide more details with "Truncated...
2019-12-31 Zhao Zhilifftools/ffmpeg_filter: remove sws_param option from...
2019-12-31 Michael Niedermayertools/target_dec_fuzzer: Stop negative block_align...
2019-12-31 Zhao Zhiliavcodec/utils: remove access of AV_SAMPLE_FMT_NB
2019-12-31 Zhao Zhiliswscale/utils: remove access of AV_PIX_FMT_NB
2019-12-30 Marton Balintavdevice/xcbgrab: capture the full desktop if video_siz...
2019-12-30 Marton Balintavdevice/xcbgrab: fix packet timestamps
2019-12-30 Paul B Maholavfilter/vf_histogram: add envelope to thistogram filter
2019-12-30 Zhao Zhiliavfilter/buffersrc: deprecate sws_param option
2019-12-29 Paul B Maholavfilter/af_crystalizer: add support for commands
2019-12-29 Paul B Maholavfilter/af_crystalizer: add timeline support
2019-12-29 Paul B Maholavfilter/vf_waveform: add support for 12bit yuva formats
2019-12-29 Paul B Maholavfilter/vf_vectorscope: add support for 12bit yuva...
next