126b638ea0 
								
							
								 
							
						 
						
							
							
								
								Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()  
							
							in favor of the newly added corresponding functions
av_parse_video_size() and av_parse_video_rate() defined in
libavcore/parseutils.h.
This change also adds a linking-time dependency of libavcodec and of
libavfilter on libavcore.
Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								065a20cb07 
								
							
								 
							
						 
						
							
							
								
								Reindent.  
							
							Originally committed as revision 24506 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3aace1bcac 
								
							
								 
							
						 
						
							
							
								
								Rename av_transcode() to transcode().  
							
							av_ prefix is reserved for libav* libraries functions, it is confusing
to use it for an application function.
Originally committed as revision 24505 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								639e4ec81b 
								
							
								 
							
						 
						
							
							
								
								Rename av_exit() to ffmpeg_exit().  
							
							av_ is a prefix reserved for av* libraries functions, using that for an
application function is confusing.
Originally committed as revision 24497 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f62c025a5e 
								
							
								 
							
						 
						
							
							
								
								Use X ? Y : Z construct, simplify.  
							
							Originally committed as revision 24496 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7bd4a8ebd 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: rename enc -> dec in opt_input_file().  
							
							The variable refer to a *decoder* context, the old name was
misleading.
Originally committed as revision 24492 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d62ccec8b1 
								
							
								 
							
						 
						
							
							
								
								FFmpeg : Replace some av_exit calls in av_transcode with branches to the  
							
							cleanup code.
This plugs a bunch of memleaks.
Originally committed as revision 24305 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								961e4a3389 
								
							
								 
							
						 
						
							
							
								
								FFmpeg : Close input file and free any related memory if  
							
							av_find_stream_info fails.
Originally committed as revision 24247 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								748db0fcc4 
								
							
								 
							
						 
						
							
							
								
								Move frame_available computation to where it belongs in ffmpeg.c.  
							
							This fixes a infinite loop.
Fixes issue 2066.
Originally committed as revision 24058 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f434b6584 
								
							
								 
							
						 
						
							
							
								
								Make opt_pad() print more information.  
							
							Originally committed as revision 24050 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								74dc99f2b3 
								
							
								 
							
						 
						
							
							
								
								Update help message for the -pad* options, as they have been removed,  
							
							and update the manual page accordingly.
Based on a patch by John Calcote $(echo "<kpio.dbmdpuf@hnbjm.dpn>" | tr "b-za" "a-z").
Originally committed as revision 24049 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c5e1b36d5 
								
							
								 
							
						 
						
							
							
								
								LOL, 100l, really fix warning:  
							
							ffmpeg.c: In function 'new_audio_stream':
ffmpeg.c:665: warning: 'best' may be used uninitialized in this function
ffmpeg.c:665: note: 'best' was declared here
Originally committed as revision 24034 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								947cbeca16 
								
							
								 
							
						 
						
							
							
								
								Fix warning:  
							
							ffmpeg.c: In function 'new_audio_stream':
ffmpeg.c:665: warning: 'best' may be used uninitialized in this function
ffmpeg.c:665: note: 'best' was declared here
Originally committed as revision 24033 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2d525ef483 
								
							
								 
							
						 
						
							
							
								
								Change all occurences of "inofficial" to "unofficial" in code, comments  
							
							and options. Keep old options until next major version bump.
Patch by Rodney Baker, rodney d baker a iinet d net d au
Originally committed as revision 24021 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8abcbf2d54 
								
							
								 
							
						 
						
							
							
								
								Reduce codec time base when stream copying  
							
							Originally committed as revision 24019 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f96363df7a 
								
							
								 
							
						 
						
							
							
								
								Set graph swscale opts before parsing it, that way opts are available  
							
							when auto-adding scalers.
Originally committed as revision 24015 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b4abbd6f5 
								
							
								 
							
						 
						
							
							
								
								Move colorspace.h from libavcodec to libavutil.  
							
							Avoid a compile-time dependency of the pad filter on libavcodec.
Originally committed as revision 23940 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								006e8108de 
								
							
								 
							
						 
						
							
							
								
								Add new option "streamid" to set the value of an outfile streamid.  
							
							Patch by Mike Scheutzow, scheutzow alcatel-lucent com
Originally committed as revision 23917 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2829ce4b40 
								
							
								 
							
						 
						
							
							
								
								Remove PPC perf counter support  
							
							This functionality is better accessed through tools like oprofile.
Originally committed as revision 23808 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								25d3445811 
								
							
								 
							
						 
						
							
							
								
								Rename rec_timestamp to recording_timestamp, for consistency with  
							
							recording_time.
Originally committed as revision 23727 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28db32159e 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: cosmetics: combine two variable declarations  
							
							Originally committed as revision 23677 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54a13282bd 
								
							
								 
							
						 
						
							
							
								
								Deprecate -crop* arguments, they currently are buggy (issue1957) and probably  
							
							will be fixed by removing them.
Originally committed as revision 23607 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e91376d1f6 
								
							
								 
							
						 
						
							
							
								
								10l: audio_buf is already a uint8_t* so no need to cast it  
							
							Originally committed as revision 23571 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79c85beba8 
								
							
								 
							
						 
						
							
							
								
								Allocate enough memory for audio_buf to fit a full output frame.  
							
							Also, use audio_buf when encoding the final frame.
Fixes Issue 1921.
Originally committed as revision 23570 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1629e2848 
								
							
								 
							
						 
						
							
							
								
								Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.  
							
							BeOS support has been broken for many years and the "maintainer" of the port
has not reacted to countless requests to get the port fixed.
approved by Mans
Originally committed as revision 23562 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b659c8b4b7 
								
							
								 
							
						 
						
							
							
								
								In case of stream copy, copy the extradata from the input codec context to  
							
							the output codec context (instead of just copying a pointer to the extradata).
Originally committed as revision 23538 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								83a36b2e0b 
								
							
								 
							
						 
						
							
							
								
								Change type of {audio,video,subtitle}_codec_tag variables from int to  
							
							unsigned int, as the corresponding variable set in
AVCodecContext.codec_tag is unsigned int.
Originally committed as revision 23441 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								770e50ae80 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: offer alternatives for experimental codecs if they exist  
							
							Originally committed as revision 23398 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e605bc3fd 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: fail if user selected codec is experimental and strict_std_compliance > experimental  
							
							Originally committed as revision 23397 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c56e9e05ab 
								
							
								 
							
						 
						
							
							
								
								Open 2-pass logfile in binary mode for both reading and writing.  
							
							This fixes a regression on Windows introduced by r22769 in which the data read
from the file was not properly zero terminated. The file was read as text,
which caused the \r characters to be suppressed. Since the zero termination
happens at the end of the buffer, and there was one byte less read per line,
this caused the remaining space on the buffer to contain random data.
Originally committed as revision 23251 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								521cfa4aae 
								
							
								 
							
						 
						
							
							
								
								rename -vfilters cli option to -vf  
							
							Originally committed as revision 23100 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d21f58b52d 
								
							
								 
							
						 
						
							
							
								
								cosmetics, rename loop to frame_available  
							
							Originally committed as revision 23092 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9f3cb9372 
								
							
								 
							
						 
						
							
							
								
								rename curr_filter to last_filter, factorize filter declaration  
							
							Originally committed as revision 23091 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79b90b2549 
								
							
								 
							
						 
						
							
							
								
								cosmetics: indentation, whitespaces  
							
							Originally committed as revision 23090 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e82e7fa48 
								
							
								 
							
						 
						
							
							
								
								simplify, reuse existing args variable  
							
							Originally committed as revision 23089 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa1249b8aa 
								
							
								 
							
						 
						
							
							
								
								cosmetics: filt_graph_all -> graph, like in ffplay.c  
							
							Originally committed as revision 23088 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c22311b56 
								
							
								 
							
						 
						
							
							
								
								Remove messy pading hack in ffmpeg.c.  
							
							Use avfilters if you want padding!
Originally committed as revision 23050 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bdab692f48 
								
							
								 
							
						 
						
							
							
								
								Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.  
							
							Originally committed as revision 23049 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								46847a336e 
								
							
								 
							
						 
						
							
							
								
								avfilter support for ffmpeg  
							
							Originally committed as revision 23043 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff866063e9 
								
							
								 
							
						 
						
							
							
								
								Print warnig if requested samplingrate is unsupported.  
							
							Originally committed as revision 22991 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a31e795607 
								
							
								 
							
						 
						
							
							
								
								Make ffmpeg use print_error() to make apparent the exact cause of  
							
							failure happened when trying to open the output file.
Originally committed as revision 22973 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ef6c1242a 
								
							
								 
							
						 
						
							
							
								
								Mark av_metadata_set() as deprecated, and use av_metadata_set2()  
							
							in its place.
av_metadata_set() is going to be dropped at the next major bump.
Originally committed as revision 22961 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10d0f5e035 
								
							
								 
							
						 
						
							
							
								
								Make sure ffmpeg chooses a supported samplerte if the encoder supports  
							
							just some.
Originally committed as revision 22943 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b157b0ccd 
								
							
								 
							
						 
						
							
							
								
								Fix compilation error of ffmpeg and ffplay with --disable-avdevice.  
							
							Patch by Cyril Russo, stage D nexvision A laposte net
Originally committed as revision 22940 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2328e5a289 
								
							
								 
							
						 
						
							
							
								
								Allow setting the environment variable FFMPEG_DATADIR to locate preset files.  
							
							Patch by Robert Krüger <krueger signal7 de>.
Originally committed as revision 22923 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f32f7d8b24 
								
							
								 
							
						 
						
							
							
								
								Take ticks per frame into account when warning about difference between  
							
							container and codec frame rate.
Originally committed as revision 22895 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								46e6fb4c54 
								
							
								 
							
						 
						
							
							
								
								Simplify writing stream metadata.  
							
							Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22809 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a6498d78c 
								
							
								 
							
						 
						
							
							
								
								Don't overwrite user-supplied metadata with metadata mapped from an input file.  
							
							Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22808 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								685598f58d 
								
							
								 
							
						 
						
							
							
								
								Reindent.  
							
							Originally committed as revision 22798 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac61f59a76 
								
							
								 
							
						 
						
							
							
								
								Rename av_encode() to av_transcode(), the new name is more meaningful.  
							
							Originally committed as revision 22797 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago