Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Fri, 17 Sep 2010 10:31:24 +0000 | diego | Mark functs not used outside of the file as static, remove from header; fixes: |
Fri, 17 Sep 2010 10:27:51 +0000 | diego | cosmetics: Move vlvo_preinit() below the functions that it uses. |
Fri, 17 Sep 2010 10:11:24 +0000 | diego | Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes: |
Fri, 17 Sep 2010 10:10:20 +0000 | diego | Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation. |
Fri, 17 Sep 2010 09:59:10 +0000 | diego | Mark fillMultiBuffer() as static, it is not used outside of the file; fixes: |
Fri, 17 Sep 2010 09:43:41 +0000 | diego | Remove outdated warning about obsolete gcc 2.96. |
Fri, 17 Sep 2010 08:59:36 +0000 | diego | Replace local min/max macros by FFMIN/FFMAX. |
Fri, 17 Sep 2010 08:18:47 +0000 | diego | Remove old obsolete warning about dfbopts. |