index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavfilter
/
avfiltergraph.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Split filter graphs out into their own source & header files.
Vitor Sessak
2008-04-04
1
-0
/
+47