]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavdevice/v4l.c
frsh: Print error messages
[frescor/ffmpeg.git] / libavdevice / v4l.c
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-12-28 stefanoUse avcodec_check_dimensions() for checking the frame...
2008-12-27 stefanoMake the VIDIOCMCAPTURE ioctl error message consistent...
2008-12-27 stefanoAdd missing check on the return value of the VIDIOCSWIN...
2008-12-26 stefanoUse more descriptive long_names for Video4Linux input...
2008-12-26 stefanoCheck that the device is a capture device immediately...
2008-12-26 stefanoRemove unnecessary temporary variable "frame_size"...
2008-12-26 stefanoAdd missing check on the result of a VIDIOCCAPTURE...
2008-12-26 stefanoCosmetics: put a space after each comma, improve consis...
2008-12-17 stefanoImplement size autodetection if one of the width and...
2008-12-17 stefanoReokace the width and height fields in VideoData with...
2008-12-17 stefanoReplace frame_rate and frame_rate_base fields in VideoD...
2008-12-07 stefanoRemove unnecessary ret variable.
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-08-19 michaelWorkaround bug in types.h that has typedef __u64 under...
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-08-06 stefanoDistinguish the error reporting for the cases of wrong...
2008-07-15 stefanoMake v4l_read_header() don't free a stream in case...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
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-07 benoitMake v4l.c's video_formats constant and static.
2007-12-28 michaelRemove AIW support code, it is unfit for ffmpeg svn...
2007-11-22 lucabeIntroduce libavdevice