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
|