| Commit message (Expand) | Author | Age | Files | Lines |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 4 | -13/+13 |
* | Remove the frame rate from struct video_data, and allow using a variable | Luca Abeni | 2009-01-07 | 1 | -13/+3 |
* | Use avcodec_check_dimensions() for checking the frame size validity. | Stefano Sabatini | 2008-12-28 | 2 | -9/+4 |
* | Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones. | Stefano Sabatini | 2008-12-27 | 1 | -1/+1 |
* | Add missing check on the return value of the VIDIOCSWIN ioctl. | Stefano Sabatini | 2008-12-27 | 1 | -1/+4 |
* | Use more descriptive long_names for Video4Linux input devices. | Stefano Sabatini | 2008-12-26 | 2 | -2/+2 |
* | Check that the device is a capture device immediately after opening | Stefano Sabatini | 2008-12-26 | 1 | -8/+8 |
* | Remove unnecessary temporary variable "frame_size" from | Stefano Sabatini | 2008-12-26 | 1 | -4/+3 |
* | Add missing check on the result of a VIDIOCCAPTURE ioctl. | Stefano Sabatini | 2008-12-26 | 1 | -1/+4 |
* | Cosmetics: put a space after each comma, improve consistency and | Stefano Sabatini | 2008-12-26 | 1 | -5/+5 |
* | Implement size autodetection if one of the width and height | Stefano Sabatini | 2008-12-17 | 1 | -4/+8 |
* | Replace the width and height fields in VideoData with a struct | Stefano Sabatini | 2008-12-17 | 1 | -24/+15 |
* | Replace frame_rate and frame_rate_base fields in VideoData with an | Stefano Sabatini | 2008-12-17 | 1 | -13/+8 |
* | Do not invade _t POSIX namespace. | Diego Biurrun | 2008-12-13 | 1 | -8/+8 |
* | Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs, | Reimar Döffinger | 2008-12-13 | 1 | -0/+1 |
* | Remove unnecessary ret variable. | Stefano Sabatini | 2008-12-07 | 1 | -6/+4 |
* | mingw: update w32api to 3.13 | Ramiro Polla | 2008-12-07 | 1 | -12/+0 |
* | Use OBJS variable for all object files | Måns Rullgård | 2008-10-25 | 1 | -2/+2 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 3 | -5/+5 |
* | The v4l2 driver can silently change the pixel format in the | Jens Rosenboom | 2008-10-21 | 1 | -0/+5 |
* | Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0. | Alexis Ballier | 2008-10-20 | 1 | -0/+1 |
* | Use enum typers instead of int. | Diego Pettenò | 2008-10-02 | 1 | -1/+1 |
* | sync to latest mingw api, remove unneeded struct definitions | Baptiste Coudurier | 2008-09-26 | 1 | -36/+0 |
* | V4L2 support for OpenBSD, patch by Brad, brad comstyle com | Brad | 2008-09-21 | 1 | -0/+4 |
* | set bits_per_coded_sample according to new lavc api | Baptiste Coudurier | 2008-09-09 | 1 | -1/+1 |
* | Add support for the RGB32 pixel format in video4linux2 devices | Jean Delvare | 2008-09-05 | 1 | -3/+1 |
* | Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in | Jean Delvare | 2008-09-05 | 1 | -0/+8 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 2 | -6/+6 |
* | Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. | Michael Niedermayer | 2008-08-19 | 2 | -0/+2 |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | Diego Biurrun | 2008-08-14 | 1 | -1/+1 |
* | strcasecmp() requires #include <strings.h> | Aurelien Jacobs | 2008-08-13 | 3 | -0/+3 |
* | Implement avdevice_version(). | Stefano Sabatini | 2008-08-08 | 2 | -1/+12 |
* | Cosmetics: make a v4l2 error message consistent with r14647. | Stefano Sabatini | 2008-08-08 | 1 | -1/+1 |
* | Change OSS long names. | Benoit Fouet | 2008-08-08 | 1 | -2/+2 |
* | Remove useless 'channels' assignment. | Benoit Fouet | 2008-08-07 | 1 | -2/+0 |
* | Distinguish the error reporting for the cases of wrong size and wrong | Stefano Sabatini | 2008-08-06 | 1 | -3/+6 |
* | Distinguish the error reporting for the cases of wrong size and wrong | Stefano Sabatini | 2008-08-06 | 1 | -4/+6 |
* | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun | 2008-07-24 | 1 | -2/+2 |
* | Make v4l2_read_header() don't free a stream in case of failure when | Stefano Sabatini | 2008-07-15 | 1 | -4/+0 |
* | Make v4l_read_header() don't free a stream in case of failure when | Stefano Sabatini | 2008-07-15 | 1 | -1/+0 |
* | One-bit bitfields should probably be unsigned. Unfortunately, it is left | Erik Hovland | 2008-07-08 | 1 | -1/+1 |
* | Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names. | Stefano Sabatini | 2008-06-17 | 1 | -2/+2 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 8 | -10/+10 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 10 | -14/+16 |
* | #include required headers directly. | Diego Biurrun | 2008-05-08 | 1 | -1/+7 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-05-08 | 1 | -6/+6 |
* | Remove unused avdevice.h header file; add config.h which is used. | Diego Biurrun | 2008-04-27 | 1 | -1/+1 |
* | typo | Ramiro Polla | 2008-04-14 | 1 | -1/+1 |
* | Add #if 0 code to test for yet unsupported compressions | Ramiro Polla | 2008-04-14 | 1 | -0/+12 |