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 
						 
				 
			
				
					
						
							
							
								Diego Elio Pettenò 
							
						 
					 
					
						
						
							
						
						d36beb3f69 
					 
					
						
						
							
							Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.  
						
						... 
						
						
						
						None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@mansr.com > 
						
						
					 
					
						2011-01-26 16:08:45 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Converse 
							
						 
					 
					
						
						
							
						
						3cac899af9 
					 
					
						
						
							
							Split the ADTS header decoder off of the ADTS parser.  
						
						... 
						
						
						
						The AAC decoder and ADTS-to-ASC BSF both require the header decoder
but not full parsing capabilities.
Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-07-12 18:52:03 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
							
						
						8fc0162ac4 
					 
					
						
						
							
							Add av_ prefix to bswap macros  
						
						... 
						
						
						
						Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-07-10 22:12:30 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
							
						
						e6b22522c9 
					 
					
						
						
							
							bswap: change ME to NE in macro names  
						
						... 
						
						
						
						Other parts of FFmpeg use NE (native endian) rather than ME (machine).
This makes it consistent.
Originally committed as revision 24169 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-07-10 22:09:01 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Converse 
							
						 
					 
					
						
						
							
						
						90350d73f8 
					 
					
						
						
							
							Allow parsing and decoding of ADTS AAC files with channel config = 0  
						
						... 
						
						
						
						Originally committed as revision 18815 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-05-13 17:57:58 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Converse 
							
						 
					 
					
						
						
							
						
						ee373ddffd 
					 
					
						
						
							
							Move the ADTS header size to the parser's header file.  
						
						... 
						
						
						
						Originally committed as revision 18814 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-05-13 14:11:11 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						9106a698e7 
					 
					
						
						
							
							Rename bitstream.h to get_bits.h.  
						
						... 
						
						
						
						Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-04-13 16:20:26 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Converse 
							
						 
					 
					
						
						
							
						
						7ac1591764 
					 
					
						
						
							
							Close the AAC parse context, discovered by Netgem.  
						
						... 
						
						
						
						Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-23 19:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Converse 
							
						 
					 
					
						
						
							
						
						4eb311d01c 
					 
					
						
						
							
							Correctly map ADTS profile_ObjectType to MPEG-4 AOT  
						
						... 
						
						
						
						Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17196 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-13 00:08:15 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						406792e7b0 
					 
					
						
						
							
							cosmetics: Remove pointless period after copyright statement non-sentences.  
						
						... 
						
						
						
						Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-19 15:46:40 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Swain 
							
						 
					 
					
						
						
							
						
						158b39126d 
					 
					
						
						
							
							Support ADTS AAC files in the ffaac decoder (limited to streams containing one  
						
						... 
						
						
						
						raw_data_block() per ADTS frame)
Patch by Alex Converse ( alex converse gmail com) based on a patch by Robert
Swain ( robert swain gmail com )
Originally committed as revision 16485 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-07 22:09:21 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
							
						
						cb56b44086 
					 
					
						
						
							
							AAC: fix strict aliasing violation in parser  
						
						... 
						
						
						
						Originally committed as revision 16180 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-12-17 02:30:22 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
							
						
						57bb0da679 
					 
					
						
						
							
							aac_parser: fix strict aliasing violation  
						
						... 
						
						
						
						Originally committed as revision 15595 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-10-11 11:21:45 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						133ac890fb 
					 
					
						
						
							
							Add new_frame_start and need_next_header.  
						
						... 
						
						
						
						based on a patch by Bartlomiej
Originally committed as revision 12895 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-04-19 01:59:55 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						454064ad1e 
					 
					
						
						
							
							Change aac and ac3 parsers to use ff_combine_frame().  
						
						... 
						
						
						
						Originally committed as revision 12894 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-04-19 01:50:40 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						8c731c9743 
					 
					
						
						
							
							remove AACAC3FrameFlag  
						
						... 
						
						
						
						Originally committed as revision 12888 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-04-18 03:09:01 +00:00 
						 
				 
			
				
					
						
							
							
								Bartlomiej Wolowiec 
							
						 
					 
					
						
						
							
						
						469d8816d6 
					 
					
						
						
							
							undo changes in aac_ac3_parser  
						
						... 
						
						
						
						Originally committed as revision 12778 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-04-09 22:11:21 +00:00 
						 
				 
			
				
					
						
							
							
								Bartlomiej Wolowiec 
							
						 
					 
					
						
						
							
						
						c09ed33e18 
					 
					
						
						
							
							Corrections of errors in aac_ac3_parser  
						
						... 
						
						
						
						Originally committed as revision 12759 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-04-07 20:54:08 +00:00 
						 
				 
			
				
					
						
							
							
								Bartlomiej Wolowiec 
							
						 
					 
					
						
						
							
						
						0a5754c3b7 
					 
					
						
						
							
							change of aac_ac3_parser, so it is able to send complete portion of data to decoder  
						
						... 
						
						
						
						Originally committed as revision 12758 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-04-05 20:09:36 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
							
						
						bac47ae6ca 
					 
					
						
						
							
							use mpeg4audio common code in aac parser  
						
						... 
						
						
						
						Originally committed as revision 12665 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-04-01 12:50:32 +00:00 
						 
				 
			
				
					
						
							
							
								Bartlomiej Wolowiec 
							
						 
					 
					
						
						
							
						
						be1e2a2bfa 
					 
					
						
						
							
							removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag  
						
						... 
						
						
						
						Originally committed as revision 12622 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-03-28 19:59:58 +00:00 
						 
				 
			
				
					
						
							
							
								Bartlomiej Wolowiec 
							
						 
					 
					
						
						
							
						
						eb538f6ec9 
					 
					
						
						
							
							adding lacking include to aac3_parser.c  
						
						... 
						
						
						
						Originally committed as revision 12572 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-03-24 22:25:30 +00:00 
						 
				 
			
				
					
						
							
							
								Bartlomiej Wolowiec 
							
						 
					 
					
						
						
							
						
						6808a8eaf2 
					 
					
						
						
							
							using EAC3_STREAM_TYPE_* instead of numbers  
						
						... 
						
						
						
						Originally committed as revision 12571 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-03-24 22:21:22 +00:00 
						 
				 
			
				
					
						
							
							
								Bartlomiej Wolowiec 
							
						 
					 
					
						
						
							
						
						4e6eeaf019 
					 
					
						
						
							
							using stream type in eac3 parser  
						
						... 
						
						
						
						Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-03-24 21:25:49 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
							
						
						c599e297e7 
					 
					
						
						
							
							Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by  
						
						... 
						
						
						
						Bartlomiej Wolowiec (bartek wolowiec gmail com)
Originally committed as revision 12564 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-03-23 15:43:29 +00:00 
						 
				 
			
				
					
						
							
							
								Zuxy Meng 
							
						 
					 
					
						
						
							
						
						98a6fff98c 
					 
					
						
						
							
							Apply 'cold' attribute to init/uninit functions in libavcodec  
						
						... 
						
						
						
						Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-03-21 03:11:20 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						4d570f94ba 
					 
					
						
						
							
							prevent infinite loop and memcpy of negative amounts  
						
						... 
						
						
						
						fixes issue194
Originally committed as revision 10726 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-10-13 12:25:31 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						679c2294cb 
					 
					
						
						
							
							cosmetics: rename for consistency after previous aac and ac3 parsers move  
						
						... 
						
						
						
						Originally committed as revision 8942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-05-08 23:29:07 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
							
						
						99ff31dc75 
					 
					
						
						
							
							move aac and ac3 parsers in their own files  
						
						... 
						
						
						
						Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-05-08 23:25:31 +00:00