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
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Tue, 27 Apr 2004 13:28:16 +0000 |
michael |
fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>)
libavformat
|
Sun, 25 Apr 2004 13:30:21 +0000 |
michael |
ring buffer fix by (Luca Abeni <lucabe72 at email dot it>)
libavformat
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Tue, 09 Sep 2003 19:14:05 +0000 |
michaelni |
kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)
libavformat
|
Wed, 25 Jun 2003 10:21:45 +0000 |
al3x |
tv standard selection support for dv1394 and grab (v4l)
libavformat
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Thu, 23 Jan 2003 10:33:16 +0000 |
bellard |
grab device is in AVFormatParameter (at least better than global variable)
libavformat
|
Wed, 22 Jan 2003 22:40:52 +0000 |
bellard |
dv patch by Max Krasnyansky (maxk at qualcomm dot com)
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|