| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation on gcc 2.95.3 (still supported) broken by r21077, | Stefano Sabatini | 2010-01-08 | 1 | -1/+3 |
* | Make avfilter_formats_unref(AVFilterFormats **ref) handle the case | Stefano Sabatini | 2010-01-07 | 1 | -0/+3 |
* | Change avfilter_add_colorspace() to make it accept **avff rather than | Stefano Sabatini | 2010-01-06 | 1 | -8/+11 |
* | Make avfilter_all_colorspaces() add to the returned list of pixel | Stefano Sabatini | 2010-01-04 | 1 | -6/+5 |
* | Implement avfilter_add_colorspace(). | Stefano Sabatini | 2010-01-03 | 1 | -0/+13 |
* | Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the | Stefano Sabatini | 2009-10-21 | 1 | -3/+3 |
* | Make avfilter_make_format_list() take in input a const argument. | Stefano Sabatini | 2009-10-21 | 1 | -1/+1 |
* | Rename avfilter_make_format_list2() to avfilter_make_format_list(). | Stefano Sabatini | 2009-10-18 | 1 | -1/+1 |
* | Remove avfilter_make_format_list(), it has been replaced by | Stefano Sabatini | 2009-10-18 | 1 | -18/+0 |
* | Implement avfilter_make_format_list2(), which is going to replace | Stefano Sabatini | 2009-10-18 | 1 | -0/+16 |
* | Better description for merge_ref(). | Michael Niedermayer | 2008-02-21 | 1 | -1/+3 |
* | Coding style changes | Vitor Sessak | 2008-02-10 | 1 | -5/+6 |
* | More code factorization | Vitor Sessak | 2008-02-10 | 1 | -8/+5 |
* | Factor duplicated loop | Vitor Sessak | 2008-02-10 | 1 | -9/+13 |
* | Do not hardcode the list of pixel formats and use PIX_FMT_NB instead. | Vitor Sessak | 2008-02-10 | 1 | -17/+11 |
* | Do not hardcode the type of AVFilterFormats.formats in allocation | Vitor Sessak | 2008-02-10 | 1 | -3/+3 |
* | Oops, my last commit broke compilation... | Vitor Sessak | 2008-02-10 | 1 | -1/+1 |
* | Make regression tests to pass with libavfilter. | Vitor Sessak | 2008-02-10 | 1 | -2/+4 |
* | Need to be careful when dealing with references. | Vitor Sessak | 2008-02-10 | 1 | -0/+12 |
* | 10l. parameter was unused and redundant. | Vitor Sessak | 2008-02-10 | 1 | -2/+2 |
* | avfilter_formats_unref() should remove the given reference, not the last | Vitor Sessak | 2008-02-10 | 1 | -0/+15 |
* | First libavfilter commit. | Vitor Sessak | 2008-02-10 | 1 | -0/+121 |