summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
Commit message (Collapse)AuthorAge
* Add scale filter.Stefano Sabatini2009-11-11
| | | | Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable linking of parseutils.o.Stefano Sabatini2009-11-09
| | | | Originally committed as revision 20487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vertical align.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add slicify video filter.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add format and noformat filters.Stefano Sabatini2009-10-27
| | | | Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video vertical flip filter.Stefano Sabatini2009-10-22
| | | | Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video crop filter.Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the null video filter.Stefano Sabatini2009-10-18
| | | | Originally committed as revision 20275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old scaler.Michael Niedermayer2009-03-03
| | | | Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
| | | | Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
| | | | Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
| | | | | | directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add correct version number to shared libavfilterVitor Sessak2008-03-05
| | | | Originally committed as revision 12341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avfilter compilation with --enable-shared and no libswscalerVitor Sessak2008-03-05
| | | | Originally committed as revision 12340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-03
| | | | | | with the other libav*. Originally committed as revision 12301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove everything not yet commited to svnVitor Sessak2008-02-15
| | | | Originally committed as revision 11958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve conditional compilation of vsrc_movie.cVitor Sessak2008-02-15
| | | | | | Commited in SoC by Vitor Sessak on 2008-02-13 17:59:45 Originally committed as revision 11957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilationVitor Sessak2008-02-15
| | | | | | Commited in SoC by Vitor Sessak on 2008-02-12 20:51:02 Originally committed as revision 11956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* True conditional compilationVitor Sessak2008-02-15
| | | | | | Commited in SoC by Vitor Sessak on 2008-02-12 20:35:37 Originally committed as revision 11955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add movie file video source filter.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Víctor Paesa on 2008-01-31 20:55:50 Originally committed as revision 11954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: split long lineVitor Sessak2008-02-15
| | | | | | Commited in SoC by Víctor Paesa on 2008-01-12 11:33:59 Originally committed as revision 11953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link to libraries in dependency order.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Víctor Paesa on 2008-01-12 11:31:09 Originally committed as revision 11952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More targets additionVitor Sessak2008-02-15
| | | | | | Merge of several patches in SoC, by various authors. Originally committed as revision 11951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Cygwin compilation.Víctor Paesa2008-02-15
| | | | | | | | Patch by Víctor Paesa. Commited in SoC by Vitor Sessak on 2007-11-10 20:00:16 Originally committed as revision 11950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targets addition and removalVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham Originally committed as revision 11949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove test program and test video output module since ffplay can be usedVitor Sessak2008-02-15
| | | | | | | | for testing for a while now. Commited in SoC by Bobby Bingham on 2007-08-14 22:31:51 Originally committed as revision 11948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge of several revisions that add more targets to theVitor Sessak2008-02-15
| | | | | | | | Makefile. Commited in SoC by Bobby Bingham on sep. 2007. Originally committed as revision 11947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* work into the ffmpeg build systemVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-24 17:59:16 Originally committed as revision 11946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add rule for make clean.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-15 16:16:36 Originally committed as revision 11945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge of several revisions adding filtersVitor Sessak2008-02-15
| | | | | | | Commited in SoC by Bobby Bingham from 2007-07-06 to 2007-07-08. Originally committed as revision 11944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First version of libavfilter MakefileVitor Sessak2008-02-15
Original commit message: Simple filter test program Commited in SoC by Bobby Bingham on 2007-06-29 17:08:49 Originally committed as revision 11943 to svn://svn.ffmpeg.org/ffmpeg/trunk