]> git.sesse.net Git - ffmpeg/history - libavdevice/v4l.c
Use avcodec_check_dimensions() for checking the frame size validity.
[ffmpeg] / libavdevice / v4l.c
2008-12-28 Stefano SabatiniUse avcodec_check_dimensions() for checking the frame...
2008-12-27 Stefano SabatiniMake the VIDIOCMCAPTURE ioctl error message consistent...
2008-12-27 Stefano SabatiniAdd missing check on the return value of the VIDIOCSWIN...
2008-12-26 Stefano SabatiniUse more descriptive long_names for Video4Linux input...
2008-12-26 Stefano SabatiniCheck that the device is a capture device immediately...
2008-12-26 Stefano SabatiniRemove unnecessary temporary variable "frame_size"...
2008-12-26 Stefano SabatiniAdd missing check on the result of a VIDIOCCAPTURE...
2008-12-26 Stefano SabatiniCosmetics: put a space after each comma, improve consis...
2008-12-17 Stefano SabatiniImplement size autodetection if one of the width and...
2008-12-17 Stefano SabatiniReplace the width and height fields in VideoData with...
2008-12-17 Stefano SabatiniReplace frame_rate and frame_rate_base fields in VideoD...
2008-12-07 Stefano SabatiniRemove unnecessary ret variable.
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
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-06 Stefano SabatiniDistinguish the error reporting for the cases of wrong...
2008-07-15 Stefano SabatiniMake v4l_read_header() don't free a stream in case...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
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-07 Diego PettenòMake v4l.c's video_formats constant and static.
2007-12-28 Michael NiedermayerRemove AIW support code, it is unfit for ffmpeg svn...
2007-11-22 Luca AbeniIntroduce libavdevice