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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the const qualifier for the name field of AVFilterInOut, since
Stefano Sabatini
2009-06-01
1
-1
/
+1
*
Implement avfilter_graph_config_links().
Stefano Sabatini
2009-05-31
2
-0
/
+24
*
Fix grammar for avfilter_graph_parse() doxy.
Stefano Sabatini
2009-05-22
1
-1
/
+1
*
Move ALIGN macro to libavutil/common.h and use it in various places
David Conrad
2009-05-22
1
-5
/
+1
*
Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a
Stefano Sabatini
2009-05-18
1
-1
/
+1
*
Implement av_set_options_string().
Stefano Sabatini
2009-05-14
2
-0
/
+158
*
Add support in av_parse_color() to a "random" color name, which will
Stefano Sabatini
2009-05-14
2
-1
/
+3
*
Make case insensitive the match for the color name in
Stefano Sabatini
2009-05-14
2
-4
/
+4
*
Use a single space after an ending period and the beginning of the
Stefano Sabatini
2009-05-14
1
-36
/
+36
*
Apply documentation fixes: use third person, fix grammar and remove
Stefano Sabatini
2009-05-14
2
-25
/
+25
*
"[" is a terminating char for the filter name. This fixes the parsing of
Vitor Sessak
2009-05-08
1
-1
/
+1
*
Accept "bikeshed" as a random color.
Ramiro Polla
2009-05-06
1
-0
/
+9
*
Implement av_parse_color().
Stefano Sabatini
2009-05-05
2
-0
/
+225
*
Prefer (void) over () in function prototype.
Stefano Sabatini
2009-05-01
1
-1
/
+1
*
Make graphparser.c use av_get_token().
Stefano Sabatini
2009-05-01
1
-46
/
+4
*
av_get_token()
Michael Niedermayer
2009-05-01
2
-0
/
+153
*
Remove consume_whitespace() and replace it with direct calls to
Stefano Sabatini
2009-04-21
1
-11
/
+8
*
Also copy pixel_aspect when copying the picref in avfilter_start_frame.
Cédric Schieli
2009-04-14
1
-0
/
+1
*
Make static the list of registered filters.
Víctor Paesa
2009-03-26
2
-2
/
+2
*
Remove old scaler.
Michael Niedermayer
2009-03-03
1
-2
/
+1
*
Rename avfilter_parse_graph() to avfilter_graph_parse(), for better
Stefano Sabatini
2009-02-26
2
-2
/
+2
*
Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better
Stefano Sabatini
2009-02-26
3
-3
/
+3
*
Implement in AVFilterGraph the scale_sws_opts field, and pass its
Stefano Sabatini
2009-02-23
3
-2
/
+7
*
Fix avfilter_parse_graph() invalid graph description detection.
Stefano Sabatini
2009-02-14
1
-1
/
+1
*
Implement avfilter_graph_check_validity().
Stefano Sabatini
2009-01-26
3
-1
/
+41
*
Print a warning and fail if the graph description cannot be
Stefano Sabatini
2009-01-16
1
-0
/
+7
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-1
/
+1
*
Reindent after the last commit, while at it also add some spaces for
Stefano Sabatini
2009-01-12
1
-6
/
+6
*
Make avfilter_open() set to NULL the pads and the filters when the
Stefano Sabatini
2009-01-12
1
-1
/
+5
*
Implement the avfilter_default_draw_slice() handler and use it in
Stefano Sabatini
2009-01-11
3
-3
/
+18
*
Fix capitalization and missing periods issues.
Stefano Sabatini
2009-01-10
1
-10
/
+10
*
Cosmetics: break line to make it not longer than 80 chars.
Stefano Sabatini
2009-01-02
1
-3
/
+4
*
Fix typos.
Stefano Sabatini
2008-12-29
1
-2
/
+2
*
Mention in the documentation of avfilter_poll_frame() that it returns
Stefano Sabatini
2008-12-28
1
-1
/
+2
*
Change thisIsAVar variable names to this_is_a_var style, more
Stefano Sabatini
2008-12-27
1
-36
/
+36
*
Fix and extend documentation for avfilter_graph_get_filter().
Stefano Sabatini
2008-12-26
1
-1
/
+4
*
Fix typo: ommitted -> omitted.
Stefano Sabatini
2008-12-26
1
-2
/
+2
*
Choose better names for the variables in create_filter().
Stefano Sabatini
2008-12-26
1
-14
/
+14
*
Fix documentation for avfilter_parse_graph().
Stefano Sabatini
2008-12-26
1
-2
/
+3
*
Use PIX_FMT_NONE to silence icc warning #188:
Carl Eugen Hoyos
2008-11-26
1
-1
/
+1
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun
2008-11-20
1
-2
/
+2
*
cosmetic: align backslashes in makefiles
Måns Rullgård
2008-10-26
1
-4
/
+4
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
3
-9
/
+9
*
Fix a typo.
Stefano Sabatini
2008-08-28
1
-1
/
+1
*
Reword a sentence in a doxy making its interpretation clearer.
Stefano Sabatini
2008-08-28
1
-2
/
+2
*
Implement avfilter_version().
Stefano Sabatini
2008-08-08
2
-1
/
+10
*
consistency cosmetics: indices --> indexes
Diego Biurrun
2008-05-26
1
-1
/
+1
*
Split openLinks linked list into openInputs and openOutputs
Vitor Sessak
2008-05-24
2
-41
/
+23
*
One more memory leak
Vitor Sessak
2008-05-24
1
-0
/
+1
*
Cosmetical: move statement
Vitor Sessak
2008-05-24
1
-1
/
+2
[next]