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