log

age author description
Thu, 01 Mar 2007 20:35:29 +0000 reimar Explain how to select all DVB channels on a frequency.
Thu, 01 Mar 2007 19:48:40 +0000 reimar Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
Thu, 01 Mar 2007 18:51:38 +0000 michael s/admin/leader/
Thu, 01 Mar 2007 18:38:00 +0000 voroshil tv driver loading rework. As a side effect "-tv driver=help" option is
Thu, 01 Mar 2007 17:34:24 +0000 michael weaken veto right
Thu, 01 Mar 2007 14:57:44 +0000 ivo winsocks expects an int in milliseconds instead of struct timeval to set
Thu, 01 Mar 2007 12:54:38 +0000 reimar Replace MIN with FFMIN
Thu, 01 Mar 2007 12:54:08 +0000 reimar Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
Thu, 01 Mar 2007 12:51:33 +0000 reimar Use libavutil AV_RB/AV_WB macros instead of defining out own variants.
Thu, 01 Mar 2007 12:45:00 +0000 reimar Add missing registers to asm code in mp3lib
Thu, 01 Mar 2007 12:43:14 +0000 michael clarify root vs admin
Thu, 01 Mar 2007 12:16:34 +0000 michael spelling fixes by ivan
Thu, 01 Mar 2007 11:00:31 +0000 ivo 10l to me, typo. it should have read clflush
Thu, 01 Mar 2007 10:58:20 +0000 ivo cosmetics, missing space
Thu, 01 Mar 2007 10:57:36 +0000 ivo cflsh->clflush to keep consistent with Linux kernel
Thu, 01 Mar 2007 09:43:33 +0000 voroshil Update release tag due to previous functional changes as noticed by Ivan
Thu, 01 Mar 2007 03:43:38 +0000 michael new policy draft
Thu, 01 Mar 2007 02:26:08 +0000 voroshil Update 3ivx decoder to latest version and allow it to load required library.
Thu, 01 Mar 2007 02:06:22 +0000 voroshil Mark wma9spdshow audio codec as working, because hissing in audio (only one known
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