Benjamin Larsson 
							
						 
					 
					
						
						
						
						
							
						
						
							e7a6d5f313 
							
						 
					 
					
						
						
							
							Bug fix for crashes when SSE is used on unaligned arrays.  
						
						... 
						
						
						
						No measureable change in speed. This gave random crashes on Win32
and BeOS. The cause for this bug is that gcc doesn't align the
stackframe. Linux and glibc always ensure this to be true thus
this never affected Linux.
Originally committed as revision 7318 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-14 17:50:23 +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 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							8faf544392 
							
						 
					 
					
						
						
							
							Cleanup, from Emanuele Giaquinta <exg@gentoo.org>  
						
						... 
						
						
						
						Originally committed as revision 6221 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-09-10 15:36:53 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
						
						
							
						
						
							b3701f5cc0 
							
						 
					 
					
						
						
							
							Alignment of the LT window, segfault fix patch by Baptiste Coudurier.  
						
						... 
						
						
						
						Originally committed as revision 6051 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-22 16:23:56 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Larsson 
							
						 
					 
					
						
						
						
						
							
						
						
							9aee40d967 
							
						 
					 
					
						
						
							
							SIMD vector optimizations. 3% faster overall decoding.  
						
						... 
						
						
						
						Originally committed as revision 6026 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-19 08:46:52 +00:00 
						 
				 
			
				
					
						
							
							
								Loren Merritt 
							
						 
					 
					
						
						
						
						
							
						
						
							bcfa3e58ee 
							
						 
					 
					
						
						
							
							3dnow2 implementation of imdct.  
						
						... 
						
						
						
						6% faster vorbis and wma.
Originally committed as revision 5954 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-08 04:01:04 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							0b52626eb0 
							
						 
					 
					
						
						
							
							Do not read full byte when less than 8 bits are still to be read.  
						
						... 
						
						
						
						Does not make a difference with any of my samples, but current
code does not make much sense.
Originally committed as revision 5533 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-06-27 12:13:01 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							a5ecd69ec1 
							
						 
					 
					
						
						
							
							Ignore overrun in spectral RLE decoding, fixes  
						
						... 
						
						
						
						http://www.missouri.edu/~bah347/gprime/nintendothemesacappellax.wmv 
Originally committed as revision 5532 to svn://svn.ffmpeg.org/ffmpeg/trunk 
					
						2006-06-27 12:09:58 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							d30ba3bb34 
							
						 
					 
					
						
						
							
							reverting 1.31->1.33  
						
						... 
						
						
						
						fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...)
(by michael)
Init simplification and 2% faster wma_decode_block on amd64 with tables use
instead of pow(). (by banan)
the init simplifictaion is not correct its not binary identical
the pow optimization breaks decoding of http://klif-e.mos.net.au/videos/extr.wmv 
Originally committed as revision 5247 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-03-30 14:58:36 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							40c8602f64 
							
						 
					 
					
						
						
							
							fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...)  
						
						... 
						
						
						
						Originally committed as revision 5162 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-03-13 23:29:00 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Larsson 
							
						 
					 
					
						
						
						
						
							
						
						
							6f3dda9328 
							
						 
					 
					
						
						
							
							Init simplification and 2% faster wma_decode_block on amd64 with tables use  
						
						... 
						
						
						
						instead of pow().
Originally committed as revision 5126 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-03-08 09:26:57 +00:00 
						 
				 
			
				
					
						
							
							
								Jindřich Makovička 
							
						 
					 
					
						
						
						
						
							
						
						
							63a5b0b1ae 
							
						 
					 
					
						
						
							
							- fix insufficient code length for exp_vlc  
						
						... 
						
						
						
						- move vlc tweaking parameters to one place
Originally committed as revision 4987 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-02-11 19:39:05 +00:00 
						 
				 
			
				
					
						
							
							
								Steve L'Homme 
							
						 
					 
					
						
						
						
						
							
						
						
							68b51e58ce 
							
						 
					 
					
						
						
							
							MSVC-compatible __align8/__align16 declaration  
						
						... 
						
						
						
						patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr
Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-02-05 13:35:17 +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 
						 
				 
			
				
					
						
							
							
								Benjamin Larsson 
							
						 
					 
					
						
						
						
						
							
						
						
							52fa37f17c 
							
						 
					 
					
						
						
							
							get_vlc -> get_vlc2 transition.  
						
						... 
						
						
						
						Originally committed as revision 4827 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-01-08 17:09:05 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							b6204677f6 
							
						 
					 
					
						
						
							
							Fix wma2 audio decoder  
						
						... 
						
						
						
						Patch by Reimar Doeffinger
Originally committed as revision 4779 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-12-27 19:58:04 +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 
						 
				 
			
				
					
						
							
							
								Mark Weaver 
							
						 
					 
					
						
						
						
						
							
						
						
							ff547a52d2 
							
						 
					 
					
						
						
							
							WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)  
						
						... 
						
						
						
						Originally committed as revision 4407 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-06-28 14:56:16 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							caa336b4cc 
							
						 
					 
					
						
						
							
							common.c -> bitstream.c (and the single non bitstream func -> utils.c)  
						
						... 
						
						
						
						common.h -> common.h/bitstream.h
Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-12-29 17:50:25 +00:00 
						 
				 
			
				
					
						
							
							
								Burkhard Plaum 
							
						 
					 
					
						
						
						
						
							
						
						
							073c2593c9 
							
						 
					 
					
						
						
							
							Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)  
						
						... 
						
						
						
						Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-11-27 18:10:06 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							b4396f36e5 
							
						 
					 
					
						
						
							
							k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)  
						
						... 
						
						
						
						Originally committed as revision 3403 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-08-19 19:01:40 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Beregszaszi 
							
						 
					 
					
						
						
						
						
							
						
						
							ed0219a69f 
							
						 
					 
					
						
						
							
							altivec workaround  
						
						... 
						
						
						
						Originally committed as revision 3259 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-06-26 10:35:55 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Melanson 
							
						 
					 
					
						
						
						
						
							
						
						
							7e56cd927b 
							
						 
					 
					
						
						
							
							add the minimal documentation to make this decoder useful  
						
						... 
						
						
						
						Originally committed as revision 3059 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-04-24 19:30:49 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							40a3105d46 
							
						 
					 
					
						
						
							
							segfault fix  
						
						... 
						
						
						
						Originally committed as revision 2714 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-01-18 21:57:32 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Beregszaszi 
							
						 
					 
					
						
						
						
						
							
						
						
							aef3c69d8d 
							
						 
					 
					
						
						
							
							moved frame_count to wmadeccontext  
						
						... 
						
						
						
						Originally committed as revision 2011 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-07-04 20:32:04 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Beregszaszi 
							
						 
					 
					
						
						
						
						
							
						
						
							f2899fb1ff 
							
						 
					 
					
						
						
							
							uniformization (now it uses the same trace functions as h264, defined in common.h)  
						
						... 
						
						
						
						Originally committed as revision 2010 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-07-04 20:26:04 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							a9722aa6e5 
							
						 
					 
					
						
						
							
							works with old gcc versions too  
						
						... 
						
						
						
						Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-06-10 22:45:43 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							983e3246b7 
							
						 
					 
					
						
						
							
							per file doxy  
						
						... 
						
						
						
						Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-03-06 11:32:04 +00:00 
						 
				 
			
				
					
						
							
							
								Zdenek Kabelac 
							
						 
					 
					
						
						
						
						
							
						
						
							0c1a9edad4 
							
						 
					 
					
						
						
							
							* UINTX -> uintx_t   INTX -> intx_t  
						
						... 
						
						
						
						Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-02-11 16:35:48 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							8e1e6f31c1 
							
						 
					 
					
						
						
							
							use av_malloc() functions - added av_strdup and av_realloc()  
						
						... 
						
						
						
						Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-01-23 23:03:09 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							68f593b484 
							
						 
					 
					
						
						
							
							GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops  
						
						... 
						
						
						
						Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-01-21 17:34:12 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							b35a02d527 
							
						 
					 
					
						
						
							
							align fixes for sse/altivec  
						
						... 
						
						
						
						Originally committed as revision 1414 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-01-07 17:46:08 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							2f62e147ae 
							
						 
					 
					
						
						
							
							oops : better error resilience - should fix most wma decoding problems  
						
						... 
						
						
						
						Originally committed as revision 1404 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2003-01-06 22:47:42 +00:00 
						 
				 
			
				
					
						
							
							
								Zdenek Kabelac 
							
						 
					 
					
						
						
						
						
							
						
						
							f408fc67c0 
							
						 
					 
					
						
						
							
							* avoid negative numbers as well  
						
						... 
						
						
						
						Originally committed as revision 1134 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2002-10-31 20:22:30 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Kurshev 
							
						 
					 
					
						
						
						
						
							
						
						
							dd3be2c97e 
							
						 
					 
					
						
						
							
							10l  
						
						... 
						
						
						
						Originally committed as revision 1133 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2002-10-31 18:22:15 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Kurshev 
							
						 
					 
					
						
						
						
						
							
						
						
							b8e6ad84e5 
							
						 
					 
					
						
						
							
							reverse first hunk  
						
						... 
						
						
						
						Originally committed as revision 1132 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2002-10-31 18:17:25 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Kurshev 
							
						 
					 
					
						
						
						
						
							
						
						
							d08070e653 
							
						 
					 
					
						
						
							
							fixed debug compilation  
						
						... 
						
						
						
						Originally committed as revision 1131 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2002-10-31 18:08:19 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							4707cb07e1 
							
						 
					 
					
						
						
							
							fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized)  
						
						... 
						
						
						
						Originally committed as revision 1121 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2002-10-31 00:07:13 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							bc42388648 
							
						 
					 
					
						
						
							
							use lrintf to avoid double conversion  
						
						... 
						
						
						
						Originally committed as revision 1107 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2002-10-29 22:39:11 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							ab253fe3c5 
							
						 
					 
					
						
						
							
							avoid name clash - fixed again block size selection  
						
						... 
						
						
						
						Originally committed as revision 1105 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2002-10-29 22:27:30 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							64c133898a 
							
						 
					 
					
						
						
							
							fixed block size selection  
						
						... 
						
						
						
						Originally committed as revision 1093 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2002-10-28 01:42:05 +00:00 
						 
				 
			
				
					
						
							
							
								Fabrice Bellard 
							
						 
					 
					
						
						
						
						
							
						
						
							bc8d1857fb 
							
						 
					 
					
						
						
							
							added wma decoder  
						
						... 
						
						
						
						Originally committed as revision 1090 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2002-10-28 00:48:55 +00:00