Re: [FFmpeg-devel] [PATCH 0/5] Add HTTP/RTSP specific AVERROR codes

2014-10-18 Thread Andrey Utkin
On Sat, Oct 18, 2014 at 5:16 PM, wm4 wrote: > Why not just store the error code as separate field? I don't think it's a good idea. Introduces special behaviour, duplicates the objective of return codes. -- Bluecherry developer. ___ ffmpeg-devel mailin

Re: [FFmpeg-devel] [PATCH 0/5] Add HTTP/RTSP specific AVERROR codes

2014-10-18 Thread wm4
On Sat, 18 Oct 2014 00:23:58 +0400 Andrey Utkin wrote: > Any comments and testing are appreciated. I have made a little amount of > testing, but RTSP, HTTP and HTTPS 401 and 404 work as expected. > > Andrey Utkin (5): > Introduce new error codes for 4XX and 5XX replies from remote servers >

Re: [FFmpeg-devel] [PATCH 0/5] Add HTTP/RTSP specific AVERROR codes

2014-10-17 Thread Andrey Utkin
On Sat, Oct 18, 2014 at 1:19 AM, Carl Eugen Hoyos wrote: > Andrey Utkin corp.bluecherry.net> writes: > >> Any comments and testing are appreciated. I >> have made a little amount of testing, but RTSP, >> HTTP and HTTPS 401 and 404 work as expected. > > Is the patchset related to ticket #4039? > I

Re: [FFmpeg-devel] [PATCH 0/5] Add HTTP/RTSP specific AVERROR codes

2014-10-17 Thread Carl Eugen Hoyos
Andrey Utkin corp.bluecherry.net> writes: > Any comments and testing are appreciated. I > have made a little amount of testing, but RTSP, > HTTP and HTTPS 401 and 404 work as expected. Is the patchset related to ticket #4039? If yes, please mention it. Thank you, Carl Eugen _

[FFmpeg-devel] [PATCH 0/5] Add HTTP/RTSP specific AVERROR codes

2014-10-17 Thread Andrey Utkin
Any comments and testing are appreciated. I have made a little amount of testing, but RTSP, HTTP and HTTPS 401 and 404 work as expected. Andrey Utkin (5): Introduce new error codes for 4XX and 5XX replies from remote servers Introduce ff_http_averror() Use ff_http_averror() Introduce ff_r