log v4l2.c @ 2465:6a7f57bac0b2 libavformat

age author description
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Fri, 06 Jul 2007 07:18:25 +0000 lucabe Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c libavformat
Thu, 10 May 2007 10:15:15 +0000 lucabe Reindent code after last commit libavformat
Thu, 10 May 2007 10:14:42 +0000 lucabe Allow avoid setting the video standard and input when capturing v4l2 video. libavformat
Thu, 29 Mar 2007 06:32:54 +0000 lucabe Allow setting v4l2 input and video standard. libavformat
Wed, 14 Feb 2007 17:01:32 +0000 gpoirier implement new grabbing interface, as described here: libavformat
Wed, 14 Feb 2007 13:25:24 +0000 lucabe Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Mon, 12 Feb 2007 13:38:14 +0000 lucabe Pass a proper context to av_log() libavformat
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavformat
Wed, 06 Dec 2006 23:46:11 +0000 mru use the standard INT64_C() macro for 64-bit constants libavformat
Sun, 22 Oct 2006 09:56:08 +0000 lucabe Make read_packet fail is the v4l2 driver returns an unexpected frame size libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Thu, 15 Jun 2006 15:15:20 +0000 lucabe Fix segfault libavformat
Tue, 30 May 2006 13:04:18 +0000 lucabe Include the correct video4linux2 header libavformat
Mon, 13 Mar 2006 09:48:32 +0000 lucabe Do not be too verbose libavformat
Sat, 11 Mar 2006 00:22:21 +0000 michael simplify AVFormatParameters NULL checks libavformat
Tue, 28 Feb 2006 11:28:09 +0000 lucabe Add support for drivers that can change the capture size on VIDIOC_S_FMT libavformat
Tue, 28 Feb 2006 11:14:59 +0000 lucabe Error path fix: close the video device on failure libavformat
Sun, 26 Feb 2006 13:22:32 +0000 alex print a hint when trying V4L2 on V4L device libavformat
Wed, 01 Feb 2006 11:31:33 +0000 diego video4linux2 input support libavformat