Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-14Also copy pixel_aspect when copying the picref in avfilter_start_frame.Cédric Schieli
This avoids a division by zero in '[in]fifo,scale[out]' Originally committed as revision 18507 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-27Make static the list of registered filters.Víctor Paesa
Originally committed as revision 18198 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-04Remove old scaler.Michael Niedermayer
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-27Rename avfilter_parse_graph() to avfilter_graph_parse(), for betterStefano Sabatini
consistency with the rest of the API. Originally committed as revision 17624 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-27Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini
consistency with the rest of the API. Originally committed as revision 17623 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-24Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini
value in the args for the auto-inserted scale filters. Originally committed as revision 17547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-14Fix avfilter_parse_graph() invalid graph description detection.Stefano Sabatini
See the thread: "[FFmpeg-devel] [PATCH] Fix avfilter-parse-graph()". Originally committed as revision 17222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-26Implement avfilter_graph_check_validity().Stefano Sabatini
Originally committed as revision 16809 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-17Print a warning and fail if the graph description cannot beStefano Sabatini
parsed. Originally committed as revision 16648 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-12Reindent after the last commit, while at it also add some spaces forStefano Sabatini
improving readability. Originally committed as revision 16566 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-12Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini
corresponding count is zero, rather than allocate a 16 bytes sized block for them. Improve safety. Originally committed as revision 16565 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-12Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini
avfilter_draw_slice() when the draw_slice callback is not defined in the input pad. Originally committed as revision 16554 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-10Fix capitalization and missing periods issues.Stefano Sabatini
Originally committed as revision 16517 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-02Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini
Originally committed as revision 16405 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-29Fix typos.Stefano Sabatini
Originally committed as revision 16384 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-28Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini
a negative value in case of error. Originally committed as revision 16372 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-27Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini
consistent with the rest of libav*. Originally committed as revision 16356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-27Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini
Originally committed as revision 16354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Fix typo: ommitted -> omitted.Stefano Sabatini
Originally committed as revision 16353 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Choose better names for the variables in create_filter().Stefano Sabatini
Originally committed as revision 16320 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Fix documentation for avfilter_parse_graph().Stefano Sabatini
Originally committed as revision 16319 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-26Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos
enumerated type mixed with another type Originally committed as revision 15942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-26cosmetic: align backslashes in makefilesMåns Rullgård
Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-29Fix a typo.Stefano Sabatini
Originally committed as revision 15009 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-29Reword a sentence in a doxy making its interpretation clearer.Stefano Sabatini
Originally committed as revision 15008 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-08Implement avfilter_version().Stefano Sabatini
Originally committed as revision 14669 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Split openLinks linked list into openInputs and openOutputsVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:20:09 Originally committed as revision 13360 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25One more memory leakVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:18:03 Originally committed as revision 13359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Cosmetical: move statementVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:17:19 Originally committed as revision 13358 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Plug some memory leaksVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:15:18 Originally committed as revision 13357 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Merge variable initialization and declarationVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:01:01 Originally committed as revision 13356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25CosmeticsVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:00:23 Originally committed as revision 13355 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Remove unnused varVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 16:58:58 Originally committed as revision 13354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25SimplifyVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 16:55:47 Originally committed as revision 13353 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 16:53:33 Originally committed as revision 13352 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Factor linked list insertion in its own functionVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:33:17 Originally committed as revision 13351 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Remove comment redundant with those in graphparser.hVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:10:07 Originally committed as revision 13350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25These error messages should print the filter name, not the instance nameVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:08:23 Originally committed as revision 13349 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-2510l: fix previous commitVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:06:05 Originally committed as revision 13348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25SimplifyVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:05:30 Originally committed as revision 13347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Remove senseless commentsVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:03:51 Originally committed as revision 13346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Cosmetics: split setting a var and checking for errorVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:03:07 Originally committed as revision 13345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Fix doxy commentVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58 Originally committed as revision 13344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Make parse_link_name() return a pointer to the name readVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 12:57:20 Originally committed as revision 13343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Cosmetics: more function reorderingVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 12:53:28 Originally committed as revision 13342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Make consume_whitespace() return a number of bytes to be skipedVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 12:50:32 Originally committed as revision 13341 to svn://svn.ffmpeg.org/ffmpeg/trunk