log

age author description
Sat, 17 Nov 2007 18:31:26 +0000 reimar Move the DVD speed factor -> KB/s conversion into the case
Sat, 17 Nov 2007 18:27:17 +0000 reimar Add a missing close() to dvd_set_speed function
Sat, 17 Nov 2007 18:26:25 +0000 reimar Open device file only right before we need it, so we do not
Sat, 17 Nov 2007 18:23:46 +0000 reimar Do not print Ok message when setting speed limit failed
Sat, 17 Nov 2007 18:22:42 +0000 reimar AV_WB16(..., 1000) more obviously represents one second that assigning
Sat, 17 Nov 2007 18:20:04 +0000 reimar Use AV_WB32 instead of manual bit-fiddling when setting DVD speed
Sat, 17 Nov 2007 18:17:19 +0000 reimar GPCMD_SET_STREAMING command is 12 bytes large, not 16
Sat, 17 Nov 2007 18:08:53 +0000 rtogni Ignore stream id when checking rdt packet flags
Sat, 17 Nov 2007 17:28:33 +0000 reimar Remove a pointless #ifdef
Sat, 17 Nov 2007 17:27:30 +0000 reimar Replace if-else constructs for type -> fourcc mapping by a table in demux_mf
Sat, 17 Nov 2007 11:23:58 +0000 ulion Fix pausing_toggle not continue play bug when it follows a pause immediately.
Fri, 16 Nov 2007 21:32:09 +0000 nicodvb report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi
Fri, 16 Nov 2007 19:09:41 +0000 voroshil Add missed translatable string in my previous commit
Fri, 16 Nov 2007 18:59:35 +0000 voroshil Make sure that mplayer will receive actual media type
Fri, 16 Nov 2007 17:57:12 +0000 voroshil Fix FPS from bitrate calculation (was 8 times larger than real value).
Thu, 15 Nov 2007 22:16:41 +0000 rtogni Print warning about encrypted audio tracks
Thu, 15 Nov 2007 01:07:56 +0000 ulion Remove the pause filter and the cmd queue hack, to know the mplayer going to
Wed, 14 Nov 2007 22:26:14 +0000 nicodvb removed forgotten and out of date comment
Wed, 14 Nov 2007 22:25:10 +0000 nicodvb removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assume our fork)
Wed, 14 Nov 2007 22:21:04 +0000 nicodvb reindentation
Wed, 14 Nov 2007 22:20:19 +0000 nicodvb removed unneeded checks on the version of dvdnav (the acceptance of
Wed, 14 Nov 2007 14:30:10 +0000 compn change fftiff from untested to working
Wed, 14 Nov 2007 13:49:18 +0000 compn add tif support to demux_mf
Wed, 14 Nov 2007 12:57:17 +0000 voroshil Not all cards supports changing country code.
Wed, 14 Nov 2007 09:25:54 +0000 diego libogg muxer no longer exists in FFmpeg.
Wed, 14 Nov 2007 00:48:25 +0000 compn remove technical changes as pointed out by uau and diego, another update
Wed, 14 Nov 2007 00:48:12 +0000 compn mencoder has mkv nut and mxf output using lavf
Wed, 14 Nov 2007 00:33:34 +0000 compn some updates
Tue, 13 Nov 2007 23:47:15 +0000 diego The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.
Tue, 13 Nov 2007 23:02:49 +0000 lu_zero Check for second stream presence, fixes single stream playback (from amol)