Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							c242bbd8b6 
							
						 
					 
					
						
						
							
							Remove unnecessary dsputil.h #includes  
						
						
						
						
					 
					
						2013-02-26 00:51:34 +01:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							88bd7fdc82 
							
						 
					 
					
						
						
							
							Drop DCTELEM typedef  
						
						... 
						
						
						
						It does not help as an abstraction and adds dsputil dependencies.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
						
						
					 
					
						2013-01-22 18:32:56 -08:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							0ca1bdb37d 
							
						 
					 
					
						
						
							
							rtjpeg: Add ff_ prefix to nonstatic symbols  
						
						... 
						
						
						
						Signed-off-by: Martin Storsjö <martin@martin.st> 
						
						
					 
					
						2012-02-15 22:07:20 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							c68fafe0d2 
							
						 
					 
					
						
						
							
							doxygen: eliminate Qt-style doxygen syntax  
						
						
						
						
					 
					
						2011-12-05 13:06:58 +01:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							7fb55e0b02 
							
						 
					 
					
						
						
							
							rtjpeg: simplify get_block() by using get_bits_left.  
						
						... 
						
						
						
						Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
						
						
					 
					
						2011-11-26 08:40:51 +01:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							7a62ddb689 
							
						 
					 
					
						
						
							
							rtjpeg: check get_block return value for error.  
						
						... 
						
						
						
						This avoids crashes due to reading out-of-bounds.
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
						
						
					 
					
						2011-11-26 08:39:58 +01:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							adbfc605f6 
							
						 
					 
					
						
						
							
							doxygen: Consistently use '@' instead of '\' for Doxygen markup.  
						
						... 
						
						
						
						Signed-off-by: Diego Biurrun <diego@biurrun.de> 
						
						
					 
					
						2011-06-24 00:37:49 +02:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							77336b6127 
							
						 
					 
					
						
						
							
							Distinguish between non-coded blocks and decode errors in rtjpeg's get_block  
						
						... 
						
						
						
						Originally committed as revision 18926 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-05-24 09:06:06 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							8d857c5434 
							
						 
					 
					
						
						
							
							Add a few size checks when decoding rtjpeg blocks.  
						
						... 
						
						
						
						Might avoid crashes in unlikely cases, but mostly avoids ugly artefacts
for partial frames.
Originally committed as revision 18925 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-05-24 09:03:45 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							0766291a66 
							
						 
					 
					
						
						
							
							Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment  
						
						... 
						
						
						
						for idct_put on architectures/compilers that have problems aligning on the stack.
Originally committed as revision 18924 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-05-24 08:36:52 +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 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							245976da2a 
							
						 
					 
					
						
						
							
							Use full path for #includes from another directory.  
						
						... 
						
						
						
						Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-05-09 11:56:36 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							7fad8ed26f 
							
						 
					 
					
						
						
							
							Fix reference to a file in MPlayer that was renamed.  
						
						... 
						
						
						
						Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-04-08 15:16:48 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							b034f72b17 
							
						 
					 
					
						
						
							
							Add some const keywords in rtjpeg decoder  
						
						... 
						
						
						
						Originally committed as revision 11792 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-02-01 16:20:27 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							e07eaaccc1 
							
						 
					 
					
						
						
							
							Avoid void*-arithmetic, and uint8_t* is more correct anyway.  
						
						... 
						
						
						
						Originally committed as revision 6918 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-11-06 17:56:08 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							c9ec7564f0 
							
						 
					 
					
						
						
							
							Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since  
						
						... 
						
						
						
						it is only used there and is only 128 byte large.
Also make it aligned to fix playback with altivec.
Originally committed as revision 6902 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-11-05 16:18:37 +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 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							dfca23e361 
							
						 
					 
					
						
						
							
							NuppelVideo/MythTVVideo support, including rtjpeg decoder  
						
						... 
						
						
						
						Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-03-27 22:22:50 +00:00