summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAge
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* v4l2: use C99 struct initializerLuca Barbato2012-01-10
* v4l2: poll the file descriptorLuca Barbato2012-01-10
* v4l2: support compressed formatsLuca Barbato2012-01-10
* v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau2012-01-04
* v4l2: list available formatsLuca Barbato2012-01-04
* v4l2: set the proper codec_tagLuca Barbato2012-01-04
* v4l2: refactor device_openLuca Barbato2012-01-04
* v4l2: simplify away io_methodLuca Barbato2012-01-04
* v4l2: cosmeticsLuca Barbato2012-01-04
* v4l2: uniform and format optionsLuca Barbato2012-01-04
* v4l2: do not force interlaced modeLuca Barbato2012-01-04
* v4l2: remove unneded linux specific asm/types.h includeJanne Grunau2011-12-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* 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
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-23
* v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini2011-06-23
* v4l2: do not force NTSC as standardLuca Barbato2011-06-05
* 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
* v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.Anton Khirnov2011-06-02
* v4l2: add a framerate private option.Anton Khirnov2011-06-02
* v4l2: don't leak video standard string on error.Anton Khirnov2011-05-29
* v4l2: add a pixel_format private option.Anton Khirnov2011-05-27
* v4l2: add video_size private option.Anton Khirnov2011-05-27
* v4l2: factorize returning error codes.Anton Khirnov2011-05-27
* lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-25
* v4l2: reindent.Anton Khirnov2011-05-25
* v4l2: add a private option for channel.Anton Khirnov2011-05-25
* lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-25
* v4l2: add a private option for video standard.Anton Khirnov2011-05-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Factorize common code in v4l2_set_parameters().Stefano Sabatini2011-01-05
* In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini2011-01-05
* In the video4linux2 output device, log an error description in case ofStefano Sabatini2011-01-04
* Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves2010-09-23
* Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini2010-09-12
* Cosmetics: apply minor style fixes.Stefano Sabatini2010-09-11
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein2010-08-11
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini2010-05-01
* Check the return value of device_try_init() immediately after calling such aLuca Abeni2010-04-28