]> git.sesse.net Git - ffmpeg/history - libavdevice/v4l2.c
Reduce the verbosity of the v4l2 input device
[ffmpeg] / libavdevice / v4l2.c
2010-04-27 Luca AbeniReduce the verbosity of the v4l2 input device
2010-04-27 Luca AbeniSimplify some output messages in the v4l2 input device
2010-04-26 Stefano SabatiniImplement v4l2 input size autodetection in v4l2_read_he...
2010-04-26 Stefano SabatiniReturn meaningful error codes, rather than always -1.
2010-04-25 Stefano SabatiniRemove unnecessary width and height variables from...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-28 Jai MenonAvoid using deprecated AVFormatParameters::[audio|video...
2010-01-03 Reinhard TartlerDefine device_try_init() as static in libavdevice/v4l2.c.
2009-12-14 Luca AbeniSupport compressed formats in the V4L2 input device.
2009-12-14 Luca AbeniAdd support for V4L2 compressed formats in the table...
2009-12-14 Luca AbeniUse the correct type for the V4L2 format.
2009-12-14 Luca AbeniReturn pkt->size in v4l2_read_packet().
2009-02-15 Luca AbeniCast a __u64 variable to uint64_t so that it can be...
2009-01-30 Luca AbeniIf AVPacket->data == NULL, the packet does not contain...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 Luca AbeniRemove the frame rate from struct video_data, and allow...
2008-12-28 Stefano SabatiniUse avcodec_check_dimensions() for checking the frame...
2008-12-26 Stefano SabatiniUse more descriptive long_names for Video4Linux input...
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-21 Jens RosenboomThe v4l2 driver can silently change the pixel format...
2008-09-21 BradV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-05 Jean DelvareAdd support for the RGB32 pixel format in video4linux2...
2008-09-05 Jean DelvareAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-08-19 Michael NiedermayerWorkaround bug in types.h that has typedef __u64 under...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-08-08 Stefano SabatiniCosmetics: make a v4l2 error message consistent with...
2008-08-06 Stefano SabatiniDistinguish the error reporting for the cases of wrong...
2008-07-15 Stefano SabatiniMake v4l2_read_header() don't free a stream in case...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-24 Diego BiurrunRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-20 Diego BiurrunOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2008-01-17 Michel BardiauxClarify the error message when video width, height...
2007-11-22 Luca AbeniIntroduce libavdevice