aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* vo_vdpau: remove unneeded assignment to vo_fsGravatar wm42012-11-01
* vo_opengl, vo_opengl_old: remove -wid/viewport special caseGravatar wm42012-11-01
* screenshot: remove hack for passing anamorphic image sizeGravatar wm42012-11-01
* screenshot: let VOs pass colorspace information via mp_imageGravatar wm42012-11-01
* screenshot, draw_bmp: use colorspace passed with mp_imageGravatar wm42012-11-01
* mp_image: add fields to pass colorspace down the filter chainGravatar wm42012-10-28
* csputils: better support for integer color valuesGravatar wm42012-10-28
* draw_bmp, csputils: use function instead of macroGravatar wm42012-10-28
* Merge branch 'master' into osd_changesGravatar wm42012-10-24
|\
* | vo_lavc: never draw OSDGravatar wm42012-10-24
* | vo_corevideo: add screenshot capabilityGravatar Stefano Pigozzi2012-10-24
* | core: do not try to redraw OSD if VO doesn't support OSDGravatar wm42012-10-24
* | vo_corevideo: fix EOSD artifactsGravatar Stefano Pigozzi2012-10-24
* | screenshot: allow taking screenshots with subtitlesGravatar wm42012-10-24
* | vo_corevideo: uninitialize CoreVideo objects before OpenGLGravatar wm42012-10-24
* | VO, sub: refactorGravatar wm42012-10-24
* | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass renderingGravatar wm42012-10-24
* | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorGravatar wm42012-10-24
* | spudec: use csputils for color conversionGravatar wm42012-10-24
* | Remove things related to old OSDGravatar wm42012-10-24
* | vo_x11: use new OSD APIGravatar wm42012-10-24
* | vo_xv: simplify screenshot codeGravatar wm42012-10-24
* | vo_xv: use new OSD APIGravatar wm42012-10-24
* | vo_lavc: use new OSD APIGravatar Rudolf Polzer2012-10-24
* | csputils: cosmetic changesGravatar wm42012-10-24
* | sub: add helper to draw sub-bitmaps into an imageGravatar Rudolf Polzer2012-10-24
* | libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cGravatar Rudolf Polzer2012-10-24
| * vo_opengl: fix help output typoGravatar wm42012-10-23
| * vo_vdpau: fix screenshotsGravatar wm42012-10-21
| * VO: fix screenshot size with -geometryGravatar wm42012-10-20
| * gl_common: hack to support compilation on FreeBSDGravatar wm42012-10-20
| * cocoa_common: avoid situational nil dereferencingGravatar Stefano Pigozzi2012-10-19
* | Merge branch 'master' into osd_changesGravatar wm42012-10-16
|\ \
* | | sub: switch to premultiplied alphaGravatar wm42012-10-16
* | | sub: never decode subs to old OSD formatGravatar wm42012-10-16
* | | sub: cosmetics: move things aroundGravatar wm42012-10-16
* | | sub, VO: remove vo_osd_resized() functionGravatar wm42012-10-16
* | | libvo: remove eosd_packer.cGravatar wm42012-10-16
* | | vo_direct3d: use new OSD APIGravatar wm42012-10-16
* | | vo_corevideo: add EOSDGravatar wm42012-10-16
* | | vo_gl: use gl_osd.cGravatar wm42012-10-16
* | | vo_gl3: move OSD code to gl_osd.cGravatar wm42012-10-16
* | | sub: remove logic for disabling hinting on scaled EOSDGravatar wm42012-10-16
* | | vo_gl, options: remove doublebuffering option (--double)Gravatar wm42012-10-16
* | | sub, vo_gl3, vo_vdpau: exit early if there are no sub-images to drawGravatar wm42012-10-16
* | | sub: cleanup: remove vo_osd_probar_type/value global variablesGravatar wm42012-10-16
* | | vo_vdpau: use new EOSD for OSD, remove support for old OSD formatGravatar wm42012-10-16
* | | vo_vdpau: allow multiple EOSD renderersGravatar wm42012-10-16
* | | sub: allow rendering OSD in ASS image format directly, simplifyGravatar wm42012-10-16
* | | vo_gl3: use old OSD using the emulation layerGravatar wm42012-10-16