Alberto Delmás 
							
						 
					 
					
						
						
							
						
						45ecda8554 
					 
					
						
						
							
							Windows Media Image decoder (WMVP/WVP2)  
						
						... 
						
						
						
						Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2011-08-23 11:18:35 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						bca06e77e1 
					 
					
						
						
							
							lavc: add avcodec_get_type() for mapping codec_id -> type.  
						
						
						
						
					 
					
						2011-08-16 20:24:20 +02:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
							
						
						d271d5b215 
					 
					
						
						
							
							Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.  
						
						... 
						
						
						
						bits_per_raw_sample is used in video as well, where sample_fmt is not used. 
						
						
					 
					
						2011-08-10 15:40:52 -04:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						7221139ba0 
					 
					
						
						
							
							lavc: make avcodec_init() static on next bump.  
						
						... 
						
						
						
						It's called from avcodec_register() anyway, so there's no reason for it
to be public. 
						
						
					 
					
						2011-08-10 12:49:57 +02:00 
						 
				 
			
				
					
						
							
							
								Dustin Brody 
							
						 
					 
					
						
						
							
						
						b2700a5c7c 
					 
					
						
						
							
							lavc: fix misspelling in comment  
						
						... 
						
						
						
						Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com > 
						
						
					 
					
						2011-08-05 18:18:38 -07:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						9d39cbf6cf 
					 
					
						
						
							
							avpacket: signal possibly corrupted packets  
						
						... 
						
						
						
						Use AV_PKT_FLAG_CORRUPT flag to mark packets that might be incomplete
or have errors. Formats that have a mean to validate their packets
should use this flag to deliver such information instead of silently
dropping the packets. 
						
						
					 
					
						2011-08-02 02:19:31 +02:00 
						 
				 
			
				
					
						
							
							
								Dustin Brody 
							
						 
					 
					
						
						
							
						
						18cb40f074 
					 
					
						
						
							
							lavc: Deprecate unused FF_ER_VERY_AGGRESSIVE  
						
						... 
						
						
						
						Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com > 
						
						
					 
					
						2011-07-31 14:53:38 -07:00 
						 
				 
			
				
					
						
							
							
								Dustin Brody 
							
						 
					 
					
						
						
							
						
						2a11952f45 
					 
					
						
						
							
							h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding with sufficient error recognition  
						
						... 
						
						
						
						Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com > 
						
						
					 
					
						2011-07-28 15:23:07 -07:00 
						 
				 
			
				
					
						
							
							
								Thierry Foucu 
							
						 
					 
					
						
						
							
						
						c4ab43ff3c 
					 
					
						
						
							
							mpeg4: add Mpeg4 Profiles names.  
						
						... 
						
						
						
						Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com > 
						
						
					 
					
						2011-07-21 09:34:11 -07:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						657ccb5ac7 
					 
					
						
						
							
							Eliminate FF_COMMON_FRAME macro.  
						
						... 
						
						
						
						FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied
to struct Picture.  Replace by an embedded AVFrame structure in struct Picture. 
						
						
					 
					
						2011-07-11 00:19:00 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						84626b364b 
					 
					
						
						
							
							lavc: add support for codec-specific defaults.  
						
						
						
						
					 
					
						2011-07-10 17:10:49 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						71a861cf40 
					 
					
						
						
							
							lavc: make avcodec_alloc_context3 officially public.  
						
						... 
						
						
						
						Deprecate avcodec_alloc_context/2. 
						
						
					 
					
						2011-07-10 17:09:28 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						9b83919f44 
					 
					
						
						
							
							ac3dec: add a drc_scale private option  
						
						... 
						
						
						
						Deprecate corresponding AVCodecContext option.
This is the first test of decoder private options. 
						
						
					 
					
						2011-07-10 17:07:12 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						0b950fe240 
					 
					
						
						
							
							lavc: introduce avcodec_open2() as a replacement for avcodec_open().  
						
						... 
						
						
						
						Adds support for decoder-private options and makes setting other options
simpler. 
						
						
					 
					
						2011-07-10 17:06:22 +02:00 
						 
				 
			
				
					
						
							
							
								Mans Rullgard 
							
						 
					 
					
						
						
							
						
						abc78a5a7c 
					 
					
						
						
							
							Do not include log.h in avutil.h  
						
						... 
						
						
						
						Signed-off-by: Mans Rullgard <mans@mansr.com > 
						
						
					 
					
						2011-07-03 21:42:07 +01:00 
						 
				 
			
				
					
						
							
							
								Mans Rullgard 
							
						 
					 
					
						
						
							
						
						d49ea4afb4 
					 
					
						
						
							
							Do not include pixfmt.h in avutil.h  
						
						... 
						
						
						
						Signed-off-by: Mans Rullgard <mans@mansr.com > 
						
						
					 
					
						2011-07-03 21:42:07 +01:00 
						 
				 
			
				
					
						
							
							
								Mans Rullgard 
							
						 
					 
					
						
						
							
						
						e91709ca17 
					 
					
						
						
							
							Do not include rational.h in avutil.h  
						
						... 
						
						
						
						Signed-off-by: Mans Rullgard <mans@mansr.com > 
						
						
					 
					
						2011-07-03 21:42:06 +01:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						ccfa626db8 
					 
					
						
						
							
							suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxy  
						
						... 
						
						
						
						The previously suggested replacement - av_get_bits_per_sample_fmt() -
was also deprecated.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com > 
						
						
					 
					
						2011-07-02 08:33:52 -07:00 
						 
				 
			
				
					
						
							
							
								Reinhard Tartler 
							
						 
					 
					
						
						
							
						
						21a19b7912 
					 
					
						
						
							
							doxygen: Prefer member groups over grouping into modules  
						
						... 
						
						
						
						Before this, almost all module groups have been used for grouping functions
and fields in structures semantically. This causes them to not appear
properly in the file documentation and needlessly clutters up the "Modules"
index.
Additionally, this commit streamlines some spelling and appearances. 
						
						
					 
					
						2011-07-02 13:52:29 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						be73d76b34 
					 
					
						
						
							
							cosmetics: fix some then/than typos  
						
						
						
						
					 
					
						2011-06-30 22:56:11 +02: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 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						9abbe8cc13 
					 
					
						
						
							
							Use av_printf_format to check the usage of printf style functions  
						
						... 
						
						
						
						This helps catching cases where the format string doesn't
match what is passed in, or injection bugs where user data
is passed in as format string.
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2011-06-23 20:17:46 +03:00 
						 
				 
			
				
					
						
							
							
								Wim Lewis 
							
						 
					 
					
						
						
							
						
						3de33b00de 
					 
					
						
						
							
							avcodec.h: add or elaborate on some documentation comments.  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2011-06-13 20:44:51 +02:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						8f653e28f5 
					 
					
						
						
							
							lavu: add av_get_pix_fmt_name() convenience function  
						
						... 
						
						
						
						Also deprecate avcodec_get_pix_fmt_name() in its favor.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com > 
						
						
					 
					
						2011-05-28 09:44:18 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
							
						
						64150ff014 
					 
					
						
						
							
							Add request_sample_fmt field to AVCodecContext.  
						
						... 
						
						
						
						This will allow audio decoders to support output of different sample formats
as a runtime option. 
						
						
					 
					
						2011-05-18 17:27:06 -04:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
							
						
						9aa91043f3 
					 
					
						
						
							
							Port SMPTE S302M audio decoder from FFmbc 0.3.  
						
						
						
						
					 
					
						2011-05-11 17:25:06 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						188dea1dbf 
					 
					
						
						
							
							lavc: move some flac-specific options to its private context.  
						
						
						
						
					 
					
						2011-05-10 07:42:33 +02:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						975a1447f7 
					 
					
						
						
							
							Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.  
						
						... 
						
						
						
						Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2011-05-02 12:18:44 +02:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						bebe72f4a0 
					 
					
						
						
							
							lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums  
						
						... 
						
						
						
						Also deprecate av_get_pict_type_char() in favor of
av_get_picture_type_char().
The new enum and av_get_picture_type_char() are defined in libavutil.
This allows the use in libavfilter without the need to link against
libavcodec.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it >
Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2011-04-26 08:38:57 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						6deae83e55 
					 
					
						
						
							
							lavc: remove FF_API_MB_Q cruft  
						
						
						
						
					 
					
						2011-04-26 08:16:06 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						694c142434 
					 
					
						
						
							
							lavc: remove FF_API_RATE_EMU cruft  
						
						
						
						
					 
					
						2011-04-26 08:16:05 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						e7021c0ed5 
					 
					
						
						
							
							lavc: remove FF_API_HURRY_UP cruft  
						
						
						
						
					 
					
						2011-04-26 08:16:05 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						43fb279f56 
					 
					
						
						
							
							Replace more FFmpeg instances by Libav or ffmpeg.  
						
						
						
						
					 
					
						2011-04-23 19:12:23 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						44f566b79a 
					 
					
						
						
							
							Make av_log_ask_for_sample() accept a variable number of arguments.  
						
						
						
						
					 
					
						2011-04-22 20:12:27 +02:00 
						 
				 
			
				
					
						
							
							
								Ronald S. Bultje 
							
						 
					 
					
						
						
							
						
						94f7451a3a 
					 
					
						
						
							
							Introduce slice threads flag.  
						
						... 
						
						
						
						Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com > 
						
						
					 
					
						2011-04-21 19:42:19 -04:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						65af48b559 
					 
					
						
						
							
							lavc: provide deprecated avcodec_thread_init until next major version  
						
						... 
						
						
						
						It was deprecated only recently. 
						
						
					 
					
						2011-04-21 07:22:23 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						3453a231a6 
					 
					
						
						
							
							lavc: remove misc disabled cruft.  
						
						
						
						
					 
					
						2011-04-19 19:01:22 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						251cf997cf 
					 
					
						
						
							
							lavc: remove the FF_API_INOFFICIAL cruft.  
						
						
						
						
					 
					
						2011-04-19 18:41:32 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						01a4259b8d 
					 
					
						
						
							
							lavc: remove the FF_API_USE_LPC cruft.  
						
						
						
						
					 
					
						2011-04-19 18:40:35 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						db4d3a7421 
					 
					
						
						
							
							lavc: remove the FF_API_SUBTITLE_OLD cruft.  
						
						
						
						
					 
					
						2011-04-19 18:39:40 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						e89e5afdd0 
					 
					
						
						
							
							lavc: remove the FF_API_VIDEO_OLD cruft.  
						
						
						
						
					 
					
						2011-04-19 18:37:21 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						9b4f1cdb6a 
					 
					
						
						
							
							lavc: remove the FF_API_AUDIO_OLD cruft.  
						
						
						
						
					 
					
						2011-04-19 18:37:03 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						42420e7b94 
					 
					
						
						
							
							lavc: remove the FF_API_MM_FLAGS cruft.  
						
						
						
						
					 
					
						2011-04-19 18:35:56 +02:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						4de339e219 
					 
					
						
						
							
							introduce side information for AVPacket  
						
						... 
						
						
						
						Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2011-04-15 18:01:53 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						567ad0e31d 
					 
					
						
						
							
							libavcodec: Mark AVCodec->priv_class const  
						
						... 
						
						
						
						This avoids warnings of this kind, everywhere priv_class
is initialized:
warning: initialization discards qualifiers from pointer target type
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2011-04-13 22:14:33 +03:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						9f5ddd1e46 
					 
					
						
						
							
							lavc: add a FF_API_REQUEST_CHANNELS deprecation macro  
						
						... 
						
						
						
						And hide request_channels AVOption under it. 
						
						
					 
					
						2011-04-07 18:11:24 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						4e3945fd28 
					 
					
						
						
							
							lavc: deprecate AVCodecContext.antialias_algo  
						
						... 
						
						
						
						It's been unused since mp3float decoder was added. 
						
						
					 
					
						2011-04-03 08:43:11 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						4a49d2d59c 
					 
					
						
						
							
							lavc: mark mb_qmin/mb_qmax for removal on next major bump.  
						
						... 
						
						
						
						They've been unused and deprecated for about five years. 
						
						
					 
					
						2011-04-03 08:43:09 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						ed5fcd60b2 
					 
					
						
						
							
							lavc: deprecate rate_emu  
						
						... 
						
						
						
						It's not used anywhere and apparrently hasn't been for a very long time. 
						
						
					 
					
						2011-04-02 16:18:37 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						8ed2ae09a2 
					 
					
						
						
							
							lavc: mark hurry_up for removal on next major bump  
						
						... 
						
						
						
						It has been deprecated for about five years, skip_idct/skip_frame should
be used instead. 
						
						
					 
					
						2011-04-02 16:17:24 +02:00