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