Rémi Denis-Courmont 
							
						 
					 
					
						
						
							
						
						578ea75a9e 
					 
					
						
						
							
							vdpau: remove old-style decoders  
						
						... 
						
						
						
						Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2013-08-05 11:15:49 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						84d3ff50cd 
					 
					
						
						
							
							lavc: add a libwavpack encoder wrapper  
						
						
						
						
					 
					
						2013-06-10 21:33:48 +02:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						2d66a58ccd 
					 
					
						
						
							
							Go2Webinar decoder  
						
						
						
						
					 
					
						2013-06-03 09:24:55 +02:00 
						 
				 
			
				
					
						
							
							
								Eli Friedman 
							
						 
					 
					
						
						
							
						
						350914fc80 
					 
					
						
						
							
							Escape 130 (RPL) decoder  
						
						... 
						
						
						
						Some fixes provided by Paul B Mahol <onemda@gmail.com >
and Michael Niedermayer <michaelni@gmx.at > and me.
Signed-off-by: Diego Biurrun <diego@biurrun.de >
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com > 
						
						
					 
					
						2013-05-18 07:12:56 +02:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						1232a1647a 
					 
					
						
						
							
							Apple Intermediate Codec decoder  
						
						
						
						
					 
					
						2013-05-17 06:31:05 +02:00 
						 
				 
			
				
					
						
							
							
								Nicolas Bertrand 
							
						 
					 
					
						
						
							
						
						c81a706381 
					 
					
						
						
							
							JPEG 2000 decoder for DCinema  
						
						... 
						
						
						
						Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl >
Updated to current programming standards, style and many more small
fixes by Diego Biurrun <diego@biurrun.de >.
Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2013-04-22 15:38:29 +02:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						3f111804eb 
					 
					
						
						
							
							libvpx: make vp8 and vp9 selectable  
						
						... 
						
						
						
						Support older libvpx versions. 
						
						
					 
					
						2013-01-14 19:20:47 +01:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						dab1f543fc 
					 
					
						
						
							
							libvpx: support vp9  
						
						... 
						
						
						
						This feature is experimental use at your risk 
						
						
					 
					
						2013-01-14 19:20:47 +01:00 
						 
				 
			
				
					
						
							
							
								Rémi Denis-Courmont 
							
						 
					 
					
						
						
							
						
						7752532789 
					 
					
						
						
							
							vdpau: Add VC-1 decoding via hwaccel infrastructure  
						
						... 
						
						
						
						Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2013-01-13 14:54:18 +01:00 
						 
				 
			
				
					
						
							
							
								Rémi Denis-Courmont 
							
						 
					 
					
						
						
							
						
						51b56a0716 
					 
					
						
						
							
							vdpau: Add H.264 decoding via hwaccel infrastructure  
						
						... 
						
						
						
						Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2013-01-13 14:54:08 +01:00 
						 
				 
			
				
					
						
							
							
								Rémi Denis-Courmont 
							
						 
					 
					
						
						
							
						
						200e8ac920 
					 
					
						
						
							
							vdpau: Add MPEG-4 decoding via hwaccel infrastructure  
						
						... 
						
						
						
						Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2013-01-13 14:54:02 +01:00 
						 
				 
			
				
					
						
							
							
								Rémi Denis-Courmont 
							
						 
					 
					
						
						
							
						
						aaf9d0e8f3 
					 
					
						
						
							
							vdpau: Add MPEG-1/2 decoding via hwaccel infrastructure  
						
						... 
						
						
						
						Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2013-01-13 14:53:47 +01:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						a0c5917f86 
					 
					
						
						
							
							Drop Snow codec  
						
						... 
						
						
						
						Snow is a toy codec with no real-world use and horrible code. 
						
						
					 
					
						2013-01-06 16:30:02 +01:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						3048fae63c 
					 
					
						
						
							
							build: Avoid detecting bogus components named 'x'  
						
						... 
						
						
						
						The function find_things() in configure is confused by component
registration calls as part of multiline macros defining combined
component registration.  Coalesce those macros into one line to
work around the issue.
Signed-off-by: Diego Biurrun <diego@biurrun.de >
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2013-01-03 15:11:25 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						c73c87b412 
					 
					
						
						
							
							cosmetics: Prettyprint codec/format/filter registration files  
						
						
						
						
					 
					
						2012-12-28 19:18:13 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						57231e4d5b 
					 
					
						
						
							
							tak: demuxer, parser, and decoder  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com > 
						
						
					 
					
						2012-12-07 16:15:02 -05:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						9b500b8f6c 
					 
					
						
						
							
							avcodec: Add a RFC 3389 comfort noise codec  
						
						... 
						
						
						
						This isn't too useful as a normal codec, but can be used in
voip style applications. The decoder updates the noise
generator parameters when a packet is given to it for decoding,
but if called with an empty packet, it generates more noise
according to the last parameters.
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2012-10-29 22:00:43 +02:00 
						 
				 
			
				
					
						
							
							
								Nathan Caldwell 
							
						 
					 
					
						
						
							
						
						6cb8c85409 
					 
					
						
						
							
							Opus encoder using libopus  
						
						... 
						
						
						
						Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2012-10-01 14:42:40 +02:00 
						 
				 
			
				
					
						
							
							
								Nicolas George 
							
						 
					 
					
						
						
							
						
						44617d6ec9 
					 
					
						
						
							
							Opus decoder using libopus  
						
						... 
						
						
						
						Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2012-09-28 11:03:20 +02:00 
						 
				 
			
				
					
						
							
							
								Alberto Delmás 
							
						 
					 
					
						
						
							
						
						ee769c6a7c 
					 
					
						
						
							
							MSS2 decoder  
						
						... 
						
						
						
						Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com > 
						
						
					 
					
						2012-08-31 07:37:16 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Ekström 
							
						 
					 
					
						
						
							
						
						1ab5a78042 
					 
					
						
						
							
							lavc: add Ut Video encoder  
						
						... 
						
						
						
						Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2012-08-20 11:22:59 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						1d9c2dc89a 
					 
					
						
						
							
							Don't include common.h from avutil.h  
						
						... 
						
						
						
						Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2012-08-15 22:32:06 +03:00 
						 
				 
			
				
					
						
							
							
								Derek Buitenhuis 
							
						 
					 
					
						
						
							
						
						45eaac02cb 
					 
					
						
						
							
							Canopus Lossless decoder  
						
						... 
						
						
						
						At the moment it only does BGR24, but I plan to add the rest after.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com > 
						
						
					 
					
						2012-08-01 22:06:16 -04:00 
						 
				 
			
				
					
						
							
							
								Mohamed Naufal Basheer 
							
						 
					 
					
						
						
							
						
						55c3a4f617 
					 
					
						
						
							
							G.723.1 demuxer and decoder  
						
						... 
						
						
						
						Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com > 
						
						
					 
					
						2012-07-22 07:58:54 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Bradshaw 
							
						 
					 
					
						
						
							
						
						453c02f971 
					 
					
						
						
							
							libopenjpeg: introduce encoding support  
						
						... 
						
						
						
						Based on FFmpeg version from
commit 713a7854e0lu_zero@gentoo.org > 
						
						
					 
					
						2012-07-17 14:56:58 +02:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						5b7e3a195d 
					 
					
						
						
							
							MS Expression Encoder Screen decoder  
						
						
						
						
					 
					
						2012-07-13 06:59:48 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						37eeb5e273 
					 
					
						
						
							
							Support AAC encoding via the external library fdk-aac  
						
						... 
						
						
						
						Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2012-07-12 11:01:10 +03:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						781888da89 
					 
					
						
						
							
							TechSmith Screen Codec 2 decoder  
						
						
						
						
					 
					
						2012-07-11 07:29:05 +02:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						edf35d8342 
					 
					
						
						
							
							MS ATC Screen (aka MSS3) decoder  
						
						
						
						
					 
					
						2012-07-02 07:14:44 +02:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						005c80b645 
					 
					
						
						
							
							MS Screen 1 decoder  
						
						
						
						
					 
					
						2012-06-20 19:08:10 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						3641b0489c 
					 
					
						
						
							
							Add support for iLBC decoding/encoding via the external library libilbc  
						
						... 
						
						
						
						The library is 3-clause BSD licensed.
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2012-06-18 22:00:35 +03:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						c6061443f7 
					 
					
						
						
							
							Indeo Audio decoder  
						
						
						
						
					 
					
						2012-06-05 18:30:54 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						a229d6c285 
					 
					
						
						
							
							Remove libdirac decoder.  
						
						... 
						
						
						
						libschroedinger is the preferred way to decode Dirac video. 
						
						
					 
					
						2012-04-23 09:20:24 +02:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
							
						
						b0e9edc44f 
					 
					
						
						
							
							avcodec: add a cook parser to get subpacket duration  
						
						... 
						
						
						
						Fixes jittery video playback of rm files with cook audio. 
						
						
					 
					
						2012-04-20 12:11:20 -04:00 
						 
				 
			
				
					
						
							
							
								Derek Buitenhuis 
							
						 
					 
					
						
						
							
						
						0e714f889e 
					 
					
						
						
							
							ZeroCodec Decoder  
						
						... 
						
						
						
						An obscure Japanese lossless video codec, originally intended
for use with a remote desktop application.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com >
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com > 
						
						
					 
					
						2012-03-19 19:02:23 +01:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						b8560637d9 
					 
					
						
						
							
							RealAudio Lossless decoder  
						
						
						
						
					 
					
						2012-03-19 18:46:34 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						0afd8f12e9 
					 
					
						
						
							
							avcodec: add XBM encoder  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com > 
						
						
					 
					
						2012-03-17 15:45:04 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
							
						
						5602a464c9 
					 
					
						
						
							
							avcodec: add a Vorbis parser to get packet duration  
						
						... 
						
						
						
						This also allows for removing some of the Vorbis-related hacks. 
						
						
					 
					
						2012-03-03 16:43:11 -05:00 
						 
				 
			
				
					
						
							
							
								Mashiat Sarker Shakkhar 
							
						 
					 
					
						
						
							
						
						9d25f1f619 
					 
					
						
						
							
							Windows Media Audio Lossless decoder  
						
						... 
						
						
						
						Decodes 16-bit WMA Lossless encoded files. 24-bit is not supported yet.
Bitstream parser written by Andreas Öman with contributions from
Baptiste Coudurier and Ulion.
Includes a number of bug-fixes from Benjamin Larsson, Michael Niedermayer and
Konstantin Shishkov, shine and polish by Diego Biurrun.
Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2012-03-02 19:10:29 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						2257f66ec5 
					 
					
						
						
							
							lavc: drop libdirac encoder.  
						
						... 
						
						
						
						Libschroedinger is the preferred way to encode dirac video now, it
produces better output and has a nicer API. 
						
						
					 
					
						2012-02-23 19:50:46 +01:00 
						 
				 
			
				
					
						
							
							
								Aneesh Dogra 
							
						 
					 
					
						
						
							
						
						d7840529b6 
					 
					
						
						
							
							avcodec: add a Sun Rasterfile encoder  
						
						... 
						
						
						
						Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com > 
						
						
					 
					
						2012-02-17 14:28:56 -05:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						1a265f6187 
					 
					
						
						
							
							prores encoder  
						
						
						
						
					 
					
						2012-02-15 07:14:51 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						dc4e57489f 
					 
					
						
						
							
							CDXL demuxer and decoder  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2012-02-14 22:32:53 +01:00 
						 
				 
			
				
					
						
							
							
								Alex Converse 
							
						 
					 
					
						
						
							
						
						7181c4edee 
					 
					
						
						
							
							cosmetics: Remove extra newlines at EOF  
						
						
						
						
					 
					
						2012-01-27 17:19:09 -08:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
							
						
						220506d23f 
					 
					
						
						
							
							avcodec: add a new codec_id for CRYO APC IMA ADPCM.  
						
						... 
						
						
						
						The stereo layout and extradata is significantly different from that in
Westwood IMA ADPCM, so a separate codec_id is warranted. 
						
						
					 
					
						2012-01-24 14:13:41 -05:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						27ed027bcd 
					 
					
						
						
							
							XWD encoder and decoder  
						
						... 
						
						
						
						Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com > 
						
						
					 
					
						2012-01-23 19:04:35 +01:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
							
						
						82390f57d1 
					 
					
						
						
							
							avcodec: add GSM parser  
						
						... 
						
						
						
						The WAVE demuxer returns packets with many blocks per frame, which needs to be
parsed into single blocks. This has a side-effect of fixing the timestamps. 
						
						
					 
					
						2012-01-11 08:56:24 -05:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						adfe0c942e 
					 
					
						
						
							
							Indeo 4 decoder  
						
						... 
						
						
						
						Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com > 
						
						
					 
					
						2011-12-28 15:22:18 +01:00 
						 
				 
			
				
					
						
							
							
								Derek Buitenhuis 
							
						 
					 
					
						
						
							
						
						80f6c0bb95 
					 
					
						
						
							
							v410 encoder and decoder  
						
						... 
						
						
						
						v410 is a packed 10-bit 4:4:4 YCbCr format used in
QuickTime.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2011-12-13 23:34:24 +01:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						19341c58e0 
					 
					
						
						
							
							Dxtory capture format decoder  
						
						... 
						
						
						
						Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2011-12-10 11:58:03 +01:00