Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							70f2314df0 
							
						 
					 
					
						
						
							
							pcx: convert VLAs to malloc/free  
						
						... 
						
						
						
						Originally committed as revision 23796 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-26 14:34:15 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							72415b2adb 
							
						 
					 
					
						
						
							
							Define AVMediaType enum, and use it instead of enum CodecType, which  
						
						... 
						
						
						
						is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-30 23:30:55 +00:00 
						 
				 
			
				
					
						
							
							
								Benoit Fouet 
							
						 
					 
					
						
						
						
						
							
						
						
							ff54bb975a 
							
						 
					 
					
						
						
							
							Fix indentation.  
						
						... 
						
						
						
						Originally committed as revision 20378 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-10-27 15:05:24 +00:00 
						 
				 
			
				
					
						
							
							
								Benoit Fouet 
							
						 
					 
					
						
						
						
						
							
						
						
							25b6d0bc69 
							
						 
					 
					
						
						
							
							Only memset for palettes of 16 elements.  
						
						... 
						
						
						
						Originally committed as revision 20377 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-10-27 15:04:35 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Ross 
							
						 
					 
					
						
						
						
						
							
						
						
							dae0d1e21c 
							
						 
					 
					
						
						
							
							Support decoding of uncompressed PCX scanlines  
						
						... 
						
						
						
						Originally committed as revision 20153 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-10-03 05:18:32 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
						
						
							
						
						
							f1cdd863a5 
							
						 
					 
					
						
						
							
							pcx decoder use get_buffer, set CODEC_CAP_DR1  
						
						... 
						
						
						
						Originally committed as revision 19098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-06-05 08:29:29 +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 
						 
				 
			
				
					
						
							
							
								Thilo Borgmann 
							
						 
					 
					
						
						
						
						
							
						
						
							7a00bbad21 
							
						 
					 
					
						
						
							
							Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an  
						
						... 
						
						
						
						AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows
passing of packet-specific flags from demuxer to decoder, such as the keyframe
flag, which appears necessary to playback corePNG P-frames.
Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread
"Google Summer of Code participation" on the mailinglist.
Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-04-07 15:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							fe4bf37455 
							
						 
					 
					
						
						
							
							Make AVCodec long_names definition conditional depending on CONFIG_SMALL.  
						
						... 
						
						
						
						Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-06-12 21:50:13 +00:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
						
						
							
						
						
							3f8adf26a4 
							
						 
					 
					
						
						
							
							Correct type for pcx_rle_decode().  
						
						... 
						
						
						
						Fixes icc warning #120 : return value type does not match the function
type
Originally committed as revision 13139 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-05-12 19:04:08 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							bcdb2378f7 
							
						 
					 
					
						
						
							
							Add long names to some AVCodec declarations.  
						
						... 
						
						
						
						patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-04-29 21:31:21 +00:00 
						 
				 
			
				
					
						
							
							
								Zuxy Meng 
							
						 
					 
					
						
						
						
						
							
						
						
							98a6fff98c 
							
						 
					 
					
						
						
							
							Apply 'cold' attribute to init/uninit functions in libavcodec  
						
						... 
						
						
						
						Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-03-21 03:11:20 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							3c71bc55dc 
							
						 
					 
					
						
						
							
							const  
						
						... 
						
						
						
						Originally committed as revision 11735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-02-01 13:58:41 +00:00 
						 
				 
			
				
					
						
							
							
								Ivo van Poorten 
							
						 
					 
					
						
						
						
						
							
						
						
							91be76a662 
							
						 
					 
					
						
						
							
							remove useless cast  
						
						... 
						
						
						
						Originally committed as revision 11328 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-12-27 11:49:28 +00:00 
						 
				 
			
				
					
						
							
							
								Ivo van Poorten 
							
						 
					 
					
						
						
						
						
							
						
						
							b4abe1d198 
							
						 
					 
					
						
						
							
							PC Paintbrush PCX image decoder  
						
						... 
						
						
						
						Originally committed as revision 11321 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-12-26 22:17:46 +00:00