]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavdevice/v4l2.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavdevice / v4l2.c
2009-02-15 lucabeCast a __u64 variable to uint64_t so that it can be...
2009-01-30 lucabeIf AVPacket->data == NULL, the packet does not contain...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 lucabeRemove the frame rate from struct video_data, and allow...
2008-12-28 stefanoUse avcodec_check_dimensions() for checking the frame...
2008-12-26 stefanoUse more descriptive long_names for Video4Linux input...
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-21 lucabeThe v4l2 driver can silently change the pixel format...
2008-09-21 diegoV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-05 lucabeADD support for the RGB32 pixel format in video4linux2...
2008-09-05 lucabeAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-08-19 michaelWorkaround bug in types.h that has typedef __u64 under...
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-08-08 stefanoCosmetics: make a v4l2 error message consistent with...
2008-08-06 stefanoDistinguish the error reporting for the cases of wrong...
2008-07-15 stefanoMake v4l2_read_header() don't free a stream in case...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-24 diegoRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-20 diegoOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2008-01-17 lucabeClarify the error message when video width, height...
2007-11-22 lucabeIntroduce libavdevice