OSDN Git Service

wavpack: Check error codes rather than working around error conditions.
[coroid/libav_saccubus.git] / libavdevice / v4l.c
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-05-26 Anton Khirnovv4l: include avdevice.h
2011-05-26 Anton Khirnovlavdevice: mark v4l for removal on next major bump.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.standard.
2011-05-25 Anton Khirnovv4l: add a private option for video standard.
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
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