summaryrefslogtreecommitdiff
path: root/libavfilter/af_ashowinfo.c
Commit message (Collapse)AuthorAge
* lavfi/ashowinfo: only print checksum for the existing planesStefano Sabatini2012-02-14
| | | | Make the output a bit nicer.
* lavfi/*showinfo: use av_ts2* macros in showinfo and ashowinfoStefano Sabatini2012-02-14
|
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
| | | | | | | GCC 4.6.2 at least still seems to fail to put them in .rodata though, see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* ashowinfo: fix typo in description.Clément Bœsch2011-10-27
|
* vf_showinfo: print checksums in hexadecimal.Clément Bœsch2011-10-27
|
* af_ashowinfo: fix plane size computation for planar layout formatsStefano Sabatini2011-10-16
| | | | +10l.
* af_ashowinfo: adopt used plane size when computing the plane checksumStefano Sabatini2011-10-16
| | | | | Fix checksum computation when the used plane size is different from the allocated plane size, as it was wrongly assumed.
* lavfi: add ashowinfo filterStefano Sabatini2011-08-20
Useful for debugging.