4c64c8e95a 
								
							
								 
							
						 
						
							
							
								
								ac3dec: fix processing of delta bit allocation information.  
							
							The number of dba segments is the coded value + 1.
The coupling dba offset starts at the first coupling band, not at zero. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d9f52b2cd 
								
							
								 
							
						 
						
							
							
								
								ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c57cde942 
								
							
								 
							
						 
						
							
							
								
								Add ff_ prefix to ac3_common_init().  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24e3ad3031 
								
							
								 
							
						 
						
							
							
								
								ac3: Remove ff_ac3_critical_band_size_tab.  
							
							It is only used to generate band_start_tab, which about the same size, at
runtime, so it's simpler just to always hardcode band_start_tab.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ed3b504f9 
								
							
								 
							
						 
						
							
							
								
								Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.  
							
							This symbol is only ever used to calculate the non-hardcoded tables, so
only enable it in that case, and static to the source unit that uses it.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								362bfe2997 
								
							
								 
							
						 
						
							
							
								
								Remove unused ac3_parametric_bit_allocation function.  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce571ceb45 
								
							
								 
							
						 
						
							
							
								
								Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.c  
							
							Originally committed as revision 25968 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47ae6e795b 
								
							
								 
							
						 
						
							
							
								
								define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.  
							
							Originally committed as revision 25967 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49bd8e4b84 
								
							
								 
							
						 
						
							
							
								
								Fix grammar errors in documentation  
							
							Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba87f0801d 
								
							
								 
							
						 
						
							
							
								
								Remove explicit filename from Doxygen  @file  commands.  
							
							Passing an explicit filename to this command is only necessary if the
documentation in the @file  block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29b75f0b67 
								
							
								 
							
						 
						
							
							
								
								Change code so it uses 2 adds instead of one FFABS.  
							
							About 1% faster ff_ac3_bit_alloc_calc_psd on Intel Atom, overall speedup
not measurable though.
Should have a bigger effect on systems without cmov or with very slow cmov.
Originally committed as revision 21214 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31f8c10983 
								
							
								 
							
						 
						
							
							
								
								Simplify AC-3 critical band end calculation (correctly this time).  
							
							Originally committed as revision 20438 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94593c9b52 
								
							
								 
							
						 
						
							
							
								
								Revert r20050, which caused decoding errors with at least one valid AC-3 file.  
							
							Originally committed as revision 20437 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09e03847b9 
								
							
								 
							
						 
						
							
							
								
								Remove unneeded table lookup.  
							
							Originally committed as revision 20050 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								444ce49a7a 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: Rename some variables to be more descriptive of their use.  
							
							Originally committed as revision 20049 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e745ea83e 
								
							
								 
							
						 
						
							
							
								
								Move some variable declarations to inside of loops.  
							
							Originally committed as revision 20048 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3538a2e47a 
								
							
								 
							
						 
						
							
							
								
								Remove unneeded variable.  
							
							Originally committed as revision 20047 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								84cb4bc6a2 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: Rename some variables to be more descriptive of their use.  
							
							Originally committed as revision 20046 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8a547c25a0 
								
							
								 
							
						 
						
							
							
								
								Remove some unneeded variables.  
							
							Originally committed as revision 20045 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								403b1543b5 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: Rename some variables  
							
							Originally committed as revision 20044 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f805d5fc9d 
								
							
								 
							
						 
						
							
							
								
								simplify 2 lines into 1 using FFMIN  
							
							Originally committed as revision 20043 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								612bdf1808 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: Do some basic pretty-printing.  
							
							Originally committed as revision 20042 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf8643838b 
								
							
								 
							
						 
						
							
							
								
								Simplify by combining increment with array access.  
							
							Originally committed as revision 20041 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89e6317b5b 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Rename some variables to be more descriptive of their use. Do some  
							
							pretty-printing as well.
Originally committed as revision 20040 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a7e7417c41 
								
							
								 
							
						 
						
							
							
								
								Move 2 variable declarations to inside of loop.  
							
							Originally committed as revision 20039 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								20520421a1 
								
							
								 
							
						 
						
							
							
								
								simplify by combining increment with array access  
							
							Originally committed as revision 20038 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be5830ea7a 
								
							
								 
							
						 
						
							
							
								
								Remove unneeded variable  
							
							Originally committed as revision 20037 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b05e4195d4 
								
							
								 
							
						 
						
							
							
								
								Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.  
							
							Originally committed as revision 20036 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9106a698e7 
								
							
								 
							
						 
						
							
							
								
								Rename bitstream.h to get_bits.h.  
							
							Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bad5537e2c 
								
							
								 
							
						 
						
							
							
								
								Use full internal pathname in doxygen  @file  directives.  
							
							Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								406792e7b0 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Remove pointless period after copyright statement non-sentences.  
							
							Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								20e047262f 
								
							
								 
							
						 
						
							
							
								
								cosmetics: alignment after last commit  
							
							Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72a6244b5d 
								
							
								 
							
						 
						
							
							
								
								ac3: detect dba errors and prevent writing past end of array  
							
							Originally committed as revision 16034 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								14b7062829 
								
							
								 
							
						 
						
							
							
								
								cosmetics: make all references to AC-3 capitalized and hyphenated  
							
							Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								687671f03b 
								
							
								 
							
						 
						
							
							
								
								pass bap table to ff_ac3_bit_alloc_calc_bap()  
							
							Originally committed as revision 13694 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31bc6b4549 
								
							
								 
							
						 
						
							
							
								
								prevent crash when dba params are invalid  
							
							Originally committed as revision 13653 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98a6fff98c 
								
							
								 
							
						 
						
							
							
								
								Apply 'cold' attribute to init/uninit functions in libavcodec  
							
							Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ce2134258 
								
							
								 
							
						 
						
							
							
								
								cosmetics: rename ac3 bit allocation variables  
							
							Originally committed as revision 11194 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66ecf18e38 
								
							
								 
							
						 
						
							
							
								
								cosmetics: rename ac3 tables  
							
							Originally committed as revision 11193 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc2a8443eb 
								
							
								 
							
						 
						
							
							
								
								move some common values to ac3.h and utilize them  
							
							Originally committed as revision 9679 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7adb10bedf 
								
							
								 
							
						 
						
							
							
								
								move ac3 tables from a .h to a .c  
							
							Originally committed as revision 8816 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98d0205145 
								
							
								 
							
						 
						
							
							
								
								Move AC3 header parsing code together with the rest of the AC3 parsing code.  
							
							Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b5a05cc295 
								
							
								 
							
						 
						
							
							
								
								fix handling of special case for lowest snroffset. regressions are unaffected.  
							
							Originally committed as revision 8450 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								575bf46f16 
								
							
								 
							
						 
						
							
							
								
								split ac3_parametric_bit_allocation into 3 separate functions  
							
							Originally committed as revision 8442 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								495529f7df 
								
							
								 
							
						 
						
							
							
								
								hardcode ff_ac3_frame_sizes table  
							
							Originally committed as revision 8435 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2476139973 
								
							
								 
							
						 
						
							
							
								
								move AC-3 header parsing to ac3.c  
							
							Originally committed as revision 8323 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								050aa8b9bc 
								
							
								 
							
						 
						
							
							
								
								remove redundancy in AC-3 parser by using common tables from ac3tab.h  
							
							Originally committed as revision 8318 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								96ae7f11e7 
								
							
								 
							
						 
						
							
							
								
								Create ac3.c which will be used for AC-3 common code.  
							
							Originally committed as revision 8305 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago