0b77a59336 
								
							
								 
							
						 
						
							
							
								
								Use correct printf conversion specifiers for POSIX integer types  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1df549bfa2 
								
							
								 
							
						 
						
							
							
								
								hqx: Convert to the new bitstream header  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9fd2bf09db 
								
							
								 
							
						 
						
							
							
								
								hqx: correct type and size check of info_offset  
							
							It is used as size argument of ff_canopus_parse_info_tag, which uses it
as size argument to bytestream2_init, which only supports sizes up to
INT_MAX.
Changing it's type to unsigned simplifies the check.
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								def97856de 
								
							
								 
							
						 
						
							
							
								
								lavc: AV-prefix all codec capabilities  
							
							Express bitfields more simply.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb428e00ac 
								
							
								 
							
						 
						
							
							
								
								hqx: Mark codec as init-thread-safe and init-cleanup  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6fb844f7b 
								
							
								 
							
						 
						
							
							
								
								Implement shared parsing of INFO tag in Canopus family  
							
							Add some bounds checking to CLLC; reduce HQX variable scoping,
add an error message. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b5338f6d1 
								
							
								 
							
						 
						
							
							
								
								hqx: Implement slice-threaded decoding  
							
							Inspired by a patch from Ferdinand Oeinck <ferdo@demon.nl>.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								453642f8af 
								
							
								 
							
						 
						
							
							
								
								hqx: Store shareable data in main decoder context  
							
							In preparation for multithreaded decoding. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea031b75fb 
								
							
								 
							
						 
						
							
							
								
								hqx: Move DSP related code to a separate file  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								17aa81d947 
								
							
								 
							
						 
						
							
							
								
								hqx: Merge invalid format check within switch block  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0266988ccd 
								
							
								 
							
						 
						
							
							
								
								hqx: Fix clipping error in idct put function  
							
							Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35c6ce76b1 
								
							
								 
							
						 
						
							
							
								
								Canopus HQX decoder  
							
							Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>. 
							
						 
						10 years ago