index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
avfiltergraph.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename uninit() to avfilter_destroy_graph() and make it non-static
Vitor Sessak
2008-04-04
1
-2
/
+2
*
Rename functions now static
Vitor Sessak
2008-04-04
1
-6
/
+6
*
Move funtion to avoid forward declaration
Vitor Sessak
2008-04-04
1
-35
/
+34
*
Move mess (to be removed) to where it is actually used.
Vitor Sessak
2008-04-04
1
-0
/
+43
*
Remove usage of AVFilterGraphDesc outside avfiltergraph.c
Vitor Sessak
2008-04-04
1
-6
/
+15
*
Simplify graph_load_from_desc3()
Vitor Sessak
2008-04-04
1
-41
/
+54
*
Rename variable GraphContext -> AVFilterGraph
Vitor Sessak
2008-04-04
1
-8
/
+8
*
Merge avfiltergraphdesc.c in avfiltergraph.c
Vitor Sessak
2008-04-04
1
-0
/
+338
*
Remove avfilter_vf_graph
Vitor Sessak
2008-04-04
1
-148
/
+30
*
Remove code made unused by the two last patches
Vitor Sessak
2008-04-04
1
-299
/
+1
*
Split graph_load_from_dest() to have a version independent of avfilter_vf_graph
Vitor Sessak
2008-04-04
1
-2
/
+60
*
Almost from scratch rewrite of filter parser.
Vitor Sessak
2008-04-04
1
-80
/
+14
*
Remove ugly forward declaration
Vitor Sessak
2008-04-04
1
-6
/
+2
*
Fix doxy comment
Vitor Sessak
2008-04-04
1
-1
/
+1
*
Spelling and puctuation
Vitor Sessak
2008-04-04
1
-1
/
+1
*
Remove header now made useless
Vitor Sessak
2008-04-04
1
-1
/
+4
*
Remove author field
Vitor Sessak
2008-04-04
1
-4
/
+0
*
Use CodecType for pad type
Vitor Sessak
2008-04-04
1
-4
/
+4
*
Header inclusion redux
Vitor Sessak
2008-04-04
1
-4
/
+0
*
Nits: more punctuation and capitalization
Vitor Sessak
2008-04-04
1
-4
/
+4
*
Implement poll_frame() method. Fix ffmpeg.c bug with
Vitor Sessak
2008-04-04
1
-2
/
+25
*
Rework link property configuration system.
Vitor Sessak
2008-04-04
1
-37
/
+14
*
Use separate fake filters for exporting inputs and outputs from filter graphs.
Vitor Sessak
2008-04-04
1
-28
/
+46
*
Use a filter graph description for creating simple chain graphs so we
Vitor Sessak
2008-04-04
1
-150
/
+42
*
Use av_log(ctx, ...) instead of av_log(NULL, ...)
Vitor Sessak
2008-04-04
1
-6
/
+7
*
10l
Vitor Sessak
2008-04-04
1
-2
/
+2
*
Rewrite colorspace negotiation.
Vitor Sessak
2008-04-04
1
-50
/
+121
*
Fix a small memory leak
Vitor Sessak
2008-04-04
1
-1
/
+0
*
initialize filter graphs completely even if there is no list of filters
Vitor Sessak
2008-04-04
1
-3
/
+3
*
Handle failure properly
Vitor Sessak
2008-04-04
1
-1
/
+6
*
Remove useless empty functions
Vitor Sessak
2008-04-04
1
-1
/
+0
*
Silence warning caused by my last commit
Vitor Sessak
2008-04-04
1
-1
/
+1
*
Minor simplification
Vitor Sessak
2008-04-04
1
-3
/
+1
*
Prefix names of filter structs
Vitor Sessak
2008-04-04
1
-6
/
+6
*
Rename avfilter_create to avfilter_open and remove the wrapper function
Vitor Sessak
2008-04-04
1
-4
/
+9
*
Doxygenize some comments
Vitor Sessak
2008-04-04
1
-4
/
+8
*
Remove the data parameter from draw_slice(). It's unneeded and often more
Vitor Sessak
2008-04-04
1
-5
/
+4
*
Allow creation of filter graphs from a graph description structure which
Vitor Sessak
2008-04-04
1
-1
/
+150
*
Let request_frame() indicate success or failure
Vitor Sessak
2008-04-04
1
-5
/
+6
*
Need to copy over colorspace property too
Vitor Sessak
2008-04-04
1
-0
/
+1
*
Fix behavior when exporting output pad with default query_formats()
Vitor Sessak
2008-04-04
1
-1
/
+3
*
Let the filter graph export input and output pads from the filters it contains.
Vitor Sessak
2008-04-04
1
-3
/
+347
*
Separate the process of creating links between filters from that of configuring
Vitor Sessak
2008-04-04
1
-0
/
+14
*
Fix memory leak.
Vitor Sessak
2008-04-04
1
-0
/
+2
*
Make the filter graph just another normal filter.
Vitor Sessak
2008-04-04
1
-16
/
+68
*
Allow code to pass data to filters it creates.
Vitor Sessak
2008-04-04
1
-4
/
+9
*
Don't mangle the input strings. The caller may want to reuse it later.
Vitor Sessak
2008-04-04
1
-3
/
+9
*
Ensure that the filter_count member is reset to zero when emptying the graph
Vitor Sessak
2008-04-04
1
-4
/
+2
*
Fix possible segfault
Vitor Sessak
2008-04-04
1
-1
/
+2
*
Move simple filter chain loading code over to the filter graph.
Vitor Sessak
2008-04-04
1
-0
/
+62
[prev]
[next]