[FFmpeg-cvslog] avformat/ftp: add AVOptions for authentication

2019-11-03 Thread Nicolas Frattaroli
ffmpeg | branch: master | Nicolas Frattaroli | Sun Oct 27 00:37:32 2019 +0200| [a8ec0685ac1cfbeb0e87f47b86d4f0b5cf75d745] | committer: Marton Balint avformat/ftp: add AVOptions for authentication This introduces two new AVOption options for the FTP protocol, one named ftp-user to supply the

[FFmpeg-cvslog] snowenc: fix use of deprecated API

2017-11-03 Thread Nicolas Frattaroli
ffmpeg | branch: master | Nicolas Frattaroli | Thu Nov 2 20:12:48 2017 +0100| [6a50a8f340161a0b65feb3537591b0381a6a6b38] | committer: Michael Niedermayer snowenc: fix use of deprecated API Replace avcodec_get_chroma_sub_sample with the recommended av_pix_fmt_get_chroma_sub_sample, which

[FFmpeg-cvslog] diracdec: fix deprecated API usage

2017-11-02 Thread Nicolas Frattaroli
ffmpeg | branch: master | Nicolas Frattaroli | Thu Nov 2 23:39:53 2017 +0100| [1c06a32cfa5798332c1c879834a831e1e12c6f53] | committer: James Almer diracdec: fix deprecated API usage avcodec_get_chroma_sub_sample is deprecated and generates a warning during build, so