summaryrefslogtreecommitdiff
path: root/libavfilter/vf_showinfo.c
Commit message (Collapse)AuthorAge
* vf_showinfo: print checksums in hexadecimal.Clément Bœsch2011-10-27
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: adpcm: split ADPCM encoders and decoders into separate files. doc/avconv: fix typo. rv34: check that subsequent slices have the same type as first one. smacker demuxer: handle possible av_realloc() failure. lavfi: add split filter from soc. lavfi: add showinfo filter libxavs: add private options corresponding to deprecated global options Conflicts: Changelog libavcodec/adpcm.c libavfilter/avfilter.h libavfilter/vf_showinfo.c libavfilter/vf_split.c libavformat/smacker.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add showinfo filterStefano Sabatini2011-09-12
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* showinfo: replace "CRC" by "checksum"Stefano Sabatini2011-05-15
| | | | | Indeed the Adler-32 checksum, which is computed by showinfo, is not cyclic, so using the term "CRC" is wrong/confusing.
* showinfo: fix vertical align nitStefano Sabatini2011-05-15
|
* showinfo: fix computation of Adler checksumStefano Sabatini2011-05-15
| | | | | Previously the code was computing the checksum only for the first line of each plane.
* lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-01
| | | | | | | | | Improve consistency with libavcodec. This breaks libavfilter API/ABI. The non-sequential 2.1.0 -> 2.4.0 bump is due to the mess previously done with the lavfi minor number.
* lavfi: add showinfo filterStefano Sabatini2011-04-27