summaryrefslogtreecommitdiffstats
path: root/libavfilter/graphdump.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-251-0/+1
| | | | | | | | | | | | libavfilter API was designed in order to be clarly distinguished from the libavcodec API, including avcodec.h in avfilter.h is not going to help to stick to this principle. The inclusion of libavutil/audioconvert.h in many files was required because avcodec.h includes audioconvert.h. libavfilter/avcodec.h is where the lavc/lavfi interface should be entirely placed.
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-161-3/+2
| | | | | | | | | The planar/packed switch and the packing_formats list is no longer required, since the planar/packed information is now stored in the sample format enum. This is technically a major API break, possibly it should be not too painful as we marked the audio filtering API as unstable.
* graphdump: use av_bprintf API.Nicolas George2012-03-211-59/+52
|
* lavfi: add avfilter_graph_dump.Nicolas George2012-01-241-0/+171
OpenPOWER on IntegriCloud