summaryrefslogtreecommitdiff
path: root/libavfilter/graphdump.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/graphdump: Use pointer to const for pointer to static stringsAndreas Rheinhardt2021-08-27
* avfilter/graphdump: Don't return truncated stringAndreas Rheinhardt2021-08-27
* avfilter/graphdump: Don't silently truncate channel layout stringAndreas Rheinhardt2021-08-27
* avfilter/graphdump: Properly initialize AVBPrintAndreas Rheinhardt2021-08-27
* avfilter/graphdump: fix use of uninitialized variablesZhao Zhili2019-11-21
* lavfi/graphdump: Replace the number by macro for bprint initJun Zhao2018-06-17
* avfilter: remove usage of empty headerPaul B Mahol2017-06-26
* graphdump: include internal.h for AVFilterPadAndreas Cadhalpun2015-08-08
* avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer2014-04-28
* avfilter/graphdump: fix use of deprecated symbolsMichael Niedermayer2013-08-25
* Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer2013-03-16
* lavfi/graphdump: fix output for unknown layouts.Nicolas George2013-03-14
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-25
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* graphdump: use av_bprintf API.Nicolas George2012-03-21
* lavfi: add avfilter_graph_dump.Nicolas George2012-01-24