[FFmpeg-cvslog] http: remove cache_redirect option

2022-01-31 Thread erankor
ffmpeg | branch: master | erankor | Wed Jan 19 09:04:35 2022 +0200| [f23d3a5f8f7c85df985e6c374cfc99b3ca91aaf6] | committer: Ronald S. Bultje http: remove cache_redirect option following 625ea2d, redirect caching is performed according to the http response headers, there's no need to have it as

[FFmpeg-cvslog] avformat/http: Fix double-free on error

2022-01-31 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jan 20 20:18:11 2022 +0100| [61cbfdc0a29e88483a6fa9645f64fec71983689a] | committer: Andreas Rheinhardt avformat/http: Fix double-free on error av_dict_set() with AV_DICT_DONT_STRDUP_VAL takes ownership of the string it is passed to as val; thi