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-06-01Remove the const qualifier for the name field of AVFilterInOut, sinceStefano Sabatini
2009-05-31Implement avfilter_graph_config_links().Stefano Sabatini
2009-05-23Fix grammar for avfilter_graph_parse() doxy.Stefano Sabatini
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-05-18Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini
2009-05-15Implement av_set_options_string().Stefano Sabatini
2009-05-14Add support in av_parse_color() to a "random" color name, which willStefano Sabatini
2009-05-14Make case insensitive the match for the color name inStefano Sabatini
2009-05-14Use a single space after an ending period and the beginning of theStefano Sabatini
2009-05-14Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini
2009-05-08"[" is a terminating char for the filter name. This fixes the parsing ofVitor Sessak
2009-05-06Accept "bikeshed" as a random color.Ramiro Polla
2009-05-06Implement av_parse_color().Stefano Sabatini
2009-05-02Prefer (void) over () in function prototype.Stefano Sabatini
2009-05-01Make graphparser.c use av_get_token().Stefano Sabatini
2009-05-01av_get_token()Michael Niedermayer
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