aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\
* \ Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\ \
| | * Change %f to %e in generated fragment programs to avoid losing precision unne...Gravatar reimar2009-12-20
| | * Slightly improve vo_gl suboption documentation.Gravatar reimar2009-12-19
| | * Define GL_GENERATE_MIPMAP ourselves if necessary.Gravatar reimar2009-12-19
| | * Add support for auto-generating mipmaps in vo_gl, should easeGravatar reimar2009-12-19
| | * Make -vo gl:customprog also work with RGB input (obviously those need to beGravatar reimar2009-12-19
| | * Fix a broken indentation.Gravatar reimar2009-12-19
| | * Enable running fragment programs with YUV_CONVERSION_NONEGravatar reimar2009-12-19
| |/
| * Rename GL_* defines to CONFIG_GL_*Gravatar reimar2009-12-19
| * Make the check for X11 and WIN32 backends for OpenGL separate.Gravatar reimar2009-12-19
* | Merge svn changes up to r30055Gravatar Uoti Urpala2009-12-18
|\|
| * Cosmetics: Reindent after r30050.Gravatar cehoyos2009-12-17
| * Slightly increase hardware decoding performance by always using moreGravatar cehoyos2009-12-17
| * Cosmetics: reindentGravatar adrian2009-12-17
| * Improve VDPAU render performance by increasing number of output surfaces.Gravatar cehoyos2009-12-17
| * The fontconfig check added in r30044 wasn't safe. This makes it more robust.Gravatar adrian2009-12-16
| * Fix a crash when fontconfig is unable to select a font. e.g. if no config dir...Gravatar adrian2009-12-16
| * Add support for -geometry to corevideo.Gravatar adrian2009-12-15
| * Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev...Gravatar adrian2009-12-15
| * Use a fallback to make sure the basic OpenGL functions are available instead ofGravatar reimar2009-12-09
| * Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenG...Gravatar reimar2009-12-09
| * Pass all OpenGL functions through a function pointer indirection.Gravatar reimar2009-12-08
| * Very preliminary code to allow selecting the OpenGL backend at runtime.Gravatar reimar2009-12-08
* | vf_vo: Use vo_seek_reset() instead of vo_control()Gravatar Uoti Urpala2009-12-02
* | vo_gl: Remove incorrect glXSwapIntervalEXT useGravatar Uoti Urpala2009-11-29
* | vo_vdpau.c: Fix compilation with old libvdpau versionsGravatar Uoti Urpala2009-11-29
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_com...Gravatar reimar2009-11-22
| * Print which visual glXChooseVisual chose when running in verbose mode.Gravatar reimar2009-11-21
| * Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.Gravatar reimar2009-11-21
| * Add support for Windows OpenGL rendering onto a device instead of into a window.Gravatar reimar2009-11-21
| * Support RGB48NE format in OpenGL vos (only really useful once they are modifiedGravatar reimar2009-11-21
| * Use calloc to allocate a rather large (currently 32k) array instead ofGravatar reimar2009-11-20
* | VO: Keep aspect by adding black bars in window mode too if necessaryGravatar Uoti Urpala2009-11-20
* | vo_vdpau: Check return value when setting video mixer featuresGravatar Uoti Urpala2009-11-17
* | cosmetics: remove some unused variablesGravatar Uoti Urpala2009-11-17
* | vo_vdpau: Check return value when setting video attributesGravatar Uoti Urpala2009-11-17
* | vo_xv: Support yuv colorspace changes on ATI cardsGravatar Uoti Urpala2009-11-17
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
* | Support VDPAU MPEG4 hardware decodingGravatar Uoti Urpala2009-11-16
* | vo_vdpau: Remove custom help messageGravatar Uoti Urpala2009-11-16
* | vo_vdpau: Add support for high-quality scaling featureGravatar Uoti Urpala2009-11-15
* | vo_vdpau: add support for VFCAP_FLIPGravatar Uoti Urpala2009-11-15
* | vo_vdpau: Free buffers allocated by FFmpeg on uninitGravatar Uoti Urpala2009-11-15
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
* | Implement vsync-aware frame timing for VDPAUGravatar Uoti Urpala2009-11-15
* | vo_vdpau: Modify frame buffering codeGravatar Uoti Urpala2009-11-15
| * Added -name, -title and -use-filename-title options and implementation in X11...Gravatar ptt2009-11-12
| * Do not dynamically load libvdpau.so.1, but link at compile time.Gravatar cehoyos2009-11-11