summaryrefslogtreecommitdiffstats
path: root/libavdevice/fbdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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