summaryrefslogtreecommitdiffstats
path: root/libavdevice/fbdev.c
Commit message (Collapse)AuthorAgeFilesLines
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-4/+0
| | | | | | AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
* 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
| | | | | | | | | | Show the invalid string in the error message. While at it also prefer "Could not" over "Couldn't", plain forms are preferred over contractions (simplify readability, especially for non English-savvy people). Signed-off-by: Anton Khirnov <anton@khirnov.net>
* fbdev: prefer "framerate_q" over "fps" in device contextStefano Sabatini2011-06-231-7/+7
| | | | | | | The variable is used for containing the parsed value of framerate, using a lexically consistent name eases readability/understanding. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-1/+0
| | | | | | It's simpler and less error-prone. Fixes some memleaks along the way.
* 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
Signed-off-by: Anton Khirnov <anton@khirnov.net>
OpenPOWER on IntegriCloud