log

age author description
Sat, 17 Feb 2007 21:04:46 +0000 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
Sat, 17 Feb 2007 20:58:55 +0000 reimar Move common vo initialization code to video_out.c
Sat, 17 Feb 2007 17:24:07 +0000 nicodvb cosmetics
Sat, 17 Feb 2007 16:30:59 +0000 ods15 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe
Sat, 17 Feb 2007 13:28:44 +0000 michael negative stride and h_size-=8 fix
Sat, 17 Feb 2007 12:58:35 +0000 michael swap palette on big endian
Sat, 17 Feb 2007 11:40:01 +0000 michael palette init code for IMGFMT_RGB4 and IMGFMT_RG4B
Sat, 17 Feb 2007 11:36:02 +0000 michael BGR/RGB4 byte formats as input
Sat, 17 Feb 2007 11:34:25 +0000 michael add IMGFMT_RGB8 palette init code what moron actually added init code just for half of the formats?!
Sat, 17 Feb 2007 11:04:13 +0000 michael another ridiculous palette bug which has nothing to do with the new palete support in sws
Sat, 17 Feb 2007 09:05:19 +0000 voroshil wording, typos fix
Sat, 17 Feb 2007 03:02:38 +0000 michael mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many buffers it seems)
Fri, 16 Feb 2007 23:18:47 +0000 eugeni Restore a minus sign that was lost in r22231.
Fri, 16 Feb 2007 23:09:13 +0000 uau Don't segfault if no -format is given for lavf
Fri, 16 Feb 2007 21:17:41 +0000 michael PAL8 ...
Fri, 16 Feb 2007 21:17:15 +0000 michael pal8 input
Fri, 16 Feb 2007 19:18:52 +0000 voroshil r22201: some clarification about dvb-out playback
Fri, 16 Feb 2007 18:53:19 +0000 voroshil r22184: When setting the non-audio bit for hwac3 output, just try to set the...
Fri, 16 Feb 2007 17:54:47 +0000 eugeni Implement \frx and \fry (and reimplement \frz) as 3d rotations.
Fri, 16 Feb 2007 17:51:07 +0000 eugeni Consistently name z-axis rotation angle "frz".
Fri, 16 Feb 2007 17:49:35 +0000 eugeni Move conversions between 16.16, 26.6 fixed point and int, double to separate
Fri, 16 Feb 2007 13:56:04 +0000 compn update wishlist, approved by diego
Fri, 16 Feb 2007 00:30:05 +0000 nicodvb support for H263-2000; patch by Carl Eugen Hoyos
Thu, 15 Feb 2007 22:03:09 +0000 eugeni Select the first charmap in the font, if FreeType did not autoselect any.
Thu, 15 Feb 2007 21:53:28 +0000 eugeni \r resets \frz to style value.
Thu, 15 Feb 2007 21:51:51 +0000 eugeni Fix \t(\frz) handling.
Thu, 15 Feb 2007 21:50:21 +0000 eugeni \org(0,0) is different from no \org at all.
Thu, 15 Feb 2007 18:24:12 +0000 reimar We definitely want to avoid an emulated poll()
Thu, 15 Feb 2007 16:18:14 +0000 compn fix my entry to authors
Thu, 15 Feb 2007 15:54:06 +0000 reimar Simplify code by using separate variables for large common expressions.