summaryrefslogtreecommitdiffstats
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-21/+0
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-231-2/+2
* v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini2011-06-231-11/+11
* v4l2: do not force NTSC as standardLuca Barbato2011-06-051-1/+1
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-4/+0
* fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov2011-06-041-2/+2
* v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.Anton Khirnov2011-06-021-1/+1
* v4l2: add a framerate private option.Anton Khirnov2011-06-021-12/+20
* v4l2: don't leak video standard string on error.Anton Khirnov2011-05-291-1/+1
* v4l2: add a pixel_format private option.Anton Khirnov2011-05-271-3/+15
* v4l2: add video_size private option.Anton Khirnov2011-05-271-2/+16
* v4l2: factorize returning error codes.Anton Khirnov2011-05-271-11/+17
* lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-251-0/+2
* v4l2: reindent.Anton Khirnov2011-05-251-14/+14
* v4l2: add a private option for channel.Anton Khirnov2011-05-251-5/+8
* lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-251-0/+2
* v4l2: add a private option for video standard.Anton Khirnov2011-05-251-5/+28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Factorize common code in v4l2_set_parameters().Stefano Sabatini2011-01-051-14/+7
* In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini2011-01-051-0/+13
* In the video4linux2 output device, log an error description in case ofStefano Sabatini2011-01-041-1/+1
* Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves2010-09-231-0/+27
* Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini2010-09-121-75/+16
* Cosmetics: apply minor style fixes.Stefano Sabatini2010-09-111-14/+14
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein2010-08-111-0/+5
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini2010-05-011-4/+4
* Check the return value of device_try_init() immediately after calling such aLuca Abeni2010-04-281-3/+2
* Fix weird brace placement.Stefano Sabatini2010-04-271-2/+1
* Reduce the verbosity of the v4l2 input deviceLuca Abeni2010-04-271-3/+3
* Simplify some output messages in the v4l2 input deviceLuca Abeni2010-04-271-3/+2
* Implement v4l2 input size autodetection in v4l2_read_header().Stefano Sabatini2010-04-261-8/+18
* Return meaningful error codes, rather than always -1.Stefano Sabatini2010-04-261-17/+17
* Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini2010-04-251-10/+6
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-281-4/+4
* Define device_try_init() as static in libavdevice/v4l2.c.Reinhard Tartler2010-01-031-5/+5
* Support compressed formats in the V4L2 input device.Luca Abeni2009-12-141-27/+61
* Add support for V4L2 compressed formats in the table used for convertingLuca Abeni2009-12-141-0/+23
* Use the correct type for the V4L2 format.Luca Abeni2009-12-141-2/+2
* Return pkt->size in v4l2_read_packet().Luca Abeni2009-12-141-1/+1
* Cast a __u64 variable to uint64_t so that it can be printed without warningsLuca Abeni2009-02-151-1/+1
* If AVPacket->data == NULL, the packet does not contain any buffer toLuca Abeni2009-01-301-0/+4
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Remove the frame rate from struct video_data, and allow using a variableLuca Abeni2009-01-071-13/+3
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-281-4/+1
OpenPOWER on IntegriCloud