Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
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. |