1f8e32cda1 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Fix Benoit's ugly formatting.  
							
							Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7055cdacab 
								
							
								 
							
						 
						
							
							
								
								Inform user when bitstream filter fails.  
							
							Originally committed as revision 11587 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab759f6e1e 
								
							
								 
							
						 
						
							
							
								
								Add "genre" command line option  
							
							Patch by kweiner spamcop net
closes Issue318
Originally committed as revision 11489 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b389f15cd 
								
							
								 
							
						 
						
							
							
								
								Correctly use output format stream index for bitstream filter when doing stream copy.  
							
							Originally committed as revision 11480 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e4270c551 
								
							
								 
							
						 
						
							
							
								
								Dont crash if resampling is requested but no audio packets are ever processed.  
							
							Originally committed as revision 11449 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebde2a2cd8 
								
							
								 
							
						 
						
							
							
								
								Fix prototype and return value of opt_bitrate and opt_bsf.  
							
							Patch by Morten Hustveit: lists rashbox org
Originally committed as revision 11370 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								464a631c34 
								
							
								 
							
						 
						
							
							
								
								Define rc override string as const.  
							
							Patch by Morten Hustveit: lists rashbox org
Originally committed as revision 11369 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9de0be61be 
								
							
								 
							
						 
						
							
							
								
								Do not force fps unless the user actually specified one.  
							
							fixes issue309
Originally committed as revision 11322 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4dba580f9 
								
							
								 
							
						 
						
							
							
								
								fix pts and keyframe flags for yuv4mpeg  
							
							fixes issue258
Originally committed as revision 11320 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5baedea01 
								
							
								 
							
						 
						
							
							
								
								Prevent silent overwriting of files on windows.  
							
							fixes issue308
untested
Originally committed as revision 11315 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b7d8f6e095 
								
							
								 
							
						 
						
							
							
								
								Fix "suggest parentheses around assignment used as truth value" warnings.  
							
							Originally committed as revision 11293 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a06a18c55d 
								
							
								 
							
						 
						
							
							
								
								reset manually selected codecs at the end of opt_input_file, to avoid propagating selection to output file  
							
							Originally committed as revision 11289 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								626004690c 
								
							
								 
							
						 
						
							
							
								
								Allow overriding codec_ids.  
							
							Originally committed as revision 11266 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2886f3113e 
								
							
								 
							
						 
						
							
							
								
								Notify the input coder about the number of requested channels.  
							
							If the decoder does not fulfill our request, try using lavf's audio_resample().
If that also fails, bail out.
Originally committed as revision 11222 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								84be6e7239 
								
							
								 
							
						 
						
							
							
								
								av_*_next() API for libavformat  
							
							Originally committed as revision 11206 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								8540e8c3ec 
								
							
								 
							
						 
						
							
							
								
								Show which bitstreamfilters were compiled in, similar to the protocols etc  
							
							enumerations.
Originally committed as revision 11203 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b80f1a12d 
								
							
								 
							
						 
						
							
							
								
								add const to remove warnings, ffmpeg.c:2892: warning: initialization discards qualifiers from pointer target type  
							
							Originally committed as revision 11151 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e515221618 
								
							
								 
							
						 
						
							
							
								
								Remove rc_eq-specific code, it is passed by AVOption now.  
							
							Originally committed as revision 11143 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b59cf6c1c 
								
							
								 
							
						 
						
							
							
								
								Fix non-numeric AVOptions.  
							
							Originally committed as revision 11142 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90901860c2 
								
							
								 
							
						 
						
							
							
								
								stupid code (casting of void*) found by checktree.sh  
							
							Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c715415e3 
								
							
								 
							
						 
						
							
							
								
								frame_size vs. frame_size*channels bug  
							
							Originally committed as revision 11107 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c721d803cb 
								
							
								 
							
						 
						
							
							
								
								Introduce libavdevice  
							
							Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5e979f42c 
								
							
								 
							
						 
						
							
							
								
								os_support.h is also needed for usleep and lseek on MinGW.  
							
							Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								899681cd1d 
								
							
								 
							
						 
						
							
							
								
								Use dynamically allocated ByteIOContext in AVFormatContext  
							
							patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007
Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b8554662b 
								
							
								 
							
						 
						
							
							
								
								Reorder functions to get rid of ugly forward declarations.  
							
							Originally committed as revision 11034 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4f98ab118 
								
							
								 
							
						 
						
							
							
								
								Move up opt_show_license to get rid of ugly forward declaration.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 11019 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b1656c67f 
								
							
								 
							
						 
						
							
							
								
								Warn user if bitrate parameter is too low  
							
							Originally committed as revision 10919 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ac0703107 
								
							
								 
							
						 
						
							
							
								
								check av_interleaved_write_frame() return  
							
							fixes issue149
Originally committed as revision 10891 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1a4cdf9bf 
								
							
								 
							
						 
						
							
							
								
								removed unused variables accidentally introduced in stream_index_from_inputs()  
							
							Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a15bc651f9 
								
							
								 
							
						 
						
							
							
								
								reindented after previous commit  
							
							Originally committed as revision 10867 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50e143c4be 
								
							
								 
							
						 
						
							
							
								
								added option programid to select the program to use and relative code to handle it  
							
							Originally committed as revision 10866 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a3fb64000 
								
							
								 
							
						 
						
							
							
								
								Merge audio and video bitstream filter options handling.  
							
							Originally committed as revision 10739 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								86074ed1b7 
								
							
								 
							
						 
						
							
							
								
								Implement common show version and banner.  
							
							Patch by Stefano Sabatini [stefano sabatini-lala poste it]
Originally committed as revision 10600 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f94361612a 
								
							
								 
							
						 
						
							
							
								
								Make parse_date return INT64_MIN in case of unparsable input.  
							
							Patch by Stefano Sabatini: [stefano sabatini-lala poste it]
Original thread:
[FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date
Date: 08/17/2007 09:40 PM
Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f71163d791 
								
							
								 
							
						 
						
							
							
								
								Move av_exit() to before main()  
							
							Originally committed as revision 10510 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47f93b61e8 
								
							
								 
							
						 
						
							
							
								
								Split av_exit() out of main()  
							
							Originally committed as revision 10509 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								032aa7df43 
								
							
								 
							
						 
						
							
							
								
								Cosmetic, change "fvstats" to "vstats_file".  
							
							Patch by Stefano Sabatini: [stefano sabatini-lala poste it]
Originally committed as revision 10424 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e146ce521f 
								
							
								 
							
						 
						
							
							
								
								using isnan instead of d==d, to signal correctly parsed option  
							
							Originally committed as revision 10406 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d16069952e 
								
							
								 
							
						 
						
							
							
								
								Make ffmpeg use cmdutils.c show_license function  
							
							patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it]
Originally committed as revision 10182 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d1ba1ac83 
								
							
								 
							
						 
						
							
							
								
								Print an SDP when all outputs are RTP (the SDP can be saved in a text file  
							
							and used to receive the streams)
Originally committed as revision 10150 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								250c531710 
								
							
								 
							
						 
						
							
							
								
								update -t option documentation  
							
							Patch by Godwin Stewart
Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f48929248 
								
							
								 
							
						 
						
							
							
								
								Change imprecise "Unknown codec" message to say "encoder" or "decoder"  
							
							instead of "codec"
Originally committed as revision 10142 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60a9966e4d 
								
							
								 
							
						 
						
							
							
								
								Make cmdutils.c:parse_options accept as argument a function to parse  
							
							bare command line parameters.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								74f0780543 
								
							
								 
							
						 
						
							
							
								
								Make show-version exit 0.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c14a7955e 
								
							
								 
							
						 
						
							
							
								
								Make show-license exit 0.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10070 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c20bd3e0d8 
								
							
								 
							
						 
						
							
							
								
								Make ffmpeg -formats exit 0.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10069 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1af2ca7859 
								
							
								 
							
						 
						
							
							
								
								Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.  
							
							patch by Stefano Sabatini [stefano tod sabatini-lala £ poste it]
Originally committed as revision 10049 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de2aeaef02 
								
							
								 
							
						 
						
							
							
								
								fix x11grab  
							
							Originally committed as revision 10046 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago