log

age author description
Fri, 31 Oct 2003 13:23:33 +0000 michael 1000l
Fri, 31 Oct 2003 12:59:51 +0000 michael 10l
Thu, 30 Oct 2003 16:52:05 +0000 ranma Document lmin and lmax lavcopts; mpeg vrc_buf_size values
Thu, 30 Oct 2003 15:31:57 +0000 lumag Sync
Thu, 30 Oct 2003 15:02:16 +0000 mosu Do not display VobSubs whose timecodes are < 0 which would make all VobSubs appear from the start on upon seeking. Patch by "Reder, Uwe" <Uwe.Reder@3SOFT.de>.
Thu, 30 Oct 2003 14:57:06 +0000 mosu Removed temporary .cpp file used during the Matroska test. Updated the libebml and libmatroska requirements to at least v0.6.0 for both. There have been changes in the lacing code, and users WILL come and complain why mplayer, linked against older versions, will have issues playing newer files.
Thu, 30 Oct 2003 14:50:04 +0000 mosu Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mplayer in some cases.
Thu, 30 Oct 2003 14:39:18 +0000 wight sync
Thu, 30 Oct 2003 12:36:40 +0000 diego bug fixes based on a patch by Nicol«”s Lichtmaier <nick@technisys.com.ar>
Thu, 30 Oct 2003 12:10:09 +0000 diego Dependencies for autogenerated files added.
Thu, 30 Oct 2003 02:23:09 +0000 diego QT DLLs need to be in the system dir.
Thu, 30 Oct 2003 00:21:31 +0000 diego Missing <application> tags added, patch by Maciej Paszta <paszczi@go2.pl>.
Thu, 30 Oct 2003 00:08:06 +0000 diego A-V sync fix by Timo Kanera <timo@kanera.de>.
Wed, 29 Oct 2003 22:51:09 +0000 nauj27 sync
Wed, 29 Oct 2003 18:09:20 +0000 mosu VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU packets remain. So no more need for mpeg_run in the demuxer. The muxer compresses each entry independently with a full deflateInit, deflateEnd.