]> git.sesse.net Git - ffmpeg/history - libavfilter
clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
[ffmpeg] / libavfilter /
2008-02-15 Vitor SessakPrefix names of filter structs
2008-02-15 Vitor SessakRename "buffer" filter to "fifo"
2008-02-15 Vitor SessakAdd a filter to output the same video to two outputs
2008-02-15 Vitor SessakAdd a filter to act as a buffer between filters which...
2008-02-15 Vitor SessakUse av_freep instead of av_free
2008-02-15 Vitor SessakRename avfilter_create to avfilter_open and remove...
2008-02-15 Vitor SessakChange registered filter list to a linked list
2008-02-15 Vitor SessakBe more consistent in style of code for falling back...
2008-02-15 Vitor Sessakreplace memcpy with assignment
2008-02-15 Vitor SessakRevert braindead linked list of permissions
2008-02-15 Vitor SessakTrack the permissions that have been given out to each...
2008-02-15 Vitor SessakAllow filters to set the requirements on permissions...
2008-02-15 Vitor SessakUse macros for better readability
2008-02-15 Vitor SessakRemove the data parameter from draw_slice(). It's...
2008-02-15 Vitor SessakRemove test program and test video output module since...
2008-02-15 Vitor SessakAllow creation of filter graphs from a graph descriptio...
2008-02-15 Vitor SessakAdd a filter to overlay one video on top of another...
2008-02-15 Vitor SessakAdd a filter to modify the framerate.
2008-02-15 Vitor SessakLet request_frame() indicate success or failure
2008-02-15 Vitor SessakAdd a vertical flip filter
2008-02-15 Vitor SessakHelper functions for adding new pads to filters at...
2008-02-15 Vitor SessakSeparate the process of creating links between filters...
2008-02-15 Vitor SessakMove default entry point implementations to their own...
2008-02-15 Vitor SessakMake the filter graph just another normal filter.
2008-02-15 Vitor SessakMake input/output pads modifiable on a per-instance...
2008-02-15 Vitor SessakFix warnings
2008-02-15 Vitor SessakCosmetics: fix indentation
2008-02-15 Vitor SessakFix some potential segfaults.
2008-02-15 Vitor SessakAllow code to pass data to filters it creates.
2008-02-15 Vitor SessakSplit filter graphs out into their own source & header...
2008-02-15 Vitor SessakUse av_strdup/av_free instead of strdup/free
2008-02-15 Vitor SessakAdd a simple filter graph structure and functions
2008-02-15 Vitor SessakAllow giving filter instances names, in anticipation...
2008-02-15 Vitor Sessakcosmetics: vertical alignment
2008-02-15 Vitor SessakAdd pts to frame references
2008-02-15 Vitor SessakActually fail when colorspaces don't match
2008-02-15 Vitor SessakProvide a default for request_frame() which does the...
2008-02-15 Vitor SessakAdjust the default start_frame() and end_frame() implem...
2008-02-15 Vitor SessakMissing semicolon typo
2008-02-15 Vitor SessakMake avfilter_ref_pic also handle removal of permission...
2008-02-15 Vitor SessakAdd an RGB24 <-> BGR24 conversion filter
2008-02-15 Vitor SessakAdd a simple video source filter which loads a PPM...
2008-02-15 Vitor SessakAdd a filter to cut video frames into smaller slices.
2008-02-15 Vitor SessakProvide some default functions to simplify the implemen...
2008-02-15 Vitor Sessakcosmetic: more vertical alignment
2008-02-15 Vitor SessakRework filter initialization sequence. Now supports...
2008-02-15 Vitor SessakSupport passing parameters to filters.
2008-02-15 Vitor SessakCosmetic: align arguments to memcpys
2008-02-15 Vitor SessakEven better way to pass size to memcpy.
2008-02-15 Vitor Sessaktypo
2008-02-15 Vitor SessakFix a pointer type
2008-02-15 Vitor SessakMake linesize a per-reference property
2008-02-15 Vitor SessakUse memcpy() to copy an array.
2008-02-15 Vitor SessakSome simple filters for testing
2008-02-15 Vitor SessakInitial stab at an API
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
2008-02-10 Vitor SessakCoding style changes
2008-02-10 Vitor SessakMore code factorization
2008-02-10 Vitor SessakFactor duplicated loop
2008-02-10 Vitor SessakDo not hardcode the list of pixel formats and use PIX_F...
2008-02-10 Vitor SessakDo not hardcode the type of AVFilterFormats.formats...
2008-02-10 Vitor SessakOops, my last commit broke compilation...
2008-02-10 Vitor SessakMake regression tests to pass with libavfilter.
2008-02-10 Vitor SessakNeed to be careful when dealing with references.
2008-02-10 Vitor Sessak10l. parameter was unused and redundant.
2008-02-10 Vitor Sessakavfilter_formats_unref() should remove the given refere...
2008-02-10 Vitor SessakFirst libavfilter commit.