summaryrefslogtreecommitdiff
path: root/libavdevice/v4l.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-28
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-27
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-27
* Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2008-12-26
* Check that the device is a capture device immediately after openingStefano Sabatini2008-12-26
* Remove unnecessary temporary variable "frame_size" fromStefano Sabatini2008-12-26
* Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini2008-12-26
* Cosmetics: put a space after each comma, improve consistency andStefano Sabatini2008-12-26
* Implement size autodetection if one of the width and heightStefano Sabatini2008-12-17
* Replace the width and height fields in VideoData with a structStefano Sabatini2008-12-17
* Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini2008-12-17
* Remove unnecessary ret variable.Stefano Sabatini2008-12-07
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* 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
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
* Make v4l_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
* 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
* Make v4l.c's video_formats constant and static.Diego Pettenò2008-01-07
* Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() andMichael Niedermayer2007-12-28
* Introduce libavdeviceLuca Abeni2007-11-22