log grab.c @ 2276:3c1e2d519277 libavformat

age author description
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Tue, 17 Jul 2007 12:57:50 +0000 diego typo fixes libavformat
Thu, 07 Jun 2007 14:13:59 +0000 diego Fix linking: emms_c is a macro, #include the correct header file. libavformat
Thu, 07 Jun 2007 13:24:19 +0000 diego emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net libavformat
Mon, 04 Jun 2007 13:28:02 +0000 mhoffman extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 libavformat
Mon, 04 Jun 2007 13:25:29 +0000 mhoffman convert if then else video palette to pix_fmt construct to simpiler table based lookup. libavformat
Wed, 16 May 2007 09:21:23 +0000 diego Drop unnecessary libavcodec/ prefix in #include path. libavformat
Tue, 03 Apr 2007 21:09:36 +0000 diego There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring libavformat
Wed, 14 Feb 2007 17:01:32 +0000 gpoirier implement new grabbing interface, as described here: libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavformat
Thu, 18 Jan 2007 15:42:25 +0000 alex omg, major typo (fails if card supports rgb24) libavformat
Thu, 28 Dec 2006 00:32:06 +0000 aurel fall back mmap() call using MAP_PRIVATE for working on no-mmu systems libavformat
Wed, 06 Dec 2006 23:46:11 +0000 mru use the standard INT64_C() macro for 64-bit constants libavformat
Sun, 12 Nov 2006 20:08:09 +0000 mru rename cropTbl -> ff_cropTbl libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Fri, 15 Sep 2006 11:17:41 +0000 gpoirier Add support for 8-bit grayscale to V4L grabber 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
Wed, 28 Jun 2006 12:18:22 +0000 lucabe Properly set the image depth libavformat
Thu, 04 May 2006 12:23:12 +0000 lucabe Fix v4l grabbing with some webcams, and simplify the code. libavformat
Mon, 13 Mar 2006 09:47:37 +0000 lucabe Tell the user why video capture is failing libavformat
Sat, 11 Mar 2006 00:22:21 +0000 michael simplify AVFormatParameters NULL checks libavformat
Wed, 01 Feb 2006 11:31:33 +0000 diego video4linux2 input support libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Mon, 05 Dec 2005 20:44:56 +0000 diego Unify include paths, -I.. is in CFLAGS. libavformat
Wed, 12 Oct 2005 22:35:06 +0000 alex lame bit_rate calculation libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat