summaryrefslogtreecommitdiff
path: root/libavfilter/formats.c
Commit message (Collapse)AuthorAge
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-21
| | | | | | | argument of avfilter_make_format_list(), as the argument represents a list of elements. Originally committed as revision 20341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-18
| | | | Originally committed as revision 20302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-18
| | | | | | avfilter_make_format_list2(). Originally committed as revision 20301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-18
| | | | | | | | | avfilter_make_format_list(). See the thread: "[PATCH] Implement avfilter_make_format_list2(enum PixelFormat pix_fmt, ...)". Originally committed as revision 20299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better description for merge_ref().Michael Niedermayer2008-02-21
| | | | Originally committed as revision 12173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Coding style changesVitor Sessak2008-02-10
| | | | Originally committed as revision 11901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More code factorizationVitor Sessak2008-02-10
| | | | Originally committed as revision 11900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor duplicated loopVitor Sessak2008-02-10
| | | | Originally committed as revision 11899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not hardcode the list of pixel formats and use PIX_FMT_NB instead.Vitor Sessak2008-02-10
| | | | Originally committed as revision 11898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not hardcode the type of AVFilterFormats.formats in allocationVitor Sessak2008-02-10
| | | | Originally committed as revision 11897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oops, my last commit broke compilation...Vitor Sessak2008-02-10
| | | | Originally committed as revision 11896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make regression tests to pass with libavfilter.Vitor Sessak2008-02-10
| | | | Originally committed as revision 11895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Need to be careful when dealing with references.Vitor Sessak2008-02-10
| | | | | | Commited in SoC by Bobby Bingham Originally committed as revision 11894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l. parameter was unused and redundant.Vitor Sessak2008-02-10
| | | | | | Commited in SoC by Bobby Bingham Originally committed as revision 11893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avfilter_formats_unref() should remove the given reference, not the lastVitor Sessak2008-02-10
| | | | | | | | reference. Commited in SoC by Bobby Bingham Originally committed as revision 11892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First libavfilter commit.Vitor Sessak2008-02-10
Original log message: Forgot to add in the big colorspace commit Commited in SoC by Bobby Bingham Originally committed as revision 11891 to svn://svn.ffmpeg.org/ffmpeg/trunk