log

age author description
Wed, 03 Oct 2007 21:39:01 +0000 nicodvb support for DTS as specified in DVB (untested)
Wed, 03 Oct 2007 17:06:27 +0000 reimar The combination _vis=yes and proc=v9 makes no sense and will not even compile.
Wed, 03 Oct 2007 15:27:02 +0000 voroshil Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal PCM.
Wed, 03 Oct 2007 14:13:11 +0000 reimar Do not uselessly set _x264 to the value it already has
Wed, 03 Oct 2007 13:57:33 +0000 reimar "AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
Wed, 03 Oct 2007 11:55:30 +0000 reimar Get rid of mp_msg_test in vo_png, only reason to use it is performance and
Wed, 03 Oct 2007 11:51:53 +0000 reimar Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier