summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAge
...
| * v4l2: add a pixel_format private option.Anton Khirnov2011-05-27
* | v4l2: create file @doxy from text in the copyright headerStefano Sabatini2011-05-28
* | v4l2: remove pointless empty linesStefano Sabatini2011-05-28
* | v4l2: set default standard to NULLStefano Sabatini2011-05-28
* | v4l2: use OFFSET macro when setting optionsStefano Sabatini2011-05-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * v4l2: add video_size private option.Anton Khirnov2011-05-27
| * v4l2: factorize returning error codes.Anton Khirnov2011-05-27
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-26
|\|
| * 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
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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
* Fix weird brace placement.Stefano Sabatini2010-04-27
* Reduce the verbosity of the v4l2 input deviceLuca Abeni2010-04-27
* Simplify some output messages in the v4l2 input deviceLuca Abeni2010-04-27
* Implement v4l2 input size autodetection in v4l2_read_header().Stefano Sabatini2010-04-26
* Return meaningful error codes, rather than always -1.Stefano Sabatini2010-04-26
* Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini2010-04-25
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-28
* Define device_try_init() as static in libavdevice/v4l2.c.Reinhard Tartler2010-01-03
* Support compressed formats in the V4L2 input device.Luca Abeni2009-12-14
* Add support for V4L2 compressed formats in the table used for convertingLuca Abeni2009-12-14
* Use the correct type for the V4L2 format.Luca Abeni2009-12-14
* Return pkt->size in v4l2_read_packet().Luca Abeni2009-12-14
* Cast a __u64 variable to uint64_t so that it can be printed without warningsLuca Abeni2009-02-15
* If AVPacket->data == NULL, the packet does not contain any buffer toLuca Abeni2009-01-30
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove the frame rate from struct video_data, and allow using a variableLuca Abeni2009-01-07
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-28