summaryrefslogtreecommitdiff
path: root/libavfilter/af_ashowinfo.c
Commit message (Collapse)AuthorAge
...
* 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.