Perette Barella 
							
						 
					 
					
						
						
							
						
						84110f4f77 
					 
					
						
						
							
							libavformat/tcp.c : add send_buffer_size and recv_buffer_size options  
						
						 
						
						... 
						
						
						
						adds two new options that may be set via the dictionary:
- send_buffer_size
- recv_buffer_size
When present, setsockopt() is used with SO_SNDBUF and SO_RCVBUF to set
socket buffer sizes.  I chose to make send and receive independent
because buffering requirements are often asymmetric.
Errors in setting the buffer size mean the socket will use its
default, so they are ignored.
There is no sanity checking on values, as the kernel/socket layers
already impose reasonable limits if asked for something crazy.
Rationale for enlarging receive buffers is to reduce susceptibility
to intermittent network delays/congestion.  I added setting the send
buffer for symmetry.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-01-22 15:36:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel Holdsworth 
							
						 
					 
					
						
						
							
						
						b9c46b5242 
					 
					
						
						
							
							avformat/http: Documented http_proxy option  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2015-12-28 16:17:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						7277a4ace9 
					 
					
						
						
							
							avformat/http: add reconnect_delay_max option  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2015-09-09 02:23:38 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						6bda0f6638 
					 
					
						
						
							
							doc/protocols: Fix usefull typo  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2015-09-09 00:17:59 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						9bd68dea2b 
					 
					
						
						
							
							avformat/http: Add reconnect_at_eof and reconnect_streamed options  
						
						 
						
						... 
						
						
						
						They allow reconnecting endless live streams which fail with eof
Reviewed-by: Zhang Rui <bbcallen@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2015-09-07 19:26:43 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stephan Holljes 
							
						 
					 
					
						
						
							
						
						1d46e0ee05 
					 
					
						
						
							
							doc/protocols: document experimental mutli-client api  
						
						 
						
						... 
						
						
						
						Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com > 
						
						
					 
					
						2015-08-01 00:58:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhang Rui 
							
						 
					 
					
						
						
							
						
						f477a3f5ab 
					 
					
						
						
							
							avformat/async: support filling with a background thread.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2015-07-18 01:46:50 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stephan Holljes 
							
						 
					 
					
						
						
							
						
						aa74401af8 
					 
					
						
						
							
							lavf/http: Document method option.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com > 
						
						
					 
					
						2015-06-06 09:13:41 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stephan Holljes 
							
						 
					 
					
						
						
							
						
						b51027fd18 
					 
					
						
						
							
							libavformat/http.c: Make http-listen work as an input stream.  
						
						 
						
						... 
						
						
						
						With this patch http can be used to listen for POST data to be used as an input stream.
Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2015-04-11 23:10:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stephan Holljes 
							
						 
					 
					
						
						
							
						
						4a58d757de 
					 
					
						
						
							
							lavf/http: add proof-of-concept http server.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com >
Reviewed-By: Nicolas George <george@nsup.org > 
						
						
					 
					
						2015-04-05 10:17:47 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tobias Rapp 
							
						 
					 
					
						
						
							
						
						5be04f9789 
					 
					
						
						
							
							doc/protocols: Fixed missing example section marker  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2015-03-17 15:04:22 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andreas Cadhalpun 
							
						 
					 
					
						
						
							
						
						482c86f231 
					 
					
						
						
							
							fix spelling errors  
						
						 
						
						... 
						
						
						
						opttimizations -> optimizations
 grabing        -> grabbing
 many resource  -> many resources
 isnt           -> isn't
 silcense       -> silence
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2015-03-06 21:35:00 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						6db20926c3 
					 
					
						
						
							
							doc/protocols/tcp: fix units of listen_timeout option value, from microseconds to milliseconds  
						
						 
						
						... 
						
						
						
						s->listen_timeout is passed to ff_listen_bind(), which accepts a timeout
value expressed in milliseconds.
The unit was incorrectly set in 1b4da43ce0 . 
						
						
					 
					
						2015-03-05 12:13:25 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						230aeee94c 
					 
					
						
						
							
							doc: fix the the typos  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-11-22 02:09:09 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						313d75cd43 
					 
					
						
						
							
							Merge commit '7e38903b5c86a759549e70647ae42bb22d353b14'  
						
						 
						
						... 
						
						
						
						* commit '7e38903b5c86a759549e70647ae42bb22d353b14':
  http: enable icy metadata by default.
Conflicts:
	Changelog
	libavformat/http.c
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-08-13 22:54:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrew Stone 
							
						 
					 
					
						
						
							
						
						7e38903b5c 
					 
					
						
						
							
							http: enable icy metadata by default.  
						
						 
						
						... 
						
						
						
						It won't hurt servers that don't care about the header,
and those that do will include it by default.
Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2014-08-13 16:10:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						491c52d3b0 
					 
					
						
						
							
							Merge commit 'eb9244f20210fd420fb9b3c98126f9cae525d1cc'  
						
						 
						
						... 
						
						
						
						* commit 'eb9244f20210fd420fb9b3c98126f9cae525d1cc':
  Add Icecast protocol
Conflicts:
	Changelog
	configure
	doc/protocols.texi
	libavformat/icecast.c
	libavformat/version.h
See: e3dc2c86fc 
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-08-04 14:14:13 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ePirat 
							
						 
					 
					
						
						
							
						
						e3dc2c86fc 
					 
					
						
						
							
							libavformat: Add Icecast protocol  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-08-04 13:33:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marvin Scholz 
							
						 
					 
					
						
						
							
						
						eb9244f202 
					 
					
						
						
							
							Add Icecast protocol  
						
						 
						
						... 
						
						
						
						Icecast is basically a convenience wrapper around the HTTP protocol.
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2014-08-04 12:56:42 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andreas Cadhalpun 
							
						 
					 
					
						
						
							
						
						e59ce54412 
					 
					
						
						
							
							doc: fix two spelling errors  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-07-20 23:58:36 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukasz Marek 
							
						 
					 
					
						
						
							
						
						4cc0f79a2c 
					 
					
						
						
							
							lavf: add samba protocol via libsmbclient  
						
						 
						
						... 
						
						
						
						Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-07-13 20:38:55 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukasz Marek 
							
						 
					 
					
						
						
							
						
						362cfe8ce1 
					 
					
						
						
							
							doc/protocols: document unit of timeouts for ftp and http  
						
						 
						
						... 
						
						
						
						Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com >
Signed-off-by: Stefano Sabatini <stefasab@gmail.com > 
						
						
					 
					
						2014-07-05 12:07:11 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Moritz Barsnick 
							
						 
					 
					
						
						
							
						
						10b8481a26 
					 
					
						
						
							
							fix several typos  
						
						 
						
						
						
						
					 
					
						2014-06-20 10:21:31 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Olivier Langlois 
							
						 
					 
					
						
						
							
						
						af31d58a63 
					 
					
						
						
							
							doc: Add udp broadcast option description  
						
						 
						
						... 
						
						
						
						Describe the option added in commit f1c167496e 
Signed-off-by: Olivier Langlois <olivier@trillion01.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-15 20:52:42 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rogerdpack 
							
						 
					 
					
						
						
							
						
						4d9881e1cc 
					 
					
						
						
							
							udp: mention default in documentation  
						
						 
						
						... 
						
						
						
						Signed-off-by: rogerdpack <rogerpack2005@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-25 17:53:14 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rogerdpack 
							
						 
					 
					
						
						
							
						
						3eafe1d71c 
					 
					
						
						
							
							udp: try to clarify verbiage on buffer_size  
						
						 
						
						... 
						
						
						
						Signed-off-by: rogerdpack <rogerpack2005@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-22 16:46:06 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						675a66a93b 
					 
					
						
						
							
							doc: switch github urls to https  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-12 23:05:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						cd25412f59 
					 
					
						
						
							
							Merge remote-tracking branch 'qatar/master'  
						
						 
						
						... 
						
						
						
						* qatar/master:
  http: Allow setting a Content-Type for POST requests
Conflicts:
	libavformat/http.c
See: c01d1d4ddf 
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-12 04:53:54 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						0d487654ea 
					 
					
						
						
							
							Merge commit 'fe568b3d27ca2c5cca3878b2a7a3a968e605aec4'  
						
						 
						
						... 
						
						
						
						* commit 'fe568b3d27ca2c5cca3878b2a7a3a968e605aec4':
  http: Improve options descriptions
Conflicts:
	doc/protocols.texi
	libavformat/http.c
See: 255ec768da 
See: 0a7cd74043 
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-12 04:43:21 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						76a939d0e5 
					 
					
						
						
							
							Merge commit '2ec33d27127251bbc45e1f88e60691ad59cf2319'  
						
						 
						
						... 
						
						
						
						* commit '2ec33d27127251bbc45e1f88e60691ad59cf2319':
  http: Add support for selecting a request range
Conflicts:
	doc/protocols.texi
	libavformat/http.c
See: d52882faef 
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-12 04:12:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						f36da16ede 
					 
					
						
						
							
							Merge commit 'ddfc98906373d1f17f6205cedd14c68d7a75995f'  
						
						 
						
						... 
						
						
						
						* commit 'ddfc98906373d1f17f6205cedd14c68d7a75995f':
  http: Support setting custom User-Agent
Conflicts:
	doc/protocols.texi
	libavformat/http.c
See: 2bb1c713cc 
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-12 03:45:16 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						c03af3ac1c 
					 
					
						
						
							
							Merge commit 'e58c85b0686892960042232e51c77168b264838a'  
						
						 
						
						... 
						
						
						
						* commit 'e58c85b0686892960042232e51c77168b264838a':
  http: Export Content-Type information
Conflicts:
	doc/protocols.texi
	libavformat/http.c
See: 76d851b656 
See: 20899c54f0 
See: 255ec768da 
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-12 03:33:14 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						ca2369cdee 
					 
					
						
						
							
							Merge commit '8075c3d8bb1f6aade0cc7c5c40db9bc1bcd84cab'  
						
						 
						
						... 
						
						
						
						* commit '8075c3d8bb1f6aade0cc7c5c40db9bc1bcd84cab':
  http: Add support reading ICY metadata
Conflicts:
	doc/protocols.texi
	libavformat/http.c
See: a92fbe16f2 
See: 636273d3d4 
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-12 03:18:12 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						2572d07c1f 
					 
					
						
						
							
							http: Allow setting a Content-Type for POST requests  
						
						 
						
						... 
						
						
						
						Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-03-11 22:08:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alessandro Ghedini 
							
						 
					 
					
						
						
							
						
						fe568b3d27 
					 
					
						
						
							
							http: Improve options descriptions  
						
						 
						
						... 
						
						
						
						Add documentation where missing.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-03-11 22:08:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anssi Hannula 
							
						 
					 
					
						
						
							
						
						2ec33d2712 
					 
					
						
						
							
							http: Add support for selecting a request range  
						
						 
						
						... 
						
						
						
						Comment from Reimar Döffinger included as pro memoria.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-03-11 22:08:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						ddfc989063 
					 
					
						
						
							
							http: Support setting custom User-Agent  
						
						 
						
						... 
						
						
						
						Contextually make the default User-Agent use the common
"Name/Version" pattern.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-03-11 22:08:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						e58c85b068 
					 
					
						
						
							
							http: Export Content-Type information  
						
						 
						
						... 
						
						
						
						Bug-Id: https://bugs.debian.org/740421 
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-03-11 22:08:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						8075c3d8bb 
					 
					
						
						
							
							http: Add support reading ICY metadata  
						
						 
						
						... 
						
						
						
						Export the metadata as a icy_metadata_packet avoption.
Based on the work of wm4 and Alessandro Ghedini.
Bug-Id: https://bugs.debian.org/739936 
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-03-11 22:08:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas George 
							
						 
					 
					
						
						
							
						
						97e87e09c8 
					 
					
						
						
							
							lavf: add subfile protocol.  
						
						 
						
						
						
						
					 
					
						2014-03-08 12:36:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andreas Cadhalpun 
							
						 
					 
					
						
						
							
						
						9898bd9a82 
					 
					
						
						
							
							Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-06 21:12:40 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrey Utkin 
							
						 
					 
					
						
						
							
						
						bc764d786f 
					 
					
						
						
							
							Add "prefer_tcp" flag to "rtsp_flags"  
						
						 
						
						... 
						
						
						
						If set, and if TCP is available as RTSP RTP transport, then TCP will be
tried first as RTP transport.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-04 22:54:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukasz Marek 
							
						 
					 
					
						
						
							
						
						7e8f304846 
					 
					
						
						
							
							lavf/libssh: add private_key option  
						
						 
						
						... 
						
						
						
						Allows to specify private key to use during authorization.
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com > 
						
						
					 
					
						2014-01-22 00:41:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						92e145acbb 
					 
					
						
						
							
							doc/protocols/file: fix semantical reverse  
						
						 
						
						... 
						
						
						
						Change "read" to "write" in introductory description.
Spotted-by: Alexander Strasser <eclipse7@gmx.net > 
						
						
					 
					
						2014-01-05 00:43:51 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						98ecbf0093 
					 
					
						
						
							
							doc/protocols/file: document general file protocol URL syntax  
						
						 
						
						... 
						
						
						
						Also drop confusing ff* tools reference about exceptions to the
file:FILENAME syntax, which is not ff* tool specific.
With various edits by Alexander Strasser <eclipse7@gmx.net >. 
						
						
					 
					
						2014-01-05 00:43:51 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						8c8c3ca91e 
					 
					
						
						
							
							doc/protocols/rtsp, lavf/rtsp: fix/extend options documentation  
						
						 
						
						
						
						
					 
					
						2014-01-01 12:57:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						8ea1501878 
					 
					
						
						
							
							doc/protocols: fix level of udp examples subsection  
						
						 
						
						
						
						
					 
					
						2013-12-27 12:43:35 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						1b4da43ce0 
					 
					
						
						
							
							doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentation  
						
						 
						
						
						
						
					 
					
						2013-12-25 18:42:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						b80cf46090 
					 
					
						
						
							
							doc/protocols/udp,lavf/udp: apply minor documentation fixes  
						
						 
						
						
						
						
					 
					
						2013-12-25 18:42:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						d3aa04b150 
					 
					
						
						
							
							doc/protocols/rtp: apply misc fixes  
						
						 
						
						... 
						
						
						
						Partially suggested-by Burek Pekaric <burek021@gmail.com >. 
						
						
					 
					
						2013-10-27 12:44:48 +01:00