3cffbe090a 
								
							
								 
							
						 
						
							
							
								
								Fix rc_eq mem leak.  
							
							Originally committed as revision 14788 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								847d05360b 
								
							
								 
							
						 
						
							
							
								
								Revert 	r14260  
							
							Log:
	Free in avcodec_close() avctx->rc_eq. Fix a memory leak.
Reason running free() on random pointers.
Originally committed as revision 14787 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7246177d80 
								
							
								 
							
						 
						
							
							
								
								ensure we get explicit definition of various _XOPEN_SOURCE functions we use  
							
							Originally committed as revision 14766 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea779d91ca 
								
							
								 
							
						 
						
							
							
								
								Add a generic function to lavc to log messages about missing features.  
							
							Patch by Justin Ruggles (justin ruggles gmail com)
Originally committed as revision 14685 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d49b8ff90 
								
							
								 
							
						 
						
							
							
								
								Make avcodec_string() and av_get_bits_per_sample() report the sample size for CODEC_ID_PCM_ZORK  
							
							Originally committed as revision 14532 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e82a113e5 
								
							
								 
							
						 
						
							
							
								
								Write sample format description within avcodec_string()  
							
							Originally committed as revision 14485 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa29709ec8 
								
							
								 
							
						 
						
							
							
								
								add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)  
							
							Originally committed as revision 14409 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								385c820b4a 
								
							
								 
							
						 
						
							
							
								
								Add a new -debug option for tracing calls to the default get/release_buffer functions.  
							
							Originally committed as revision 14406 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c7cf452c9 
								
							
								 
							
						 
						
							
							
								
								Add skip* AVOptions, which seem to have been missed.  
							
							Originally committed as revision 14314 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5771b2c324 
								
							
								 
							
						 
						
							
							
								
								Make strict_std_compliance available to decoders.  
							
							Originally committed as revision 14306 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ebc89ac48 
								
							
								 
							
						 
						
							
							
								
								Make the ugly hack which uses an unused entry in the internal buffer  
							
							array actually use a unused one, so it does work.
Originally committed as revision 14286 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c5ea40ca4 
								
							
								 
							
						 
						
							
							
								
								100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the  
							
							AVOptions array.
Originally committed as revision 14264 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef2b64f04c 
								
							
								 
							
						 
						
							
							
								
								Free in avcodec_close() avctx->rc_eq. Fix a memory leak.  
							
							Originally committed as revision 14260 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9606a83824 
								
							
								 
							
						 
						
							
							
								
								strdup() the default value for rc_eq in AVCodec when setting it in  
							
							avcodec_get_context_defaults(). The value has to be alloced dinamically
rather than statically since it may be freed for example by
av_set_string2(). Fix a segmentation fault.
Originally committed as revision 14221 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0261e3651a 
								
							
								 
							
						 
						
							
							
								
								Deprecate avcodec_build(), it returns the same value as  
							
							avcodec_version().
Originally committed as revision 14169 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6ce3d3d2d 
								
							
								 
							
						 
						
							
							
								
								Add command line support for '-idct simplearmv6'.  
							
							patch by Laurent Desnogues, laurent.desnogues gmail com
Originally committed as revision 14027 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf2baeb338 
								
							
								 
							
						 
						
							
							
								
								mark read-only data as const  
							
							Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8983aa337c 
								
							
								 
							
						 
						
							
							
								
								enable global_header flag for audio and video encoding, was wrongly part of commit r13722  
							
							Originally committed as revision 13724 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								02226bc8a5 
								
							
								 
							
						 
						
							
							
								
								revert wrong part of r13722 commit  
							
							Originally committed as revision 13723 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								febea2f2e1 
								
							
								 
							
						 
						
							
							
								
								uniformize trellis quant option  
							
							Originally committed as revision 13722 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89223ef698 
								
							
								 
							
						 
						
							
							
								
								add esa/dia compat me options and new tesa for libx264  
							
							Originally committed as revision 13660 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09dafaeba1 
								
							
								 
							
						 
						
							
							
								
								Move *_static to bitstream.c which is the only file left which needs  
							
							them.
Originally committed as revision 13568 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								245976da2a 
								
							
								 
							
						 
						
							
							
								
								Use full path for #includes from another directory.  
							
							Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f3eec1cf52 
								
							
								 
							
						 
						
							
							
								
								Fix closed gop flag disapearence.  
							
							Originally committed as revision 12625 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								978805b2c5 
								
							
								 
							
						 
						
							
							
								
								Fix possible heap overflow caused by av_fast_realloc()  
							
							Originally committed as revision 12579 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2cab640129 
								
							
								 
							
						 
						
							
							
								
								typo fixes  
							
							Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cbaf50f850 
								
							
								 
							
						 
						
							
							
								
								indentation  
							
							Originally committed as revision 12356 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ee4dd0282 
								
							
								 
							
						 
						
							
							
								
								do not display par and dar if not available  
							
							Originally committed as revision 12355 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d42a814ef1 
								
							
								 
							
						 
						
							
							
								
								Make av_class a pointer to a const AVClass. Addresses one warning in  
							
							imgresample.c.
Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								48d533e6fa 
								
							
								 
							
						 
						
							
							
								
								define BI frame type along with other frame types  
							
							Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c06ccb1357 
								
							
								 
							
						 
						
							
							
								
								cosmetic: align  
							
							Originally committed as revision 12335 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbd4293df9 
								
							
								 
							
						 
						
							
							
								
								remove more useless mpegvideo.h includes  
							
							Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f08c541b4 
								
							
								 
							
						 
						
							
							
								
								floating point AAN IDCT  
							
							Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf73e32a5f 
								
							
								 
							
						 
						
							
							
								
								Fix bug I introduced in r11962.  
							
							Thanks to Uoti Urpala for spotting it and proposing the
fix.
Originally committed as revision 12187 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a939a005f9 
								
							
								 
							
						 
						
							
							
								
								Remove apparently unneeded and buggy align.  
							
							Originally committed as revision 12179 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								db7ae7d1b9 
								
							
								 
							
						 
						
							
							
								
								Simplify avcodec_default_get_buffer()  
							
							Originally committed as revision 11962 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e53486545 
								
							
								 
							
						 
						
							
							
								
								typo fix: inited --> initialized  
							
							Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1618fd939 
								
							
								 
							
						 
						
							
							
								
								Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may  
							
							utilize a bit reservoir. Also, make the lame encoder utilize this flag.
patch by Paul Kelly, paul a stjohnspoint d co d uk
Originally committed as revision 11903 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2efa7fd10d 
								
							
								 
							
						 
						
							
							
								
								Make avcodec_decode_* functions take const input buffers.  
							
							Originally committed as revision 11823 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0431d3b121 
								
							
								 
							
						 
						
							
							
								
								one "cast discards qualifiers from pointer target type" less  
							
							Originally committed as revision 11709 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f8d7c9d373 
								
							
								 
							
						 
						
							
							
								
								Add support for Matroska attachments.  
							
							patch by eugeni _dot_ stepanov _at_ gmail.com and myself
Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3abe5fbdc4 
								
							
								 
							
						 
						
							
							
								
								improve CRC API  
							
							- don't export any global var
 - provide either generated or hardcoded tables
Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c87b8f777 
								
							
								 
							
						 
						
							
							
								
								Check for avcodec_open codec parameter == NULL and return error in that case  
							
							Originally committed as revision 11316 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1408352ada 
								
							
								 
							
						 
						
							
							
								
								Add option for user to scale the amount of dynamic range compression which is  
							
							applied by the audio decoder, and use that option in the AC3 decoder.
Originally committed as revision 11280 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a309073bf4 
								
							
								 
							
						 
						
							
							
								
								use av_log_get/set_level()  
							
							Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55b9e69a31 
								
							
								 
							
						 
						
							
							
								
								av_*_next() API for libavcodec  
							
							Originally committed as revision 11204 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3d86e370d8 
								
							
								 
							
						 
						
							
							
								
								make rc_buffer_size apply to audio as well  
							
							Originally committed as revision 11150 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								725d86bfd5 
								
							
								 
							
						 
						
							
							
								
								add pcm_s16le_planar support for electronicarts files  
							
							Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59771f7191 
								
							
								 
							
						 
						
							
							
								
								Print pixel and display aspect ratios  
							
							Originally committed as revision 10778 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								815d96a65d 
								
							
								 
							
						 
						
							
							
								
								oops, revert unrelated change  
							
							Originally committed as revision 10597 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago