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-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-03Remove variable whose value was never read. Found by clang.Bobby Bingham
2010-03-13Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini
2010-03-07Show aspect ratio information in dprintf_picref() traces.Stefano Sabatini
2010-01-31Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini
2010-01-13Make avfilter_insert_filter() log the names of the filters betweenStefano Sabatini
2010-01-10Make avfilter_insert_filter() print the instance name of theStefano 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-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-04Make avfilter_get_video_buffer() useStefano Sabatini
2009-10-27Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini
2009-10-26Make dprintf_link() show the name of the link pixel format.Stefano Sabatini
2009-10-19Fix recursive avfilter_poll_frame(). It was doingVitor Sessak
2009-10-18Make avfilter_get_video_buffer() recursive.Stefano Sabatini
2009-10-07Implement trace messages logging in the filterchain processing.Stefano 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-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
2008-11-26Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos
2008-08-08Implement avfilter_version().Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-07fix AVClass for avfilterMåns Rullgård
2008-02-16Do not copy more data than neededVitor Sessak
2008-02-16Remove header now made uselessVitor Sessak
2008-02-16Remove unneeded function.Vitor Sessak
2008-02-16Missed this file in my conditional compilation patchVitor Sessak
2008-02-16SimplifyVitor Sessak
2008-02-16SimplifyVitor Sessak
2008-02-16Indent after last commitVitor Sessak
2008-02-16Remove unneded elseVitor Sessak
2008-02-16Cosmetical: indentationVitor Sessak
2008-02-16Nit: AlignmentVitor Sessak
2008-02-16Remove useless ()Vitor Sessak
2008-02-16Do not always fail for circular filter chainsVitor Sessak
2008-02-16Remove unused var (dead code leftover?).Vitor Sessak
2008-02-16Avoid link_dpad() overuse in avfilter_start_frame()Vitor Sessak
2008-02-16Add context to av_log()Vitor Sessak
2008-02-16Merge loopsVitor Sessak
2008-02-16Coding style changesVitor Sessak
2008-02-16Remove unneded headersVitor Sessak
2008-02-16Nits: more punctuation and capitalizationVitor Sessak
2008-02-16Move setting the pts of the copied frame to a more adequated place.Vitor Sessak
2008-02-16Add const to silence warningsVitor Sessak
2008-02-16The filter framework as is hangs with filters thatVitor Sessak