aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_vdpau.c
Commit message (Expand)AuthorAge
* vo_vdpau.c: Fix compilation with old libvdpau versionsGravatar Uoti Urpala2009-11-29
* 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
* 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
* cosmetics: Add two missing "static"Gravatar Uoti Urpala2009-10-22
* vo_vdpau: Fix X event handling bugsGravatar Uoti Urpala2009-09-19
* core/VO: Allow VO drivers to add/modify framesGravatar Uoti Urpala2009-09-18
* VO interface: Remove obsolete draw_frame() from new interfaceGravatar Uoti Urpala2009-09-17
* vo_vdpau: Support recovering from VDPAU display preemptionGravatar Uoti Urpala2009-09-07
* vo_vdpau: Support updating OSD while pausedGravatar Uoti Urpala2009-09-05
* vo_vdpau.c: Reindent control() switch statementGravatar Uoti Urpala2009-09-05
* vo_vdpau: Allocate one large surface for EOSD contentGravatar Uoti Urpala2009-09-05
* Merge branch 'vdpau_old' into vdpauGravatar Uoti Urpala2009-08-31
|\
| * vo_vdpau.c: cosmeticsGravatar Uoti Urpala2009-08-29
| * vo_vdpau: reindent after GUI code removalGravatar Uoti Urpala2009-08-29
| * vo_vpdau: Clean up uninit logicGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Make CHECK_ST macro saferGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Move all remaining static/global variables to contextGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Move things to context structGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Make info struct constGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Replace global function table with context variableGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Move VDPAU interface pointers into one structGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Add template file for VDPAU functionsGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Make compile as new-style VOGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Delete GUI stuff, include font_load.h for force_load_fontGravatar Uoti Urpala2009-08-29
* | Change type names to match upstream libassGravatar Grigori Goronzy2009-08-07
* | Remove internal libass treeGravatar Uoti Urpala2009-07-26
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
|/
* Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\
| * Do not use flag CWBackPixel when calling vo_x11_create_vo_window():Gravatar cehoyos2009-05-08
* | Merge branch 'ordered_chapters'Gravatar Uoti Urpala2009-04-08
|\ \
| * | VO: Don't reset pause status in VO config() functionsGravatar Uoti Urpala2009-04-02
* | | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\ \ \ | |/ / |/| / | |/
| * Support IMGFMT_NV12 for vo vdpau.Gravatar cehoyos2009-03-30
| * Make sure we do not accidentally use the vdp_get_error_string from theGravatar reimar2009-03-30
| * Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.Gravatar cehoyos2009-03-29
| * VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.Gravatar cehoyos2009-03-29
| * Cosmetics: Reindent after last commit.Gravatar cehoyos2009-03-29
| * 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.Gravatar cehoyos2009-03-29
| * Simplify vdpau deinterlacing code and fix timing for deint=2.Gravatar cehoyos2009-03-25
| * New VDPAU deinterlacing code needs one reference surface less for software de...Gravatar cehoyos2009-03-24