08cb195020 
								
							
								 
							
						 
						
							
							
								
								kill 3 more av_mallocz_static()  
							
							Originally committed as revision 8397 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6289025d8c 
								
							
								 
							
						 
						
							
							
								
								add a -ab with default of 64k  
							
							change -b to only apply to video
this returns -ab/-b to the old defautls and old behavior regarding ordering of them
Originally committed as revision 8286 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29301573af 
								
							
								 
							
						 
						
							
							
								
								add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter  
							
							also mark them as NOT part of the public API yet, so we can change their argument to CodecID if we decide to do so
Originally committed as revision 8283 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								066a81a80f 
								
							
								 
							
						 
						
							
							
								
								change management of "ab" option in ffmpeg.c, so that it works as "b" option.  
							
							patch by Benoit Fouet % benoit P fouet A purplelabs P com %
Original thread:
Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option
Date: 03/03/2007 10:51 PM
Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								636d6a4a47 
								
							
								 
							
						 
						
							
							
								
								Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"  
							
							to "picture" as suggested by Baptiste Coudurier.
Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a6b9443ed 
								
							
								 
							
						 
						
							
							
								
								dummy support for mpeg2 non linear quant  
							
							Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea0fe83b0f 
								
							
								 
							
						 
						
							
							
								
								remove ps option and rename rtp_payload_size AVOption to ps  
							
							Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ccec0f4f94 
								
							
								 
							
						 
						
							
							
								
								get rid of rtp_mode field after next major bump  
							
							Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								39c39d5f25 
								
							
								 
							
						 
						
							
							
								
								enable rtp payload size AVOption for video encoding  
							
							Originally committed as revision 8163 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c856d62be 
								
							
								 
							
						 
						
							
							
								
								dont check buffer size if the decode function wont be called at all  
							
							Originally committed as revision 8090 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5dad0282b5 
								
							
								 
							
						 
						
							
							
								
								av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_.  
							
							Originally committed as revision 8089 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ab4861cc2 
								
							
								 
							
						 
						
							
							
								
								Move the Doxygen function documentation unaltered from libavcodec/utils.c to  
							
							libavcodec/avcodec.h.
Originally committed as revision 8079 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f9ec0aa1a9 
								
							
								 
							
						 
						
							
							
								
								Add more Doxygen documentation.  
							
							Originally committed as revision 8078 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5604801191 
								
							
								 
							
						 
						
							
							
								
								Fix typo.  
							
							Originally committed as revision 8065 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6829ac8de4 
								
							
								 
							
						 
						
							
							
								
								simplify release_buffer using FFSWAP  
							
							Originally committed as revision 8057 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ad731e99f 
								
							
								 
							
						 
						
							
							
								
								Add some more Doxygen documentation to libavcodec/utils.c.  
							
							Originally committed as revision 8041 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5286d11fcd 
								
							
								 
							
						 
						
							
							
								
								Spelling fix  
							
							Originally committed as revision 7989 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e13d80238c 
								
							
								 
							
						 
						
							
							
								
								doxy for avcodec_encode_video()  
							
							Originally committed as revision 7977 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab1c6dc95c 
								
							
								 
							
						 
						
							
							
								
								Directly access av_log_level instead of calling av_log_{set, get}_level()  
							
							(which will be removed at the next avutil version increment)
Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								71e445fca3 
								
							
								 
							
						 
						
							
							
								
								Replace deprecated PIX_FMT names by the newer variants.  
							
							Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								65d999d6cf 
								
							
								 
							
						 
						
							
							
								
								Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,  
							
							mbardiaux mediaxim dot be.
Originally committed as revision 7794 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac66834c75 
								
							
								 
							
						 
						
							
							
								
								avcodec_decode_audio2()  
							
							difference to avcodec_decode_audio() is that the user can pass the allocated size of the output buffer to the decoder and the decoder can check if theres enough space
Originally committed as revision 7518 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4785c01668 
								
							
								 
							
						 
						
							
							
								
								er and strict also apply to audio theoretically  
							
							Originally committed as revision 7510 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2606f38a67 
								
							
								 
							
						 
						
							
							
								
								skiprd doxygen comment from avcodec.h -> AVOption comment  
							
							Originally committed as revision 7376 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c52f5d66a2 
								
							
								 
							
						 
						
							
							
								
								skiprd  
							
							Originally committed as revision 7365 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a45bc5922f 
								
							
								 
							
						 
						
							
							
								
								bt 0 is invalid, setting min to 1  
							
							Originally committed as revision 7357 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f70d367b63 
								
							
								 
							
						 
						
							
							
								
								vqmin/vqmax --> qmin/qmax in the option description  
							
							Originally committed as revision 7316 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								895bf49961 
								
							
								 
							
						 
						
							
							
								
								Improve option description.  
							
							Originally committed as revision 7276 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3075ed502 
								
							
								 
							
						 
						
							
							
								
								Add "mixed_refs" description suggested by Loren Merritt and update accompanying  
							
							comment in the code.
Originally committed as revision 7235 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								119aae1dd5 
								
							
								 
							
						 
						
							
							
								
								Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments.  
							
							Originally committed as revision 7233 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a1bb6196b 
								
							
								 
							
						 
						
							
							
								
								Fix some obvious mistakes in the option descriptions.  
							
							Originally committed as revision 7220 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								970419236d 
								
							
								 
							
						 
						
							
							
								
								Fill in some missing AVOption descriptions.  
							
							patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 7213 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								486497e07b 
								
							
								 
							
						 
						
							
							
								
								revert bad checkin  
							
							Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be6ed6fff4 
								
							
								 
							
						 
						
							
							
								
								move some CFLAGS settings away from config.* writing section  
							
							Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9cc6be9d27 
								
							
								 
							
						 
						
							
							
								
								add low delay forcing option for mpeg1/2 encoding  
							
							Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80d617f5b4 
								
							
								 
							
						 
						
							
							
								
								add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag  
							
							Originally committed as revision 6933 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1984f5cdc9 
								
							
								 
							
						 
						
							
							
								
								Correct description of mblmin and mblmax.  
							
							Originally committed as revision 6873 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34380af0e1 
								
							
								 
							
						 
						
							
							
								
								16-bit grayscale support  
							
							Originally committed as revision 6778 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f1c1c9985 
								
							
								 
							
						 
						
							
							
								
								Make ffmpeg work with x264 r592  
							
							Originally committed as revision 6711 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								462209fe10 
								
							
								 
							
						 
						
							
							
								
								fix AC3 5.1 being decoded as mono  
							
							patch by Andrea Gianarro % giandrea AH gmail P com %
Original thread:
Date: Oct 9, 2006 11:55 AM
Subject: [Ffmpeg-devel] AC3 5:1 decoding as mono
Originally committed as revision 6598 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b78e7197a8 
								
							
								 
							
						 
						
							
							
								
								Change license headers to say 'FFmpeg' instead of 'this program/this library'  
							
							and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bef236ba8 
								
							
								 
							
						 
						
							
							
								
								Fix quantiSer --> quantiZer typo.  
							
							Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d6f42d202 
								
							
								 
							
						 
						
							
							
								
								Remove the override of lmin and lmax, so the actual option value provided will  
							
							be used.
Originally committed as revision 6384 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								720442981b 
								
							
								 
							
						 
						
							
							
								
								Remove the "mblmax" OptionDef. The equally named AVOption takes over its  
							
							function. A unit change is involved, but as AVOption parameters are now parsed
with ff_eval2(), you can use the QP2LAMBDA constant to ease the change.
Originally committed as revision 6370 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93b26b6381 
								
							
								 
							
						 
						
							
							
								
								Remove the "mblmin" OptionDef. The equally named AVOption takes over its  
							
							function. A unit change is involved, but as AVOption parameters are now parsed
with ff_eval2(), you can use the QP2LAMBDA constant to ease the change.
Originally committed as revision 6369 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0403006f8 
								
							
								 
							
						 
						
							
							
								
								ARMv5TE optimized IDCT  
							
							Originally committed as revision 6347 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								327409d7b9 
								
							
								 
							
						 
						
							
							
								
								mpeg1 b_strategy=2 segfault fix  
							
							Originally committed as revision 6337 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79e47000c8 
								
							
								 
							
						 
						
							
							
								
								move memory functions from avcodec to avutil  
							
							Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22565f5d7e 
								
							
								 
							
						 
						
							
							
								
								Remove the "error" OptionDef. The equally named AVOption takes over its  
							
							function.
Originally committed as revision 6322 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cccb4c966b 
								
							
								 
							
						 
						
							
							
								
								Remove the "mepc" OptionDef. The equally named AVOption takes over its function.  
							
							Originally committed as revision 6321 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago