History | View | Annotate | Download (1.67 KB)
Fix grammar errors in documentation
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove the const qualifier for the name field of AVFilterInOut, sinceit is meant to be freed.Fix warnings.
Originally committed as revision 19072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix grammar for avfilter_graph_parse() doxy.
Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename avfilter_parse_graph() to avfilter_graph_parse(), for betterconsistency with the rest of the API.
Originally committed as revision 17624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix documentation for avfilter_parse_graph().
Originally committed as revision 16319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Globally rename the header inclusion guard names.
Consistently apply this rule: the guard name is obtained from thefilename by stripping the leading "lib", converting '/' and '.' to'_' and uppercasing the resulting name. Guard names in the rootdirectory have to be prefixed by "FFMPEG_"....
Split openLinks linked list into openInputs and openOutputsCommited in SoC by Vitor Sessak on 2008-05-24 17:20:09
Originally committed as revision 13360 to svn://svn.ffmpeg.org/ffmpeg/trunk
Cosmetics: change function orderCommited in SoC by Vitor Sessak on 2008-05-24 12:46:27
Originally committed as revision 13340 to svn://svn.ffmpeg.org/ffmpeg/trunk
Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut linked listCommited in SoC by Vitor Sessak on 2008-04-23 20:40:49
Originally committed as revision 13338 to svn://svn.ffmpeg.org/ffmpeg/trunk
SimplifyCommited in SoC by Vitor Sessak on 2008-04-18 17:57:42
Originally committed as revision 13318 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make two variables const
Commited in SoC by Vitor Sessak on 2008-04-10 21:06:35
Originally committed as revision 13305 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use '[' and ']' for label namingCommited in SoC by Vitor Sessak on 2008-04-06 19:02:56
Originally committed as revision 13297 to svn://svn.ffmpeg.org/ffmpeg/trunk
Last commit was missing header file
Originally committed as revision 13286 to svn://svn.ffmpeg.org/ffmpeg/trunk