]> git.sesse.net Git - ffmpeg/history - libavfilter/Makefile
Redesign the libopencv wrapper to make it more generic. Accept both
[ffmpeg] / libavfilter / Makefile
2010-12-23 Stefano SabatiniRedesign the libopencv wrapper to make it more generic...
2010-12-12 Nolan LAdd gradfun filter, ported from MPlayer.
2010-12-04 Baptiste CoudurierPort libmpcodecs hqdn3d filter.
2010-11-30 Stefano SabatiniImplement frei0r source.
2010-11-22 Stefano SabatiniGive more explicit/less confusing names to the filters...
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-21 Stefano SabatiniPort overlay filter from the libavfilter repo (with...
2010-11-17 Aurelien Jacobsmove the av_parse_color() function from libavfilter...
2010-11-13 Stefano SabatiniMake avfiltergraph.h public.
2010-11-02 Stefano Sabatini1/PHIl: swap again settb/setpts, fix alphabetical order.
2010-11-02 Stefano SabatiniAdd setpts filter, ported from the libavfilter soc...
2010-10-18 Stefano SabatiniAdd transpose filter.
2010-10-12 Stefano SabatiniImplement cropdetect filter.
2010-10-11 Stefano SabatiniImplement settb filter.
2010-09-28 Stefano SabatiniAdd the drawbox filter from the soc libavfilter repo.
2010-09-27 Aurelien Jacobsuse a Makefile in x86 subdir
2010-09-26 Stefano SabatiniPort MPlayer blackframe filter.
2010-09-25 Michael NiedermayerStefanos port was missing DIRS variable in the Makefile...
2010-09-25 Michael Niedermayeryadif filter, based on stefanos port of my yadif from...
2010-09-25 S.N. Hemanth Meena... Add asink_anullsink - null audio sink.
2010-09-25 Stefano SabatiniAdd asrc_anullsrc - null audio source.
2010-09-24 Stefano SabatiniAdd frei0r filter.
2010-09-14 Stefano SabatiniImplement libopencv smooth filter.
2010-08-24 Stefano SabatiniAdd fifo filter.
2010-08-20 S.N. Hemanth Meena... Add null audio filter.
2010-08-17 Stefano SabatiniAdd hflip filter.
2010-07-28 Stefano SabatiniRequire libswscale only if the scale filter is used.
2010-07-28 Stefano SabatiniRemove reference to the unexisting movie filter and...
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-17 Stefano SabatiniAdd color source.
2010-07-07 Stefano SabatiniAdd pixdesctest filter and corresponding test.
2010-05-07 Michael NiedermayerAdd pad filter.
2010-05-07 Michael NiedermayerEnable vsrc_buffer
2010-04-07 Bobby BinghamAdd unsharp video filter.
2010-03-17 Bobby BinghamAdd video filter to manipulate aspect ratio
2010-02-25 Stefano SabatiniAdd the graph2dot tools and document it.
2010-01-16 Stefano SabatiniImplement null video sink.
2010-01-16 Stefano SabatiniImplement null video source.
2009-11-11 Stefano SabatiniAdd scale filter.
2009-11-09 Stefano SabatiniEnable linking of parseutils.o.
2009-11-03 Stefano SabatiniVertical align.
2009-11-03 Stefano SabatiniAdd slicify video filter.
2009-10-27 Stefano SabatiniAdd format and noformat filters.
2009-10-22 Stefano SabatiniAdd video vertical flip filter.
2009-10-21 Stefano SabatiniAdd video crop filter.
2009-10-18 Stefano SabatiniAdd the null video filter.
2009-03-03 Michael NiedermayerRemove old scaler.
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-10-26 Måns Rullgårdcosmetic: align backslashes in makefiles
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-03-10 Diego BiurrunRename --enable-swscaler --> enable-swscale to be consi...
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-05 Vitor SessakAdd correct version number to shared libavfilter
2008-03-05 Vitor SessakFix avfilter compilation with --enable-shared and no...
2008-03-03 Vitor SessakFix libavfilter compilation and make it more in line
2008-02-15 Vitor SessakRemove everything not yet commited to svn
2008-02-15 Vitor SessakImprove conditional compilation of vsrc_movie.c
2008-02-15 Vitor SessakFix compilation
2008-02-15 Vitor SessakTrue conditional compilation
2008-02-15 Vitor SessakAdd movie file video source filter.
2008-02-15 Vitor SessakCosmetics: split long line
2008-02-15 Vitor SessakLink to libraries in dependency order.
2008-02-15 Vitor SessakMore targets addition
2008-02-15 Víctor PaesaFix Cygwin compilation.
2008-02-15 Vitor SessakTargets addition and removal
2008-02-15 Vitor SessakRemove test program and test video output module since...
2008-02-15 Vitor SessakMerge of several revisions that add more targets to the
2008-02-15 Vitor Sessakwork into the ffmpeg build system
2008-02-15 Vitor SessakAdd rule for make clean.
2008-02-15 Vitor SessakMerge of several revisions adding filters
2008-02-15 Vitor SessakFirst version of libavfilter Makefile