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
2013-11-16asvenc: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2012-12-12lavc: replace some forgotten instances of PixelFormat with AVPixelFormatAnton Khirnov
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
It is only used in that library.
2012-10-09lavc: split asv12 encoder/decoderAnton Khirnov