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
/
graphparser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-13
1
-2
/
+2
|
\
|
*
lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs
Anton Khirnov
2012-06-13
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-17
1
-2
/
+3
|
\
\
|
|
/
|
*
graphparser: set next to NULL on an entry extracted from inputs list
Anton Khirnov
2012-04-16
1
-2
/
+3
*
|
Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'
Michael Niedermayer
2012-04-17
1
-1
/
+1
|
\
\
|
|
/
|
*
graphparser: fix the order in which unlabeled input links are returned.
Anton Khirnov
2012-04-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-14
1
-12
/
+192
|
\
\
|
|
/
|
*
avfiltergraph: make the AVFilterInOut alloc/free API public
Stefano Sabatini
2012-04-14
1
-15
/
+20
|
*
graphparser: allow specifying sws flags in the graph description.
Anton Khirnov
2012-04-14
1
-0
/
+29
|
*
graphparser: fix the order of connecting unlabeled links.
Anton Khirnov
2012-04-14
1
-3
/
+7
|
*
graphparser: add avfilter_graph_parse2().
Anton Khirnov
2012-04-14
1
-34
/
+102
|
*
lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()
Stefano Sabatini
2011-09-28
1
-1
/
+1
|
*
graphparser: prefer void * over AVClass * for log contexts
Stefano Sabatini
2011-09-28
1
-7
/
+7
*
|
libavfilter/graphparser: Avoid spaces in filter instance names.
Michael Niedermayer
2011-08-30
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-14
1
-0
/
+2
|
\
\
|
|
/
|
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
1
-0
/
+2
*
|
graphparser: simplify condition in avfilter_graph_parse()
Stefano Sabatini
2011-07-10
1
-1
/
+1
*
|
graphparser: clarify comments in avfilter_graph_parse()
Stefano Sabatini
2011-07-07
1
-2
/
+2
*
|
graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph...
Stefano Sabatini
2011-07-07
1
-24
/
+30
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-1
/
+1
|
\
\
|
|
/
|
*
doxygen: Fix parameter names to match the function prototypes.
Diego Biurrun
2011-07-03
1
-1
/
+1
|
*
graphparser: add a NULL check on the argument passed to strstr
Stefano Sabatini
2011-04-25
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Make avfilter_graph_parse() not free the input graph
Stefano Sabatini
2011-02-04
1
-1
/
+3
*
|
graphparser: add missing NULL check in avfilter_graph_parse()
Stefano Sabatini
2011-06-18
1
-1
/
+1
*
|
avfiltergraph: make the AVFilterInOut alloc/free API public
Stefano Sabatini
2011-06-12
1
-9
/
+14
*
|
avfiltergraph: change the syntax of avfilter_graph_parse()
Stefano Sabatini
2011-06-12
1
-10
/
+10
*
|
graphparser: prefer void * over AVClass * for log contexts
Stefano Sabatini
2011-06-12
1
-7
/
+7
*
|
lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()
Stefano Sabatini
2011-06-11
1
-1
/
+1
*
|
graphparser: add a NULL check on the argument passed to strstr
Stefano Sabatini
2011-03-30
1
-1
/
+1
*
|
Make avfilter_graph_parse() not free the input graph
Stefano Sabatini
2011-02-06
1
-1
/
+3
|
/
*
Add the word "Parsed" in the parsed filter names.
Stefano Sabatini
2011-01-14
1
-1
/
+1
*
Make avfilter_parse_graph() output a more meaningful message when an
Stefano Sabatini
2010-12-12
1
-2
/
+3
*
In libavfilter, use consistently "Copyright (c)" in the license
Stefano Sabatini
2010-11-28
1
-2
/
+2
*
move the av_parse_color() function from libavfilter to libavcore
Aurelien Jacobs
2010-11-17
1
-1
/
+0
*
Add missing check on the existence of an associated output pad for
Stefano Sabatini
2010-11-11
1
-0
/
+6
*
Rename avfilter_destroy() as avfilter_free().
Stefano Sabatini
2010-11-08
1
-1
/
+1
*
Remove graphparser.h header, move AVFilterInOut and
Stefano Sabatini
2010-11-07
1
-1
/
+0
*
Extend documentation for parse_filter().
Stefano Sabatini
2010-11-07
1
-1
/
+12
*
Rename AVFilterInOut field filter to filter_ctx, more semantically correct.
Stefano Sabatini
2010-11-07
1
-6
/
+6
*
Make avfilter_graph_parse() always return meaningful error codes.
Stefano Sabatini
2010-11-07
1
-10
/
+12
*
Make parse_outputs() always return meaningful error codes.
Stefano Sabatini
2010-11-07
1
-5
/
+5
*
Add missing memory check in parse_inputs(), and fix possible (yet very unlike...
Stefano Sabatini
2010-11-07
1
-1
/
+2
*
Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the
Stefano Sabatini
2010-11-07
1
-1
/
+1
*
Add missing check in link_filter_inouts(), and fix possible (yet very unlikel...
Stefano Sabatini
2010-11-07
1
-0
/
+2
*
Rename the variable filter to filt_ctx in link_filter_inouts, as the variable...
Stefano Sabatini
2010-11-07
1
-8
/
+8
*
Make link_filter_inouts() return meaningful error codes.
Stefano Sabatini
2010-11-07
1
-5
/
+5
*
Change the signature of parse_filter() to make it return an error code.
Stefano Sabatini
2010-11-07
1
-8
/
+5
*
Change the signature of create_filter() to make it return an error code.
Stefano Sabatini
2010-11-07
1
-19
/
+19
*
Rename avfilter_graph_destroy() to avfilter_graph_free().
Stefano Sabatini
2010-11-04
1
-1
/
+1
[next]