8b7b2d6aae 
								
							
								 
							
						 
						
							
							
								
								ac3dsp: simplify extract_exponents() now that it does not need to do clipping.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc0ad40de2 
								
							
								 
							
						 
						
							
							
								
								ac3dsp: fix loop condition in ac3_update_bap_counts_c()  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ca23db9cc 
								
							
								 
							
						 
						
							
							
								
								ac3enc: modify mantissa bit counting to keep bap counts for all values of bap  
							
							instead of just 0 to 4.
This does all the actual bit counting as a final step. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63b1866ae1 
								
							
								 
							
						 
						
							
							
								
								ac3enc: clip large coefficient values and negative exponents rather than using  
							
							av_assert2(). 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2310ee4b1c 
								
							
								 
							
						 
						
							
							
								
								ac3enc: move extract_exponents inner loop to ac3dsp  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								52fd16a264 
								
							
								 
							
						 
						
							
							
								
								ac3enc: move compute_mantissa_size() to ac3dsp  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						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  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4855a904e 
								
							
								 
							
						 
						
							
							
								
								ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f999cfddb 
								
							
								 
							
						 
						
							
							
								
								ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext  
							
							and use in scale_coefficients() for the floating-point AC-3 encoder. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1efbca5e9 
								
							
								 
							
						 
						
							
							
								
								ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbb6b49dab 
								
							
								 
							
						 
						
							
							
								
								ac3enc: Add x86-optimized function to speed up log2_tab().  
							
							AC3DSPContext.ac3_max_msb_abs_int16() finds the maximum MSB of the absolute
value of each element in an array of int16_t.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dda3f0ef48 
								
							
								 
							
						 
						
							
							
								
								Add x86-optimized versions of exponent_min().  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2d62158091 
								
							
								 
							
						 
						
							
							
								
								Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.  
							
							Doxygen mistakes the \ for the start of a Doxygen command.
Originally committed as revision 23994 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c2341b8596 
								
							
								 
							
						 
						
							
							
								
								Add a chomp BSF to consume zero padding at the end of a packet.  
							
							Originally committed as revision 23196 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4231f05b28 
								
							
								 
							
						 
						
							
							
								
								VP3 parser can also handle VP6 without any changes.  
							
							Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c587a4ea8 
								
							
								 
							
						 
						
							
							
								
								VP3 & Theora parser to extract keyframe flags.  
							
							This parser is not able to split random bitstream pieces.
Originally committed as revision 13986 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b21bdabe4 
								
							
								 
							
						 
						
							
							
								
								Add FFMPEG_ prefix to all multiple inclusion guards.  
							
							Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								efb775777f 
								
							
								 
							
						 
						
							
							
								
								add a comment to indicate which #endif belong to which #define  
							
							Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								699b3f99d0 
								
							
								 
							
						 
						
							
							
								
								add multiple inclusion guards to headers  
							
							Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99545457bf 
								
							
								 
							
						 
						
							
							
								
								include all prerequisites in header files  
							
							Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c33d98141d 
								
							
								 
							
						 
						
							
							
								
								Move H.263 parser to its own file.  
							
							Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1d1be919ce 
								
							
								 
							
						 
						
							
							
								
								add support for rtp/h264 streaming  
							
							Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Nov 6, 2006 8:56 PM
Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP
Originally committed as revision 6936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04d7f60143 
								
							
								 
							
						 
						
							
							
								
								Add official LGPL license headers to the files that were missing them.  
							
							Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b9a73d8d2f 
								
							
								 
							
						 
						
							
							
								
								move adler32 to libavutil  
							
							Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago