Steve L'Homme 
							
						 
					 
					
						
						
						
						
							
						
						
							949b1a13bf 
							
						 
					 
					
						
						
							
							Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.  
						
						... 
						
						
						
						patch by Steve Lhomme, slhomme divxcorp com
Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-11-01 22:39:58 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							498c544ad2 
							
						 
					 
					
						
						
							
							dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)  
						
						... 
						
						
						
						Originally committed as revision 6837 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-30 02:19:55 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							6ab312daa2 
							
						 
					 
					
						
						
							
							doxy  
						
						... 
						
						
						
						Originally committed as revision 6647 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-11 10:29:00 +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 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							191e8ca752 
							
						 
					 
					
						
						
							
							fix some signedness warnings  
						
						... 
						
						
						
						Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-09-27 19:47:39 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							4e2d6a456d 
							
						 
					 
					
						
						
							
							dont copy frame if the whole mp1/2/3 frame is available in one piece in the input  
						
						... 
						
						
						
						Originally committed as revision 6103 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-26 18:56:24 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							608bd84365 
							
						 
					 
					
						
						
							
							make some tables const  
						
						... 
						
						
						
						Originally committed as revision 5692 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-09 13:01:06 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							af9e7d1810 
							
						 
					 
					
						
						
							
							--enable/disable parsers. Warning: some combinations are broken.  
						
						... 
						
						
						
						Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-09 12:02:15 +00:00 
						 
				 
			
				
					
						
							
							
								Emiliano Parasassi 
							
						 
					 
					
						
						
						
						
							
						
						
							29c5cdcaec 
							
						 
					 
					
						
						
							
							Fix compilation with --disable-decoders.  
						
						... 
						
						
						
						patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com
Originally committed as revision 5660 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-07 11:08:58 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							748c2fca7e 
							
						 
					 
					
						
						
							
							AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)  
						
						... 
						
						
						
						Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-06 15:04:46 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							b482e2d12f 
							
						 
					 
					
						
						
							
							CAVS decoder by (Stefan Gehrer  stefan.gehrer gmx.de)  
						
						... 
						
						
						
						Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-03 00:16:45 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							4f8ff17e75 
							
						 
					 
					
						
						
							
							The AAC frame header uses 13 bits for the frame size, so the buffer should  
						
						... 
						
						
						
						have room for such a frame.  A frame that large seems unlikely in a valid
file, but leaving room for it spares us the need to check it elsewhere.
Moving the buffer to the end of the struct made debugging this easier.
Originally committed as revision 5487 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-06-16 20:41:33 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							100a74222b 
							
						 
					 
					
						
						
							
							use get_bits1/skip_bits[1] in ac3 and aac parsers  
						
						... 
						
						
						
						Originally committed as revision 4969 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-02-10 01:19:54 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							da46276ff8 
							
						 
					 
					
						
						
							
							adts aac parser  
						
						... 
						
						
						
						Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-02-08 00:50:22 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							82fcbc145d 
							
						 
					 
					
						
						
							
							faster find_startcode()  
						
						... 
						
						
						
						Originally committed as revision 4939 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-02-04 20:32:02 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							d8a91afd36 
							
						 
					 
					
						
						
							
							output last ac3 frame and simplify  
						
						... 
						
						
						
						Originally committed as revision 4926 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-02-02 18:38:47 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							4f59b684a6 
							
						 
					 
					
						
						
							
							Remove all stray tabs and trailing whitespace, this time for good.  
						
						... 
						
						
						
						Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-01-24 10:33:14 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							62327e2852 
							
						 
					 
					
						
						
							
							native ac3 parser  
						
						... 
						
						
						
						Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-01-21 18:19:47 +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 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							79396ac685 
							
						 
					 
					
						
						
							
							Kill some compiler warnings.  Compiled code verified identical after changes.  
						
						... 
						
						
						
						Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-09-06 21:25:35 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							95ae72b7e0 
							
						 
					 
					
						
						
							
							Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)  
						
						... 
						
						
						
						Originally committed as revision 4540 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-08-26 19:05:44 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							7cbaa7bafa 
							
						 
					 
					
						
						
							
							parse pict_type for streams in avi  
						
						... 
						
						
						
						fix mpeg4 parser so it outputs te pict_type
support header only parseing without repacking
Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-08-15 15:58:21 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							73480a1552 
							
						 
					 
					
						
						
							
							off by 1 error bugfix  
						
						... 
						
						
						
						avoid adding duplicate global headers to the bitstream
Originally committed as revision 4410 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-06-29 08:41:01 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							90ad92b39d 
							
						 
					 
					
						
						
							
							support changing in bitstream global headers into extradata style and back  
						
						... 
						
						
						
						Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-06-27 00:04:03 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							8ca5d3bbf4 
							
						 
					 
					
						
						
							
							10l typo  
						
						... 
						
						
						
						Originally committed as revision 4053 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-03-17 21:35:50 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							8c787559a2 
							
						 
					 
					
						
						
							
							mpeg-es bitrate parsing  
						
						... 
						
						
						
						Originally committed as revision 4005 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-03-05 03:36:32 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							88730be651 
							
						 
					 
					
						
						
							
							kill warnings patch by (Måns Rullgård <mru inprovide com>)  
						
						... 
						
						
						
						Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-02-24 19:08:50 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							8845e427a7 
							
						 
					 
					
						
						
							
							10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE)  
						
						... 
						
						
						
						Originally committed as revision 3918 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-02-01 13:03:44 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							e993bc03ac 
							
						 
					 
					
						
						
							
							10000l vbr mp3 fix  
						
						... 
						
						
						
						Originally committed as revision 3911 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-01-31 21:26:20 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							4b9ac0b5f0 
							
						 
					 
					
						
						
							
							require a few valid and equal mp3 headers for resync  
						
						... 
						
						
						
						Originally committed as revision 3900 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-01-29 23:59:32 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							7984bbe2ce 
							
						 
					 
					
						
						
							
							fix timestamp prediction for low_delay mpeg streams  
						
						... 
						
						
						
						Originally committed as revision 3751 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-12-14 12:04:45 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							f48c0551ca 
							
						 
					 
					
						
						
							
							flush remaining data from parser at EOF  
						
						... 
						
						
						
						Originally committed as revision 3748 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-12-12 14:19:54 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							99f0623629 
							
						 
					 
					
						
						
							
							pnm parser  
						
						... 
						
						
						
						Originally committed as revision 3675 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-11-12 22:55:29 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							21adafec2a 
							
						 
					 
					
						
						
							
							lowres width/height cleanup 3rd try  
						
						... 
						
						
						
						Originally committed as revision 3522 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-09-27 11:50:56 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							0b2346d38c 
							
						 
					 
					
						
						
							
							lowres fixes for the parser  
						
						... 
						
						
						
						Originally committed as revision 3521 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-09-27 10:06:10 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							5bb994e255 
							
						 
					 
					
						
						
							
							1000000l  
						
						... 
						
						
						
						Originally committed as revision 3301 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-07-09 22:29:08 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							8dab64b6c1 
							
						 
					 
					
						
						
							
							field pic timestamp fix  
						
						... 
						
						
						
						Originally committed as revision 3300 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-07-09 21:55:10 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							c77a9a0e26 
							
						 
					 
					
						
						
							
							timestamp duplication bugfix  
						
						... 
						
						
						
						Originally committed as revision 3269 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-06-30 12:05:35 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							a62aecce2c 
							
						 
					 
					
						
						
							
							mpeg audio timestamp fix  
						
						... 
						
						
						
						Originally committed as revision 3150 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-05-23 01:10:15 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							e96682e6f4 
							
						 
					 
					
						
						
							
							some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)  
						
						... 
						
						
						
						Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-05-18 17:09:46 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							e4cb187db8 
							
						 
					 
					
						
						
							
							remove duplicated find_frame_end() code  
						
						... 
						
						
						
						move codec specific code from parser.c -> <codecname>.c as far as its easily possible
Originally committed as revision 3087 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-04-29 14:21:33 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							20da31792b 
							
						 
					 
					
						
						
							
							>2 channels decoding fix  
						
						... 
						
						
						
						Originally committed as revision 3086 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-04-29 03:33:34 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							b84f2a3533 
							
						 
					 
					
						
						
							
							pts and dts support in parser API  
						
						... 
						
						
						
						Originally committed as revision 2619 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-12-16 11:17:06 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							6e45e92856 
							
						 
					 
					
						
						
							
							added End Of File handling to return last picture for MPEG1/2/4  
						
						... 
						
						
						
						Originally committed as revision 2614 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-12-15 14:40:37 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							3e9d718ecb 
							
						 
					 
					
						
						
							
							fill codec info  
						
						... 
						
						
						
						Originally committed as revision 2599 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-12-12 16:55:12 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							c6f353ff61 
							
						 
					 
					
						
						
							
							also parse extradata for MPEG4  
						
						... 
						
						
						
						Originally committed as revision 2493 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-11-10 18:33:58 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							8424cf505c 
							
						 
					 
					
						
						
							
							new audio/video parser API  
						
						... 
						
						
						
						Originally committed as revision 2492 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-11-10 15:29:20 +00:00