| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Factorize common code in v4l2_set_parameters(). | Stefano Sabatini | 2011-01-05 | 1 | -14/+7 |
* | In video4linux2, in the case the timebase value in ap is 0/0, read the | Stefano Sabatini | 2011-01-05 | 1 | -0/+13 |
* | In the video4linux2 output device, log an error description in case of | Stefano Sabatini | 2011-01-04 | 1 | -1/+1 |
* | Allow to set the frame rate in v4l2 devices | José Miguel Gonçalves | 2010-09-23 | 1 | -0/+27 |
* | Cosmetics: simplify layout of fmt_conversion_table, make it shorter | Stefano Sabatini | 2010-09-12 | 1 | -75/+16 |
* | Cosmetics: apply minor style fixes. | Stefano Sabatini | 2010-09-11 | 1 | -14/+14 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for | Pete Eberlein | 2010-08-11 | 1 | -0/+5 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in case | Stefano Sabatini | 2010-05-01 | 1 | -4/+4 |
* | Check the return value of device_try_init() immediately after calling such a | Luca Abeni | 2010-04-28 | 1 | -3/+2 |
* | Fix weird brace placement. | Stefano Sabatini | 2010-04-27 | 1 | -2/+1 |
* | Reduce the verbosity of the v4l2 input device | Luca Abeni | 2010-04-27 | 1 | -3/+3 |
* | Simplify some output messages in the v4l2 input device | Luca Abeni | 2010-04-27 | 1 | -3/+2 |
* | Implement v4l2 input size autodetection in v4l2_read_header(). | Stefano Sabatini | 2010-04-26 | 1 | -8/+18 |
* | Return meaningful error codes, rather than always -1. | Stefano Sabatini | 2010-04-26 | 1 | -17/+17 |
* | Remove unnecessary width and height variables from v4l2_read_header(). | Stefano Sabatini | 2010-04-25 | 1 | -10/+6 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. | Jai Menon | 2010-01-28 | 1 | -4/+4 |
* | Define device_try_init() as static in libavdevice/v4l2.c. | Reinhard Tartler | 2010-01-03 | 1 | -5/+5 |
* | Support compressed formats in the V4L2 input device. | Luca Abeni | 2009-12-14 | 1 | -27/+61 |
* | Add support for V4L2 compressed formats in the table used for converting | Luca Abeni | 2009-12-14 | 1 | -0/+23 |
* | Use the correct type for the V4L2 format. | Luca Abeni | 2009-12-14 | 1 | -2/+2 |
* | Return pkt->size in v4l2_read_packet(). | Luca Abeni | 2009-12-14 | 1 | -1/+1 |
* | Cast a __u64 variable to uint64_t so that it can be printed without warnings | Luca Abeni | 2009-02-15 | 1 | -1/+1 |
* | If AVPacket->data == NULL, the packet does not contain any buffer to | Luca Abeni | 2009-01-30 | 1 | -0/+4 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | 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 | 1 | -4/+1 |
* | Use more descriptive long_names for Video4Linux input devices. | Stefano Sabatini | 2008-12-26 | 1 | -1/+1 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -3/+3 |
* | The v4l2 driver can silently change the pixel format in the | Jens Rosenboom | 2008-10-21 | 1 | -0/+5 |
* | V4L2 support for OpenBSD, patch by Brad, brad comstyle com | Brad | 2008-09-21 | 1 | -0/+4 |
* | 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 |
* | Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. | Michael Niedermayer | 2008-08-19 | 1 | -0/+1 |
* | strcasecmp() requires #include <strings.h> | Aurelien Jacobs | 2008-08-13 | 1 | -0/+1 |
* | Cosmetics: make a v4l2 error message consistent with r14647. | Stefano Sabatini | 2008-08-08 | 1 | -1/+1 |
* | Distinguish the error reporting for the cases of wrong size and wrong | Stefano Sabatini | 2008-08-06 | 1 | -3/+6 |
* | Make v4l2_read_header() don't free a stream in case of failure when | Stefano Sabatini | 2008-07-15 | 1 | -4/+0 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. | Diego Biurrun | 2008-03-24 | 1 | -2/+0 |
* | Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. | Diego Biurrun | 2008-03-20 | 1 | -0/+4 |
* | Clarify the error message when video width, height, or framerate are not | Michel Bardiaux | 2008-01-17 | 1 | -1/+1 |