Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
2010-01-03 | reimar | Modify -vo direct3d so we do not have to link against d3d9.dll, it might |
2010-01-03 | reimar | Some Changelog updates. |
2010-01-03 | reimar | Enable all FFmpeg protocols by default, they seem to build without issue |
2010-01-03 | reimar | 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON. |
2010-01-03 | reimar | Change vo_png to use FFmpeg's png encoder instead of libpng. |
2010-01-03 | reimar | Add missing avcodec_close to vf_screenshot. |
2010-01-03 | stefano | Prefer enum PixelFormat over int for the type of the format parameter |
2010-01-03 | reimar | Basic -vo matrixview documentation. |
2010-01-03 | reimar | Finally add matrixview vo. |
2010-01-03 | reimar | Document -vo gl colorspace suboption. |
2010-01-03 | stefano | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the |
2010-01-03 | reimar | Add pointers to a few more standard OpenGL functions to ease future extensions. |
2010-01-03 | reimar | Fixup SDL configure check: |
2010-01-03 | reimar | Do not assume that "long" is the size of a register. |