1234da4caf 
								
							
								 
							
						 
						
							
							
								
								use av_fifo_generic_write, old func is deprecated  
							
							Originally committed as revision 13455 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bcbd328e17 
								
							
								 
							
						 
						
							
							
								
								Make stream copy of ac3 from riff based formats work.  
							
							Originally committed as revision 13408 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa3b98182d 
								
							
								 
							
						 
						
							
							
								
								Ensure that one can store X bytes in a fifo of size X.  
							
							Fixed issue417.
Originally committed as revision 13405 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0871ae1a93 
								
							
								 
							
						 
						
							
							
								
								Make av_fifo*_read() ignore the available amount of data.  
							
							This is more efficient as in practice the check is redundant most of the
time. Callers which do not know if enough data is available have to check
it with av_fifo_size(). Doing the check in *read() means the caller has
no choice to skip the check when its known to be redundant.
Also the return value was never documented in a public header so
changing it should not break the API. Besides this fixes the case where
read() failed on a 100% full fifo.
Originally committed as revision 13404 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								46eab09341 
								
							
								 
							
						 
						
							
							
								
								Make opt_verbose() work again.  
							
							Originally committed as revision 13403 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba9880c13a 
								
							
								 
							
						 
						
							
							
								
								Move show_formats() to cmdutils.c.  
							
							Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13236 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								20176cbc73 
								
							
								 
							
						 
						
							
							
								
								Get rid of more senseless wrapper functions and use OPT_EXIT instead.  
							
							Originally committed as revision 13233 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64555bd9b1 
								
							
								 
							
						 
						
							
							
								
								Do not pass program_name as argument to show_version(), this allows some  
							
							future simplifications.
Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0b3bcd9fe 
								
							
								 
							
						 
						
							
							
								
								OPT_EXIT  
							
							Originally committed as revision 13231 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								475f4d8d4b 
								
							
								 
							
						 
						
							
							
								
								Print timestamp with increased precision.  
							
							Patch by David Bolt
Originally committed as revision 13217 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54d2d4f698 
								
							
								 
							
						 
						
							
							
								
								Make 'ffmpeg -formats' print codec long names.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13142 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0a1b29dea7 
								
							
								 
							
						 
						
							
							
								
								sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net  
							
							Originally committed as revision 13116 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								245976da2a 
								
							
								 
							
						 
						
							
							
								
								Use full path for #includes from another directory.  
							
							Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b091aa44b7 
								
							
								 
							
						 
						
							
							
								
								Check for sys/resource.h and include it conditionally.  
							
							Originally committed as revision 13075 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								580a6c57a3 
								
							
								 
							
						 
						
							
							
								
								Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com  
							
							Originally committed as revision 13026 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c48da33c63 
								
							
								 
							
						 
						
							
							
								
								Send context to some ffmpeg.c opt* function  
							
							Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12927 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66824f990b 
								
							
								 
							
						 
						
							
							
								
								Make some ffmpeg opts use parse-number-or-die.  
							
							Patch by Stefano Sabatini stefano sabatini-lala posteit
Originally committed as revision 12919 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8767060cd2 
								
							
								 
							
						 
						
							
							
								
								Fix bug introduced by r12827.  
							
							If av_exit() was called after an AVFormatContext was created, but before
its file was opened, av_exit() would pass a NULL pointer to url_fclose().
Originally committed as revision 12915 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								296df4e75f 
								
							
								 
							
						 
						
							
							
								
								Use av_exit() instead of exit() for a minimal cleanup  
							
							before leaving ffmpeg.
Needed by some grab devices and possibly network streams.
Originally committed as revision 12827 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5295c0dd9 
								
							
								 
							
						 
						
							
							
								
								Move av_exit() so it can be used by more functions  
							
							without needing forward declaration.
Originally committed as revision 12826 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6363827e13 
								
							
								 
							
						 
						
							
							
								
								Complete argument information in ffmpeg.c:options for non-number arguments  
							
							Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12766 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7542157d8a 
								
							
								 
							
						 
						
							
							
								
								Export parse_time_or_die from ffmpeg.c to cmdutils.c  
							
							Patch by Stefano Sabatini (stefano sabatini-lala poste it)
Originally committed as revision 12647 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b19221c8ce 
								
							
								 
							
						 
						
							
							
								
								Make option time parsing functions take argument from options  
							
							Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12551 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								972d628a8b 
								
							
								 
							
						 
						
							
							
								
								Provide a context to parse_time_or_die().  
							
							Patch by Stefano Sabatini: stefano sabatini-lala poste it
Originally committed as revision 12472 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90c2295b24 
								
							
								 
							
						 
						
							
							
								
								Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing  
							
							of matroska and nut.
Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e60da588e3 
								
							
								 
							
						 
						
							
							
								
								sws_flags is unsigned.  
							
							This together with the last commit fixes the strange behavior of -sws_flags.
(issue229)
Originally committed as revision 12325 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3948c74f80 
								
							
								 
							
						 
						
							
							
								
								Remove INFINITY.  
							
							Originally committed as revision 12288 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								53d1bdbaed 
								
							
								 
							
						 
						
							
							
								
								Clarify the documentation for 'ffmpeg -v'.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12216 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10e7fc7ce4 
								
							
								 
							
						 
						
							
							
								
								Reduce initial fifo size, so as not to senselessly waste memory.  
							
							Originally committed as revision 12186 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6ebca9e09 
								
							
								 
							
						 
						
							
							
								
								realloc fifo  
							
							Originally committed as revision 12185 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b3574faa06 
								
							
								 
							
						 
						
							
							
								
								Remove a superfluous call to atoi in ffmpeg.c:opt_verbose  
							
							Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
[FFmpeg-devel] [PATCH] Cosmetics: remove a superfluos call to atoi in
ffmpeg.c:opt_verbose
Originally committed as revision 12136 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5bc440e7e8 
								
							
								 
							
						 
						
							
							
								
								Add notes where known timestamp issues remain.  
							
							Originally committed as revision 12135 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								48291040ea 
								
							
								 
							
						 
						
							
							
								
								Set initial next_pts to unknown, this avoids the nonsense timestamp  
							
							discontinuity at the start. I hope this has no sideeffects, if it does
send a bugreport!
fixes issue137
Originally committed as revision 12134 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40cb57a287 
								
							
								 
							
						 
						
							
							
								
								Print a warning if a decoder produces more than 1 frame of output for  
							
							a single frame it got from the demuxer+parser.
Originally committed as revision 12133 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed9238593e 
								
							
								 
							
						 
						
							
							
								
								Set next_pts to pts if it is unknown and pkt->dts is not known either. This  
							
							is needed because next_pts is used to calculate the next pts and adding
to AV_NOPTS_VALUE does not achieve the intended result.
Originally committed as revision 12132 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b1b818fce8 
								
							
								 
							
						 
						
							
							
								
								simplify (next_)pts code  
							
							Originally committed as revision 12131 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da0ef2d557 
								
							
								 
							
						 
						
							
							
								
								Use next_pts if pkt->dts is unknown. In an ideal world this would not be needed  
							
							but sadly there are cases where the timestamps cannot be found without decoding.
Originally committed as revision 12130 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19d5da500f 
								
							
								 
							
						 
						
							
							
								
								Update ist->pts after decoding a codec frame not after decoding a container  
							
							frame.
Originally committed as revision 12062 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								880add3743 
								
							
								 
							
						 
						
							
							
								
								-vsync 2 (drop frames if there are too many but do not duplicate any)  
							
							Originally committed as revision 11934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c4c52acc36 
								
							
								 
							
						 
						
							
							
								
								Remove pointless #if.  
							
							Originally committed as revision 11888 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f73008d820 
								
							
								 
							
						 
						
							
							
								
								const  
							
							Originally committed as revision 11844 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								815f98cce4 
								
							
								 
							
						 
						
							
							
								
								non-const 2nd parameter for strtol/strtod  
							
							Originally committed as revision 11803 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99fb79b55a 
								
							
								 
							
						 
						
							
							
								
								Do not print quality when stream copy,  
							
							Silence valgrind complaint:
==14746== Conditional jump or move depends on uninitialised value(s)
==14746==    at 0x43488DF: (within /lib/i686/cmov/libc-2.7.so)
==14746==    by 0x434ED81: __printf_fp (in /lib/i686/cmov/libc-2.7.so)
==14746==    by 0x434A3F3: vfprintf (in /lib/i686/cmov/libc-2.7.so)
==14746==    by 0x436EA93: vsnprintf (in /lib/i686/cmov/libc-2.7.so)
==14746==    by 0x4353234: snprintf (in /lib/i686/cmov/libc-2.7.so)
==14746==    by 0x806247C: print_report (ffmpeg.c:963)
Originally committed as revision 11728 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e1cc833926 
								
							
								 
							
						 
						
							
							
								
								Add sbsf option for subtitle bitstream filter  
							
							Originally committed as revision 11658 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f8d7c9d373 
								
							
								 
							
						 
						
							
							
								
								Add support for Matroska attachments.  
							
							patch by eugeni _dot_ stepanov _at_ gmail.com and myself
Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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