Re: [FFmpeg-devel] [PATCH 0/3] Authentication callbacks

2015-06-04 Thread Michael Niedermayer
On Wed, Apr 08, 2015 at 01:04:55AM +0200, Lukasz Marek wrote: One of the most annoying things with ffmpeg is that password must be provided as a program param. It is visible while typing and on process list. (I'm talking about ffplay/ffmpeg/ffprobe here.) This patchset provides API that

[FFmpeg-devel] [PATCH 0/3] Authentication callbacks

2015-04-07 Thread Lukasz Marek
One of the most annoying things with ffmpeg is that password must be provided as a program param. It is visible while typing and on process list. (I'm talking about ffplay/ffmpeg/ffprobe here.) This patchset provides API that protocols may use to ask user for password interactively. I added