ff13ba92fd 
								
							
								 
							
						 
						
							
							
								
								Add dynamic payload handlers to rdt.c. These follow the same API as the ones  
							
							in rtpdec.c, so that they can be shared and used in the same way in rtsp.c.
The handlers, since they are specific for RDT, are registered in rdt.c and
a new registration function is thus called from allformats.c.
The dynamic payload handler also implements RDT-specific SDP-line parsing for
OpaqueData and StartTime, which are specific for RDT and needed for proper
playback. OpaqueData contains one or a list ("MLTI") of "MDPR" chunks that
can be parsed by the rmdec.c function ff_rm_read_mdpr_codecdata(). To use
this function, we create a new rdt_demuxer, which has the same private data
as the rm_demuxer. The resulting AVFormatContext created with _open_stream()
can thus be used to call functions in the RM demuxer.
See discussion in "Realmedia patch" thread on ML.
Originally committed as revision 15234 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2988c93d94 
								
							
								 
							
						 
						
							
							
								
								create a separate codec_id for E-AC-3  
							
							Originally committed as revision 15143 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cedebde15a 
								
							
								 
							
						 
						
							
							
								
								Remaining parts of GSoC MXF muxer by Zhentan Feng.  
							
							Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ee7948cb8d 
								
							
								 
							
						 
						
							
							
								
								Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.  
							
							Originally committed as revision 14930 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51c3861e16 
								
							
								 
							
						 
						
							
							
								
								Add D-Cinema audio muxer  
							
							Originally committed as revision 14531 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								327ce5e6e6 
								
							
								 
							
						 
						
							
							
								
								SMPTE 421M Annex L (aka .rcv) muxer  
							
							Originally committed as revision 14352 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b54f3c087 
								
							
								 
							
						 
						
							
							
								
								Remove gif demuxer, the code contains a gif decoder and lzw decoder neither  
							
							belongs in a demuxer, furthermore the code might be exploitable.
Fixes issue530
Originally committed as revision 14209 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b8cc860a1 
								
							
								 
							
						 
						
							
							
								
								Motion Pixels MVI Demuxer.  
							
							Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14147 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b339f0c6be 
								
							
								 
							
						 
						
							
							
								
								Oma demuxer  
							
							Originally committed as revision 13712 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16e861e3ee 
								
							
								 
							
						 
						
							
							
								
								raw mlp demuxer  
							
							Based on patch by Jeff Muizelaar <jrmuizel <at> gmail.org>
http://article.gmane.org/gmane.comp.video.ffmpeg.devel/57797 
Originally committed as revision 13558 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								17ac9f1c38 
								
							
								 
							
						 
						
							
							
								
								Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,  
							
							patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk.
Originally committed as revision 13031 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60711e9599 
								
							
								 
							
						 
						
							
							
								
								raw GSM demuxer (does not work yet as parser is missing)  
							
							Originally committed as revision 13013 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63d864434d 
								
							
								 
							
						 
						
							
							
								
								Raw dts muxer  
							
							Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								861c63a216 
								
							
								 
							
						 
						
							
							
								
								Maxis XA demuxer and decoder.  
							
							Patch by Robert Marston rmarston (\at/) gmail point com
Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task
Date: 04/08/2008 01:36 AM
Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b64c096be9 
								
							
								 
							
						 
						
							
							
								
								BFI demuxer  
							
							Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com)
Originally committed as revision 12808 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4fd51ee39a 
								
							
								 
							
						 
						
							
							
								
								ARMovie/RPL demuxer  
							
							Patch by Eli Friedman (eli friedman gmail com)
Originally committed as revision 12649 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3a027f5e66 
								
							
								 
							
						 
						
							
							
								
								IFF demuxer  
							
							Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12633 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c023bfe993 
								
							
								 
							
						 
						
							
							
								
								cosmetics: alphabetical order  
							
							Originally committed as revision 12619 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb96da4902 
								
							
								 
							
						 
						
							
							
								
								rl2 demuxer  
							
							Originally committed as revision 12545 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f3444e17c 
								
							
								 
							
						 
						
							
							
								
								MSN TCP Webcam stream demuxer.  
							
							Originally committed as revision 12492 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa9f4208b6 
								
							
								 
							
						 
						
							
							
								
								ipod/iphone compatible mp4 muxer  
							
							Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e53486545 
								
							
								 
							
						 
						
							
							
								
								typo fix: inited --> initialized  
							
							Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eda178d273 
								
							
								 
							
						 
						
							
							
								
								SMPTE 421 Annex L format demuxer  
							
							Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa1ad97fad 
								
							
								 
							
						 
						
							
							
								
								reorder alphabetically  
							
							Originally committed as revision 11575 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dfb400a8ea 
								
							
								 
							
						 
						
							
							
								
								new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com  
							
							Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								670c78479d 
								
							
								 
							
						 
						
							
							
								
								Linux Media Labs MPEG-4 (LMLM4) demuxer  
							
							Originally committed as revision 11456 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95c2184270 
								
							
								 
							
						 
						
							
							
								
								Rationalize some dependencies between rtsp and rtp  
							
							Originally committed as revision 11385 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3feb44a9be 
								
							
								 
							
						 
						
							
							
								
								TechnoTrend PVA Demuxer  
							
							Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c721d803cb 
								
							
								 
							
						 
						
							
							
								
								Introduce libavdevice  
							
							Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8361b1bea8 
								
							
								 
							
						 
						
							
							
								
								remove now useless libogg support  
							
							Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5118cae694 
								
							
								 
							
						 
						
							
							
								
								ogg muxer  
							
							Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f9e4ed19d2 
								
							
								 
							
						 
						
							
							
								
								Give Ogg muxer a lib prefix in the name like we do with all other formats  
							
							implemented through external libraries, plus rename the files accordingly.
Originally committed as revision 10956 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a319c212bd 
								
							
								 
							
						 
						
							
							
								
								Move external library registrations into a separate block after all native  
							
							implementations so that the latter ones are preferred by default.
Originally committed as revision 10945 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								325833091e 
								
							
								 
							
						 
						
							
							
								
								Add some explanatory comments.  
							
							Originally committed as revision 10944 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12877faf7c 
								
							
								 
							
						 
						
							
							
								
								Musepack SV8 demuxer and decoder  
							
							Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9abf243316 
								
							
								 
							
						 
						
							
							
								
								add support for demuxing Electronic Arts .cdata files  
							
							based on a patch from Peter Ross
Originally committed as revision 10914 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								990e989f24 
								
							
								 
							
						 
						
							
							
								
								Remove redundant prototype  
							
							Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66f7679c62 
								
							
								 
							
						 
						
							
							
								
								Beam Software SIFF demuxer and video decoder  
							
							Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f9a00ba8c1 
								
							
								 
							
						 
						
							
							
								
								ensure all compiled in codec/muxer are registered  
							
							Originally committed as revision 10808 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98942fb2c9 
								
							
								 
							
						 
						
							
							
								
								small simplification  
							
							Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								53b7336500 
								
							
								 
							
						 
						
							
							
								
								Fix avisynth compilation after allformats.h was removed  
							
							Originally committed as revision 10594 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d999cff5a3 
								
							
								 
							
						 
						
							
							
								
								remove last dependencies on allformats.h and allcodecs.h  
							
							Originally committed as revision 10535 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf4a1f17ee 
								
							
								 
							
						 
						
							
							
								
								Monkey Audio decoder  
							
							Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7241a6bb50 
								
							
								 
							
						 
						
							
							
								
								move unrelated functions declarations out of allformats.h  
							
							Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50383e8822 
								
							
								 
							
						 
						
							
							
								
								Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer  
							
							Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e648863560 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Add some whitespace for better readability.  
							
							Originally committed as revision 10418 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd484da77a 
								
							
								 
							
						 
						
							
							
								
								Remove video_grab_ prefix from video_grab_{bktr,v4l}  
							
							Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e09f7d61da 
								
							
								 
							
						 
						
							
							
								
								Enable Matroska muxer  
							
							Originally committed as revision 10389 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7b8bffe47 
								
							
								 
							
						 
						
							
							
								
								Treat dc1394 as a library  
							
							Originally committed as revision 10292 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d4edf966e 
								
							
								 
							
						 
						
							
							
								
								Make native and libnut NUT muxers mutually exclusive.  
							
							Originally committed as revision 10102 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago