]> git.sesse.net Git - ffmpeg/history - libavfilter/avfilter.c
Document h263_get_picture_format().
[ffmpeg] / libavfilter / avfilter.c
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-11-24 Stefano SabatiniImplement avfilter_next().
2009-11-24 Stefano SabatiniImplement a new registration system for filters.
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-03 Stefano SabatiniMake avfilter_get_video_buffer() use
2009-10-27 Stefano SabatiniIntroduce first_avfilter and use that, together with...
2009-10-25 Stefano SabatiniMake dprintf_link() show the name of the link pixel...
2009-10-18 Vitor SessakFix recursive avfilter_poll_frame(). It was doing
2009-10-18 Stefano SabatiniMake avfilter_get_video_buffer() recursive.
2009-10-06 Stefano SabatiniImplement trace messages logging in the filterchain...
2009-04-14 Cédric SchieliAlso copy pixel_aspect when copying the picref in avfil...
2009-03-26 Víctor PaesaMake static the list of registered filters.
2009-01-12 Stefano SabatiniReindent after the last commit, while at it also add...
2009-01-12 Stefano SabatiniMake avfilter_open() set to NULL the pads and the filte...
2009-01-11 Stefano SabatiniImplement the avfilter_default_draw_slice() handler...
2008-11-26 Carl Eugen HoyosUse PIX_FMT_NONE to silence icc warning #188:
2008-08-08 Stefano SabatiniImplement avfilter_version().
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-07 Måns Rullgårdfix AVClass for avfilter
2008-02-15 Vitor SessakDo not copy more data than needed
2008-02-15 Vitor SessakRemove header now made useless
2008-02-15 Vitor SessakRemove unneeded function.
2008-02-15 Vitor SessakMissed this file in my conditional compilation patch
2008-02-15 Vitor SessakSimplify
2008-02-15 Vitor SessakSimplify
2008-02-15 Vitor SessakIndent after last commit
2008-02-15 Vitor SessakRemove unneded else
2008-02-15 Vitor SessakCosmetical: indentation
2008-02-15 Vitor SessakNit: Alignment
2008-02-15 Vitor SessakRemove useless ()
2008-02-15 Vitor SessakDo not always fail for circular filter chains
2008-02-15 Vitor SessakRemove unused var (dead code leftover?).
2008-02-15 Vitor SessakAvoid link_dpad() overuse in avfilter_start_frame()
2008-02-15 Vitor SessakAdd context to av_log()
2008-02-15 Vitor SessakMerge loops
2008-02-15 Vitor SessakCoding style changes
2008-02-15 Vitor SessakRemove unneded headers
2008-02-15 Vitor SessakNits: more punctuation and capitalization
2008-02-15 Vitor SessakMove setting the pts of the copied frame to a more...
2008-02-15 Vitor SessakAdd const to silence warnings
2008-02-15 Vitor SessakThe filter framework as is hangs with filters that
2008-02-15 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 Vitor SessakAdd movie file video source filter.
2008-02-15 Vitor SessakPresentation timestamp (PTS) modification filter
2008-02-15 Vitor SessakRename filter
2008-02-15 Vitor Sessak90 degrees counter-clockwise rotation filter
2008-02-15 Vitor SessakAdd an equivalent to the mplayer format filter
2008-02-15 Vitor SessakChange the passthrough filter to a noformat filter...
2008-02-15 Vitor SessakIndentation
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakAdd horizontal flip filter.
2008-02-15 Vitor SessakNeed to be careful when dealing with references.
2008-02-15 Vitor SessakWhen inserting a filter, don't lose any information...
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakMake filter auto-insertion code its own function.
2008-02-15 Vitor SessakRemove no-longer accurate comment
2008-02-15 Vitor SessakCheck for error so that
2008-02-15 Vitor SessakRemove dummy and ppm filters which were only for testing.
2008-02-15 Vitor SessakImage negating filter
2008-02-15 Vitor SessakAuto insert scale filter to convert colrospaces when...
2008-02-15 Vitor SessakAdd scale/colorspace conversion filter
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...
next