Commit History

Author SHA1 Message Date
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Stefano Sabatini 5d91e92853 Use avcodec_check_dimensions() for checking the frame size validity. 15 years ago
  Stefano Sabatini df77a6daab Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones. 15 years ago
  Stefano Sabatini faf67322dc Add missing check on the return value of the VIDIOCSWIN ioctl. 15 years ago
  Stefano Sabatini df2a3f2714 Use more descriptive long_names for Video4Linux input devices. 15 years ago
  Stefano Sabatini 7274a48035 Check that the device is a capture device immediately after opening 15 years ago
  Stefano Sabatini f233d34821 Remove unnecessary temporary variable "frame_size" from 15 years ago
  Stefano Sabatini fd867ffd43 Add missing check on the result of a VIDIOCCAPTURE ioctl. 15 years ago
  Stefano Sabatini c40432d30c Cosmetics: put a space after each comma, improve consistency and 15 years ago
  Stefano Sabatini 7bbacf9a0c Implement size autodetection if one of the width and height 15 years ago
  Stefano Sabatini 406c580854 Replace the width and height fields in VideoData with a struct 15 years ago
  Stefano Sabatini 9580ba2676 Replace frame_rate and frame_rate_base fields in VideoData with an 15 years ago
  Stefano Sabatini b9f382c8ef Remove unnecessary ret variable. 16 years ago
  Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
  Michael Niedermayer e9d4b8a533 Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. 16 years ago
  Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 16 years ago
  Stefano Sabatini e78d651f06 Distinguish the error reporting for the cases of wrong size and wrong 16 years ago
  Stefano Sabatini 7c1d608ece Make v4l_read_header() don't free a stream in case of failure when 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Diego Biurrun 0e58bf670d Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. 16 years ago
  Diego Biurrun b00675499c Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. 16 years ago
  Diego Pettenò 1411f55b63 Make v4l.c's video_formats constant and static. 16 years ago
  Michael Niedermayer 3ab64e46e2 Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() and 16 years ago
  Luca Abeni c721d803cb Introduce libavdevice 17 years ago