7f4fca038d 
								
							
								 
							
						 
						
							
							
								
								Increase maximum encoded subtitle size from 64 kB to 1 MB.  
							
							Fixes "dvd_subtitle too big" errors when encoding HD video subtitles
to DVD format.
Originally committed as revision 19713 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b03c014f0 
								
							
								 
							
						 
						
							
							
								
								Make sure that start_display_time is 0 by moving its value onto pts.  
							
							If it was not 0, subtitle encoding would fail.
Originally committed as revision 19710 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								266649a52f 
								
							
								 
							
						 
						
							
							
								
								100l, error out if subtitle encoder failed instead of writing an AVPacket  
							
							with ridiculous size and thus crashing.
Originally committed as revision 19641 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								966116b9f7 
								
							
								 
							
						 
						
							
							
								
								Remove some hunks of unused and disabled code cruft.  
							
							Originally committed as revision 19606 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9a832e508 
								
							
								 
							
						 
						
							
							
								
								Change type of received_sigterm variable from sig_atomic_t to int,  
							
							which is more portable (works on Windows CE).
patch by Martin Storsjö, martin martin st
Originally committed as revision 19515 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a2f4324bb6 
								
							
								 
							
						 
						
							
							
								
								Check for HAVE_ISATTY.  
							
							Patch by Martin Storsjö <martin at martin dot st>
Originally committed as revision 19505 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64cd805071 
								
							
								 
							
						 
						
							
							
								
								Rename invalid option name "gop" to "g" in opt_target(), so that  
							
							-target *-dvd works correctly.
Patch by Lou Logan <$firstname@fakeoutdoorsman com>.
Originally committed as revision 19447 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								340e230392 
								
							
								 
							
						 
						
							
							
								
								Use enum CodecID instead of int.  
							
							Fixes the following icc warning:
warning #188 : enumerated type mixed with another type
Originally committed as revision 19340 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01a3c821a2 
								
							
								 
							
						 
						
							
							
								
								Handle variable input stream pixfmts using the same framework introduced  
							
							by the variable frame size patch.  Fixes at least issue 1165.
Originally committed as revision 19279 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f356fc5799 
								
							
								 
							
						 
						
							
							
								
								clarify encoder and decoder opening error messages  
							
							Originally committed as revision 19243 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								352666c17c 
								
							
								 
							
						 
						
							
							
								
								Support varying frame sizes in a single file.  
							
							patch by Eric Buehl, eric.buehl gmail com
Originally committed as revision 19226 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bbe788ab7 
								
							
								 
							
						 
						
							
							
								
								Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder  
							
							should use it, too).
Originally committed as revision 19221 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c97a6fafa 
								
							
								 
							
						 
						
							
							
								
								Move opt_loglevel() from ffmpeg.c to cmdutils.c.  
							
							Originally committed as revision 19209 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77ddf4df94 
								
							
								 
							
						 
						
							
							
								
								Make ffmpeg able to set the loglevel option using strings  
							
							corresponding to the various log levels.
Patch by Ramiro.
Originally committed as revision 19208 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d310d56a36 
								
							
								 
							
						 
						
							
							
								
								do not use av_parser_change for h264 which uses bitstream filter,  fix   #1027  
							
							Originally committed as revision 19196 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50f3fabc48 
								
							
								 
							
						 
						
							
							
								
								Print error message when output buffer allocation fails  
							
							Originally committed as revision 19194 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								761c8c923e 
								
							
								 
							
						 
						
							
							
								
								Fail and print correct error message when video stream pixel format  
							
							is unknown.
Originally committed as revision 19164 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa9b754ffc 
								
							
								 
							
						 
						
							
							
								
								Remove even condition on pad and crop.  
							
							Odd padding or cropping is needed when encoders only support
even resolution.
Originally committed as revision 19146 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e1cc5984c 
								
							
								 
							
						 
						
							
							
								
								indent  
							
							Originally committed as revision 19071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								851218584e 
								
							
								 
							
						 
						
							
							
								
								Remove useless if(), leftover from the vhook removal.  
							
							Originally committed as revision 19070 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54e28a852c 
								
							
								 
							
						 
						
							
							
								
								remove commented code using real_pict_num  
							
							Originally committed as revision 18989 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b10d7e4e3a 
								
							
								 
							
						 
						
							
							
								
								pad last audio frame when encoding  
							
							Originally committed as revision 18907 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ecfe3929da 
								
							
								 
							
						 
						
							
							
								
								Remove duplicated RGB_TO_[YUV] macros, use those included in  
							
							libavcodec/colorspace.h.
Originally committed as revision 18901 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de96180137 
								
							
								 
							
						 
						
							
							
								
								Copy input codec's chroma_sample_location to output codec when transcoding.  
							
							Currently only used by yuv4mpeg.
Originally committed as revision 18799 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80b9d6366f 
								
							
								 
							
						 
						
							
							
								
								Make function pointer assignments consistent in option handling.  
							
							Originally committed as revision 18697 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4eac2e8901 
								
							
								 
							
						 
						
							
							
								
								Change return type of opt_loglevel() from void to int.  
							
							Patch by Wolfram Gloger: wmglo (your at here) dent med uni (minus) muenchen de
Originally committed as revision 18678 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a39b76ea7d 
								
							
								 
							
						 
						
							
							
								
								Don't loose bits_per_raw_sample when transcoding.  
							
							Originally committed as revision 18671 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be233a5691 
								
							
								 
							
						 
						
							
							
								
								Check that channel layout is compatible with number of channels for  
							
							output audio stream.
Originally committed as revision 18621 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b716c6c6a6 
								
							
								 
							
						 
						
							
							
								
								Remove unneeded assignment from av_encode() found by CSA.  
							
							Originally committed as revision 18567 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b5ee9c2334 
								
							
								 
							
						 
						
							
							
								
								Remove unused variable from print_report() found by CSA.  
							
							Originally committed as revision 18566 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								505b6d1147 
								
							
								 
							
						 
						
							
							
								
								Remove unneeded assignment in ffmpeg.c found by CSA.  
							
							Originally committed as revision 18562 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22c4c3e059 
								
							
								 
							
						 
						
							
							
								
								Support audio sample formats than S16 when encoding a small last frame.  
							
							Originally committed as revision 18505 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c8689ef54 
								
							
								 
							
						 
						
							
							
								
								set pkt duration for last smaller frame, should fix alac in m4a muxing  
							
							Originally committed as revision 18504 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c573eb85f0 
								
							
								 
							
						 
						
							
							
								
								fix indentation  
							
							Originally committed as revision 18500 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3321cb3f6e 
								
							
								 
							
						 
						
							
							
								
								move audio buffers declarations and free them in av_exit  
							
							Originally committed as revision 18486 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5973490a8f 
								
							
								 
							
						 
						
							
							
								
								move freeing code before exiting because of signal  
							
							Originally committed as revision 18485 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b80107596 
								
							
								 
							
						 
						
							
							
								
								free options contexts in av_exit, valgrind should be happy now  
							
							Originally committed as revision 18484 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								031e14ea79 
								
							
								 
							
						 
						
							
							
								
								Fix initialization of avpkt in output_packet().  
							
							Patch by Thilo Borgmann thilo.surname AT googlemaildotcom.
Originally committed as revision 18451 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ede0e47507 
								
							
								 
							
						 
						
							
							
								
								Use the new avcodec_decode_* API.  
							
							Patch by Thilo Borgmann th_lo.borgm_n_@goog_email.co_.
Originally committed as revision 18417 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cdf38a17fb 
								
							
								 
							
						 
						
							
							
								
								Fix -ss / -t interaction with -acodec copy.  
							
							Fixes issue203
Originally committed as revision 18382 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b9edbe9953 
								
							
								 
							
						 
						
							
							
								
								do not write ffm write index by default, detect if file is being written and return EOF  
							
							Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90da2b5086 
								
							
								 
							
						 
						
							
							
								
								Make ffmpeg fail if the argument provided to the -pix_fmt option is  
							
							invalid.
Originally committed as revision 18053 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29c6638668 
								
							
								 
							
						 
						
							
							
								
								Use read_yesno() in opt_output_file().  
							
							Originally committed as revision 18038 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eab5168cd3 
								
							
								 
							
						 
						
							
							
								
								Flush the remaning chars in the input buffer after reading the  
							
							response to the "Overwrite ? [y/N]" question.
Fix the behaviour when the question is asked more than one time.
Originally committed as revision 18036 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3d45a83a59 
								
							
								 
							
						 
						
							
							
								
								add loglevel option to set libav* logging level, -v does not set it anymore  
							
							Originally committed as revision 17973 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27ad7d3a96 
								
							
								 
							
						 
						
							
							
								
								stag option to force subtitle tag  
							
							Originally committed as revision 17941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								00b7fbdcf5 
								
							
								 
							
						 
						
							
							
								
								10l, set ret to 0 when finished  
							
							Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								002c95d749 
								
							
								 
							
						 
						
							
							
								
								dump_format after av_write_header to print updated parameters  
							
							Originally committed as revision 17930 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3898eed890 
								
							
								 
							
						 
						
							
							
								
								Reorder arguments for av_fifo_generic_read to be more logical and  
							
							consistent with av_fifo_generic_write.
Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c957c85426 
								
							
								 
							
						 
						
							
							
								
								Replace all uses of the replaced av_fifo_read by av_fifo_generic_read  
							
							Originally committed as revision 17873 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago