90 Commits (832404cea798c913ef57654c4b8326dc4b8adf91)

Author SHA1 Message Date
Diego Biurrun f8a32581fa Add necessary #includes to pass 'make checkheaders'. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Luca Abeni 5449a787c9 If AVPacket->data == NULL, the packet does not contain any buffer to 16 years ago
Nicolas George 35fd81224a Add ALSA support in libavdevice. 16 years ago
Benoit Fouet 33054e35e3 Rename audio.c to oss_audio.c in libavdevice. 16 years ago
Benoit Fouet 0c26e964e9 Use avf context in av_log, instead of NULL. 16 years ago
Benoit Fouet d99b81664b Pass avf context to audio_open(). 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Luca Abeni e7b987dc2f Remove the frame rate from struct video_data, and allow using a variable 16 years ago
Stefano Sabatini 5d91e92853 Use avcodec_check_dimensions() for checking the frame size validity. 16 years ago
Stefano Sabatini df77a6daab Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones. 16 years ago
Stefano Sabatini faf67322dc Add missing check on the return value of the VIDIOCSWIN ioctl. 16 years ago
Stefano Sabatini df2a3f2714 Use more descriptive long_names for Video4Linux input devices. 16 years ago
Stefano Sabatini 7274a48035 Check that the device is a capture device immediately after opening 16 years ago
Stefano Sabatini f233d34821 Remove unnecessary temporary variable "frame_size" from 16 years ago
Stefano Sabatini fd867ffd43 Add missing check on the result of a VIDIOCCAPTURE ioctl. 16 years ago
Stefano Sabatini c40432d30c Cosmetics: put a space after each comma, improve consistency and 16 years ago
Stefano Sabatini 7bbacf9a0c Implement size autodetection if one of the width and height 16 years ago
Stefano Sabatini 406c580854 Replace the width and height fields in VideoData with a struct 16 years ago
Stefano Sabatini 9580ba2676 Replace frame_rate and frame_rate_base fields in VideoData with an 16 years ago
Diego Biurrun 616deed28f Do not invade _t POSIX namespace. 16 years ago
Reimar Döffinger eb857782e7 Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs, 16 years ago
Stefano Sabatini b9f382c8ef Remove unnecessary ret variable. 16 years ago
Ramiro Polla bc4b722143 mingw: update w32api to 3.13 16 years ago
Måns Rullgård c87348a922 Use OBJS variable for all object files 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Jens Rosenboom 3d0d9a5e3b The v4l2 driver can silently change the pixel format in the 16 years ago
Alexis Ballier d84b1cb3da Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0. 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Baptiste Coudurier a3250d073d sync to latest mingw api, remove unneeded struct definitions 16 years ago
Brad 1b6e8b734c V4L2 support for OpenBSD, patch by Brad, brad comstyle com 16 years ago
Baptiste Coudurier 00adc1e5dc set bits_per_coded_sample according to new lavc api 16 years ago
Jean Delvare 92d04e765e Add support for the RGB32 pixel format in video4linux2 devices 16 years ago
Jean Delvare 97a290efcb Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Michael Niedermayer e9d4b8a533 Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. 16 years ago
Diego Biurrun 29a717aef2 Use '#include <poll.h>' instead of '#include <sys/poll.h>'. 16 years ago
Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 16 years ago
Stefano Sabatini b3b990b659 Implement avdevice_version(). 16 years ago
Stefano Sabatini 3241ec1d6f Cosmetics: make a v4l2 error message consistent with r14647. 16 years ago
Benoit Fouet c57c489753 Change OSS long names. 16 years ago
Benoit Fouet 0f680571fa Remove useless 'channels' assignment. 16 years ago
Stefano Sabatini 99423fa0ee Distinguish the error reporting for the cases of wrong size and wrong 16 years ago
Stefano Sabatini e78d651f06 Distinguish the error reporting for the cases of wrong size and wrong 16 years ago
Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 16 years ago
Stefano Sabatini deaab5fc32 Make v4l2_read_header() don't free a stream in case of failure when 16 years ago
Stefano Sabatini 7c1d608ece Make v4l_read_header() don't free a stream in case of failure when 16 years ago
Erik Hovland 72e043dd0f One-bit bitfields should probably be unsigned. Unfortunately, it is left 16 years ago