[FFmpeg-devel] [PATCH 2/7] avformat: add url field to AVFormatContext

2018-01-21 Thread Marton Balint
This will replace the 1024 character limited filename field. Compatiblity for output contexts are provided by copying filename field to URL if URL is unset and by providing an internal function for muxers to set both url and filename at once. Signed-off-by: Marton Balint --- doc/APIchanges

Re: [FFmpeg-devel] [PATCH 2/7] avformat: add url field to AVFormatContext

2018-01-14 Thread Michael Niedermayer
On Sat, Jan 06, 2018 at 09:50:27PM +0100, Marton Balint wrote: > This will replace the 1024 character limited filename field. Compatiblity for > output contexts are provided by copying filename field to URL if URL is unset > and by providing an internal function for muxers to set both url and filen

Re: [FFmpeg-devel] [PATCH 2/7] avformat: add url field to AVFormatContext

2018-01-08 Thread Marton Balint
On Mon, 8 Jan 2018, Bang He wrote: On Sun, Jan 7, 2018 at 4:50 AM, Marton Balint wrote: This will replace the 1024 character limited filename field. Compatiblity for output contexts are provided by copying filename field to URL if URL is unset and by providing an internal function for muxers

Re: [FFmpeg-devel] [PATCH 2/7] avformat: add url field to AVFormatContext

2018-01-07 Thread Bang He
On Sun, Jan 7, 2018 at 4:50 AM, Marton Balint wrote: > This will replace the 1024 character limited filename field. Compatiblity > for > output contexts are provided by copying filename field to URL if URL is > unset > and by providing an internal function for muxers to set both url and > filenam

[FFmpeg-devel] [PATCH 2/7] avformat: add url field to AVFormatContext

2018-01-06 Thread Marton Balint
This will replace the 1024 character limited filename field. Compatiblity for output contexts are provided by copying filename field to URL if URL is unset and by providing an internal function for muxers to set both url and filename at once. Signed-off-by: Marton Balint --- doc/APIchanges