summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAge
* 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
* Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2008-12-26
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* The v4l2 driver can silently change the pixel format in theJens Rosenboom2008-10-21
* V4L2 support for OpenBSD, patch by Brad, brad comstyle comBrad2008-09-21
* Add support for the RGB32 pixel format in video4linux2 devicesJean Delvare2008-09-05
* Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats inJean Delvare2008-09-05
* Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer2008-08-19
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini2008-08-08
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
* Make v4l2_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-15
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun2008-03-24
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-20
* Clarify the error message when video width, height, or framerate are notMichel Bardiaux2008-01-17
* Introduce libavdeviceLuca Abeni2007-11-22