ab1eff9c5c 
								
							
								 
							
						 
						
							
							
								
								Add support for S/PDIF encapsulation.  
							
							Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2bf74f4955 
								
							
								 
							
						 
						
							
							
								
								actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc  
							
							Originally committed as revision 19623 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9fd6b84360 
								
							
								 
							
						 
						
							
							
								
								RTMP protocol support (as a client)  
							
							Originally committed as revision 19556 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dec14949a6 
								
							
								 
							
						 
						
							
							
								
								Make arguments of av_set_pts_info() unsigned.  
							
							Fixes issue1240/mpeg1/smclockmpeg1.avi.3.1
Originally committed as revision 19319 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b75bde648 
								
							
								 
							
						 
						
							
							
								
								Remove inconsistent use of a  @brief  command in av_write_trailer()  
							
							doxy.
Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d1b9adf252 
								
							
								 
							
						 
						
							
							
								
								Use consistently the third person in doxy, as recommended by the  
							
							javadoc specs.
Originally committed as revision 19288 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57011a13d6 
								
							
								 
							
						 
						
							
							
								
								use AVFormatContext->probesize in av_find_stream_info and raise default to 5M  
							
							Originally committed as revision 19274 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af122d6a80 
								
							
								 
							
						 
						
							
							
								
								limit raw packet buffer size used for codec probing  
							
							Originally committed as revision 19272 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								92400be255 
								
							
								 
							
						 
						
							
							
								
								Change packet_size from signed to unsigned, since it never has a negative  
							
							value. Currently, this is only used in qcp.c and mpegenc.c, and they are
practically unaffected by this change.
See "[PATCH] make packet_size in AVFormatContext unsigned" thread on ML.
Originally committed as revision 19250 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								86cb7e33cc 
								
							
								 
							
						 
						
							
							
								
								fix codec probing, stop after MAX_PROBE_PACKETS and return all packets  
							
							Originally committed as revision 19000 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a330317890 
								
							
								 
							
						 
						
							
							
								
								Document match_ext().  
							
							Originally committed as revision 18971 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								819174fa1b 
								
							
								 
							
						 
						
							
							
								
								Remove \p and \e doxygen markup.  
							
							Originally committed as revision 18947 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cdce0fb845 
								
							
								 
							
						 
						
							
							
								
								Add QCP demuxer.  
							
							Originally committed as revision 18883 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e030c4739 
								
							
								 
							
						 
						
							
							
								
								Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly  
							
							requires this to be clear)
Originally committed as revision 18530 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6883ebe4b9 
								
							
								 
							
						 
						
							
							
								
								Describe read_alloc return value and required pkt handling to avoid memleaks  
							
							Originally committed as revision 18358 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cdd8930e6a 
								
							
								 
							
						 
						
							
							
								
								Move av_packet_*() functions from libavformat/ to libavcodec/, where the  
							
							AVPacket structure now resides also.
Patch by Thilo Borgmann thilo.borgmann googlemail com, see the mailinglist
thread "Google Summer of Code participation" for additional discussion.
Originally committed as revision 18353 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fabd2469f1 
								
							
								 
							
						 
						
							
							
								
								Move AVPacket declaration from avformat.h to avcodec.h.  
							
							Patch by Thilo Borgmann thilo dot borgmann at googlemail _dot_ com.
Originally committed as revision 18317 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23d9cc4563 
								
							
								 
							
						 
						
							
							
								
								Support raw TrueHD files  
							
							Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61c23c155c 
								
							
								 
							
						 
						
							
							
								
								Pass packet position to the parser, so frame's AVPacket.pos is computed correctly.  
							
							Originally committed as revision 17824 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								827f7e285b 
								
							
								 
							
						 
						
							
							
								
								deprecate old metadata API  
							
							Originally committed as revision 17690 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec26457064 
								
							
								 
							
						 
						
							
							
								
								new metadata API is now officially part of public API  
							
							Originally committed as revision 17682 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								719e721a14 
								
							
								 
							
						 
						
							
							
								
								Add some basic metadata conversion tables for matroska and asf.  
							
							Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat.
Originally committed as revision 17671 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f610a9f284 
								
							
								 
							
						 
						
							
							
								
								add a metadata conversion API  
							
							Originally committed as revision 17670 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f4c2bf99b 
								
							
								 
							
						 
						
							
							
								
								Mark as "internal but installed" the avio.h file.  
							
							This should prevent its direct inclusion in an external project, which
results broken if avformat.h is not included before.
Originally committed as revision 17626 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22e77e44dd 
								
							
								 
							
						 
						
							
							
								
								spelling/wording/grammar cosmetics  
							
							Originally committed as revision 17589 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								882fb0a3ad 
								
							
								 
							
						 
						
							
							
								
								untypo  
							
							Originally committed as revision 17586 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1de2db8fab 
								
							
								 
							
						 
						
							
							
								
								AVInputFormat.reed_seek2()  
							
							Originally committed as revision 17579 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27ca0a79c9 
								
							
								 
							
						 
						
							
							
								
								Add timestamp computation if values are exported by decoder.  
							
							Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17574 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2591821213 
								
							
								 
							
						 
						
							
							
								
								Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.  
							
							Originally committed as revision 17554 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b1fa494205 
								
							
								 
							
						 
						
							
							
								
								Add convergence_duration to AVCodecParserContext.  
							
							Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6363af44da 
								
							
								 
							
						 
						
							
							
								
								Add key_frame to AVCodecParserContext, used in libavformat.  
							
							Initialized to -1 in parser.c for backward compatibility.
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17442 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1447aac4be 
								
							
								 
							
						 
						
							
							
								
								av_alloc_format_context has been renamed, update AVFormatContext av_class  
							
							documentation accordingly.
Patch by avcoder: `gmail_address(ffmpeg)`
Originally committed as revision 17430 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1b0210115 
								
							
								 
							
						 
						
							
							
								
								Improve grammar: "X next after Y" -> "next X after Y".  
							
							Originally committed as revision 17347 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d37750187 
								
							
								 
							
						 
						
							
							
								
								Replace calls/references of the deprecated register_protocol()  
							
							function with correponding calls/references to av_register_protocol().
Originally committed as revision 17323 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								65c40e4e3a 
								
							
								 
							
						 
						
							
							
								
								Rename register_protocol() to av_register_protocol() and deprecate  
							
							register_protocol().
Originally committed as revision 17322 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aeedac95cc 
								
							
								 
							
						 
						
							
							
								
								Document av_iformat_next() and av_oformat_next() functions.  
							
							Originally committed as revision 17316 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd3f81f313 
								
							
								 
							
						 
						
							
							
								
								MXF D-10 muxer  
							
							Originally committed as revision 17204 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6fcce4f995 
								
							
								 
							
						 
						
							
							
								
								Change ffm_write_write_index to return int, and return if error occured.  
							
							Patch by Patrik Kullman, patrik at yes dot nu
Originally committed as revision 17172 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								865780ae9b 
								
							
								 
							
						 
						
							
							
								
								Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com  
							
							Originally committed as revision 17159 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c08b2bdcb 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: vertical align "*" for consistency with the other doxyies.  
							
							Originally committed as revision 17143 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3dc6cb2e92 
								
							
								 
							
						 
						
							
							
								
								Remove  @deprecated  notice from AVFrac, it is not deprecated anymore.  
							
							Originally committed as revision 17142 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0b00aba89 
								
							
								 
							
						 
						
							
							
								
								Try to clarify doxy of avformat_seek_file().  
							
							Originally committed as revision 17102 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								998b6f7ca2 
								
							
								 
							
						 
						
							
							
								
								Clarify that avformat_seek_file() is not part of the stable API yet.  
							
							Originally committed as revision 17061 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d04768fa80 
								
							
								 
							
						 
						
							
							
								
								avformat_seek_file() prototype  
							
							Originally committed as revision 17060 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88a2896520 
								
							
								 
							
						 
						
							
							
								
								Deprecate av_malloc_format_context() in favor of  
							
							avformat_alloc_context(), and drop the old symbol at the next major
bump.
Originally committed as revision 17047 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88b2027e9a 
								
							
								 
							
						 
						
							
							
								
								declare ff_interleave_add_packet  
							
							Originally committed as revision 17032 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2db5da97e2 
								
							
								 
							
						 
						
							
							
								
								Do not misuse unsigned long to store pointers.  
							
							Originally committed as revision 16986 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ea7ce8843 
								
							
								 
							
						 
						
							
							
								
								modify the way to pass parameters to av_metadata_set()  
							
							This improves code readability and this avoid warnings about discarding
qualifiers from pointer target type.
Originally committed as revision 16952 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04e7670906 
								
							
								 
							
						 
						
							
							
								
								typo  
							
							Originally committed as revision 16854 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago