Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-15showinfo: replace "CRC" by "checksum"Stefano Sabatini
Indeed the Adler-32 checksum, which is computed by showinfo, is not cyclic, so using the term "CRC" is wrong/confusing.
2011-05-15showinfo: fix vertical align nitStefano Sabatini
2011-05-15showinfo: fix computation of Adler checksumStefano Sabatini
Previously the code was computing the checksum only for the first line of each plane.
2011-05-01lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini
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.
2011-04-27lavfi: add showinfo filterStefano Sabatini