Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						fb84155b67 
					 
					
						
						
							
							dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a SDL_SetVideoMode() is called quickly afterwards  
						
						... 
						
						
						
						Originally committed as revision 7390 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-31 20:04:08 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						cfe9cfede8 
					 
					
						
						
							
							check x/y validity  
						
						... 
						
						
						
						a more generic solution is welcome of course ...
Originally committed as revision 7389 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-31 18:09:21 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						990c84384f 
					 
					
						
						
							
							cosmetic (move video_open() up to avoid prototype)  
						
						... 
						
						
						
						Originally committed as revision 7388 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-31 18:01:13 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						8c982c5da7 
					 
					
						
						
							
							10l (fix segfault with audio only files)  
						
						... 
						
						
						
						Originally committed as revision 7387 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-31 17:59:10 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						c03312ccac 
					 
					
						
						
							
							remove code duplication  
						
						... 
						
						
						
						Originally committed as revision 7386 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-30 11:32:10 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						fccb19e3c5 
					 
					
						
						
							
							1st attempt to fix width/height  
						
						... 
						
						
						
						Originally committed as revision 7385 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-12-30 11:22:46 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						39c6a118f0 
					 
					
						
						
							
							remove broken decoder locking code  
						
						... 
						
						
						
						seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread where it should
Originally committed as revision 7102 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-11-16 11:58:27 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						0bc5ccb899 
					 
					
						
						
							
							call AVCodec.flush() for audio too  
						
						... 
						
						
						
						Originally committed as revision 7061 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-11-14 16:39:32 +00:00 
						 
				 
			
				
					
						
							
							
								Steve L'Homme 
							
						 
					 
					
						
						
							
						
						94b594c68a 
					 
					
						
						
							
							add "seek by bytes" support to ffplay  
						
						... 
						
						
						
						Patch by Steve Lhomme % slhomme A divxcorp P com %
Orginal thread:
Date: Nov 6, 2006 5:58 PM
Subject: Re: [Ffmpeg-devel] [Bad news]: MPEG Seek has failed to work in FFmpeg SVN
Originally committed as revision 6937 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-11-07 22:35:41 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
							
						
						f932cdf209 
					 
					
						
						
							
							kill AVImageFormat  
						
						... 
						
						
						
						Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-11-02 23:22:23 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						b78e7197a8 
					 
					
						
						
							
							Change license headers to say 'FFmpeg' instead of 'this program/this library'  
						
						... 
						
						
						
						and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-07 15:30:46 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						3e66a74072 
					 
					
						
						
							
							Update copyright year and mention other copyright holders.  
						
						... 
						
						
						
						Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-01 17:26:15 +00:00 
						 
				 
			
				
					
						
							
							
								Panagiotis Issaris 
							
						 
					 
					
						
						
							
						
						f0861f466f 
					 
					
						
						
							
							Better tag support:  
						
						... 
						
						
						
						- Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre.
- Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer.
Patch by takis P issaris A uhasselt P be
Original thread:
[Ffmpeg-devel] [PATCH] Better tag support
Date: 09/06/06 16:58
Originally committed as revision 6186 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-09-07 08:09:15 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						9814587500 
					 
					
						
						
							
							Align the input buffer in ffplay, introduce a public macro for aligned declarations  
						
						... 
						
						
						
						Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly
Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-31 19:14:00 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
							
						
						03ae87a3e8 
					 
					
						
						
							
							Move output_example.c and ffplay.c to the swscale interface  
						
						... 
						
						
						
						Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-03 16:55:36 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						2f30a81d19 
					 
					
						
						
							
							CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just  
						
						... 
						
						
						
						CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-11 21:45:45 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
							
						
						d2a067d1d9 
					 
					
						
						
							
							give AVInput/OutputFormat structs consistent names  
						
						... 
						
						
						
						Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-09 23:40:53 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						0540cad324 
					 
					
						
						
							
							100l to whoever write this  
						
						... 
						
						
						
						Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-07-06 13:25:11 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						521f258701 
					 
					
						
						
							
							Make debug work early on ffplay  
						
						... 
						
						
						
						Originally committed as revision 5525 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-06-25 16:12:27 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						f1cc88a5d6 
					 
					
						
						
							
							Use Subversion revision for FFMPEG_VERSION.  
						
						... 
						
						
						
						based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-06-20 10:24:08 +00:00 
						 
				 
			
				
					
						
							
							
								Stefan Huehner 
							
						 
					 
					
						
						
							
						
						7b49ce2e34 
					 
					
						
						
							
							Add const to (mostly) char* and make some functions static, which aren't used  
						
						... 
						
						
						
						outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^huehner^^.^^org
Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-06-18 11:33:14 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
							
						
						29f3b38a91 
					 
					
						
						
							
							check for SDL_VideoInfo.current_[wh] availability in configure, and  
						
						... 
						
						
						
						fall back on SDL_WM_ToggleFullScreen() if not available
Originally committed as revision 5477 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-06-14 21:02:55 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
							
						
						3ef17d626f 
					 
					
						
						
							
							don't use xlib in ffplay, and bump required sdl version  
						
						... 
						
						
						
						Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-06-09 22:43:21 +00:00 
						 
				 
			
				
					
						
							
							
								Earl Levine 
							
						 
					 
					
						
						
							
						
						4b0e85d4ab 
					 
					
						
						
							
							Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.  
						
						... 
						
						
						
						Originally committed as revision 5408 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-05-19 08:38:09 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						5509bffa88 
					 
					
						
						
							
							Update licensing information: The FSF changed postal address.  
						
						... 
						
						
						
						Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-01-12 22:43:26 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						bb270c0896 
					 
					
						
						
							
							COSMETICS: tabs --> spaces, some prettyprinting  
						
						... 
						
						
						
						Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-12-22 01:10:11 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						115329f160 
					 
					
						
						
							
							COSMETICS: Remove all trailing whitespace.  
						
						... 
						
						
						
						Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-12-17 18:14:38 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						267e9dfa9d 
					 
					
						
						
							
							doxygenize a few comments  
						
						... 
						
						
						
						very minor cleanup
Originally committed as revision 4601 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-09-20 18:47:08 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						1471c6c2e8 
					 
					
						
						
							
							CAREFULL --> CAREFUL typo fix  
						
						... 
						
						
						
						Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-09-12 16:30:47 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						30bc6613fe 
					 
					
						
						
							
							support fixing missing pts by parsing future frames  
						
						... 
						
						
						
						Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-08-15 14:22:43 +00:00 
						 
				 
			
				
					
						
							
							
								Ian Caulfield 
							
						 
					 
					
						
						
							
						
						72ce053b9c 
					 
					
						
						
							
							subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)  
						
						... 
						
						
						
						Originally committed as revision 4521 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-08-14 01:29:34 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						01f4895c68 
					 
					
						
						
							
							changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility  
						
						... 
						
						
						
						Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-07-17 22:24:36 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						1b51e051c0 
					 
					
						
						
							
							make error concealment related options accessable from ffplays command line  
						
						... 
						
						
						
						Originally committed as revision 4450 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-07-17 10:18:10 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						8c3eba7c62 
					 
					
						
						
							
							skip_idct  
						
						... 
						
						
						
						skip_frame
skip_loop_filter
Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-07-14 21:39:36 +00:00 
						 
				 
			
				
					
						
							
							
								Andy Parkins 
							
						 
					 
					
						
						
							
						
						22e50022f2 
					 
					
						
						
							
							ffplay seeking because url_feof() not working patch by (Andy Parkins: andyparkins, gmail com)  
						
						... 
						
						
						
						Originally committed as revision 4404 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-06-28 08:35:38 +00:00 
						 
				 
			
				
					
						
							
							
								Ivan Wong 
							
						 
					 
					
						
						
							
						
						687fae2b42 
					 
					
						
						
							
							ffplay crashes patch by (Ivan Wong: email, ivanwong info)  
						
						... 
						
						
						
						Originally committed as revision 4389 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-06-24 08:32:55 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						1ab1f099eb 
					 
					
						
						
							
							set log level to AV_LOG_DEBUG if -debug ... is used  
						
						... 
						
						
						
						Originally committed as revision 4359 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-06-07 21:53:56 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						c0df9d75bd 
					 
					
						
						
							
							switch to native time bases  
						
						... 
						
						
						
						Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-04-30 21:43:59 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						3ca4b65479 
					 
					
						
						
							
							os2.diff by (Paul Smedley // paul smedley info)  
						
						... 
						
						
						
						Originally committed as revision 4160 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-04-25 15:13:39 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						b514ed3c6d 
					 
					
						
						
							
							dont kill the buffers while the decoder is using them  
						
						... 
						
						
						
						Originally committed as revision 3949 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-02-07 22:06:01 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						2536c5fde4 
					 
					
						
						
							
							workaround missuse of url_feof()  
						
						... 
						
						
						
						Originally committed as revision 3804 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2005-01-04 18:21:14 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						9d2a069519 
					 
					
						
						
							
							raw rgb flip fix  
						
						... 
						
						
						
						Originally committed as revision 3724 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-11-30 21:50:16 +00:00 
						 
				 
			
				
					
						
							
							
								François Revol 
							
						 
					 
					
						
						
							
						
						2450cff2c3 
					 
					
						
						
							
							BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS"  
						
						... 
						
						
						
						Originally committed as revision 3702 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-11-21 18:04:56 +00:00 
						 
				 
			
				
					
						
							
							
								Roman Shaposhnik 
							
						 
					 
					
						
						
							
						
						6e1f8725ef 
					 
					
						
						
							
							* fixing a problem with ffplay being stuck (and not responding to  
						
						... 
						
						
						
						anything but 'q') when it reaches the end of stream.
Originally committed as revision 3591 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-10-13 00:10:43 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						3ba1438dec 
					 
					
						
						
							
							use native timebase for seeking  
						
						... 
						
						
						
						direction flag for seeking
Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-10-10 22:05:43 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						61846e9ac3 
					 
					
						
						
							
							lowres needs EMU_EDGE  
						
						... 
						
						
						
						Originally committed as revision 3575 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-10-09 12:00:05 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						61c1d8e2b6 
					 
					
						
						
							
							10l pts vs. dts  
						
						... 
						
						
						
						Originally committed as revision 3567 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-10-07 00:43:59 +00:00 
						 
				 
			
				
					
						
							
							
								Zdenek Kabelac 
							
						 
					 
					
						
						
							
						
						7fea94ce4a 
					 
					
						
						
							
							* fixing a few of gcc 'clean-code' warnings  
						
						... 
						
						
						
						Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-10-06 08:50:46 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						178fcca848 
					 
					
						
						
							
							1/2 resolution decoding  
						
						... 
						
						
						
						Originally committed as revision 3507 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-09-25 23:18:58 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						6fc5b059b8 
					 
					
						
						
							
							optional non spec compliant optimizations  
						
						... 
						
						
						
						Originally committed as revision 3429 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2004-09-02 15:30:46 +00:00