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-01-08Fix compilation on gcc 2.95.3 (still supported) broken by r21077,Stefano Sabatini
2010-01-08Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini
2010-01-06Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini
2010-01-04Make avfilter_all_colorspaces() add to the returned list of pixelStefano Sabatini
2010-01-04Implement avfilter_add_colorspace().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
2008-02-22Better description for merge_ref().Michael Niedermayer
2008-02-10Coding style changesVitor Sessak
2008-02-10More code factorizationVitor Sessak
2008-02-10Factor duplicated loopVitor Sessak
2008-02-10Do not hardcode the list of pixel formats and use PIX_FMT_NB instead.Vitor Sessak
2008-02-10Do not hardcode the type of AVFilterFormats.formats in allocationVitor Sessak
2008-02-10Oops, my last commit broke compilation...Vitor Sessak
2008-02-10Make regression tests to pass with libavfilter.Vitor Sessak
2008-02-10Need to be careful when dealing with references.Vitor Sessak
2008-02-1010l. parameter was unused and redundant.Vitor Sessak
2008-02-10avfilter_formats_unref() should remove the given reference, not the lastVitor Sessak
2008-02-10First libavfilter commit.Vitor Sessak