Anton Khirnov 
							
						 
					 
					
						
						
						
						
							
						
						
							001d668d40 
							
						 
					 
					
						
						
							
							lavf: factor out conversion of ISO8601 string to unix time  
						
						
						
						
					 
					
						2011-07-13 12:14:25 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							c81a2b9b4f 
							
						 
					 
					
						
						
							
							doxygen: Escape '\' in Doxygen documentation.  
						
						
						
						
					 
					
						2011-07-03 21:44:04 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							9abbe8cc13 
							
						 
					 
					
						
						
							
							Use av_printf_format to check the usage of printf style functions  
						
						... 
						
						
						
						This helps catching cases where the format string doesn't
match what is passed in, or injection bugs where user data
is passed in as format string.
Signed-off-by: Martin Storsjö <martin@martin.st> 
						
						
					 
					
						2011-06-23 20:17:46 +03:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							0558e266a2 
							
						 
					 
					
						
						
							
							sdp: Allow passing an AVFormatContext to the SDP generation  
						
						... 
						
						
						
						Options from the AVFormatContext can be read for modifying
the generated SDP.
Signed-off-by: Martin Storsjö <martin@martin.st> 
						
						
					 
					
						2011-06-10 10:45:22 +03:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							43b6c3eb18 
							
						 
					 
					
						
						
							
							mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.  
						
						
						
						
					 
					
						2011-06-03 15:43:34 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
						
						
							
						
						
							5048e36c99 
							
						 
					 
					
						
						
							
							lavf: remove FF_API_URL_SPLIT cruft  
						
						
						
						
					 
					
						2011-04-19 18:28:38 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
						
						
							
						
						
							a9bf9d8e53 
							
						 
					 
					
						
						
							
							lavf: make av_guess_image2_codec internal  
						
						... 
						
						
						
						It doesn't look very useful as a public function. 
						
						
					 
					
						2011-04-08 16:44:29 +02:00 
						 
				 
			
				
					
						
							
							
								Mans Rullgard 
							
						 
					 
					
						
						
						
						
							
						
						
							2912e87a6c 
							
						 
					 
					
						
						
							
							Replace FFmpeg with Libav in licence headers  
						
						... 
						
						
						
						Signed-off-by: Mans Rullgard <mans@mansr.com> 
						
						
					 
					
						2011-03-19 13:33:20 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							f1f60f5252 
							
						 
					 
					
						
						
							
							lavf: Make make_absolute_url a lavf internal function  
						
						... 
						
						
						
						This is shared by both applehttp demuxer and protocol.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
						
						
					 
					
						2011-03-17 12:28:37 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
						
						
							
						
						
							ae628ec1fd 
							
						 
					 
					
						
						
							
							avio: rename ByteIOContext to AVIOContext.  
						
						... 
						
						
						
						Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
						
						
					 
					
						2011-02-20 08:37:15 -05:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							f6c7375a17 
							
						 
					 
					
						
						
							
							Deprecate parse_date() in favor of av_parse_time().  
						
						... 
						
						
						
						The new av_parse_time() is created in libavutil/parseutils.h, all the
internal functions used by parse_date are moved to
libavutil/parseutils.c and made static.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
						
						
					 
					
						2011-02-16 23:39:56 +00:00 
						 
				 
			
				
					
						
							
							
								Anssi Hannula 
							
						 
					 
					
						
						
						
						
							
						
						
							3940caad02 
							
						 
					 
					
						
						
							
							lavf: rename ff_probe_input_buffer to make it public  
						
						... 
						
						
						
						It is useful for applications that hand input data directly to lavf via
a ByteIOContext.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
						
						
					 
					
						2011-02-08 18:25:12 -05:00 
						 
				 
			
				
					
						
							
							
								Anssi Hannula 
							
						 
					 
					
						
						
						
						
							
						
						
							aad216fd7e 
							
						 
					 
					
						
						
							
							lavf: simplify pb parameter of ff_probe_input_buffer  
						
						... 
						
						
						
						There is no need to pass the ByteIOContext via a pointer to a pointer
anymore.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
						
						
					 
					
						2011-02-08 18:25:11 -05:00 
						 
				 
			
				
					
						
							
							
								Anssi Hannula 
							
						 
					 
					
						
						
						
						
							
						
						
							4d016dd4e5 
							
						 
					 
					
						
						
							
							lavf: update ff_probe_input_buffer documentation  
						
						... 
						
						
						
						It never reopens the bytestream anymore.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
						
						
					 
					
						2011-02-08 18:25:11 -05:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
						
						
							
						
						
							19711af5cd 
							
						 
					 
					
						
						
							
							lavf: move internal functions from avformat.h to internal.h  
						
						... 
						
						
						
						Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
						
						
					 
					
						2011-02-06 16:35:00 -05:00 
						 
				 
			
				
					
						
							
							
								Peter Ross 
							
						 
					 
					
						
						
						
						
							
						
						
							e6fb5a4f78 
							
						 
					 
					
						
						
							
							add ff_index_search_timestamp and ff_add_index_entry  
						
						... 
						
						
						
						Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
						
						
					 
					
						2011-02-03 21:50:54 -05:00 
						 
				 
			
				
					
						
							
							
								Peter Ross 
							
						 
					 
					
						
						
						
						
							
						
						
							141de5a9c1 
							
						 
					 
					
						
						
							
							add ff_find_stream_index  
						
						... 
						
						
						
						Originally committed as revision 26092 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-26 01:24:51 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							88e44314ea 
							
						 
					 
					
						
						
							
							add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function  
						
						... 
						
						
						
						Originally committed as revision 25482 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-10-15 12:54:12 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							7ad1dc5447 
							
						 
					 
					
						
						
							
							Properly handle IPv6 addresses in the SDP generation  
						
						... 
						
						
						
						Originally committed as revision 24915 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-08-25 12:29:32 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							e55ebcc3f6 
							
						 
					 
					
						
						
							
							Move the definition of the maximum url size for static buffers to internal.h  
						
						... 
						
						
						
						Originally committed as revision 24833 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-08-19 14:50:40 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							f9c399c4fd 
							
						 
					 
					
						
						
							
							Make parse_key_value from httpauth a common lavf internal function  
						
						... 
						
						
						
						Originally committed as revision 24832 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-08-19 14:49:53 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							311baee795 
							
						 
					 
					
						
						
							
							Make hex_to_data a lavf internal function  
						
						... 
						
						
						
						This is useful for other future RTP depacketizers
Originally committed as revision 24747 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-08-09 10:05:33 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							b0335fd957 
							
						 
					 
					
						
						
							
							document ff_get_line()  
						
						... 
						
						
						
						Originally committed as revision 24401 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-07-21 21:40:50 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							a43416a540 
							
						 
					 
					
						
						
							
							improve ff_get_line to return line length  
						
						... 
						
						
						
						Originally committed as revision 24400 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-07-21 21:40:10 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							7c89295145 
							
						 
					 
					
						
						
							
							move ff_get_line to aviobuf.c  
						
						... 
						
						
						
						Originally committed as revision 24399 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-07-21 21:39:01 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							1537817e38 
							
						 
					 
					
						
						
							
							Move SPACE_CHARS back to libavformat/internal.h  
						
						... 
						
						
						
						It will be used by other parts of lavf now. This reverts svn rev 23846.
Originally committed as revision 24265 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-07-16 14:12:52 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Chinen 
							
						 
					 
					
						
						
						
						
							
						
						
							603e5c0b71 
							
						 
					 
					
						
						
							
							move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c  
						
						... 
						
						
						
						patch by Micheal Chinen < mchinen gmail >
Originally committed as revision 24140 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-07-09 12:14:33 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							49bd8e4b84 
							
						 
					 
					
						
						
							
							Fix grammar errors in documentation  
						
						... 
						
						
						
						Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-30 15:38:06 +00:00 
						 
				 
			
				
					
						
							
							
								Josh Allmann 
							
						 
					 
					
						
						
						
						
							
						
						
							8b114d85ba 
							
						 
					 
					
						
						
							
							rtpdec: Move space_chars from avformat/internal to rtpdec  
						
						... 
						
						
						
						Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23846 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-28 11:21:34 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							f3bfe388b5 
							
						 
					 
					
						
						
							
							Make ff_url_split() public  
						
						... 
						
						
						
						ff_url_split() is retained as an alias, as it was used by ffserver,
to avoid breaking ABI compatibility with it.
Originally committed as revision 23822 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-27 14:16:46 +00:00 
						 
				 
			
				
					
						
							
							
								Josh Allmann 
							
						 
					 
					
						
						
						
						
							
						
						
							30619e6e59 
							
						 
					 
					
						
						
							
							RTSP: Remove skip_spaces in favor of strspn  
						
						... 
						
						
						
						Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23768 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-25 07:56:45 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							a955fc5ee7 
							
						 
					 
					
						
						
							
							ff_url_join: Don't add any at-char if the auth is an empty string  
						
						... 
						
						
						
						Originally committed as revision 23650 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-19 21:56:50 +00:00 
						 
				 
			
				
					
						
							
							
								Francesco Lavra 
							
						 
					 
					
						
						
						
						
							
						
						
							80b39e1ca6 
							
						 
					 
					
						
						
							
							Move AVCodecTag from riff.h into internal.h.  
						
						... 
						
						
						
						Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-05-22 16:01:32 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							9a76125069 
							
						 
					 
					
						
						
							
							Add a libavformat internal function ff_write_chained  
						
						... 
						
						
						
						Originally committed as revision 23207 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-05-21 07:07:57 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							0341b6994a 
							
						 
					 
					
						
						
							
							Make ff_sdp_write_media a lavf-internal function  
						
						... 
						
						
						
						This is in preparation for RTP hinting in the MOV muxer, where
it needs to be able to create SDP fragments for each media stream.
Originally committed as revision 23160 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-05-18 19:32:59 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							9a2cb05ff9 
							
						 
					 
					
						
						
							
							Move the internal function declarations in avformat.h to internal.h.  
						
						... 
						
						
						
						Originally committed as revision 22843 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-04-11 21:44:23 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							ddbeb95447 
							
						 
					 
					
						
						
							
							Add a lowercase parameter to ff_data_to_hex  
						
						... 
						
						
						
						Originally committed as revision 22665 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-25 07:13:20 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							972ffe6220 
							
						 
					 
					
						
						
							
							rename av_read_frame_flush to ff_read_frame_flush  
						
						... 
						
						
						
						it is an internal function, not part of public API
Originally committed as revision 22562 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-15 23:15:24 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							588af13fee 
							
						 
					 
					
						
						
							
							rename av_program_add_stream_index to ff_program_add_stream_index  
						
						... 
						
						
						
						it is an internal function, not part of public API
Originally committed as revision 22561 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-15 23:14:07 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							2dad0dcec6 
							
						 
					 
					
						
						
							
							Move the NTP offset definitions to internal.h  
						
						... 
						
						
						
						Originally committed as revision 22542 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-15 10:36:30 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							e4a9e3cc7c 
							
						 
					 
					
						
						
							
							move ff_url_split() and ff_url_join() declarations to internal.h  
						
						... 
						
						
						
						those functions are not part of the public API
Originally committed as revision 22534 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-14 23:59:48 +00:00 
						 
				 
			
				
					
						
							
							
								Micah F. Galizia 
							
						 
					 
					
						
						
						
						
							
						
						
							eadd495d06 
							
						 
					 
					
						
						
							
							Move the probe loop from av_open_input_file() into its own method  
						
						... 
						
						
						
						av_probe_input_buffer() so that it can be reused. Here are a few
differences to the original way things were probed:
- maximum probe buffer size can be specified as a parameter.
- offset within the stream to probe from can be specified as a parameter.
- instead of seeking back to the start each time a probe fails, stream
  data is appended to the reallocated buffer. This lowers the amount
  of data read from the stream (there is no repetition) and results in
  fewer closed and reopened streams (when seeking fails).
New attempt after r22296, which was revert in r22315 due to a FATE
failure.
See the thread:
Subject: [FFmpeg-devel] [PATCH] Move av_open_input_file probe loop to its own method
Date: 2010-03-05 03:23:57 GMT
Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com").
Originally committed as revision 22532 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-14 22:40:16 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							594a9aebbe 
							
						 
					 
					
						
						
							
							Make the ntp_time function available to other parts of libavformat, as ff_ntp_time  
						
						... 
						
						
						
						Originally committed as revision 22438 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-10 22:21:39 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							f19341e17a 
							
						 
					 
					
						
						
							
							Revert "Move the probe loop from av_open_input_file() into its own method"  
						
						... 
						
						
						
						This reverts r22296.  This change made some files to fail to open.
The patch submitter has promised to investigate next week.
Originally committed as revision 22315 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-08 03:46:37 +00:00 
						 
				 
			
				
					
						
							
							
								Micah F. Galizia 
							
						 
					 
					
						
						
						
						
							
						
						
							4245c6ec4e 
							
						 
					 
					
						
						
							
							Move the probe loop from av_open_input_file() into its own method  
						
						... 
						
						
						
						av_probe_input_buffer() so that it can be reused. Here are a few
differences to the original way things were probed:
- maximum probe buffer size can be specified as a parameter.
- offset within the stream to probe from can be specified as a parameter.
- instead of seeking back to the start each time a probe fails, stream
  data is appended to the reallocated buffer. This lowers the amount
  of data read from the stream (there is no repetition) and results in
  fewer closed and reopened streams (when seeking fails).
Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com").
Originally committed as revision 22296 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-07 22:42:11 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							e16c73e67e 
							
						 
					 
					
						
						
							
							Move av_read_frame_flush() prototype to lavf/internal.h  
						
						... 
						
						
						
						Originally committed as revision 22268 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-06 23:19:05 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							949cd9783b 
							
						 
					 
					
						
						
							
							remove now useless av_set_program_name() function  
						
						... 
						
						
						
						Originally committed as revision 17113 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-10 00:27:42 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
						
						
							
						
						
							7a094c6a42 
							
						 
					 
					
						
						
							
							remove no more needed comment, declaration is in internal header  
						
						... 
						
						
						
						Originally committed as revision 17086 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-09 00:18:25 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
						
						
							
						
						
							1cc65cecb2 
							
						 
					 
					
						
						
							
							Move declaration of ff_interleave_add_packet to internal.h.  
						
						... 
						
						
						
						It is an internal function and should not be in an installed header.
Originally committed as revision 17070 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-08 21:14:46 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							bad4063740 
							
						 
					 
					
						
						
							
							Move declaration of av_set_program_name and av_program_add_stream_index  
						
						... 
						
						
						
						to a more sensible place.
Originally committed as revision 15991 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-12-03 16:47:07 +00:00