d763fb7d47 
								
							
								 
							
						 
						
							
							
								
								lavfi: add select filter  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								615baa13e4 
								
							
								 
							
						 
						
							
							
								
								lavfi: add split filter from soc.  
							
							Some fixes by Stefano.
For detailed authorship see SOC repo
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ee42716b07 
								
							
								 
							
						 
						
							
							
								
								lavfi: add showinfo filter  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5b64584f3 
								
							
								 
							
						 
						
							
							
								
								lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo  
							
							With the following additions:
* support to anti-aliased glyph rendering
* support to UTF-8 text and Unicode chars rendering
* support for RGB packed formats
* fix minor errors and typos in the filter description
* extend/clarify examples in the filter description
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f84bb4236 
								
							
								 
							
						 
						
							
							
								
								lavfi: add fieldorder filter  
							
							Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aadfc9ee74 
								
							
								 
							
						 
						
							
							
								
								lavfi: add fade filter  
							
							Port fade filter from libavfilter soc repo, with minor fixes by
Stefano.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9409c3811c 
								
							
								 
							
						 
						
							
							
								
								libavfilter: add video movie source  
							
							See thread:
Subject: [PATCH] movie video source
Date: 2010-12-31 15:35:30 GMT
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b567020943 
								
							
								 
							
						 
						
							
							
								
								Add copy filter, useful for testing the avfilter_draw_slice() copy  
							
							code.
Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf69ad35c5 
								
							
								 
							
						 
						
							
							
								
								Redesign the libopencv wrapper to make it more generic. Accept both  
							
							FILTERNAME=ARGS and FILTERNAME:ARGS syntax.
The same filter class will be used for managing all the libopencv
filtering functions.
Originally committed as revision 26079 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5f187fd33 
								
							
								 
							
						 
						
							
							
								
								Add gradfun filter, ported from MPlayer.  
							
							Patch by Nolan L nol888 <=> gmail >=< com.
See thread:
Subject: [FFmpeg-devel] [PATCH] Port gradfun to libavfilter (GCI)
Date: Mon, 29 Nov 2010 07:18:14 -0500
Originally committed as revision 25942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4dc7aa5b5 
								
							
								 
							
						 
						
							
							
								
								Port libmpcodecs hqdn3d filter.  
							
							Patch by Baptiste with some fixes by me.
Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f8608dcac3 
								
							
								 
							
						 
						
							
							
								
								Implement frei0r source.  
							
							Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3fa77bde1b 
								
							
								 
							
						 
						
							
							
								
								In libavfilter, use consistently "Copyright (c)" in the license  
							
							headers.
Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2fb21bf4ff 
								
							
								 
							
						 
						
							
							
								
								Give more explicit/less confusing names to the filters dealing with  
							
							aspect ratio.
Originally committed as revision 25800 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58935b25d0 
								
							
								 
							
						 
						
							
							
								
								Port overlay filter from the libavfilter repo (with many fixes),  
							
							adopting Baptiste variant which is simpler and faster.
Originally committed as revision 25784 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f2325e3f1 
								
							
								 
							
						 
						
							
							
								
								1/PHIl: swap again settb/setpts, fix alphabetical order.  
							
							Originally committed as revision 25657 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a532bb390f 
								
							
								 
							
						 
						
							
							
								
								Add setpts filter, ported from the libavfilter soc repo.  
							
							Originally committed as revision 25655 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								43945b2766 
								
							
								 
							
						 
						
							
							
								
								Add transpose filter.  
							
							Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68b79bfc48 
								
							
								 
							
						 
						
							
							
								
								Implement cropdetect filter.  
							
							Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								214c0d420b 
								
							
								 
							
						 
						
							
							
								
								Implement settb filter.  
							
							Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e40032e23a 
								
							
								 
							
						 
						
							
							
								
								Add the drawbox filter from the soc libavfilter repo.  
							
							Pedagogically useful.
Originally committed as revision 25244 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13fabd7a8d 
								
							
								 
							
						 
						
							
							
								
								Port MPlayer blackframe filter.  
							
							See thread:
Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter.
Date: Sun, 26 Sep 2010 01:10:40 +0200
Originally committed as revision 25214 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								acbac56789 
								
							
								 
							
						 
						
							
							
								
								yadif filter, based on stefanos port of my yadif from mplayer.  
							
							Compared to stefanos, 2 frame output works with ffplay.
Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0a5543898 
								
							
								 
							
						 
						
							
							
								
								Add asink_anullsink - null audio sink.  
							
							Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu.
Originally committed as revision 25189 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ee410f330 
								
							
								 
							
						 
						
							
							
								
								Add asrc_anullsrc - null audio source.  
							
							Based on a patch by "S.N. Hemanth Meenakshisundaram" smeenaks!ucsd!edu.
Originally committed as revision 25188 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47941088f9 
								
							
								 
							
						 
						
							
							
								
								Add frei0r filter.  
							
							See thread:
Subject: [FFmpeg-devel] [POC] frei0r wrapper
Date: Tue, 24 Aug 2010 21:37:32 +0200
Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ebf0bfc17 
								
							
								 
							
						 
						
							
							
								
								Implement libopencv smooth filter.  
							
							Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f1af825f8 
								
							
								 
							
						 
						
							
							
								
								Add fifo filter.  
							
							Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99046339fc 
								
							
								 
							
						 
						
							
							
								
								Add null audio filter.  
							
							Patch by S.N. Hemanth Meenakshisundaram -af smeenaks,ucsd,edu.
Originally committed as revision 24856 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1e171dfee 
								
							
								 
							
						 
						
							
							
								
								Add hflip filter.  
							
							Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23ccf3c7a7 
								
							
								 
							
						 
						
							
							
								
								Add color source.  
							
							Originally committed as revision 24282 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce2e4ae35a 
								
							
								 
							
						 
						
							
							
								
								Add pixdesctest filter and corresponding test.  
							
							Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c940173c0 
								
							
								 
							
						 
						
							
							
								
								Add pad filter.  
							
							Originally committed as revision 23046 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b9900c1c3 
								
							
								 
							
						 
						
							
							
								
								Enable vsrc_buffer  
							
							Originally committed as revision 23042 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0728d7991 
								
							
								 
							
						 
						
							
							
								
								Add unsharp video filter.  
							
							Contributed by Daniel G. Taylor (dan/at/programmer-art/dot/org)
Originally committed as revision 22813 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e88c9dac07 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: vertical align  
							
							Originally committed as revision 22578 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3922deb577 
								
							
								 
							
						 
						
							
							
								
								Add video filter to manipulate aspect ratio  
							
							Originally committed as revision 22573 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								006aa1a4c2 
								
							
								 
							
						 
						
							
							
								
								Implement null video sink.  
							
							Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd08b83c87 
								
							
								 
							
						 
						
							
							
								
								Implement null video source.  
							
							Originally committed as revision 21240 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3eabb7d2f 
								
							
								 
							
						 
						
							
							
								
								Add scale filter.  
							
							Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								198d56533e 
								
							
								 
							
						 
						
							
							
								
								Use spaces after commas for improving readability.  
							
							Originally committed as revision 20446 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc37ec923d 
								
							
								 
							
						 
						
							
							
								
								Add slicify video filter.  
							
							Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fcbed3c735 
								
							
								 
							
						 
						
							
							
								
								Add format and noformat filters.  
							
							Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c38ae71f54 
								
							
								 
							
						 
						
							
							
								
								Add video vertical flip filter.  
							
							Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								190c166960 
								
							
								 
							
						 
						
							
							
								
								Add video crop filter.  
							
							Originally committed as revision 20342 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b018b1d7d 
								
							
								 
							
						 
						
							
							
								
								Add the null video filter.  
							
							Originally committed as revision 20275 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49fb20cb8a 
								
							
								 
							
						 
						
							
							
								
								replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_  
							
							and remove all ENABLE_ definitions.
Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81124ba0d1 
								
							
								 
							
						 
						
							
							
								
								Fix libavfilter compilation and make it more in line  
							
							with the other libav*.
Originally committed as revision 12301 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c212e6fbc 
								
							
								 
							
						 
						
							
							
								
								Add last file of main filter framework  
							
							Originally committed as revision 12076 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago