2c676c33a4 
								
							
								 
							
						 
						
							
							
								
								Mark ffplay internal variables static. Patch by Diego Pettenò  
							
							Originally committed as revision 15546 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e43d7a18d8 
								
							
								 
							
						 
						
							
							
								
								AVOptions support for ffplay.  
							
							Originally committed as revision 15451 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								047599a4ba 
								
							
								 
							
						 
						
							
							
								
								Rename error_resilience to error_recognition.  
							
							Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb6c34e55b 
								
							
								 
							
						 
						
							
							
								
								Fix round to even for aspect ratio correction.  
							
							Originally committed as revision 15173 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc1f91d771 
								
							
								 
							
						 
						
							
							
								
								Ensure that SDL_AddTimer() is never called with a delay of 0 because  
							
							this leads to a runaway creation of timers. We never pass 0 currently
but it is safer to check for it explicitly as changes to the code can
easily lead to 0 being used.
Originally committed as revision 14934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c30a4489b4 
								
							
								 
							
						 
						
							
							
								
								export sample_aspect_ratio read by the demuxer in a separate field  
							
							that the one read by the decoder.
Originally committed as revision 14932 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7fb262b568 
								
							
								 
							
						 
						
							
							
								
								Simplify timestamp reordering by using the new API.  
							
							Originally committed as revision 14872 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f3fe38d25 
								
							
								 
							
						 
						
							
							
								
								Set AVStream.discard, so that demuxers can choose which stream to select if that is a serverside option (as is the case for RTSP). See "Realmedia patch" thread on mailinglist.  
							
							Originally committed as revision 14825 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8a9d72a0ff 
								
							
								 
							
						 
						
							
							
								
								Simplify by using FFMAX.  
							
							Originally committed as revision 14776 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a4476e229 
								
							
								 
							
						 
						
							
							
								
								Add sample format converter to FFplay.  
							
							Originally committed as revision 14508 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abdff64682 
								
							
								 
							
						 
						
							
							
								
								Simplify AVCodecContext usage within FFplay audio_decode_frame()  
							
							Originally committed as revision 14503 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b81d6235c0 
								
							
								 
							
						 
						
							
							
								
								Change opt_sync function behavior to print an error message.  
							
							Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 13757 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f094b6627d 
								
							
								 
							
						 
						
							
							
								
								Remove unnecessary header #includes.  
							
							Extracted from a patch by Erik Hovland, erik hovland org.
Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea9c581f61 
								
							
								 
							
						 
						
							
							
								
								Simplify show_banner() so that it does not require arguments, similar  
							
							to what was previously done with show_version().
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13526 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a28b7ed488 
								
							
								 
							
						 
						
							
							
								
								Add -formats option to ffplay.  
							
							Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 13246 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8fdea2042e 
								
							
								 
							
						 
						
							
							
								
								Implement ffplay -L.  
							
							Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13235 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b068b2984 
								
							
								 
							
						 
						
							
							
								
								Let ffplay support "-version".  
							
							Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13208 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								358061f62f 
								
							
								 
							
						 
						
							
							
								
								Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com  
							
							Originally committed as revision 13025 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e11bc2c663 
								
							
								 
							
						 
						
							
							
								
								Send context to ffplay.c:opt_seek  
							
							Patch by Stefano Sabatini (stefano sabatini-lala poste it)
Originally committed as revision 12663 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								85362796be 
								
							
								 
							
						 
						
							
							
								
								Make ffplay.c:opt_seek use parse_time_or_die  
							
							Patch by Stefano Sabatini (stefano sabatini-lala poste it)
Originally committed as revision 12653 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5b3b5f6c8 
								
							
								 
							
						 
						
							
							
								
								Send context to the opt_* functions in ffplay.c  
							
							Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12559 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c7193373fb 
								
							
								 
							
						 
						
							
							
								
								Make ffplay use parse_number_or_die instead of atoi.  
							
							Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12366 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cea9642014 
								
							
								 
							
						 
						
							
							
								
								Fix  ;;  
							
							Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51b73087b9 
								
							
								 
							
						 
						
							
							
								
								fix playing of multichannel audio for codecs without downmixing  
							
							Originally committed as revision 11431 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c482500fa3 
								
							
								 
							
						 
						
							
							
								
								Drop RTSP default protocol.  
							
							patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94eadc8ba0 
								
							
								 
							
						 
						
							
							
								
								SDL does not seem to support more than two channels.  
							
							So, if this is the case, ask for downmixing by the codec.
Originally committed as revision 11223 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								c721d803cb 
								
							
								 
							
						 
						
							
							
								
								Introduce libavdevice  
							
							Originally committed as revision 11077 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								c03af894eb 
								
							
								 
							
						 
						
							
							
								
								ffplay currently needs special handling for pausing in some protocols.  
							
							Patch by Björn Axelsson: bjorn ; axelsson § intinor : se
Original thread: [FFmpeg-devel] [PATCH] MMSH pause support for ffplay
Date: 11/02/2007 11:47 AM
Originally committed as revision 10936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c971ff1977 
								
							
								 
							
						 
						
							
							
								
								Remove the inclusion of rtsp.h and rtp.h from avformat.h, and  
							
							explicitly include such headers where needed
Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c5755ee73 
								
							
								 
							
						 
						
							
							
								
								Remove unnecessary copyright notice from ffplay.c:show_help.  
							
							patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 10604 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4cfac5bc51 
								
							
								 
							
						 
						
							
							
								
								Make ffplay show a banner at startup.  
							
							patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 10603 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								b156b88c13 
								
							
								 
							
						 
						
							
							
								
								rtp and rtsp demuxer declarations are not part of public API  
							
							Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec2fc00d62 
								
							
								 
							
						 
						
							
							
								
								fix 1fps videos  
							
							Originally committed as revision 10276 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c97f54020d 
								
							
								 
							
						 
						
							
							
								
								Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific  
							
							to Mac OS X rather than to Darwin.
Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19cc524ab6 
								
							
								 
							
						 
						
							
							
								
								Corrected pause handling when using the 's' step by frame key.  
							
							patch by Craig Nicol: [craig nicol /\ ed ac uk]
original thread:[FFmpeg-devel] [PATCH] FFplay speedup if stepping whilst paused
date: 08/02/2007 12:39 PM
Originally committed as revision 10244 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24c07998b9 
								
							
								 
							
						 
						
							
							
								
								Reindent the code after the last commit  
							
							Originally committed as revision 10203 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b2e6799bbb 
								
							
								 
							
						 
						
							
							
								
								Remove RTSP special casing in ffplay startup  
							
							Originally committed as revision 10202 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0e6b14c2a7 
								
							
								 
							
						 
						
							
							
								
								Stray commit reverted  
							
							Originally committed as revision 10198 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c2b3130c2 
								
							
								 
							
						 
						
							
							
								
								PowerPC/CELL/Altivec pointers  
							
							Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d16f87ffd 
								
							
								 
							
						 
						
							
							
								
								Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).  
							
							Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5da5c935d 
								
							
								 
							
						 
						
							
							
								
								Rename parse_arg_file function to opt_input_file for consistency.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10116 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9fcfc0b763 
								
							
								 
							
						 
						
							
							
								
								cosmetics: indentation fix  
							
							Originally committed as revision 10115 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								57cf99f2b7 
								
							
								 
							
						 
						
							
							
								
								100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect  
							
							when subrect y was odd.
Originally committed as revision 10027 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago