Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
2014-01-18 | reimar | vo_sdl: Avoid setenv code duplication. |
2014-01-18 | reimar | vo_sdl: simplify by using memcpy_pic. |
2014-01-18 | reimar | vo_sdl: set VFCAP_FLIP correctly. |
2014-01-18 | reimar | Remove empty draw_slice and draw_frame stubs. |
2014-01-18 | reimar | Fully reinit audio chain on format change. |
2014-01-18 | jrash | Synced with help_mp-en.h rev. 36587 |
2014-01-18 | reimar | vo_bl: cosmetics, use more readable array indexing syntax. |
2014-01-18 | reimar | vo_bl: consistently multiply by "channels". |
2014-01-18 | reimar | vo_bl: Simplify realloc + memset to calloc. |
2014-01-18 | reimar | vo_bl: Simplify/avoid duplicating size calculations. |
2014-01-18 | reimar | vo_bl: cosmetics, reindent. |
2014-01-18 | reimar | vo_bl: minor simplification of size reinit case. |
2014-01-18 | reimar | vo_bl: Do memory allocation only in one place. |
2014-01-18 | reimar | vo_bl: Simplify parser, reduce code duplication. |
2014-01-18 | reimar | vo_bl: Use strcspn |
2014-01-18 | reimar | vo_bl: Move variables into blocks that use them. |