]> git.sesse.net Git - ffmpeg/history - libavdevice/v4l2.c
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
[ffmpeg] / libavdevice / v4l2.c
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