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 (Expand)Author
2009-04-21Remove consume_whitespace() and replace it with direct calls toStefano Sabatini
2009-04-14Also copy pixel_aspect when copying the picref in avfilter_start_frame.Cédric Schieli
2009-03-27Make static the list of registered filters.Víctor Paesa
2009-03-04Remove old scaler.Michael Niedermayer
2009-02-27Rename avfilter_parse_graph() to avfilter_graph_parse(), for betterStefano Sabatini
2009-02-27Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini
2009-02-24Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini
2009-02-14Fix avfilter_parse_graph() invalid graph description detection.Stefano Sabatini
2009-01-26Implement avfilter_graph_check_validity().Stefano Sabatini
2009-01-17Print a warning and fail if the graph description cannot beStefano Sabatini
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-12Reindent after the last commit, while at it also add some spaces forStefano Sabatini
2009-01-12Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini
2009-01-12Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini
2009-01-10Fix capitalization and missing periods issues.Stefano Sabatini
2009-01-02Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini
2008-12-29Fix typos.Stefano Sabatini
2008-12-28Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini
2008-12-27Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini
2008-12-27Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini
2008-12-26Fix typo: ommitted -> omitted.Stefano Sabatini
2008-12-26Choose better names for the variables in create_filter().Stefano Sabatini
2008-12-26Fix documentation for avfilter_parse_graph().Stefano Sabatini
2008-11-26Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
2008-10-26cosmetic: align backslashes in makefilesMåns Rullgård
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-29Fix a typo.Stefano Sabatini
2008-08-29Reword a sentence in a doxy making its interpretation clearer.Stefano Sabatini
2008-08-08Implement avfilter_version().Stefano Sabatini
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-05-25Split openLinks linked list into openInputs and openOutputsVitor Sessak
2008-05-25One more memory leakVitor Sessak
2008-05-25Cosmetical: move statementVitor Sessak
2008-05-25Plug some memory leaksVitor Sessak
2008-05-25Merge variable initialization and declarationVitor Sessak
2008-05-25CosmeticsVitor Sessak
2008-05-25Remove unnused varVitor Sessak
2008-05-25SimplifyVitor Sessak
2008-05-25Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak
2008-05-25Factor linked list insertion in its own functionVitor Sessak
2008-05-25Remove comment redundant with those in graphparser.hVitor Sessak
2008-05-25These error messages should print the filter name, not the instance nameVitor Sessak
2008-05-2510l: fix previous commitVitor Sessak
2008-05-25SimplifyVitor Sessak
2008-05-25Remove senseless commentsVitor Sessak
2008-05-25Cosmetics: split setting a var and checking for errorVitor Sessak
2008-05-25Fix doxy commentVitor Sessak
2008-05-25Make parse_link_name() return a pointer to the name readVitor Sessak
2008-05-25Cosmetics: more function reorderingVitor Sessak