Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Fri, 06 Mar 2009 11:39:13 +0000 | reimar | Use a single malloc to allocate space for the circular buffers. |
Fri, 06 Mar 2009 11:31:18 +0000 | reimar | Comment typo fixes for af_resample |
Fri, 06 Mar 2009 10:53:30 +0000 | reimar | Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD, |
Fri, 06 Mar 2009 10:50:43 +0000 | reimar | Remove duplicate OSD drawing introduced due to a conflict between r28840 and r28839. |
Fri, 06 Mar 2009 10:45:49 +0000 | reimar | Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn |
Fri, 06 Mar 2009 10:39:58 +0000 | reimar | As for vo_gl, do not rely on draw_osd to render EOSD. |
Fri, 06 Mar 2009 10:38:27 +0000 | greg | Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD. |