summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
Commit message (Expand)AuthorAge
...
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* Make avfiltergraph.h public.Stefano Sabatini2010-11-13
* 1/PHIl: swap again settb/setpts, fix alphabetical order.Stefano Sabatini2010-11-02
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-02
* Add transpose filter.Stefano Sabatini2010-10-18
* Implement cropdetect filter.Stefano Sabatini2010-10-12
* Implement settb filter.Stefano Sabatini2010-10-11
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-28
* use a Makefile in x86 subdirAurelien Jacobs2010-09-27
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
* Stefanos port was missing DIRS variable in the Makefile for the newly added x86Michael Niedermayer2010-09-25
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-25
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-25
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25
* Add frei0r filter.Stefano Sabatini2010-09-24
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
* Add fifo filter.Stefano Sabatini2010-08-24
* Add null audio filter.S.N. Hemanth Meenakshisundaram2010-08-20
* Add hflip filter.Stefano Sabatini2010-08-17
* Require libswscale only if the scale filter is used.Stefano Sabatini2010-07-28
* Remove reference to the unexisting movie filter and the correspondingStefano Sabatini2010-07-28
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* Add color source.Stefano Sabatini2010-07-17
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-07
* Add pad filter.Michael Niedermayer2010-05-07
* Enable vsrc_bufferMichael Niedermayer2010-05-07
* Add unsharp video filter.Bobby Bingham2010-04-07
* Add video filter to manipulate aspect ratioBobby Bingham2010-03-17
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-25
* Implement null video sink.Stefano Sabatini2010-01-16
* Implement null video source.Stefano Sabatini2010-01-16
* Add scale filter.Stefano Sabatini2009-11-11
* Enable linking of parseutils.o.Stefano Sabatini2009-11-09
* Vertical align.Stefano Sabatini2009-11-03
* Add slicify video filter.Stefano Sabatini2009-11-03
* Add format and noformat filters.Stefano Sabatini2009-10-27
* Add video vertical flip filter.Stefano Sabatini2009-10-22
* Add video crop filter.Stefano Sabatini2009-10-21
* Add the null video filter.Stefano Sabatini2009-10-18
* Remove old scaler.Michael Niedermayer2009-03-03
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
* non-recursive makefilesMåns Rullgård2008-04-07
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* Add correct version number to shared libavfilterVitor Sessak2008-03-05
* Fix avfilter compilation with --enable-shared and no libswscalerVitor Sessak2008-03-05
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-03