summaryrefslogtreecommitdiff
path: root/libavdevice/fbdev.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* fbdev: Support the RGB565 colour space.Dan Flett2015-07-11
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* fbdev: Use av_strerrorLuca Barbato2014-10-29
* avdevice: Give names to anonymously typedeffed structsDiego Biurrun2014-07-18
* libavdevice: use avpriv_open()RĂ©mi Denis-Courmont2013-08-07
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Fix 'heigth' vs. 'height' typos.Diego Biurrun2011-10-05
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-23
* fbdev: prefer "framerate_q" over "fps" in device contextStefano Sabatini2011-06-23
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov2011-06-04
* fbdev: add a framerate private option.Anton Khirnov2011-06-02
* framebuffer device demuxerStefano Sabatini2011-03-28