Thu, 01 Mar 2007 00:22:03 +0000 |
uau |
Seek to -ss position, not 0, in per-file loop.
|
Wed, 28 Feb 2007 23:58:03 +0000 |
reimar |
comment is a C-string and \ must be properly escaped as \\
|
Wed, 28 Feb 2007 23:47:05 +0000 |
nicodvb |
test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng
|
Wed, 28 Feb 2007 23:40:39 +0000 |
nicodvb |
cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size
|
Wed, 28 Feb 2007 14:55:34 +0000 |
ivo |
do not rely on svn internals and use svn info instead
|
Wed, 28 Feb 2007 13:37:45 +0000 |
compn |
add comment about voxware on windows
|
Wed, 28 Feb 2007 11:50:23 +0000 |
ivo |
also respond to --help, -h and -? command line options
|
Wed, 28 Feb 2007 11:48:32 +0000 |
ivo |
fix printing of -(no)svn option
|
Wed, 28 Feb 2007 11:46:53 +0000 |
ivo |
clarify -none command line option
|
Wed, 28 Feb 2007 09:18:42 +0000 |
gpoirier |
remove C99-ism (mixed declaration and code),
|
Tue, 27 Feb 2007 22:25:00 +0000 |
nicodvb |
implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS; patch by the usual Hoyos
|
Tue, 27 Feb 2007 21:20:24 +0000 |
nicodvb |
assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos
|
Tue, 27 Feb 2007 21:16:54 +0000 |
nicodvb |
1000l, removed code that messed with the internals of demux_packet_t (but there's still more); patch by C.E.Hoyos fixed by me
|
Tue, 27 Feb 2007 20:22:05 +0000 |
nicodvb |
removed duplicated code in demux_seek(); stream_seek() already aligns to STREAM_BUFFER_SIZE boundary
|
Tue, 27 Feb 2007 20:15:31 +0000 |
nicodvb |
100000l: average != semidistance, fixed seeking to the middle position; patch by Zuxy meng (zuxy.megn gmail com)
|
Tue, 27 Feb 2007 19:49:29 +0000 |
diego |
10l: Add missing definition of USE_STREAM_CACHE.
|
Tue, 27 Feb 2007 17:16:44 +0000 |
voroshil |
Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.
|
Tue, 27 Feb 2007 17:13:17 +0000 |
diego |
Move the decision about stream cache compilation to configure.
|
Tue, 27 Feb 2007 17:12:23 +0000 |
diego |
Move glob-win.c out of MinGW section, configure handles it.
|
Tue, 27 Feb 2007 17:10:11 +0000 |
diego |
Simplify strip parameter for install handling.
|
Tue, 27 Feb 2007 17:06:36 +0000 |
diego |
grammar/spelling
|
Tue, 27 Feb 2007 17:06:04 +0000 |
diego |
small updates
|
Tue, 27 Feb 2007 17:05:20 +0000 |
diego |
Simplify .depend file inclusion.
|
Tue, 27 Feb 2007 17:04:46 +0000 |
diego |
Simplify .depend file inclusion.
|
Tue, 27 Feb 2007 17:04:18 +0000 |
diego |
Adding an extra -I.. parameter is no longer necessary.
|
Tue, 27 Feb 2007 16:00:34 +0000 |
diego |
Add commit nick for Rik Snel.
|
Tue, 27 Feb 2007 15:07:44 +0000 |
rik |
compilation fix clip_uint8 -> av_clip_uint8
|
Tue, 27 Feb 2007 01:16:59 +0000 |
uau |
Seek to -ss position without first starting audio/video from the start.
|