Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Mon, 28 Dec 2009 12:05:20 +0000 | diego | Remove unused variable, fixes the warning: |
Sun, 27 Dec 2009 20:57:03 +0000 | compn | add lavc yuv rawcodecs to codecs.conf |
Sun, 27 Dec 2009 15:28:01 +0000 | reimar | Add support for parsing audio streams (though should be easy to extend to video) |
Sun, 27 Dec 2009 14:42:37 +0000 | reimar | Remove currently unneeded members accidentally added in the last revision. |
Sun, 27 Dec 2009 14:40:56 +0000 | reimar | Introduce a sh_common struct that contains the parts in common by the audio, video |
Sun, 27 Dec 2009 14:35:09 +0000 | reimar | Remove one more incorrect direct ass.h include. |
Sun, 27 Dec 2009 14:31:13 +0000 | reimar | Move do_render_osd function to avoid a forward declaration. |
Sun, 27 Dec 2009 14:19:48 +0000 | reimar | vo_x11_classhint name argument should be const, since we pass string constants there. |