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 (Expand)Author
2013-08-07libavdevice: use avpriv_open()RĂ©mi Denis-Courmont
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2012-10-12lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-05Fix 'heigth' vs. 'height' typos.Diego Biurrun
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-06-23lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini
2011-06-23fbdev: prefer "framerate_q" over "fps" in device contextStefano Sabatini
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov
2011-06-02fbdev: add a framerate private option.Anton Khirnov
2011-03-28framebuffer device demuxerStefano Sabatini