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
2010-05-10Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-04-11Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-19Create a set of null callback functions.Bobby Bingham
2010-03-13Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini
2010-03-13Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini
2010-01-16Implement null video sink.Stefano Sabatini
2010-01-16Implement null video source.Stefano Sabatini
2010-01-10Add a log context to avfilter_graph_config_links().Stefano Sabatini
2010-01-08Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini
2010-01-08Use the @return doxy command, and extend documentation for the returnStefano Sabatini
2010-01-08Avoid the use of the modal auxiliary "should" in theStefano Sabatini
2010-01-08Fix doxy, use third person.Stefano Sabatini
2010-01-06Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini
2010-01-04Implement avfilter_add_colorspace().Stefano Sabatini
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2009-12-05Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini
2009-11-29Document slice ordering assumption required by avfilter_draw_slice().Stefano Sabatini
2009-11-26Remove AVFilter.next field, since it is not used and it is not goingStefano Sabatini
2009-11-25Implement avfilter_next().Stefano Sabatini
2009-11-25Implement a new registration system for filters.Stefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-16Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun
2009-11-12Add scale filter.Stefano Sabatini
2009-11-04Add slicify video filter.Stefano Sabatini
2009-11-04Make avfilter_get_video_buffer() useStefano Sabatini
2009-10-28Fix doxies, use third person and phrase-ending dots.Stefano Sabatini
2009-10-28Add format and noformat filters.Stefano Sabatini
2009-10-27Add a field 'next' to AVFilter.Stefano Sabatini
2009-10-23Move the description field of the filter from AVFilterContext toStefano Sabatini
2009-10-23Add a description field to AVFilterContext.Stefano Sabatini
2009-10-22Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini
2009-10-22Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini
2009-10-19Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini
2009-10-19Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini
2009-10-19Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini
2009-10-18Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini
2009-10-18Make avfilter_get_video_buffer() recursive.Stefano Sabatini
2009-10-07Add w and h fields to AVFilterPic.Stefano 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-03-27Make static the list of registered filters.VĂ­ctor Paesa
2009-02-24Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini
2009-01-26Implement avfilter_graph_check_validity().Stefano 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