718c7b18c9 
								
							
								 
							
						 
						
							
							
								
								Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()  
							
							function.
Originally committed as revision 21550 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ecc544debd 
								
							
								 
							
						 
						
							
							
								
								ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_id  
							
							since it is no longer required.
Originally committed as revision 21513 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60402344af 
								
							
								 
							
						 
						
							
							
								
								ffmpeg.c : Increase static limit on the maximum number of  
							
							input files.
Originally committed as revision 21483 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3ff0daf06d 
								
							
								 
							
						 
						
							
							
								
								Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMES  
							
							because CODEC_CAP_SUBFRAMES is primarely misused to hide this warning otherwise
which renders the flag completely useless.
Originally committed as revision 21480 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a086a852c 
								
							
								 
							
						 
						
							
							
								
								Fix heap overflow with -async.  
							
							Fixes issue1666
Originally committed as revision 21390 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40ccc754e9 
								
							
								 
							
						 
						
							
							
								
								Indent  
							
							Originally committed as revision 21359 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68cf92ee5e 
								
							
								 
							
						 
						
							
							
								
								Always call avcodec_thread_init()  
							
							The various avcodec_thread_init() functions are updated to return
immediately after setting avctx->thread_count.  This allows -threads 0
to pass through to codecs.  It also simplifies the usage for apps
using libavcodec.
Originally committed as revision 21358 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ffcc6e24f5 
								
							
								 
							
						 
						
							
							
								
								Add -timelimit option  
							
							This option limits the CPU time used by ffmpeg to the number of seconds
specified.  After this time, the OS sends a SIGXCPU signal, which we
handle and attempt to exit cleanly.  If the process is stuck, the OS
will deliver a SIGKILL one second later, forcibly terminating the
process.
This functionality is useful in automated setups where a runaway ffmpeg
process would otherwise go undetected.
Originally committed as revision 21347 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								036c1382a7 
								
							
								 
							
						 
						
							
							
								
								Fix stream copy & transcoding one stream at the same time.  
							
							Fixes issue1660.
Originally committed as revision 21042 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f907d853f 
								
							
								 
							
						 
						
							
							
								
								Correct indention.  
							
							Originally committed as revision 21041 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8157483d64 
								
							
								 
							
						 
						
							
							
								
								Move the definitions of data_buf and data_size closer to where they are used.  
							
							Originally committed as revision 21040 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f52ef1a00 
								
							
								 
							
						 
						
							
							
								
								Use av_guess_format() in place of the deprecated guess_format().  
							
							Originally committed as revision 20994 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								322aa1e2d8 
								
							
								 
							
						 
						
							
							
								
								Do not explicitely set thread_count in the codec context.  
							
							This is already done by avcodec_thread_init().
Patch by Michael Dorr <dorr <at> inb.uni-luebeck.de>.
Originally committed as revision 20955 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								37ce3d6ba7 
								
							
								 
							
						 
						
							
							
								
								Do not copy codec_tag in stream copy case if it is associated with a different codec_id  
							
							fixes issue1568
Originally committed as revision 20921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6831e885c 
								
							
								 
							
						 
						
							
							
								
								Use positive logic, improve readability, consistent with r20877.  
							
							Originally committed as revision 20920 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f11e745b2 
								
							
								 
							
						 
						
							
							
								
								Print usage instead of help when no files are specified.  
							
							Originally committed as revision 20905 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c2a18cbcd 
								
							
								 
							
						 
						
							
							
								
								Split show_usage() out of show_help().  
							
							Originally committed as revision 20904 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8319aefeec 
								
							
								 
							
						 
						
							
							
								
								Add a general [options] to the basic usage string.  
							
							Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27daa420fc 
								
							
								 
							
						 
						
							
							
								
								First print the program description and then the basic usage line.  
							
							Originally committed as revision 20902 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0fc2c0f618 
								
							
								 
							
						 
						
							
							
								
								Add -vlang option to set ISO 639 video stream language code.  
							
							This is similar to existing -alang & -slang options.
Patch by Matthieu Crapet m${surname} ^ gmail com.
Originally committed as revision 20880 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06a3c9c45a 
								
							
								 
							
						 
						
							
							
								
								Use positive logic in opt_target() for selecting the PAL/others  
							
							options, make its semantics mildly easier to compile by human minds.
Originally committed as revision 20877 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6db28ceb2 
								
							
								 
							
						 
						
							
							
								
								Simplify freeing of audio_language and subtitle_language.  
							
							Patch by Matthieu, mcrapet gmail com
Originally committed as revision 20875 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01558ee6c9 
								
							
								 
							
						 
						
							
							
								
								Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_target().  
							
							Improve readability.
Originally committed as revision 20870 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b484d0f07 
								
							
								 
							
						 
						
							
							
								
								Correct typo  
							
							Originally committed as revision 20868 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f649d667e 
								
							
								 
							
						 
						
							
							
								
								Include dup/drop info if any frames where duplicated or droped  
							
							instead of when verbose>1.
From ffmbc0.3
Originally committed as revision 20865 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed30e518e3 
								
							
								 
							
						 
						
							
							
								
								Off by 1 bugfix for nb_frames_dup.  
							
							From ffmbc0.3
Originally committed as revision 20864 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22b16e6a5d 
								
							
								 
							
						 
						
							
							
								
								Factorize ic->streams[i] out,  
							
							change from ffmbc
Originally committed as revision 20852 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4637d6a60 
								
							
								 
							
						 
						
							
							
								
								Show help if no cmd line options are provided at all.  
							
							This safes the users time to find out which of -h --help -? works.
Originally committed as revision 20822 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5dc602600 
								
							
								 
							
						 
						
							
							
								
								Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be  
							
							shared by the other ff* tools code.
Originally committed as revision 20812 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e185a2f649 
								
							
								 
							
						 
						
							
							
								
								Do as the comment says and signal an error.  
							
							Originally committed as revision 20770 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b8919a3092 
								
							
								 
							
						 
						
							
							
								
								10l bug, use av_fast_malloc() instead if av_malloc() for allocating audio  
							
							buffers.
This and the previous revision fix a heap overflow.
Originally committed as revision 20769 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								15bfe412b7 
								
							
								 
							
						 
						
							
							
								
								Try to allocate audio buffer sizes depending on the number of input bytes.  
							
							Fixes issue1167.
Originally committed as revision 20768 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ee05a62f9 
								
							
								 
							
						 
						
							
							
								
								Check that the buffer size speified to avcodec_encode_audio() is not larger than the actual size.  
							
							Originally committed as revision 20767 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								060b8592d2 
								
							
								 
							
						 
						
							
							
								
								Do not assume that av_get_bits_per_sample() is a multiple of 8.  
							
							Originally committed as revision 20766 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80f4725060 
								
							
								 
							
						 
						
							
							
								
								Get rid of audio_out2, it seems unneeded.  
							
							Originally committed as revision 20760 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3394653306 
								
							
								 
							
						 
						
							
							
								
								Update frame_width and frame_height based on the lowres value.  
							
							Fixes issues 1387, 1097 and probably some other lowres related problems.
Originally committed as revision 20741 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef6fc64762 
								
							
								 
							
						 
						
							
							
								
								Add 'const' attribute to the last_asked_format variable, fix a  
							
							compiler warning.
Originally committed as revision 20740 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b83ccbffe9 
								
							
								 
							
						 
						
							
							
								
								Do not crash on frame size changes.  
							
							Fixes issue1481.
Originally committed as revision 20730 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								15e65f83ec 
								
							
								 
							
						 
						
							
							
								
								Update help text for -fpre option to make it a little less confusing.  
							
							Originally committed as revision 20713 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								992f8eaee7 
								
							
								 
							
						 
						
							
							
								
								Factorize common commandline options definition.  
							
							Originally committed as revision 20664 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc7eb330e3 
								
							
								 
							
						 
						
							
							
								
								Remove "frame size must be a multiple of 2" check.  
							
							This check only caught explicitly set sizes from the cmd line and overriding
the users wish seems silly, especially as it seems to work.
Originally committed as revision 20634 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ff261a2b2 
								
							
								 
							
						 
						
							
							
								
								Remove special case that changed video sync behavior for av_q2d(enc->time_base) <= 0.001.  
							
							This should make the default behave more like one would expect and not
change behavior at 1000fps.
Originally committed as revision 20615 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8447f0bd74 
								
							
								 
							
						 
						
							
							
								
								Split show_formats().  
							
							Originally committed as revision 20553 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								200267333c 
								
							
								 
							
						 
						
							
							
								
								Indent.  
							
							Originally committed as revision 20436 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a75e103432 
								
							
								 
							
						 
						
							
							
								
								Add -fpre option to take a preset file as parameter. The -[avs]pre options no  
							
							longer accept filenames, and -fpre should be used instead.
Originally committed as revision 20435 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5abfd8fd1 
								
							
								 
							
						 
						
							
							
								
								Issue an error when forced format cannot be honored.  
							
							Patch by Etienne Buira $name $surname lists chez free.fr
Originally committed as revision 20417 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								43d160fd00 
								
							
								 
							
						 
						
							
							
								
								Prefer "loglevel" over "logging level number or string" as argname of  
							
							the loglevel command line option.
Make the loglevel option help message more clear, since the option
argument is shown as a single token, and make the whole message better
aligned with the other help messages.
Originally committed as revision 20149 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d859bb1db0 
								
							
								 
							
						 
						
							
							
								
								Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes  
							
							per AVPacket
No longer print "Multiple frames in a packet" error message
when CODEC_CAP_SUBFRAMES is set (wmapro, wavpack)
Originally committed as revision 19881 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d66ef18fa 
								
							
								 
							
						 
						
							
							
								
								fix PTS calculation for audio formats with bits per sample != 16  
							
							Originally committed as revision 19880 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ef618796a 
								
							
								 
							
						 
						
							
							
								
								Check for return value of some context allocations.  
							
							Originally committed as revision 19826 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago