log

age author description
Sat, 29 Jul 2006 12:07:33 +0000 ben french manpage for pvr:// input
Sat, 29 Jul 2006 11:07:34 +0000 ben added ivtv ao/vo in ChangeLog
Sat, 29 Jul 2006 11:03:38 +0000 ben missing supported PVR card reference
Sat, 29 Jul 2006 11:02:58 +0000 ben english manpage for pvr:// input
Fri, 28 Jul 2006 23:17:45 +0000 uau Set user_muted in mp_property_mute(). Fixes mute turning off when
Fri, 28 Jul 2006 21:51:13 +0000 ben updated en/fr manpages for ao_ivtv
Fri, 28 Jul 2006 21:39:48 +0000 ben ao_ivtv driver in authors/maintainers files
Fri, 28 Jul 2006 21:36:03 +0000 ben added audio output for ivtv cards
Fri, 28 Jul 2006 21:16:52 +0000 nicodvb removed default outfile for -ao mpegpes
Fri, 28 Jul 2006 21:15:31 +0000 nicodvb if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default, fail instead
Fri, 28 Jul 2006 19:37:49 +0000 reimar Some more documentation
Fri, 28 Jul 2006 18:19:44 +0000 reimar Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,
Fri, 28 Jul 2006 17:56:38 +0000 reimar 10l, last commit swapped U and V planes.
Fri, 28 Jul 2006 17:04:43 +0000 reimar Handle frames with stride correctly (e.g. the "Version" source of current AVS).
Fri, 28 Jul 2006 17:03:08 +0000 reimar Do not count each decoded frame twice.
Fri, 28 Jul 2006 16:33:27 +0000 uau cosmetics: fix incorrect indentation left by reimar and extra word in
Fri, 28 Jul 2006 15:40:05 +0000 nicodvb include sys/poll.h only when HAVE_DVB[_HEAD] is set
Fri, 28 Jul 2006 15:05:35 +0000 reimar Cosmetics for last commit
Fri, 28 Jul 2006 15:04:10 +0000 reimar Move more stuff under if (avs_has_video... to simplify later patches.
Fri, 28 Jul 2006 14:44:11 +0000 reimar set pts of the demux patcket correctly
Fri, 28 Jul 2006 14:37:41 +0000 reimar Move variable declarations to the block level where they are actually used
Fri, 28 Jul 2006 14:24:04 +0000 reimar call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer at netfarm it>
Fri, 28 Jul 2006 13:59:50 +0000 uau Remove code that prevented the OSD current time from going back by one
Fri, 28 Jul 2006 13:50:08 +0000 reimar Avoid large amounts of data on the stack (> 900k on 64 bit systems).
Fri, 28 Jul 2006 13:39:11 +0000 reimar Do not treat AV_NOPTS_VALUE as a valid duration value.
Fri, 28 Jul 2006 09:07:09 +0000 diego Comment some #endif lines.
Fri, 28 Jul 2006 08:20:31 +0000 diego unused variable warning fix
Fri, 28 Jul 2006 08:10:37 +0000 diego Fixes the format string for the warning message on line 182 (%x
Thu, 27 Jul 2006 21:06:13 +0000 diego Remove $ from a variable in a comment to avoid irritating expansion.
Thu, 27 Jul 2006 21:02:44 +0000 diego The C99 function strtof is unavailable in some BSD variants.