index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
avfiltergraph.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
Anton Khirnov
2012-06-26
1
-2
/
+0
*
avfiltergraph: make the AVFilterInOut alloc/free API public
Stefano Sabatini
2012-04-14
1
-0
/
+13
*
graphparser: add avfilter_graph_parse2().
Anton Khirnov
2012-04-14
1
-5
/
+39
*
avfiltergraph: add an AVClass to AVFilterGraph on next major bump.
Anton Khirnov
2012-04-01
1
-0
/
+4
*
lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()
Stefano Sabatini
2011-09-28
1
-2
/
+2
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Make avfilter_graph_free() free the graph.
Stefano Sabatini
2011-02-04
1
-2
/
+3
*
Make avfilter_graph_free() do nothing if graph is NULL.
Stefano Sabatini
2011-01-12
1
-1
/
+1
*
Add avfilter_graph_create_filter().
Stefano Sabatini
2010-12-02
1
-0
/
+17
*
Prefix with "ff_" the functions:
Stefano Sabatini
2010-11-13
1
-24
/
+3
*
Remove graphparser.h header, move AVFilterInOut and
Stefano Sabatini
2010-11-07
1
-0
/
+36
*
Rename avfilter_graph_destroy() to avfilter_graph_free().
Stefano Sabatini
2010-11-04
1
-1
/
+1
*
Implement avfilter_graph_alloc().
Stefano Sabatini
2010-11-04
1
-0
/
+5
*
Add avfilter_graph_config().
Stefano Sabatini
2010-10-16
1
-0
/
+8
*
Fix misspelled parameter names in Doxygen documentation.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-6
/
+6
*
Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.
Stefano Sabatini
2010-04-11
1
-2
/
+3
*
Add a log context to avfilter_graph_config_links().
Stefano Sabatini
2010-01-10
1
-1
/
+1
*
Implement avfilter_graph_config_links().
Stefano Sabatini
2009-05-31
1
-0
/
+7
*
Apply documentation fixes: use third person, fix grammar and remove
Stefano Sabatini
2009-05-14
1
-5
/
+5
*
Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better
Stefano Sabatini
2009-02-26
1
-1
/
+1
*
Implement in AVFilterGraph the scale_sws_opts field, and pass its
Stefano Sabatini
2009-02-23
1
-0
/
+2
*
Implement avfilter_graph_check_validity().
Stefano Sabatini
2009-01-26
1
-0
/
+10
*
Fix and extend documentation for avfilter_graph_get_filter().
Stefano Sabatini
2008-12-26
1
-1
/
+4
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
Handle av_realloc() failure
Vitor Sessak
2008-04-04
1
-1
/
+1
*
Remove declaration of nonexisting function
Vitor Sessak
2008-04-04
1
-5
/
+0
*
I should not have merged the graph parser with the graph
Vitor Sessak
2008-04-04
1
-9
/
+2
*
Rename uninit() to avfilter_destroy_graph() and make it non-static
Vitor Sessak
2008-04-04
1
-0
/
+5
*
Move mess (to be removed) to where it is actually used.
Vitor Sessak
2008-04-04
1
-53
/
+0
*
Remove usage of AVFilterGraphDesc outside avfiltergraph.c
Vitor Sessak
2008-04-04
1
-5
/
+9
*
Rename variable GraphContext -> AVFilterGraph
Vitor Sessak
2008-04-04
1
-5
/
+5
*
Remove avfilter_vf_graph
Vitor Sessak
2008-04-04
1
-5
/
+8
*
Remove more leftovers from the old parser
Vitor Sessak
2008-04-04
1
-20
/
+0
*
Split graph_load_from_dest() to have a version independent of avfilter_vf_graph
Vitor Sessak
2008-04-04
1
-0
/
+5
*
Remove declaration of non-existing functions
Vitor Sessak
2008-04-04
1
-23
/
+0
*
Almost from scratch rewrite of filter parser.
Vitor Sessak
2008-04-04
1
-4
/
+4
*
Remove ugly forward declaration
Vitor Sessak
2008-04-04
1
-0
/
+4
*
Spelling and puctuation
Vitor Sessak
2008-04-04
1
-6
/
+6
*
Make comment match code
Vitor Sessak
2008-04-04
1
-1
/
+1
*
Make multiple inclusion guard adhere to convention
Vitor Sessak
2008-04-04
1
-2
/
+2
*
Use a filter graph description for creating simple chain graphs so we
Vitor Sessak
2008-04-04
1
-0
/
+8
*
Make filter graph description parsing code independent of the code to
Vitor Sessak
2008-04-04
1
-0
/
+34
*
Rewrite colorspace negotiation.
Vitor Sessak
2008-04-04
1
-1
/
+6
*
Allow creation of filter graphs from a graph description structure which
Vitor Sessak
2008-04-04
1
-0
/
+55
*
Separate the process of creating links between filters from that of configuring
Vitor Sessak
2008-04-04
1
-0
/
+5
*
Make the filter graph just another normal filter.
Vitor Sessak
2008-04-04
1
-27
/
+1
*
Allow code to pass data to filters it creates.
Vitor Sessak
2008-04-04
1
-1
/
+1
*
Move simple filter chain loading code over to the filter graph.
Vitor Sessak
2008-04-04
1
-0
/
+13
[next]