96270 Commits (ebbc976ae66774a9de70ea4dcc466bca4aa4f688)
 

Author SHA1 Message Date
Limin Wang ebbc976ae6 avcodec/bsf: replace ctx->internal-> with bsfi-> for better readability 5 years ago
Carl Eugen Hoyos f7c945abc0 doc: Fix a typo. 5 years ago
Jun Zhao 304eaa63a9 lavfi/buffersrc: Remove redundant free after ff_filter_frame() failure 5 years ago
Paul B Mahol 389865352d avfilter/af_dynaudnorm: fix another clipping with custom peak value 5 years ago
Paul B Mahol c8253cb332 avfilter/af_dynaudnorm: implement threshold option 5 years ago
Paul B Mahol 6a1305e8b7 avfilter/af_dynaudnorm: do not clip audio 5 years ago
Jun Zhao 3c8da7b982 libavutil/opt: fix memory leak after av_dict_parse_string fail 5 years ago
Jun Zhao c8e72a6494 lavfi/coreimage: fix memory leak after av_dict_parse_string fail 5 years ago
Jun Zhao cf9c9a9db9 lavc/libkvazaar: fix memory leak after av_dict_parse_string fail 5 years ago
Jun Zhao 0099f71502 lavc/bsf: fix memory leak after av_dict_parse_string fail 5 years ago
Marton Balint 944203270d avdevice/decklink: deprecate the -list_devices option 5 years ago
Marton Balint 2b7097ef27 avdevice/decklink_dec: remove -bm_v210 option 5 years ago
Marton Balint 78a233e6e9 avdevice/decklink_dec: remove the @mode syntax 5 years ago
Marton Balint d111a41f9d avformat/img2enc: fix writing multiple streams in write_muxed_file 5 years ago
Marton Balint beb7f93b23 avformat/img2enc: minor simplification 5 years ago
Marton Balint 57df8839e1 avformat/img2enc: cleanup IO contexts on error 5 years ago
Marton Balint 43d5ddb4b5 avformat/img2enc: reindent after last commit 5 years ago
Marton Balint 04e36fc4e1 avformat/img2enc: factorize piped write_packet 5 years ago
Marton Balint b693b06b22 avformat/img2enc: factorize writing fully muxed file 5 years ago
Marton Balint bc17b831dd doc/muxers: fix order of options and examples for image2 muxer 5 years ago
Paul B Mahol 81172b5e3a avfilter/af_dynaudnorm: fix previous commit 5 years ago
Paul B Mahol ed02563ce0 avfilter/af_dynaudnorm: do not enqueue flush buffers 5 years ago
Zhong Li 12c4d00c10 avcodec/mpeg12dec: always submit the first field to hwaccel 5 years ago
Timo Rothenpieler d4996a600c avcodec/nvdec_mpeg12: set field flags 5 years ago
Marton Balint e47a954631 avcodec/librav1e: use AV_OPT_TYPE_DICT for rav1e-params 5 years ago
Marton Balint a613d042e7 avcodec/libxavs2: use AV_OPT_TYPE_DICT for xavs2-params 5 years ago
Marton Balint 91f64ea4c5 avcodec/libx265: use AV_OPT_TYPE_DICT for x265-params 5 years ago
Marton Balint dfea6d2e50 avcodec/libx264: use AV_OPT_TYPE_DICT for x264-params 5 years ago
Marton Balint 9ac1066dc6 avcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parameters 5 years ago
Marton Balint 710e9f3f18 avformat/tee: use AV_OPT_TYPE_DICT for fifo_options 5 years ago
Marton Balint 7c3125133f avformat/segment: use AV_OPT_TYPE_DICT for segment_format_options 5 years ago
Marton Balint 5d35a6e8e2 avformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_options 5 years ago
Marton Balint f20bdbff6d avformat/fifo: use AV_OPT_TYPE_DICT for format_opts 5 years ago
Marton Balint 59172164f3 avformat/dashenc: use AV_OPT_TYPE_DICT for format_options 5 years ago
James Almer 3670a10c2d avcodec/libx265: export encoded frame stats 5 years ago
James Almer 278a91f8fe avcodec/libx265: add a qp option and apply the relevant global AVCodecContext settings to the encoder context 5 years ago
James Almer 3c22436ddf avcodec/libx265: apply some global AVCodecContext settings to the encoder context 5 years ago
Andreas Rheinhardt 40d9cbdc22 avformat/matroskadec: Use AV_DICT_DONT_STRDUP_VAL to save av_strdup 5 years ago
Andreas Rheinhardt 34e3810b04 avformat/matroskaenc: Check return value of ff_isom_write_hvcc() 5 years ago
Andreas Rheinhardt 2968da7d9e avformat/matroskaenc: Adapt documentation of put_ebml_num 5 years ago
Andreas Rheinhardt 6d354aeb29 avformat/mpeg: Remove secondary packet for reading VobSub 5 years ago
Matt Oliver 1fd8929450 compat/avisynth: Fix unicode compilation. 5 years ago
Paul B Mahol d4d6280ab2 avfilter/af_dynaudnorm: do not hang forever if only EOF is received 5 years ago
Paul B Mahol 7bb09e57e0 avfilter/af_dynaudnorm: do not error out if even filter size was given 5 years ago
Jun Zhao d7e2a2bb35 lavf/libsrt: add version guard for srt encryption control 5 years ago
Gyan Doshi 7b58702cbd configure: bump year 5 years ago
Michael Niedermayer a15d904ad7 avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer 9a8471e3f0 avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer e900621074 avformat/oggparseflac: Replace skip_bits_long() by skip_bits() where possible 5 years ago
Michael Niedermayer f72fa1ad67 avcodec: Replace skip_bits_long() by skip_bits() where possible 5 years ago