Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Tue, 14 Sep 2010 09:41:32 +0000 | diego | Mark local functions in configure tests as static; fixes the warnings: |
Tue, 14 Sep 2010 09:08:31 +0000 | diego | Use complete set of warning flags during compilation checks. |
Mon, 13 Sep 2010 18:19:25 +0000 | diego | build system: Merge all FFmpeg library checks into a single FFmpeg check. |
Mon, 13 Sep 2010 18:09:29 +0000 | diego | Move TV input new_handle static function to tv.c and make it non-static. |
Mon, 13 Sep 2010 18:06:20 +0000 | diego | Replace sizeof(type) by sizeof(variable) in malloc invocation. |
Mon, 13 Sep 2010 15:43:13 +0000 | diego | Remove vim/emacs coding style hints. |
Mon, 13 Sep 2010 14:33:08 +0000 | ramiro | swscale: indentation and emtpy line cosmetics |
Mon, 13 Sep 2010 14:25:18 +0000 | ramiro | swscale: avoid reading prior to the source buffer in planar2x() MMX2 |