Thu, 19 Jul 2007 15:38:33 +0000 |
takis |
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
libavformat
|
Thu, 19 Jul 2007 15:37:44 +0000 |
takis |
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Thu, 19 Jul 2007 14:48:13 +0000 |
diego |
Make video hook infrastructure conditional on video hooks being enabled.
libavformat
|
Thu, 19 Jul 2007 10:48:50 +0000 |
benoit |
use sscanf to parse address
libavformat
|
Wed, 18 Jul 2007 11:56:36 +0000 |
benoit |
remove useless check
libavformat
|
Wed, 18 Jul 2007 07:57:26 +0000 |
benoit |
fix emulated inet_aton so that it fails for invalid addresses
libavformat
|
Tue, 17 Jul 2007 12:57:50 +0000 |
diego |
typo fixes
libavformat
|
Mon, 16 Jul 2007 20:30:28 +0000 |
ramiro |
MinGW has those include files.
libavformat
|
Mon, 16 Jul 2007 20:28:43 +0000 |
ramiro |
Move av_gettime() back to lavf/utils.c
libavformat
|
Mon, 16 Jul 2007 20:27:16 +0000 |
ramiro |
MinGW has gettimeofday() since mingw-runtime-3.10
libavformat
|
Mon, 16 Jul 2007 14:51:43 +0000 |
aurel |
add support for S_ASS and S_SSA codec string
libavformat
|
Mon, 16 Jul 2007 10:56:40 +0000 |
alex |
.memleak fix by Ronald Bultje. OK'd by Luca.
libavformat
|
Sun, 15 Jul 2007 18:24:39 +0000 |
michael |
remove likely wrong reseting of align_iframe
libavformat
|
Sat, 14 Jul 2007 15:12:38 +0000 |
aurel |
Avoid using undefined symbols.
libavformat
|
Sat, 14 Jul 2007 14:43:06 +0000 |
aurel |
Allow selecting only the vc1 demuxer.
libavformat
|
Sat, 14 Jul 2007 14:40:18 +0000 |
aurel |
Allow selecting only the mpegtsraw demuxer.
libavformat
|
Sat, 14 Jul 2007 14:35:17 +0000 |
aurel |
The dxa demuxer depends on riff.o.
libavformat
|
Sat, 14 Jul 2007 14:32:41 +0000 |
aurel |
The dv1394 demuxer depends on dv.o.
libavformat
|
Sat, 14 Jul 2007 14:27:20 +0000 |
aurel |
All those demuxers don't depend on riff.o anymore.
libavformat
|
Sat, 14 Jul 2007 14:01:20 +0000 |
aurel |
All those demuxers use pcm_read_seek() and thus depend on raw.o.
libavformat
|
Sat, 14 Jul 2007 13:37:24 +0000 |
aurel |
The c93 demuxer depends on vocdec.o.
libavformat
|
Sat, 14 Jul 2007 12:42:57 +0000 |
mru |
avoid division by zero in av_find_stream_info() when no time base is set
libavformat
|