]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter/avfilter.c
Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")
[frescor/ffmpeg.git] / libavfilter / avfilter.c
2009-04-14 sdrikAlso copy pixel_aspect when copying the picref in avfil...
2009-03-26 victorMake static the list of registered filters.
2009-01-12 stefanoReindent after the last commit, while at it also add...
2009-01-12 stefanoMake avfilter_open() set to NULL the pads and the filte...
2009-01-11 stefanoImplement the avfilter_default_draw_slice() handler...
2008-11-26 cehoyosUse PIX_FMT_NONE to silence icc warning #188:
2008-08-08 stefanoImplement avfilter_version().
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-07 mrufix AVClass for avfilter
2008-02-15 vitorDo not copy more data than needed
2008-02-15 vitorRemove header now made useless
2008-02-15 vitorRemove unneeded function.
2008-02-15 vitorMissed this file in my conditional compilation patch
2008-02-15 vitorSimplify
2008-02-15 vitorSimplify
2008-02-15 vitorIndent after last commit
2008-02-15 vitorRemove unneded else
2008-02-15 vitorCosmetical: indentation
2008-02-15 vitorNit: Alignment
2008-02-15 vitorRemove useless ()
2008-02-15 vitorDo not always fail for circular filter chains
2008-02-15 vitorRemove unused var (dead code leftover?).
2008-02-15 vitorAvoid link_dpad() overuse in avfilter_start_frame()
2008-02-15 vitorAdd context to av_log()
2008-02-15 vitorMerge loops
2008-02-15 vitorCoding style changes
2008-02-15 vitorRemove unneded headers
2008-02-15 vitorNits: more punctuation and capitalization
2008-02-15 vitorMove setting the pts of the copied frame to a more...
2008-02-15 vitorAdd const to silence warnings
2008-02-15 vitorThe filter framework as is hangs with filters that
2008-02-15 vitorImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 vitorAdd movie file video source filter.
2008-02-15 vitorPresentation timestamp (PTS) modification filter
2008-02-15 vitorRename filter
2008-02-15 vitor90 degrees counter-clockwise rotation filter
2008-02-15 vitorAdd an equivalent to the mplayer format filter
2008-02-15 vitorChange the passthrough filter to a noformat filter...
2008-02-15 vitorIndentation
2008-02-15 vitorRework link property configuration system.
2008-02-15 vitorAdd horizontal flip filter.
2008-02-15 vitorNeed to be careful when dealing with references.
2008-02-15 vitorWhen inserting a filter, don't lose any information...
2008-02-15 vitorRewrite colorspace negotiation.
2008-02-15 vitorMake filter auto-insertion code its own function.
2008-02-15 vitorRemove no-longer accurate comment
2008-02-15 vitorCheck for error so that
2008-02-15 vitorRemove dummy and ppm filters which were only for testing.
2008-02-15 vitorImage negating filter
2008-02-15 vitorAuto insert scale filter to convert colrospaces when...
2008-02-15 vitorAdd scale/colorspace conversion filter
2008-02-15 vitorPrefix names of filter structs
2008-02-15 vitorRename "buffer" filter to "fifo"
2008-02-15 vitorAdd a filter to output the same video to two outputs
2008-02-15 vitorAdd a filter to act as a buffer between filters which...
2008-02-15 vitorUse av_freep instead of av_free
2008-02-15 vitorRename avfilter_create to avfilter_open and remove...
2008-02-15 vitorChange registered filter list to a linked list
2008-02-15 vitorBe more consistent in style of code for falling back...
2008-02-15 vitorreplace memcpy with assignment
2008-02-15 vitorRevert braindead linked list of permissions
2008-02-15 vitorTrack the permissions that have been given out to each...
2008-02-15 vitorAllow filters to set the requirements on permissions...
2008-02-15 vitorUse macros for better readability
2008-02-15 vitorRemove the data parameter from draw_slice(). It's...
2008-02-15 vitorRemove test program and test video output module since...
2008-02-15 vitorAllow creation of filter graphs from a graph descriptio...
2008-02-15 vitorAdd a filter to overlay one video on top of another...
2008-02-15 vitorAdd a filter to modify the framerate.
2008-02-15 vitorLet request_frame() indicate success or failure
2008-02-15 vitorAdd a vertical flip filter
2008-02-15 vitorHelper functions for adding new pads to filters at...
2008-02-15 vitorSeparate the process of creating links between filters...
2008-02-15 vitorMove default entry point implementations to their own...
2008-02-15 vitorMake the filter graph just another normal filter.
2008-02-15 vitorMake input/output pads modifiable on a per-instance...
2008-02-15 vitorFix warnings
2008-02-15 vitorCosmetics: fix indentation
2008-02-15 vitorFix some potential segfaults.
2008-02-15 vitorAllow code to pass data to filters it creates.
2008-02-15 vitorSplit filter graphs out into their own source & header...
2008-02-15 vitorUse av_strdup/av_free instead of strdup/free
2008-02-15 vitorAdd a simple filter graph structure and functions
2008-02-15 vitorAllow giving filter instances names, in anticipation...
2008-02-15 vitorcosmetics: vertical alignment
2008-02-15 vitorAdd pts to frame references
2008-02-15 vitorActually fail when colorspaces don't match
2008-02-15 vitorProvide a default for request_frame() which does the...
2008-02-15 vitorAdjust the default start_frame() and end_frame() implem...
2008-02-15 vitorMissing semicolon typo
2008-02-15 vitorMake avfilter_ref_pic also handle removal of permission...
2008-02-15 vitorAdd an RGB24 <-> BGR24 conversion filter
2008-02-15 vitorAdd a simple video source filter which loads a PPM...
2008-02-15 vitorAdd a filter to cut video frames into smaller slices.
2008-02-15 vitorProvide some default functions to simplify the implemen...
2008-02-15 vitorcosmetic: more vertical alignment
2008-02-15 vitorRework filter initialization sequence. Now supports...
2008-02-15 vitorSupport passing parameters to filters.
2008-02-15 vitorCosmetic: align arguments to memcpys
2008-02-15 vitorEven better way to pass size to memcpy.
next