Pascal Massimino 
							
						 
					 
					
						
						
							
						
						c04c52d3a8 
					 
					
						
						
							
							Additional checks for strange num_val in FLV metadata  
						
						... 
						
						
						
						Avoids some "Unsupported audio codec (6)" message in FLVs, e.g.
        Example of such problematic bitstream is 'bad_codec6.flv'
        in ftp's /incoming directory.
Originally committed as revision 12510 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-03-20 11:02:40 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						58293e57e1 
					 
					
						
						
							
							Fix issue357  
						
						... 
						
						
						
						Do what the spec says, insane or not:
"
Format 0 (uncompressed) and Format 3 (uncompressed little-endian) are similar. Both encode
uncompressed audio samples. For 8-bit samples, the two formats are identical. For 16-bit
samples, the two formats differ in byte ordering. In Format 0, 16-bit samples are encoded and
decoded according to the native byte ordering of the platform on which the encoder and Flash
Player, respectively, are running. In Format 3, 16-bit samples are always encoded in little-endian
order (least significant byte first), and are byte-swapped if necessary in Flash Player before
playback. Format 0 is clearly disadvantageous because it introduces a playback platform
dependency. For 16-bit samples, Format 3 is highly preferable to Format 0 for SWF version 4
or later.
"
Originally committed as revision 12184 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-02-24 01:04:00 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						44de39f93c 
					 
					
						
						
							
							flv/swf do not have a big endian codec id, they only support  
						
						... 
						
						
						
						little endian and native endian.
Originally committed as revision 12183 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-02-24 00:57:15 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Larsson 
							
						 
					 
					
						
						
							
						
						107b5f93dd 
					 
					
						
						
							
							Reindent  
						
						... 
						
						
						
						Originally committed as revision 11285 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-12-20 11:22:39 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Larsson 
							
						 
					 
					
						
						
							
						
						7b76c22465 
					 
					
						
						
							
							Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files  
						
						... 
						
						
						
						Originally committed as revision 11284 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-12-20 11:21:10 +00:00 
						 
				 
			
				
					
						
							
							
								Björn Axelsson 
							
						 
					 
					
						
						
							
						
						899681cd1d 
					 
					
						
						
							
							Use dynamically allocated ByteIOContext in AVFormatContext  
						
						... 
						
						
						
						patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007
Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-11-21 07:41:00 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Beregszaszi 
							
						 
					 
					
						
						
							
						
						018b6fb465 
					 
					
						
						
							
							Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9.  
						
						... 
						
						
						
						Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-11-16 00:09:34 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						c8652b5714 
					 
					
						
						
							
							support flv with invalid header  
						
						... 
						
						
						
						fixes issue43
Originally committed as revision 10887 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-10-31 22:10:34 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						6f910bcf39 
					 
					
						
						
							
							factorize stream creation  
						
						... 
						
						
						
						Originally committed as revision 10886 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-10-31 21:35:50 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Larsson 
							
						 
					 
					
						
						
							
						
						636b13c5fc 
					 
					
						
						
							
							Nellymoser ASAO decoder  
						
						... 
						
						
						
						Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-10-15 16:26:02 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						9990460353 
					 
					
						
						
							
							use the VP6A codec  
						
						... 
						
						
						
						Originally committed as revision 10578 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-09-25 19:30:03 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						df63f130c8 
					 
					
						
						
							
							revert r10527  
						
						... 
						
						
						
						There is now a proper vp6a codec, so no need for this hack anymore.
Originally committed as revision 10577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-09-25 19:25:59 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						f84c357325 
					 
					
						
						
							
							Add support for VP6A in flv.  
						
						... 
						
						
						
						Those files really contain 2 standard VP6 video streams:
 - the "normal" video stream
 - the alpha plan video stream (which is a standard
   YV12 video with it's U an V plans all set to 0)
closes issue166
Originally committed as revision 10527 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-09-18 15:36:29 +00:00 
						 
				 
			
				
					
						
							
							
								Panagiotis Issaris 
							
						 
					 
					
						
						
							
						
						6f3e0b2174 
					 
					
						
						
							
							Replace all occurrences of AVERROR_IO with AVERROR(EIO).  
						
						... 
						
						
						
						Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-07-19 15:23:32 +00:00 
						 
				 
			
				
					
						
							
							
								Panagiotis Issaris 
							
						 
					 
					
						
						
							
						
						769e10f068 
					 
					
						
						
							
							Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).  
						
						... 
						
						
						
						Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-07-19 15:21:30 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						7b94177e37 
					 
					
						
						
							
							Group all copyright and author notices together.  
						
						... 
						
						
						
						Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-07-05 10:37:29 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						57004ff1d7 
					 
					
						
						
							
							add an enum for need_parsing  
						
						... 
						
						
						
						Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-04-15 13:51:57 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						87e8788680 
					 
					
						
						
							
							allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks  
						
						... 
						
						
						
						Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-04-08 11:34:15 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Beregszaszi 
							
						 
					 
					
						
						
							
						
						031311cbd1 
					 
					
						
						
							
							workaround for broken flvtoolized files  
						
						... 
						
						
						
						Originally committed as revision 8277 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-03-07 01:52:08 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						683ab79ca0 
					 
					
						
						
							
							flv follows in movs footsteps and has random trash in the width/height fields  
						
						... 
						
						
						
						Originally committed as revision 7668 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-01-23 15:38:07 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						742482290f 
					 
					
						
						
							
							improve probe and give it the max score  
						
						... 
						
						
						
						Originally committed as revision 7667 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-01-23 15:23:41 +00:00 
						 
				 
			
				
					
						
							
							
								Allan Hsu 
							
						 
					 
					
						
						
							
						
						428cc588f2 
					 
					
						
						
							
							add FLV decoder metadata parsing  
						
						... 
						
						
						
						patch by Allan Hsu % allan A counterpop P net %
date: Dec 12, 2006 12:19 PM
subject: Re: [Ffmpeg-devel] [PATCH] FLV decoder metadata reading
Originally committed as revision 7286 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-12 12:29:33 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						15f14fc7c2 
					 
					
						
						
							
							move duration finding code into read_packet() so it can be skiped if duration has already been set  
						
						... 
						
						
						
						Originally committed as revision 7272 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-10 17:53:01 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						17fcb1709f 
					 
					
						
						
							
							use amf_get_string()  
						
						... 
						
						
						
						Originally committed as revision 7271 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-10 17:38:16 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						759dd138df 
					 
					
						
						
							
							cosmetics  
						
						... 
						
						
						
						Originally committed as revision 7270 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-10 17:32:05 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						896bcd2e85 
					 
					
						
						
							
							amf_get_string() by Allan Hsu  allan aat counterpop doot net  
						
						... 
						
						
						
						Originally committed as revision 7269 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-10 17:31:17 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						4eb0c66505 
					 
					
						
						
							
							get rid of AVFMTCTX_NOHEADER, create streams in read_header()  
						
						... 
						
						
						
						Originally committed as revision 7268 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-10 17:25:30 +00:00 
						 
				 
			
				
					
						
							
							
								Allan Hsu 
							
						 
					 
					
						
						
							
						
						6cac3a3b08 
					 
					
						
						
							
							Defines various common FLV format values between the FLV muxer and demuxer  
						
						... 
						
						
						
						in a common flv.h.
patch by Allan Hsu  allan _at_ counterpop.net
Originally committed as revision 7231 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-06 00:23:04 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						7fbde3431a 
					 
					
						
						
							
							replace coder/decoder file description in libavformat by muxer/demuxer  
						
						... 
						
						
						
						Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-23 08:57:54 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						ec996a6303 
					 
					
						
						
							
							fix flvdec.c file description comment  
						
						... 
						
						
						
						Originally committed as revision 6773 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-23 00:13:02 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						246f86a4d6 
					 
					
						
						
							
							document the extradata protocol for VP6F  
						
						... 
						
						
						
						Originally committed as revision 6772 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-23 00:10:18 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						9e2424ce60 
					 
					
						
						
							
							use the adjustment value present in FLV to crop VP6 video  
						
						... 
						
						
						
						Originally committed as revision 6770 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-22 23:19:42 +00:00 
						 
				 
			
				
					
						
							
							
								Roberto Togni 
							
						 
					 
					
						
						
							
						
						12b6992b6f 
					 
					
						
						
							
							flv files from myspace with mp3 audio require need_parsing because the  
						
						... 
						
						
						
						frames are fragmented.
Originally committed as revision 6686 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-13 18:21:28 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						b78e7197a8 
					 
					
						
						
							
							Change license headers to say 'FFmpeg' instead of 'this program/this library'  
						
						... 
						
						
						
						and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-07 15:30:46 +00:00 
						 
				 
			
				
					
						
							
							
								Nazo 
							
						 
					 
					
						
						
							
						
						aeb20f7f9d 
					 
					
						
						
							
							FLV seeking patch by Nazo. lovesyao at aol com.  
						
						... 
						
						
						
						Originally committed as revision 6285 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-09-17 09:39:49 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						5ce117c37c 
					 
					
						
						
							
							VP5 and VP6 video decoder  
						
						... 
						
						
						
						Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-09-09 17:19:37 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
							
						
						ff70e60176 
					 
					
						
						
							
							allow individual selection of muxers and demuxers  
						
						... 
						
						
						
						Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-10 21:14:37 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
							
						
						d2a067d1d9 
					 
					
						
						
							
							give AVInput/OutputFormat structs consistent names  
						
						... 
						
						
						
						Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-09 23:40:53 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Larsson 
							
						 
					 
					
						
						
							
						
						0919e788ae 
					 
					
						
						
							
							Flash Screen Video decoder (fourcc:FSV1)  
						
						... 
						
						
						
						Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-06-01 07:31:59 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						dbdaebe28d 
					 
					
						
						
							
							extract duration  
						
						... 
						
						
						
						Originally committed as revision 5171 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-03-16 17:04:31 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						5509bffa88 
					 
					
						
						
							
							Update licensing information: The FSF changed postal address.  
						
						... 
						
						
						
						Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-01-12 22:43:26 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						bb270c0896 
					 
					
						
						
							
							COSMETICS: tabs --> spaces, some prettyprinting  
						
						... 
						
						
						
						Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-12-22 01:10:11 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						115329f160 
					 
					
						
						
							
							COSMETICS: Remove all trailing whitespace.  
						
						... 
						
						
						
						Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-12-17 18:14:38 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						a254c5745b 
					 
					
						
						
							
							kill duplicated get/put_be24()  
						
						... 
						
						
						
						Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-07-19 14:41:08 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						dd9f59160e 
					 
					
						
						
							
							extract duration if available  
						
						... 
						
						
						
						Originally committed as revision 4459 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-07-19 14:26:41 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						01f4895c68 
					 
					
						
						
							
							changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility  
						
						... 
						
						
						
						Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-07-17 22:24:36 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						2692067a45 
					 
					
						
						
							
							AVPacket.pos  
						
						... 
						
						
						
						Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-05-26 20:17:12 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						c0df9d75bd 
					 
					
						
						
							
							switch to native time bases  
						
						... 
						
						
						
						Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-04-30 21:43:59 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						f3356e9c9e 
					 
					
						
						
							
							more fine grained discarding of packets  
						
						... 
						
						
						
						Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-03-17 01:25:01 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Beregszaszi 
							
						 
					 
					
						
						
							
						
						2f5132e7a8 
					 
					
						
						
							
							proper handling of samplesize  
						
						... 
						
						
						
						Originally committed as revision 3980 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-02-25 11:15:12 +00:00